<style type="text/css"><!--
body{}
body 
{
 font-family:Verdana, Arial;
 font-size:14px;
 background-color:#e9c428;
 text-align:center;
 color:206D39;
}

h1 {font-size:28px;color:#206D39;padding-left:120px;}
h2 {font-size:18px;color:#206D39;}
h3 {font-size:16px;color:#206D39;}
p {margin-top:0px;}



a:link, a:visited, a:active
{ 
  text-decoration:none;
  font-weight:bold;
  color:black;
  font-size:14px;
}
a:hover
{ 
  background-color:#206D39;
	color:#e9c428;
}
a.menu:link, a.menu:visited, a.menu:active
{ 
  background-color:white;
	text-decoration:none;
  color:#206D39;
	font-weight:bold;
	padding:8px;
	border: 2px solid white;
}
a.menu:hover
{ 
  background-color:#206D39;
	padding:8px;
	color:#e9c428;
	border: 2px solid #e9c428;
}

/* Die Titelzeile */
#title {
margin-top:0px;
height:24px;
background-color:#206D39;
}

#title2 {
border-top:2px solid white;
margin-top:0px;
height:120px;
background-color:white;
}

/* Das Menü */
#menu {
border-top:2px solid #206D39;
border-bottom:2px solid #206D39;
background-color:white;
padding:10px 0px;
clear:left;
}

/* Der Inhalt */
#content {
padding:20px; 
line-height:20px;
background-color:white;
}
//--></style>