body {
    margin: auto;
	font: 100.01% georgia,'times new roman',times,serif; 
	color: #000000; 
	text-align: center; /* -mittig zentrieren IE 5.x */
    background-color: #FFFFFF;
}

h1 { 
	font-size: 150.01%; 
}

h2 { 
	font-size: 120.01%; 
}

td, th {
    font: 100.01% georgia,'times new roman',times,serif;  
	color: #000000; 
}

select { 
	font: 100.01% georgia,'times new roman',times,serif; 
}

input { 
    font: 100.01% georgia,'times new roman',times,serif;  
	color: #000000; 
}	

textarea { 
    font: 100.01% georgia,'times new roman',times,serif;  
	color: #000000; 
	overflow: auto; 
}	
 
input.button {
    font: 100.01% georgia,'times new roman',times,serif;  
	color: #000000; 
}   

#Page {
	margin: auto; 
	padding-top: 20px;
    width: 650px;
    text-align: left; /* -mittig zentrieren IE 5.x hack ausschalten */ 
	background: none; 	
}

#Print {
	padding-top: 50px;  
}

img {
	border-style: none; 
}

.imgleft {
	float: left;
	margin: 0px 5px 5px 0px;
}

.imgright {
	float: right;
	margin: 0px 0px 5px 5px;
}

/* ausgeblendete Inhalte */
#Head,
#Navigation,
#switch_font,
.block,
#Right {
    display: none;
}