html, body, ul, li { padding: 0; margin: 0; list-style: none;}

html {
    height: 100%
}

body {
    height: 100.01%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#CE0000;	
} 

.menu, .youare, a:link, a:visited, .trennung_linie, .bottum_page {	
	color:#CE0000;
}

.table_haupt, .table_unten_td, .table_gesamt {
	background-color:#FFFFFF;
}

.table_unten_td, .table_haupt{
	border: 1px solid #000000; 
}

.menu {	
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-position: center;
	cursor:pointer;
}

.youare {	
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-position: center;
	text-align: left;
	cursor:default;	
}

.bottum_page {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	cursor:default;	

}
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}



.table_unten_td {
	border-width: 0px 1px 1px;
}

.table_haupt {
	border-width: 1px 1px 0px;
}

a.infobox { 
	text-decoration:none; 
}
a.infobox:hover { 
	cursor:help; 
	color:#c30; 
	background:white; 
}
a.infobox span { 
	visibility:hidden; 
	position:absolute; 
	left:inherit; 
	margin-top:1.5em; 
	padding:1em; 
	text-decoration:none; 
	text-align:justify; 
	width:23em;
}
a.infobox:hover span { 
	visibility:visible; 
	left:16em;
	border:1px solid #c30; 
	color:blue; 
	background:white; 
}

#bilder img:hover { 
	opacity:0.65; 
	filter:alpha(opacity=65); 
	-moz-opacity:0.65;
}

