body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666; 
	 /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0; padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#mittig{ margin: 10px auto;width: 900px;}
#schatten{width: 900px; /*BACKGROUND-IMAGE: url(images/graf-shadow.jpg); BACKGROUND-REPEAT: repeat-y; background-position:  0  10;*/ background-color:#333333;  padding-bottom: 5px; padding-top: 5px; margin: 0 0  0.8em 1em;}

 #container {
	width: 900px;   /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
 margin: -1em 0 0 -0.7em; background-color:#000000; background-image:url(img/menu.jpg); background-repeat:repeat-y;  /*background-repeat:no-repeat; background-position:left bottom;*/ 
	 /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; 
	text-align: left; /* this overrides the text-align: center on the body element. border-right: 4px solid #333333;*/
	}


#header{height: 135px; background-image:url(img/header2.jpg); background-repeat:no-repeat;) }


#sidebar {margin: 0; padding: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* 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-color: #000000;
	font-size: 0.9em; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLt #mainContent {
font-size: 0.9em;
background-color:#E1E1E1; 
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 580px;/**/
} 

#mainContent ol{font-size: 0.8em; margin:15px;} /**/
#mainContent ol li{padding-bottom: 4px; } 

#footmainContent {margin-top: 10px; }


.twoColFixLt #mainContent hr { height: 1px; border: dotted 1px #000066}

#print td {
 border-width: 1px;
 border-style: solid;
 border-color: #FFFFFF;
 background-color: #EEEEEE;
} 
 #index{border: none; background-color: transparent;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

h1 {
	font-size: 10px;
	color:#000000;
	margin: 0;
	padding: 0;
	text-align:center;
	font-weight: normal;
	}
	
	h2 {font-size: 1.0em;
	text-align:left;
	padding: 0;padding-bottom: 10px;
	color: #000066;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: red;
	}
h3 {font-size: 1.0em;
	text-align:left;
	
	padding: 0px ;padding-bottom: 1px; margin-top: 10px; margin-bottom: 3px;
	color: #000066;
		}	
	
	
	#footer{ margin: 0 auto;width: 900px; color: #999999;font-size: 0.7em;}
	 #footer a {font-size: 0.8em;color: #CCCCCC; text-decoration:none;}
	

.gaeste{ padding: 2px;  font-size: 0.95em; border-bottom: 1px dotted #003366; width: 600px;}
.gaeste2{ font-size: 0.95em;}

#daten, #daten a{height: 3px;  padding: 0px ; margin: 0px; font-size:11px; color:#666666; font-family:'Courier New', Courier, monospace}
	
	
	@media print{
#header,
#sidebar,#footer,.p7MBM_4,#footmainContent
 {
float: none; display: none; margin: 0px; 
}
.twoColFixLt #mainContent {clear: left; float: none; margin: 0px; padding: 0px;}
#container{border: none;}
}



@media print {
#print {width: 100%; display: block;}

}
