html, body {
	/*background-image:url(/gfx/hintergrund4.jpg);*/
	margin:0;
	padding:0;
	background-color:#ffc44c;
	font-family: "calibri", "arial", sansserif;
	/*font-family: "book antiqua", "palatino linotype", serif, "georgia", "times";*/
	text-align:center; /* Zentrierung im IE */
	font-size: 110%;
	}
	
a:link {color:black; text-decoration:none; }
a:visited {color:black; text-decoration:none; }
a:focus {color:red; text-decoration:none; }
a:hover {color:maroon; text-decoration:none; }
a:active {color:red; text-decoration:none; }
h1{text-align:center;}
h2{text-align:center;}
h3{text-align:center;}

#page {
	width:1010px;
	padding:0px;
	margin:20px auto 30px auto; /* Zentrierung für andere Browser */
	text-align:left;
	}

#header {
	position:relative;
	height:128px;
	width:800px;
	border-width:0px;
	border-bottom-width:4px;
	border-color:#ffc44c;
	border-style:solid;
	padding:10px 10px 5px 10px;
	margin:0px;
	text-align:left;
	background-color:#ffd97c;
	}

#main{
	position:relative;
	width:100%;
	float:right;
	}
	
#content {
	position:relative;
	width:780px;
	min-height:480px;
	padding:0px 20px 20px 20px;
	float:left;
	text-align:justify;
	background-color:#ffd97c;
	}

#navigation {
	position:relative;
	width:180px;
	float:right;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	}

.menublock {
	width:100%;
	padding:10px 6px 8px 6px;
	margin-bottom:20px;
	background-color:#ffd97c;
	}
	
.menuitem {
	width:180px;
	height:32px;
	background-image:url(/gfx/button2.png);
	background-attachment:scroll;
	background-repeat:no-repeat;
	font-size:18px;
	font-weight:normal;
	padding:9px 0px 0px 10px;
	margin:0px;
	}

#footer {
	position:relative;
	width:800px;
	color:gray;
	border-width:4px 0px 0px 0px;
	border-color:#ffc44c;
	border-style:solid;
	padding:10px;
	text-align:center;
	font-size:12px;
	background-color:#ffd97c;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

@media print{ 
	/*hide the right column when printing*/ 
	#navigation{display:none;} 
	#content{float:none;}
	#page, #main{width:800px}
}