body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-image: url(grafik/hintergrund.jpg);
}
#fusszeile {
	background-color: #FFFF33;
}



#seite {
	width: 800px;
	margin-top: 10px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
}
#kopf {
	width: 800px;
	background-color: #FFFFFF;
}
#inhalt {
	background-color: #FFFFFF;
	width: 808px;
	position: absolute;
	top: 190px;
}
#navigation {
	position: absolute;
	width: 800px;
	top: 130px;
	background-color: #FFFFFF;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

h1 {
	font-size: 1em;
}
.rot {
	color: #FF0000;
}
.blau {
	color: #0000FF;
}
.braun {
	color: #FF9900;
}
.gruen {
	color: #009900;
}
.gelb {
	color: #FFCC33;
}
a {
	color: #000000;
}
h2 {
	font-size: 0.9em;
}
