@charset "utf-8";

a {
	font-size: 13px;
	text-decoration: none;
}

html { height: 100%;}

div .csc-textpic-intext-left-nowrap {
	padding-top: 10px;
}

div .csc-header {
	padding-top: 10px;
}


body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position:absolute;
	min-height:100%;
	/*min-width:100%;*/
	height: 100%;
	background-color:	#FFFFFF;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
	font-weight: normal;
}

.csc-caption, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.oben {
	margin: 0px;
	padding: 0px;
	height: 101px;
	background-color: #e6e7e8;
	z-index:2;
	position: absolute;
	width: 100%;
}

.grau {
	background-color: #969799;
	height: 25px;
	position: absolute;
	top: 101px;
	width: 100%;
	z-index: 2;
	}

.menue {
	/*background-color: #969799;*/
	height: 50px;
	position: absolute;
	top: 101px;
	width: 100%;
	z-index: 3;
	}
	
/*.submenue {
	width: 216px;
	position: absolute;
	top: 0px;
	background-color: #e6e7e8;
	margin-top: 0px;
	margin-bottom: 0px;
	bottom:0px;
	height:100%; 
	z-index:1;
	float:left;
	padding-bottom: 5px;
}*/

.submenu ul {
	list-style-type: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	/*left: 10px;*/
	margin: 0px; /*nötig für IE*/
}
.submenu ul ul {
	list-style-type: none;
	padding-left: 20px;
}

.content {
	/*margin-left: 230px;
	margin-right: 260px;*/
	left: 230px;
	right: 260px;
	margin-bottom: 0px;
	padding: 20px;
	/*padding-top: 160px;*/
	top: 146px;
	z-index: 10;
	position: absolute; /*Auskommentierung wuerde fuer Submenue zum Ende der Seite fuehren - wie gewollt, aber zerschiesst Layout im IE */
	/*background-color: #FFFF00;
	width: 100%;
	right: -251px;
	height: 100%;*/
}

.content ul {
	/*color: #FF00FF;*/
}

.contenttable td {
	vertical-align: top;
	}

.feature {
	right:0px;
	width: 230px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	position: absolute;
	top: 0px;
	background-color: #e6e7e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
	z-index:1;
	float:right;
}
.feature td {
	vertical-align:top;
	padding-top: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input {
	border: 2px solid #84b816;
      }
      
em 	{
	color: #84b816;
	}
	
	

