/* CSS Document */
body{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#gesamt{
	margin-left: 20px;
	width: 980px;
	height: 820px;
	background-color: #000000;
}
#header{
	height: 150px;
	background-image: url(../gif/bg_head.gif);
	background-repeat: repeat-x;
}
.logo{
	padding-left: 60px;
}
.firma{
	font-size: 30px;
	font-weight: bold;
	color: #00AF3F;
	position: absolute;
	margin-top: 47px;
	padding-left: 60px;
}
#main_nav{
/*	font-size: 12px;
	font-weight: bold;
	color: #FB5200;
*/	vertical-align: middle;
	position: relative;
	margin-top: -10px;
	padding-left: 350px;
}
#nav_home{
	margin-left: 10px;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#main_home{
	margin-left: 10px;
	width: 980px;
	height: 500px;
	overflow: auto;
	text-align: center;
}
#partner_home{
	margin-left: 10px;
	width: 970px;
}
#fullsite{
	margin-left: 10px;
	width: 980px;
	height: 580px;
	overflow: auto;
	text-align: center;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:transparent;
}
/* Ab hier beginnt die Aufteilung für die einzelnen Seiten */ 
#main{
	position: absolute;
	margin-top: 190;
	padding: 0;
	width: 980px;
	/*background-image: url(gifs/2spalten.gif);
	background-repeat: repeat-y;
	*/
}
#menu{
	float: left;	
	padding: 0;
	margin: 0;
	border: 0;
	color: #FFFFFF;
	width: 200px;
}
#haupt{
	padding: 0;
	margin-left: 210px;
	border: 0;
	/* background-color: #C1D6FF; */
	width: 760px;
	height: 520px;
	overflow: auto;
}
#haupt_mn_op{
	padding: 0;
	margin-left: 210px;
	border: 0;
	/* background-color: #C1D6FF; */
	width: 760px;
	height: 600px;
	overflow: auto;
}
#partner{
	text-align: center;
	background-image: url(../gif/bg_whiteline.gif);
	background-repeat: repeat-x;
	margin-top: 520px;
	width: 980px;
}
.partner_titel{
	padding-top: -8px;
	background-color: #000000;
}
.norm{
	font-size: 12px;
}
td{
	font-size: 11px;
}
.small{
	font-size: 10px;
}
td.formular{
	background-color: #7d7d7d;
	font-weight: bold;
	padding-left: 3px;

}
.formularfehler{
	background-color: #ff8e8e;
}
.titel{
	font-size: 24px;
	font-weight: bold;
}
.subtitel{
	font-size: 14px;
}
