body,td,th {
	font-family: sans-serif;
	font-size: 14px;
}
body {
	background-color: InactiveCaptionText;
	background-image: url(bg.gif);
	background-repeat: repeat;
}
h2 {
	color: #ffff00;
	font-family: sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}
/*---Position der Headergrafik---*/
.header {
	position: absolute;
	left: 0%;
	top: 0px;
	width: 100%;
	height: 200px;
	text-align: center;
}
/*---Position der Suchbox---*/
.search_box {
	position: absolute;
	left: 40%;
	top: 210px;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
/*---Aussehen und Position der Navigationsleiste und der Links darin---*/
#navlist li
{
display: inline;
list-style-type: none;
padding-left: 0px;
padding-right: 0px;
}
.menu {
	background-color: #ffcc99;
	color: #000066;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bolder;
	position: absolute;
	left: 10%;
	top: 240px;
	width: 80%;
	padding: 5px;
	text-align: center;
}
.menu ul, .menu li {
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}
.menu li {
	border-bottom: 0px;
}
.menu a:link, .menu a:active {
	color: #000066;
	text-decoration: underline;
	font-style: italic;
	padding-right: 5px;
	border-right: 1px solid #000066;
}
.menu a:visited {
	color: #000066;
   font-style: normal;
	font-weight: bolder;
	padding-right: 5px;
	border-right: 1px solid #000066;
}
.menu a:hover {
	color: #ffff00;
	font-style: italic;
	padding-right: 5px;
	border-right: 1px solid #ffff00;
}
.main_menu {
	border-left: 0;
}
.sub_menu {
	border-left: 0;
}
.menu_current {
	font-weight: normal;
}
/*---Position des Inhaltsbereichs---*/
.content {
	background-color: #000066;
	color: #ffcc99;
	font-family: sans-serif;
	font-size: 14px;
	position: absolute;
	left: 10%;
	top: 290px;
	width: 80%;
	padding: 5px;
	text-align: center;
}
/*---Aussehen und Verhalten der Links im Inhaltsbereich---*/
.content a:link {
   color: #ffcc99;
	text-decoration: underline;
	font-style: italic;
}
.content a:visited {
   color: #ffcc99;
   font-style: normal;	
}
.content a:hover {
	color: #ffff00;
	font-style: italic;
}
/*---Position der Blubberblasen---*/
#tropfen_links{
	background-image: url(tropfen.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0%;
	top: 300px;
	width: 5%;
	height: 600px;
	padding-top: 15px;
}
#tropfen_rechts{
	background-image: url(tropfen.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 95%;
	top: 300px;
	width: 5%;
	height: 600px;
	padding-top: 15px;
}
