/* CSS Dokument (Struktur) */

/* Allgemein */
* {margin: 0px; padding:0px;}
.clearer {clear:both; font-size:0px;line-height:0px; height:0px;}
img {border:none;}
body {background-color:#FFFFFF;}
hr {border:0;border-top:solid #CCCCCC 1px; height:0px;margin-top:20px;}

/* Rahmenfiles */
div#containerschatten {margin:0 auto;width:986px;background-image:url(../img/back.jpg); background-repeat:no-repeat;}
div#container {width:960px; margin-left:15px; min-height:800px;height:auto !important; /* real browsers */height:800px; /* IE6: treaded as min-height*/min-height:800px; /* real browsers */}


/* Header */

#printHeader {display:block;width:auto;}
div#header {display:none;}


#NavigService {display:none;}
#nav_main {display:none;}
	
/* Subnavig */
div#navArea {display:none;}
		
/* Content */

#contentArea {}
div#content {width:auto;}		
div#contenttext {width:auto;}

/* Formular */
#formular {padding:5px;}
	#formular h2 { margin-bottom:1em;}
	#formular .schliessen { float:right;}
	#formular form br { clear: both;} 
	#formular label{ float:left; text-align:left; width:170px; margin-right:10px; line-height:26px;}
	#formular input {float: left;margin-right:10px;width:220px; height:18px; border:solid 1px #c7c7c7; background-color:#FFF;font-family:Verdana, Arial, Helvetica, sans-serif;}
	#formular textarea {float: left;margin-right:10px;width:220px; height:90px; border:solid 1px #c7c7c7; background-color:#FFF;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.9em;}
	#formular select {float: left;margin-right:10px;width:220px; border:solid 1px #c7c7c7; background-color:#FFF;font-family:Verdana, Arial, Helvetica, sans-serif;}	
	#formular .sendenBtn { /*margin-left:194px;*/}
		#formular .sendenBtn input {border:solid 1px #c7c7c7; width:auto; height:20px;}

/* Footer */
div#footerArea {margin:60px 0 20px 0;}
	.footer {width:960px; padding:0;}
	.footerText {padding-left:0px;}
	div#footerArea a, a:active, a:visited {background-color:#FFFFFF;color:#000000; text-decoration:none;}
	div#footerArea a:hover {color:#000000;font-size:1em;}
	.footerleft {float:left; margin:0; width:330px; color:#000000;font-size:0.825em;}
	.footerright {display:none;}
	
	.copyright {}
		
.navAccesskey {display:none;}