body {
	background-color: InactiveCaptionText;
	background-image: url(bg.gif);
	background-repeat: repeat;
}
/*---position der Headergrafik---*/
.header {
	position: absolute;
	left: 0%;
	top: 0px;
	width: 100%;
	height: 200px;
	text-align: center;
}
.text
{
	color: #ffcc99;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/*---Aussehen und Position der Navigationsleiste und der Links in der Leiste---*/
#nav {
	background-color: #ffcc99;
	color: #000066;
	font-family: sans-serif;
	font-size: 12px;
	position: absolute;
	left: 10%;
	top: 210px;
	width: 80%;
	padding: 5px;
	text-align: center;
}
#nav a:link {
	color: #000066;
	text-decoration: underline;
	font-style: italic;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #000066;
}
#nav a:visited {
   color: #000066;
   font-style: normal;	
}
#nav a:hover {
	color: #ffff00;
	font-style: italic;
	padding-right: 5px;
	border-right: 1px solid #ffff00;
}
/*---Aussehen und Position des Inhaltsbereichs---*/
.content {
	background-color: #000066;
	color: #ffcc99;
	font-family: sans-serif;
	font-size: 12px;
	position: absolute;
	left: 10%;
	top: 280px;
	width: 80%;
	padding: 5px;
	text-align: center;
}
.content_adm {
	background-color: #000066;
	color: #ffcc99;
	font-family: sans-serif;
	font-size: 12px;
	position: absolute;
	left: 10%;
	top: 80px;
	width: 80%;
	padding: 5px;
	text-align: center;
}
.footer
{
	color: #000066;
	font-family: sans-serif;
	font-size: 10;
	font-weight: normal;
}
.footer a:link {
	color: #ffcc99;
}
#tropfen_links{
	background-image: url(tropfen.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0%;
	top: 270px;
	width: 5%;
	height: 600px;
	padding-top: 15px;
}
#tropfen_rechts{
	background-image: url(tropfen.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 95%;
	top: 270px;
	width: 5%;
	height: 600px;
	padding-top: 15px;
}
/*---Aussehen und Verhalten der Links---*/
a, a:link
{
	color: #ffcc99;
	text-decoration: underline;
	font-family: sans-serif;
	font-style: italic;
}
a:visited {
	color: #ffcc99;
   font-style: normal;	
}
a:hover {
	color: #ffff00;
	font-style: italic;
}
h2
{
	color: #ffff00;
	font-family: sans-serif;
}
