@charset "UTF-8";






* {
	margin:0;
	padding:0;
}



html {
	height: 101%;
}







body  {
	font: Arial, Verdana, Helvetica, sans-serif;
	background: #F1F4FA;
	margin: 10px auto;
	padding: 0;
	text-align: center; 

font-size: 11px;
color: #505050;
}




#container {
	width: 960px;
	background:url(../grafics/background_schatten.jpg) repeat-y;
	margin: 0 auto;
	padding:0;
	text-align: left;
	background-color: #FFFFFF;

} 

#top {
	width:950px;
	height: 50px;
	background-color: #FFF;
	margin: 0 auto;
	padding:0;
	
}

#topmenu {
	width:950px;
	padding-top:36px;
	height: 18px;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #505050;

	
}

#header {
	background-color: transparent;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
	height: 280px;
	
	
	
	
	
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 183px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent;
	padding:0px 0px 0px 14px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666;
	
	
	        border-right: 1px #eeeeee dotted;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right:15px;
	background: transparent;
	padding: 30px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666;
	letter-spacing:0.03em;
	
	
}






#mainContent {
	margin: 0 214px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
	background: transparent;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-align: left;
	
	
	
} 
#footer {
	width:950px;
	height: 30px;
	background: #CCCCCC;
	padding: 0;
	margin-left:5px;
	text-align:center;
	margin-top:0px;
	
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#sidebar1 ul {
	list-style-type: none;
	margin-top:0;	
	margin-left:14px;
	
}

#sidebar1 ul li {
	list-style: none;
	padding-bottom:8px;
	line-height:15px;
	
	

	}



#sidebar1 ul a {
	text-decoration:none;
	color:#666;
	font-weight: normal;
	font-size:11px;
	border-bottom: 1px #eeeeee dashed;
	display:block;
	width: 160px;
}

#sidebar1 a:hover {
	font-weight: bold;
	
}


#sidebar1 ul a.active {
text-decoration:none;
font-weight:bold;
}



#sidebar1 ul ul {
	list-style-type: none;
	margin-top:0px;	
	margin-left:10px;
}







#topmenu ul {
	padding-left:700px;
	list-style-type: none;
	margin-top:0;	
	margin-left:14px;
	
}

#topmenu ul li {
	list-style: none;
	display:inline;
	padding-bottom:0px;
	line-height:15px;
	}



#topmenu ul a {
	text-decoration:none;
	color:#666;
	font-weight: normal;
	font-size:11px;
	padding-right:24px;
}

#topmenu a:hover {
	text-decoration:underline;
}


#topmenu ul a.topactive {
text-decoration:underline;

}







#footer a {
	text-decoration:none;
	color:#666;
	
}

#footer a:hover {
	text-decoration:underline;
	
}


#footer a.active {
text-decoration:underline;

}




h1 {
	color: #364A62; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px; font-weight: bold;
margin-top: 6px;
margin-bottom: 15px;
	} 

 h2 {
	color: #364A62; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px; font-weight: bold;
margin-top: 10px;
margin-bottom: 15px;
} 

 h3 {
	color: #364A62; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px; font-weight: bold;
margin-top: 10px;
margin-bottom: 15px;
} 


#mainContent ul {
	margin-left:20px;
}


#mainContent a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px; 
	
}


#mainContent img {
	margin:10px;
	border:1px solid #ccc;
}




#modul {
	background-color: #FFF;
	background-image: url(../grafics/item.gif);
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-bottom:10px;
	
	
}

#modultext {
	width:180px;
	padding-left: 4px;
	font-size:11px;
	
	
	
}





 a {
	text-decoration:underline;
	color:#666;
	font-size:11px;
}

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

	
}


 a.active {
	 text-decoration:underline;
	 color:#000;

}

#mainContent hr {
	color: #CCC;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


#mainContent ul {
margin: 5px 0px 20px 30px;
}



#mainContent li {
padding: 5px 5px 0 5px;
list-style: 3px;
list-style-type: square;
}






.modulheader {
	background:url(../grafics/moduleheader_bg.jpg) repeat-x;
	display: block;
	height: 21px;
	padding-left:10px;
	padding-top:5px;
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.modulheader2 {
	background:url(../grafics/moduleheader_bg2.jpg) repeat-x;
	display: block;
	height: 36px;
	padding-left:10px;
	padding-top:6px;
	color:#000;
	font-weight:bold;
	font-size:12px;
}

#modultext a {
	text-decoration:none;
	color:#666;
	
}

#modultext a:hover {
	text-decoration:underline;
	
}


#modultext ul {
	margin-left:12px;
	
}

#modultext ul li {
	list-style:square;
	line-height:14px;
	
}




.tuerkisbold {
	font-weight:bold;
	color:#008DCC;
	font-size:15px;
}





.type {
	font-weight:bold;
	color:#364A62;
	font-size:15px;
}


#form1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	width: 130px;
}
.danke {
	font-size: 18px;
	color: #364A62; 
}
