body { 
background: #B7DBFD;
background-image: url("images/bgbg3.gif");
} 
BODY,P,TD,body,p,td {
margin-top:10px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
font-family :Tahoma,Verdana,Helvetica,Arial,Geneva,Sans Serif;
font-size : 12px;
color: #353535; 
font-weight : normal;
}
b,B {
font-family :Tahoma,Verdana,Helvetica,Arial,Geneva,Sans Serif;
font-size : 12px;
color : #353535;
font-weight : bold;
}

a:link, a:active, a:visited, a:hover { 
color: #353535; 
text-decoration: none; 
} 

hr{
background-color:#B5DBFF; /* Mozilla 1.4 */
color:#B5DBFF; /* IE 6 */
border: #B5DBFF; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

#menu {
	clear: both;
	float: center;
	display: inline;
	}

#menu a {
	padding: 0.3em 1em 0.3em 1em;
	background-color: #38B6FF;
	filter:alpha(opacity=40);
	-moz-opacity: 0.1;
	opacity: 0.6; 
	color: #FFFFFF;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
	border: 1px solid white;
	margin: 0;
	}

#menu a:hover {
	background-color: #0074B3;
	filter:alpha(opacity=40);
	-moz-opacity: 0.1;
	opacity: 0.6; 
	color: #FFFFFF;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
	border: 1px solid black;
	margin: 0;
	}
