html, body { 
	/*background-color: #FFFFFF;
	margin: 0;
	padding: 0;*/
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	/*font-family: Verdana;
	font-size:10px;*/
}

#container {
	/*background-color: #FFFFFF;*/ 
	width: 900px; 
	padding: 0px 10px;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
	background-image:url(../gfx/main_shadow.gif);
}


#text h1, #datum h2 {    
    font-weight:normal;
    font-size: 1em;
    margin: 0px;
}

#kopfzeile {
	padding: 5px;
	float:left;
}

.class1 A:link {text-decoration: none ; color:#cc3399;}
.class1 A:visited {text-decoration: none ; color:#cc3399;}
.class1 A:active {text-decoration: none ; color:#cc3399;}
.class1 A:hover {text-decoration: underline; color:#66cc33}


.class2 A:link {text-decoration: none ; color: grey;}
.class2 A:visited {text-decoration: none ; color: grey;}
.class2 A:active {text-decoration: none ; color: grey;}
.class2 A:hover {text-decoration: underline; color:#330000}


#logo {
	float:left;
}
#datum {
	padding: 40px 50px  5px 5px;
	float:left;
}
#text {
	padding: 30px 10px;
	float:left;
}
#logo_reed {
	padding: 30px 50px;
	float:left;
}

#content {
	clear:both;
	/*padding: 50px 50px;*/
	/*border-top: 1px solid #666666;*/
	border-top: 0px solid #66cc33;
	/*background-color: #999999; 
	height:100%;*/
}
