@charset "utf-8";
/* CSS Document */
html, body {
	width:100%;
	height:100%;
	background-color:#990000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*--------------------------------------- LAYOUT -----------------------------------------*/
#container{
width:920px;
min-height:100%;
height:auto !important;
height:100%;
background-image:url(../grafik/cm/loop.jpg);
text-align:center;
margin:auto;
position:relative;
}
	#spalte-links{
	width:188px;
	height:523px;
	background-image:url(../grafik/cm/saeule.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-right:0 !important;
	margin-right:-3px;
	cursor:pointer;
	}

	#spalte-mitte{
	/*width:732px;*/ /* auskommentiert = deaktiviert */
	height:100%;
	/*float:left;*/ /* auskommentiert = deaktiviert */
	margin-left:188px !important;
	margin-left:185px;
	}
		
		#kopf{
		width:732px;
		height:160px;
		background-image:url(../grafik/cm/kopf.jpg);
		cursor:pointer;
		}
		#content{
		position:relative;
		width:600px;
		height:100%;
		margin-left:45px;
		}
		
/*--------------------------------- MENÜ -----------------------------------------*/
#buttons-links {
	position:absolute;
	top:370px;
	left:94px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.03em;
	line-height:32px;
	text-align:justify;
	text-indent: 15px;
	letter-spacing:0.15em;
}
#buttons-links a{
	margin-top:-2px;
	display:block;
	width:144px;
	height:33px;
	background-image:url(../grafik/cm/button_off.gif);
	color:#5E965A;
	text-decoration:none;
}
#buttons-links a:hover{
	line-height:33px;
	background-image:url(../grafik/cm/button_over.gif)!important;
	color:#ffffff;
	}
/*-------------------------------------- KLASSEN -----------------------------------------*/
.text-norm, #button-oben, h1, #button-links, a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5E965A;
}
.text-fett{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#5E965A;
}
.text-mini{
	font-size:10px;
}

.clearfix {
	display: inline-block;
	}
.fehlermeldung{
	color:#e45c2d;
	margin:0;
	display:inline-block; 
	}
/*---------------------------------------- HTML ------------------------------------------*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
fieldset{
	border: 1px solid #5E965A;
	font-size:10px;
	}
label{
	font-size: 12px;
	margin-left:10px;
	}

input{
	color:#5E965A;
	font-weight:bold;
	margin-left:10px;
	}
textarea{
	margin-left:10px;
	}
	
form{
	display:inline;
}
legend{
	font-size:12px;
	color:#5E965A;
}
select{
	clear:both;
	background-color:#FFFFFF;
}
#schalter{
	width:400px; margin:auto; text-align:center
	}
#schalter input{
	font-size:15px;
	color:#ffffff;
	letter-spacing:0.15em;
	margin-left:10px;
	background:url(../grafik/cm/pille_off.jpg);
	width:173px;
	height:45px;
	border:none;
	}
#schalter input:hover{
	background:url(../grafik/cm/pille_over.jpg);
	}
#schalter a{
text-decoration:none;
	}
#schalter-klein input{
	line-height:32px;
	font-size:12px;
	color:#ffffff;
	letter-spacing:0.05em;
	background:url(../grafik/cm/minipille_off.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
	width:96px;
	height:30px;
	border:none;
	}
#schalter-klein input:hover{
	background:url(../grafik/cm/minipille_over.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
#schalter-klein a{
text-decoration:none;
	}
/*--------------------------------- HACKS -----------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
}

/* HACK IE 6 */
* html #content{
margin-left:-20px;
}

/* HACK IE 7 */
*+html #content{
margin-left:-20px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */