/* css für sus-web */

body{
	background-color: #ffffff;
	color: #061843;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:0;
	margin:0;
	/*height:100%;
	width:100%;
	overflow:hidden;*/
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

h2{
	font-size: 13pt;
	font-weight: bold;
	padding-left: 12px;
}

#gruenhead{
	background-color: #A3BF4B;
	height: 30px;
	
}

#gruenmitte{
	background-color: #A3BF4B;
	height: 179px;
	
}

.bildLinks{
	margin-left: 200;	
}

#headnavi{
		height: 45px;
	padding-left:200px;
	background-color : #ffffff;
	z-index: 10;
}

#headnavi a{
	color: #061843;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 4 3 4 0;
	padding: 8 10 8 13;
	vertical-align: middle;
}

#headnavi a:hover{
	background-image : url(bilder/headLinkHG.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#loginContainer{
	background-color: #A3BF4B;
	background-image: url(bilder/loginHG.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 10pt;
	float: left;
	min-height:330;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 200px;
	position:absolute;
	z-index: 100;
}

#login{/*
	background-color: #A3BF4B;
	background-image: url(bilder/loginHG.gif);
	background-position: top;
	background-repeat: no-repeat;*/
	color: #ffffff;
	font-size: 10pt;
	float: left;
	padding: 0 0 10 10;
	margin: 0 0 0 0;
	width: 200px;
	z-index:12;
}

#login a{
	color: #061843;
	text-decoration: none;
	height:10pt;
	margin-bottom: 6;
}

#login a:hover{
	color: #ffffff;
}

#login p{
	margin-bottom: 8px;
	margin-top: 0px;	
}

#content{
	/*padding-top: 30px;
	*/
	height: 330px;
	width: 400px;
	z-index:1;
	background-color : White;
}

#contentText{
	float: left;
	padding-left: 15px;
	width: 380px;
}

#content a{
	color: #061843;
	text-decoration: none;
	/*height:10pt;*/
	margin-bottom: 6;
}

#content a:hover{
		color: #A3BF4B;
}

#rechts{
	background-color: #768098;
	background-image: url(bilder/rechtsHG.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #061843;
	font-size: 10pt;
	height: 170px;
	margin-bottom: 4px;
	width:164;
}

#rechts  a{
	color: #061843;
	text-decoration: none;
	height: 10px;
	margin-bottom: 6;
}

#rechts a:hover{
	color: #ffffff;
}

/* Formularfelder */
input,select,option  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :#061843;
	border-bottom : 1px solid  #A3BF4B;
	border-left: 0px;
	border-right: 0px;
	border-top:  0px;
	width: 150px;
}

textarea  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :#061843;
	border : 1px solid  #A3BF4B;
	width: 270px;
}

textarea.verwalt{
	width: 400px;
}

.submit{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	background-color: #061843;
	border: 1px solid  #ffffff;
	margin-left: 100px;
	margin-top: 5px;
	width:50px;
}

#contentText .kontaktSubmit{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #061843;
	background-color: #ffffff;
	border: 1px solid  #061843;
	margin-left: 10px;
	margin-top: 5px;
	width:120px;
}

#contentText .plz{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :#061843;
	border-bottom : 1px solid  #A3BF4B;
	border-left: 0px;
	border-right: 0px;
	border-top:  0px;
	width: 40px;
}

#contentText .ort{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :#061843;
	border-bottom : 1px solid  #A3BF4B;
	border-left: 0px;
	border-right: 0px;
	border-top:  0px;
	width: 225px;
}

#contentText input,select,option  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :#061843;
	border-bottom : 1px solid  #A3BF4B;
	border-left: 0px;
	border-right: 0px;
	border-top:  0px;
	width: 270px;
}

.rot{
	color: #ff0000;
}