html,body{
	font-family:verdana;
	font-size:100%;
	margin:0px;
}
a{
	text-decoration:none;
	color:#038d5a;
}
a:hover{
	color:#038d5a;
	text-decoration:underline;
}
div.rahmen{
	margin-top:10px;
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #cccccc;
}
div.menue{
	min-height:51px;
	width:100%;
	background-image:url("/images/web/menue-bg.gif");
	background-repeat:repeat-x;
	text-align:center;
}
div.menuePunkt{
	min-height:32px;
	padding-left:5px;
	padding-right:5px;
	padding-top:18px;
	float:left;
	font-size:80%;
	margin-right:35px;
}
div.menuePunkton{
	min-height:41px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	background-image:url("/images/web/menue-overbg.gif");
	background-repeat:repeat-x;
	float:left;
	font-size:80%;
	font-weight:bold;
	margin-right:35px;
}
div.menuePunkton a{
	color:#ffffff;
	font-weight:bold;
}
div.menuePunkton a:hover{
	color:#58fab9;
	text-decoration:none;
}
div.menuePunkt a{
	color:#038d5a;
	font-weight:bold;
}
div.menuePunkt a:hover{
	color:#000000;
	text-decoration:none;
}
div.bild{
	border-bottom:1px solid #ffffff;
}
div.content{
	min-height:300px;
	background-image:url("/images/web/header-bottom.jpg");
	background-repeat:repeat-x;
	background-position:top;
	font-size:80%;
	color:#4a4a4a;
	line-height:20px;
	padding:20px;
}
h1{
	font-family:"Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:170%;
	color:#00955b;
	font-weight:normal;
}
div.footer{
	font-size:75%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	color:#999999;
}
tr.green 
{   
    background-color: #8fd0a9;
    }
h2 
{
    font-size: 120%;
    color:#00955b;
}
div.liste 
{
    width:450px;
    float: left;
    margin-bottom: 20px;
}