@charset "utf-8";
/* CSS Document */
*{margin: 0; padding:0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11pt;
}

#graurand{display: none;}


#innen_container{
width: 100%;
text-align: left;
}

#container {
text-align: left;
width: 100%;
height: 500px;
}

#head{display: none;}

/* nur für IE6 */
#head .logo {}


#content{width: 100%; }

#leftnav{
display: none;
}

	
	
#text{width: 100%;}
	#text h1{font-size: 1.4em; color: #000; margin-bottom: 13px; margin-top: 0px; font-weight: 600; }
	#text h2{font-size: 1.2em; margin-bottom: 8px;}
	#text p{margin-bottom: 7px;}
	#text ul{margin-left: 17px;}
	#text li{margin-top: 4px;}
	#text a, #text a:visited{color: #666;}
	#text a:hover {text-decoration: none;}
	#text table{width: 100%; font-size: 1em;}

	#text td{background-color: #fff; padding: 3px ; vertical-align:top; background-image: none; border: 0; background-color:#e8e8e8; border: 1px solid #ccc;}
	#text td.ecke{background-image: none;}
	#text th{vertical-align:bottom; text-align: left; background-color:#e8e8e8; border: 1px solid #ccc;}
		#text th.klein{font-size: 0.9em; font-weight: 500; padding: 2px; padding-bottom: 4px; }
		#text th.kapazitaet{background-image: none; padding: 6px 3px 4px 3px; vertical-align: top; padding-bottom: 4px;}
		
#printlogo{text-align: right; margin-bottom: 5px;}	
#right {display: none;}
#footer{display: none;}

	

