html {
	height: 101%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../grafiken/bgverlauf.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#loginbox1 {
	padding: 5px;
	border: 1px solid #395580;
	width: 490px;
	margin: 2% auto 0% auto;
	background-color: #6f89b0;
	text-shadow: 1px 1px 1px #395580;
	color: #fff;
	text-align: center;
	}
	
#loginbox2 {
	padding: 5px;
	border: 1px solid #395580;
	width: 490px;
	margin: 1% auto 0% auto;
	background-color: #6f89b0;
	text-shadow: 1px 1px 1px #395580;
	color: #fff;
	text-align: left;
	font-size: 12px;
	}
	
#loginbox2 .loginput {
	float: right;
	width: 140px;
	border: 1px solid #395580;
	margin-right: 220px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	color: #c8c8c8;
	}
	
#loginbox2 .loginput:focus {
	color: #000;
}

#loginbox2 #error {
	background-color: #f6f28b;
	padding: 2px;
	color: red;
	margin-bottom: 5px;
}

#loginbox3 {
	padding: 5px;
	border: 1px solid #395580;
	width: 490px;
	margin: 1% auto 1% auto;
	background-color: #6f89b0;
	text-shadow: 1px 1px 1px #395580;
	color: #fff;
	text-align: center;
	font-size: 11px;
	}
	
#loginbox4 {
	padding: 5px;
	
	width: 490px;
	margin: 1% auto 1% auto;

	color: #8c8c8c;
	text-align: center;
	font-size: 11px;
	}
	
#ibheader {
	height: 120px;
	padding: 0;
	margin: 0;
	background-image: url(../grafiken/logoverlauf.png);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #000;
}

#infozeile {
	padding: 6px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	background-color: #6f89b0;
	font-size: 13px;
	color: #fff;
	}
	
#infozeile strong {
	font-weight: bold;

	color: yellow;
}

#infozeile span {
	float: right;
	}
	
#infozeile span a {
	text-decoration: none;
	font-weight: bold;
	color: #b22222;
	text-shadow: 1px 1px 0px #fff;
}

#infozeile span a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #b22222;
	text-shadow: 1px 1px 1px #fff;
}

.rootmin {
	width: 930px;
	padding: 7px;
	margin: 0% auto;
	font-size: 12px;
}



.rootmin a {
	text-decoration: none;
	color: #000;
}

.rootmin a:hover {
	text-decoration: underline;
	color: #000;
}

#mainbox {
	width: 920px;
	border: 1px solid #395580;
	margin: 0 auto;
	padding: 0;

	background-color: #6f89b0;
	font-size: 13px;
	
}

#mainbox .ntype {
	padding: 9px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

#mainbox .ntype a {
	color: #000;
	text-decoration: none;
}

#mainbox .ntype a:hover {
	color: #000;
	text-decoration: underline;
}


#mainbox .ntype form textarea {
	width: 780px;
	height: 110px;
	padding: 10px;
	font-size: 12px;
	background-color: #c8c8c8;
	border: 1px solid #8c8c8c;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #fff;
	color: #000;
	margin: 7px 0px;
	}

#mainbox #rechts {
	width: 420px;
	margin-top: 5px;
	margin-right: 5px;
   float: right;
   padding: 5px 5px 30px 5px;

	}	
	
#mainbox #rechts .rechtstext {
	padding-left: 20px;
	color: #fff;
	font-size: 13px;
	margin: 8px 0px;
	}	
	
	#mainbox #rechts .rechtstext strong {
		font-size: 15px;
		color: yellow;
	   letter-spacing: 0px;
	}
	
#mainbox #rechts .rechtstext a {
	color: #fff;
	text-decoration: none;
	}
	
		
#mainbox #rechts .rechtstext a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#mainbox #links {
	padding: 5px;
	width: 410px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	float: none;
	height: 300px;
	}	
	
#mainbox #links .linkstext {
	padding-left: 20px;
	color: #fff;
	font-size: 13px;
	margin: 8px 0px;
	}	
	
#mainbox #links .linkstext a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#mainbox #links .linkstext a:hover {
	color: #bf0005;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}


	
#hinweisunten {
	margin: 2% auto;
	text-align: center;
	font-size: 11px;
	color: #505050;
	width: 300px;
	text-shadow: -1px -1px 0px #c8c8c8;
	
	}