body {
	background-image: url(sternenback.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: sans-serif;
	font-size: 1 em;
	color: #ff9900;
}
a {
	font-family: sans-serif;
	font-size: 1 em;
	color: #ff9900;
	text-decoration: underline;
}
a:visited {
	font-family: sans-serif;
	font-size: 1 em;
	color: yellow;
	text-decoration: underline;
}
a:hover {
	font-family: sans-serif;
	font-size: 1 em;
	color: red;
	text-decoration: underline;
}
a:active {
	font-family: sans-serif;
	font-size: 1 em;
	color: blue;
	text-decoration: underline;
}
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: 50%; 50%;
	left: 0%;
	top: 0px;
	width: 100%;
	height: 180px;
	text-align: left;
}
#nav {
   position: absolute;
	left: 0%;
	top: 190px;
	width: 20%;
}
#main {
   background-color: Black;
	position:absolute;
	left:20%;
	top:190px;
	width:60%;
}
#mainc {
   background-color: Black;
	position:absolute;
	left:20%;
	top:190px;
	width:60%;
	text-align: center;
}
#maini {
 	position:absolute;
	left:0%;
	top:190px;
	width:100%;
	text-align: center;
}
.rahmen {
	border: medium #ff9900 groove;
}
.rahmenkl {
	border: thin #ff9900 groove;
}
.img {
	float: left;
	border: thin #ff9900 groove;
	margin-right: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.5 em;
}
