/* Allgemeines */
html {height:100%;}
html > body {left:0;}		     /* This is "be nice to Opera 5" part of Tantek hack	*/

body
	{
	margin: 0px;
	font-family: Arial,Verdana,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #000000;
	padding:0px;
	height:100%;
	}
 	
b,strong
	{
	font-weight: bold;
 	}
	
p,td,li{
	font-family: Arial,Verdana,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Hiermit wird in Mozilla vor einem p kein Abstand gemacht */
p { margin-top: 0px; margin-bottom: 10px; }

/* Entfernt im IE den Rand nach einem Form-Tag*/
form { margin-top: 0px; margin-bottom: 0px; }

div { margin-bottom: 0px; padding-bottom:0px;}

.clr	
	{
	clear:both;	
	}

/* Container */	
#startpage
	{
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
	padding: 0px;	
	}

#head
	{
	position: absolute;
	padding: 0px;
	width: 100%;
	top: 0px;
	height: 205px;
	text-align: left;
	background-image: url(../images/layout/header_pics.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	}
	
#headlogo
	{
	position: absolute;
	top: 18px;
	left: 25px;
	height: 79px;
	width: 80px;
	background-image: url(../images/layout/logo.jpg);
	}

#headmainmenu
	{
	position: absolute;
	top: 96px;
	left: 200px;
	height: 17px;
	vertical-align: top;
	text-align: left;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #595959;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #595959;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #595959;
	}
	
#headtext
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 115px;
	width: 800px;
	padding: 0px;
	padding-top: 10px;
	text-align: right;
}
	
#menu
	{
	position: absolute;
	left: 0px;
	top: 205px;
	width: 200px;
	}
	
#content
	{
	position: absolute;
	left: 220px;
	top: 225px;
	width: 750px;
	}
	
#formular {
	height:25px;
}

#formular div.bezeichnung {
	float:left;
	width: 20%;
	line-height: 14px;
}

#formular div.inputfelder {
	float:right;
	width:70%;
	line-height: 14px;
}
	
#anzeige
	{
	position: absolute;
	width: 100px;
	padding-top: 30px;
	}

/* Textauszeichnungen */	
.starttitel
	{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	height: 30px;
	vertical-align: top;
 	}

.contenttitel
	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 30px;
	vertical-align: top;
 	}

.contenttitel2
	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 30px;
	vertical-align: top;
 	}
	
.contenttitel3
	{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 30px;
	vertical-align: top;
 	}
	
.contenttext
	{
	width: 750px;
	color: #6b6b6b;
 	}		
	
.maintitel{
	font-size: 22px;
	font-weight: bold;
}

.maintext{
	color: #6b6b6b;
	text-align: left;
	padding-left: 660px;
}

.contentnavi{
	height: 50px;
	width: 750px;
	padding-top: 20px;
	vertical-align: middle;
}

.contentshortlong{
	width: 100px;
	float: left;
}

.contentprint{
	position: relative;
	left: 600px;
	width: 20px;
	float: left;
}

.contenttop{
	position: relative;
	left: 610px;
	width: 15px;
	float: left;
}

.fehler {
	font-size:11px;
	color:#FF0000;
}

.input {
	line-height: 14px;
	width: 95%;
}

.contact {
	width: 500px;
}

.loginform {
	width: 500px;
	background-color: #f7f7f7;
	padding: 10px;
}

.loginlabel {
	width: 150px;
	height: 30px;
	vertical-align: middle;
	float: left;
}

.loginfield {
	width: 330px;
	height: 30px;
	vertical-align: middle;
}

.btnsubmit{
	background-color: #e7e7e7;
	border: 1px;
	border-color: #595959;
	border-style: solid;
	font-family: Arial,Verdana,Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #000000;
}	


/* Submenuboxen */
.submenubox{
	width: 200px;
	height: 20px;
	background-color: #f7f7f7;
	padding-top: 4px;
	border: 0px;
	border-bottom: 1px;
	border-bottom-color: #595959;
	border-bottom-style: solid;
	border-right: 1px;
	border-right-color: #595959;
	border-right-style: solid;
}

.submenuboxaktiv{
	width: 200px;
	height: 20px;
	background-color: #e7e7e7;
	padding-top: 4px;
	border: 0px;
	border-bottom: 1px;
	border-bottom-color: #595959;
	border-bottom-style: solid;
	border-right: 1px;
	border-right-color: #595959;
	border-right-style: solid;
}

/* Linkdefinitionen */	
a
	{
	color: #6b6b6b;
	text-decoration: none;
	}

a:hover
	{
	color: #6b6b6b;
	text-decoration: underline;
	}
	
#startpage a
	{
	font-size: 14px;
	color: #ff0000;
	text-decoration: underline;	
	}
	
#startpage a:hover
	{
	color: #ff0000;
	text-decoration: none;	
	}
	
#content a
	{
	color: #003399;
	text-decoration: none;	
	}
	
#content a:hover
	{
	color: #003399;
	text-decoration: none;	
	}
	
a.contentlink
	{
	color: #003399;
	text-decoration: none;
	}

a.contentlink:hover
	{
	color: #003399;
	text-decoration: none;
	}
	
a.mainlink
	{
	color: #6b6b6b;
	text-decoration: none;
	}

a.mainlink:hover
	{
	color: #6b6b6b;
	text-decoration: underline;
	}		
	
a.mainmenu{
	color: #767676;
	background-color: #f7f7f7;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #595959;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

a.mainmenu:hover{
	color: #767676;
	background-color: #e7e7e7;
	text-decoration: none;
}

a.mainmenuaktiv{
	color: #767676;
	background-color: #e7e7e7;
}

a.mainmenuright{
	color: #767676;
	background-color: #f7f7f7;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

a.mainmenuright:hover{
	color: #767676;
	background-color: #e7e7e7;
	text-decoration: none;
}

a.mainmenurigtaktiv{
	color: #767676;
	background-color: #e7e7e7;
}

a.submenu2{
	color: #767676;
	padding-left: 25px;	
}

a.submenu2:hover{
	text-decoration: underline;
}

a.submenu3{
	color: #767676;
	padding-left: 30px;
}

a.submenu3:hover{
	text-decoration: underline;
}

a.submenu4{
	color: #767676;
	padding-left: 35px;
}

a.submenu4:hover{
	text-decoration: underline;
}

a.submenu5{
	color: #767676;
	padding-left: 40px;
}

a.submenu5:hover{
	text-decoration: underline;
}

a.submenu6{
	color: #767676;
	padding-left: 45px;
}

a.submenu6:hover{
	text-decoration: underline;
}