@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
body {
	/*background-image:url(../img/body_back.gif);*/
	background-position: center;
	background-repeat:repeat-y;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:820px;
	height:auto;
}
#header {
	width:820px;
	height:131px;
	background-image:url(../img/header_back_new.gif);
	position:relative;
	background-color:#ffffff;
	/*background-color:#CCCCCC;*/
}

#header #nav {
	position:absolute;
	top:81px;
	height:29px;
	color:#FFFFFF;
	font-size:14px;
	line-height:29px;
	left:300px;
}
#header #nav a{
	color:#FFFFFF;
	font-size:14px;
	line-height:29px;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;

}
#header #nav a:hover{
	color:#e2001a;
	font-size:14px;
	line-height:29px;
	padding-left:8px;
	padding-right:8px;
	background-color:#FFFFFF;
	display:inline-block;
}


#header ul{
	list-style-position: inside;
	list-style-type: none;
	position:absolute; 
	right:10px;
	top:10px;	
}
#header ul, li {
	float:left;
}

#content {
width:820px;
height:auto;
}
#content #topimg{
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
padding-right:0px;
}


#content #left{
float:left;
width:180px;
margin-right:10px;
/*background-image:url(../img/left_back.gif);*/
background-repeat:repeat-y;
padding-left:5px;

}


#left ul{
padding-left:0px;
margin-bottom:30px;

}


#left ol{
padding-left:0px;

}
#left li{
display:block;
color:#000000;
text-decoration:none;

width:172px;
}

.empty{
display:block;
color:#000000;
text-decoration:none;
height:60px;
background-image:url(../img/left_back_white.gif);
background-repeat:repeat-y;
}
#content #left strong a{
color:#e2001a;
font-weight: normal;
}


#left strong a{
display:block;
text-decoration:none;
clear:both;
}
#left strong a:hover{
display:block;
text-decoration:none;
clear:both;
font-weight: bold;
}
#left a{
display:block;
color:#000000;
text-decoration:none;
clear:both;
}
#left a:hover{
display:block;
color:#333333;
 font-weight: bold;
text-decoration:none;
clear:both;
}
#content #middle{
float:left;
width:450px;
margin-right:10px;
}
#content #left{
float:left;
width:180px;
margin-right:10px;
}
#content #right{
width:160px;
float:left;

}
#content #right h3{
height:28px;
background-color:#e0081d;
font-size:14px;
color:#FFFFFF;
margin-bottom:2px;
line-height:28px;
padding-left:3px;

}

#middle h1{
font-weight:bold;
font-size:14px;
color:#e2001a;

margin-bottom:10px;
}
#middle h2{
font-weight:bold;
font-size:12px;
color: #333333;
}
#middle strong{
font-weight:bold;
font-size:11px;
color:#e2001a;
}


#footer{
clear:both;
padding-top:30px;
text-align:center;
width:800px;
}
#footer ul {
	list-style-position: inside;
	list-style-type: none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/* 
BEISPIEL-CSS FÜR do form! 1.x  
Bitte nicht 1 zu 1 übernehmen  
Wenn ja, dann diesen Hinweis nicht löschen
Version 2: Thomas Skerbis | www.klxm.de  
11.12.2008 
Dass CSS berücksichtigt nicht alle möglichen 
Felder 
Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.Formular-Generator
-------------------------------------------------------
*/

/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #ffffff;
	background-color:#f5f5f5;
	border:1px solid #cccccc;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
		background-color:#f5f5f5;
	border:1px solid #cccccc;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #cccccc;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	
	
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
		background-color:#f5f5f5;
	border:1px solid #cccccc;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #FFFFCC;
	border: 1px solid #990000;
	float: right;
	color: #666666;
		background-color:#f5f5f5;
	border:1px solid #cccccc;
}



/* Fieldsetbeschriftung */
.formgen legend {
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */


