html {
	overflow:scroll;
}

body {
    	text-align: center;  	/* Zentrierung im Internet Explorer */
	font-family:comic sans ms;  
	font-size:14px;
        background-color:#f5f5f5;
}



a.eins:link {color:#ffffff; text-decoration:none}
a.eins:visited {color:#ffffff; text-decoration:none}
a.eins:active {color:#ffffff; text-decoration:none}
a.eins:hover {color:#ffffff; font-weight: bold}

a.zwei:link {color:#000000; text-decoration:none}
a.zwei:visited {color:#000000; text-decoration:none}
a.zwei:active {color:#de1818; text-decoration:none}
a.zwei:hover {color:#de1818; text-decoration:underline}


div#seite {
	text-align: left;    	/* Seiteninhalt wieder links ausrichten */
        margin: 0 auto;      	/* standardkonforme horizontale Zentrierung */
        width: 800px;
	height: 320px;
}


.head {	
	background-image: url(../bilder/oben.png);
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	height: 320px;
	width: 800px;
	position:absolute;
	top:5px;
}


.sprache {	
	height: 30px;
	width: 200px;
	position:absolute;
	top:50px;
}

.facebook {	
	height: 30px;
	width: 200px;
	position:absolute;
	top:550px;
	margin-left:30px;
}

div#register_rahmen {
        top:250px;
	width: 200px;
	height: 340px;
	margin:8px;
	border:1px solid #de1818;
	position:absolute;
}

div#register {
        top:250px;
	width: 150px;
	height: 270px;
        padding-top:20px;
        padding-left:20px;
        padding-right:20px;
        padding-bottom:40px;
        margin:9px;
	border:5px solid #ffffff;
        background-color: #de1818;
	position:absolute;
}

div#main {
        top:325px;
	width: 550px;
        padding-top:20px;
        padding-left:20px;
        padding-right:20px;
        padding-bottom:40px;
	margin-left:210px;
	position:absolute;
}

.wetter {	
	height: 150px;
	width: 180px;
	position:absolute;
	top:640px;
	margin-left:18px;
}