@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0}
html{width:100%;height:100%;margin:0;padding:0}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#main{width:910px;min-height:100%;margin-left:auto;margin-right:auto;background-color:#FFFFFF;}


/*Allgemeines*/
h2{
	color: #009BDD;
	font-size:16px;
	margin-bottom:10px;
	line-height:22px;
	font-weight:normal
}

h3{
	color: #00539B;
	font-size:12px;
	margin-bottom:10px;
}

a{text-decoration:none}

#cmid p, #cright p{line-height:15px}
#cmid ul+p{margin-top:10px}
#cmid p+ul{margin-top:10px}
#cmid li{margin-left:15px}



.mt200{margin-top:200px !important}
.mt100{margin-top:100px !important}
.mt50{margin-top:50px !important}
.mt30{margin-top:30px !important}
.mt20{margin-top:20px !important}

hr{
	color:#009BDD;
	height:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009BDD;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top:10px;
	margin-bottom:10px;
}

#cmid a:hover, #cright a:hover, #footer a:hover, #cleft p a:hover, #cleft dl a:hover{text-decoration:underline}

/*Allegemeines Ende*/

/*Farben*/

.blue{color:#009BDD !important}
.red{color:#E31C23 !important}
.yellow{color:#F9B418 !important}


div#mainhead{
	position:relative;
	width:850px;
	height:110px;
	margin-top:30px;
}

/*Menü*/

div#mainhead ol{
	position:absolute;
	top:75px;
	left:50px;
	margin:0;
	padding:0;
	font-size:12px;
	height:85px;
	list-style-type: none;
}

div#mainhead ol li{
	float:left;
	margin:0;
	margin-right:30px;
}

div#mainhead ol li a{color:#B7B8BA;text-decoration:none}

div#mainhead ol li#blue{
	height:35px;
	background-image: url(../images/menue/blue/pin.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#red, #red2, #red:hover, #red2:hover{color:#E31C23}
#blue, #blue2, #blue:hover, #blue2:hover{color:#009BDD}
#black, #black:hover{color:#000000}
#yellow, #yellow:hover{color:#F9B418}

/*Menü Ende*/

#footer{margin-top:20px;margin-bottom:20px;font-size:11px;color:#666666}

/*Logo*/

div#mainhead img#logo{
	position:absolute;
	top:-5px;
	right:-70px;
}

div#content{
	width:850px;
	height:auto;
	background-repeat: repeat-y;
	background-position: left top;
}

div#innercontent{
	float:left;
	width:799px;
	min-height:400px;
	margin-left:1px;
	padding-bottom:20px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size:11px;
	}

div#head{
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
}

div#contentlefttop{
	position:relative;
	float:left;
	height:100%;
}

/*kleiner Torx*/
img#torx{
	position:absolute;
}

div#foot{
	position:relative;
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#footleft{
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#footright{
	position:absolute;
	top:0px;
	right:0px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#footright2{
	position:absolute;
	background-repeat: no-repeat;
	background-position: right bottom;
}


div#cleft{width:169px;float:left;margin-top:20px}
div#cmid{width:300px;float:left;;margin-top:20px;margin-left:40px;font-size:11px}
div#cright{width:230px;float:left;margin-left:40px;margin-top:20px}


/*Submenü*/
ol#submenue{
	float:left;
	clear:left;
	margin:0;
	margin-left:20px;
	margin-top:0px;
	padding:0;
	list-style-type: none;
	width:150px;
	font-size:11px;
}

ol#submenue li{
	width:190px;
	color:black;
	height:12px;
	margin-bottom:10px;
	
	
}

ol#submenue li a{
	text-decoration:none;
	color:black;
	color:#666666;
}

ol#submenue li a:hover{

}

ol#submenue li span{
}

/*Submenue ende*/



