body{
	background: #d1eddf;
	background-image: url(imgs/back2.gif); 
	background-repeat: repeat-y;
	width: 800px;
	font: 95% Tahoma, helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 20px; 
}
h2{
	color: #052613;
	font-weight: bold;
}
h3{
	color: #052613;
	font-weight: bold;
}
img {
	margin: 10px;
}

.ad{
	position: absolute;/* bei relative rutscht der Text nach unten */
	top: 50px;
	/*left: 1010px;*/
	left: 850px;
	width:120px;
	height:240;
	float:left;
}
.links{
	margin-left: -20px;
	margin-bottom: -10px;
	margin-top: -10px;
	float: left;
}
.test3{
	margin-left: -20px;
	margin-bottom: -10px;
	margin-top: -10px;
	float: left;
	/*argin-right: -1px;*/
}
a {
	font-weight: normal;
	color: #052613;
	text-decoration: underline;
}
a:hover{
	color: #aa0000;
}
#menu {
width: 840px;
float: left;
margin-left: -20px;
margin-top: -3px;
}
.footnav{
	font-size:90%;
	text-align: center;
	margin-bottom: -20px;
}
.footnav a:visited{
	background-color: #d7afac;
	}

.unten { 
width: 834px;
height: 15px;
float: left;
margin-left: -20px;
margin-top: 3px;
margin-bottom: 3px;
border-style: solid;
display: block;
border-color: #80BB9F;
color: #052613;
background: #80BB9F;
}
.unten a{
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	color: #000000;
}
.unten a:hover{
	color: #052613;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 20%;*/
width: 210px;
float: left;
white-space: nowrap;
}

#menu a, #menu h1 {
font: bold 11px/16px Tahoma, helvetica, sans-serif;
display: block;
border-width: 0px;
/*border-width: 1px;*/
border-style: solid;
/*border-color: #ccc #888 #555 #bbb;*/
border-color: #80BB9F;
margin: 0;
padding: 2px 3px;
}

#menu h1 {
color: #052613;
background: #80BB9F;
text-transform: uppercase;
font-weight: bold;
}

#menu a {
color: #000;
/*background: #efefef;*/
/*Farbe Papaya whip     */
background: #ffefd5;
text-decoration: none;
}

#menu a:hover {
color: #a00;
color: #052613;
background: #d9d4ff;
border-style: outset;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}















