body { 
	background-color: rgb(255, 255, 230);
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(102, 102, 102);
	opacity: 1;
	margin:5px;
}

#menu { 
	background-color: rgb(204, 0, 0);
	position: fixed;
	z-index: 3;
	width: 98%;
	height: 30px;
}

#logo {
	position: absolute;
	left:2px;
	top:2px;
	height:26px;
	zindex: 4;
	background-color: #FFFFE6;
}

#titel {
	position: absolute;
	left:320px;
	top:5px;
	font-size:16px;
	color: #FFFFE6;
}

#titel {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#titel a {
	text-decoration:none;
	color:#FFFFE6;
}
#titel a:hover {
	color:#FFFFFF;
}

#menu1 { 
	position: absolute;
	border-style: inset;
	margin: 2px;
	width: 200px;
	z-index: 4;
	left:80px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	background-color: rgb(204, 204, 204);
	font-style: normal;
	text-align: center;
}

#menu-sub1 { 
	border-width: 2px;
	position: absolute;
	z-index: 5;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
	top: 22px;
	left: -2px;
	width: 200px;
	padding-top: 0px;
	visibility: hidden;
	background-color: rgb(255, 255, 255);
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

#item {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
#item a {
	text-decoration:none;
	display:block;
	color:#666666;
}
#item a:hover {
	color:#FFFFFF;
	background:#DDDDDD;
}

#last-item {

}
#last-item a {
	text-decoration:none;
	display:block;
	color:#666666;
}
#last-item a:hover {
	color:#FFFFFF;
	background:#DDDDDD;
}

#thema {

	border-width: 2px;
	position: absolute;
	z-index: 1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-align: left;
	top: 40px;
	left: 5px;
	width: 97%;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	border-style: solid;

}

#gross {
	font-size: 30px;
	font-style: italic;
	text-align: center;
	font-width: bold;
}

