body{
	background-color: #92BBA5; 
	margin-left:0; 
	margin-top:0;
	margin-bottom:0;
	}
	
.news { 
	color:white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	}
a.news:link {
	color:white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	border-bottom: 1px dotted white;
	}
a.news:visited {
	color:white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	border-bottom: 1px dotted white;
	}
a.news:active {
	color:white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	border-bottom: 1px dotted white;
	}	
a.news:hover {
	color:white;
	background-color: #005826;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	border-bottom: 1px dotted white;
	}
	
.termine { 
	color:black;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	}
	
.titel { 
	color:#6E7370;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: bold;
	}
	
.text { 
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	}
a.text:link {
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted #005826;
	}
a.text:visited {
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted #005826;
	}
a.text:active {
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted #005826;
	}	
a.text:hover {
	color: white;
	background-color: #005826;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted white;
	}
	
.menuskin{
position:absolute;
width:120px;
background-color:menu;
border:2px solid black;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:white;
}