html,body {
	background-color: #;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #CCC;
}
#bildschirm {
	height: 100%;
	width: 100%;
	background-color: #CCC;
}
#wrapper {
	width: 1024px;
	background-color: #FFF;
}
#header {
	background:TRANSPARENT;
	width: 1024px;
}
#nav-oben {
	height: 25px;
	width: 1024px;
	background-color: #000;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 5px;
}
#mittelteil {
	background-color: #FFF;
	height: 1700px;
	width: 1024px;
}
#nav-links {
	float: left;
	background-color: #FFF;
	text-align: left;
	width: 160px;
	padding-top: 20px;
}
#main {
	float: left;
	text-align: left;
	background-color: #FFF;
	width: 614px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#main-about {
	float: left;
	text-align: justify;
	background-color: #FFF;
	width: 614px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#werbung {
	float: left;
	background-color: #FFF;
	text-decoration: none;
	width: 250px;
	padding-top: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#werbung a:link {
  color: #000;
  text-decoration: none;
}
#werbung a:visited {
  color: #000;
  text-decoration: none;
}
#werbung a:hover {
  color: #F90;
  text-decoration: none;
}

#nav-oben a:link {
  color: #FFF;
  text-decoration: none;
}
#nav-oben a:visited {
  color: #FFF;
  text-decoration: none;
}
#nav-oben a:hover {
  color: #F90;
  text-decoration: none;
}

