body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
}body {
	margin: 0px;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	}
#mitte {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px; /* Breite des Elements */
	height: 300px; /* Höhe des Elements */
	margin-left: -150px; /* Breite des Elements geteilt durch zwei! */
	margin-top: -150px; /* Höhe des Elements geteilt durch zwei! */
	background-color: #336699;
	border: 20px solid #336699;
	-moz-border-radius:20px; /* Firefox */
	-webkit-border-radius:20px; /* Safari, Chrome */
	-khtml-border-radius:20px; /* Konqueror */
	border-radius:20px; /* CSS3 */
	}
#linksoben {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px; /* Breite des Elements */
	height: 300px; /* Höhe des Elements */
	margin-left: -340px; /* Breite des Elements geteilt durch zwei! */
	margin-top: -340px; /* Höhe des Elements geteilt durch zwei! */
	background-color: #FFF;
	overflow: auto;
	border: 20px solid #FFF;
	-moz-border-bottom-left-radius:20px; /* Firefox */
	-webkit-border-bottom-left-radius:20px; /* Safari, Chrome */
	-khtml-border-bottom-left-radius:20px; /* Konqueror */
	border-bottom-left-radius:20px; /* CSS3 */

	}
#rechtsoben {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px; /* Breite des Elements */
	height: 300px; /* Höhe des Elements */
	margin-left: 10px; /* Breite des Elements geteilt durch zwei! */
	margin-top: -340px; /* Höhe des Elements geteilt durch zwei! */
	background-color: #FFF;
	overflow: auto;
	border: 20px solid #FFF;
	-moz-border-radius:20px; /* Firefox */
	-webkit-border-radius:20px; /* Safari, Chrome */
	-khtml-border-radius:20px; /* Konqueror */

}
#linksunten {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px; /* Breite des Elements */
	height: 300px; /* Höhe des Elements */
	margin-left: -340px; /* Breite des Elements geteilt durch zwei! */
	margin-top: 10px; /* Höhe des Elements geteilt durch zwei! */
	background-color: #FFF;
	overflow: auto;
	border: 20px solid #FFF;
	-moz-border-radius:20px; /* Firefox */
	-webkit-border-radius:20px; /* Safari, Chrome */
	-khtml-border-radius:20px; /* Konqueror */
	border-radius:20px; /* CSS3 */
}
#rechtsunten {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px; /* Breite des Elements */
	height: 300px; /* Höhe des Elements */
	margin-left: 10px; /* Breite des Elements geteilt durch zwei! */
	margin-top: 10px; /* Höhe des Elements geteilt durch zwei! */
	background-color: #FFF;
	overflow: auto;
	border: 20px solid #FFF;
	-moz-border-radius:20px; /* Firefox */
	-webkit-border-radius:20px; /* Safari, Chrome */
	-khtml-border-radius:20px; /* Konqueror */
	border-radius:20px; /* CSS3 */
}
a {
	color: #00CCFF;
	} 
a:link {
	color: #00CCFF;
	text-decoration: none;
	} 
a:visited {
	color: #00CCFF;
	text-decoration: none;
	} 
a:hover {
	color: #4FDCFF;
	text-decoration: underline;
	} 
a:active {
	color: #0088AA;
	text-decoration: underline;
	} 
a:focus {
	outline:1px dotted;
	}
h1 {
	font-weight: bold;
	font-size: 16px;
	} 
h2 {
	font-weight: bold;
	font-size: 14px;
	} 
h3 {
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
td {
	font-size: 12px;
	} 
table {
	font-size: 12px;
	}
p {
	font-size: 12px;
	font-weight: normal;
	} 
select {
	font-family: Arial, Helvetica, sans-serif;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	}
input {
	font-family: Arial, Helvetica, sans-serif
}
.fett {
	font-weight: bold;
	}
.unfett {
	font-weight: normal;
	}
.rundeecke-1 {
	border:3px solid #ff0000;
	left:10px;
	top:50px;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
}
.textfarbe {
	color: #FFF;
	font-weight: bold;
}
.bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
} 
.hoch100prozent {
	height: 100%;
}
