body {
    color: black;
	background-color: #FFFFFF;
}

.ueberschrift
{
	font-family: "Verdana","Arial";
	color: white;
	font-size: 13pt;
	font-weight:bold; 
}

.klueberschrift
{
	font-family: "Verdana","Arial";
	color: #880000;
	font-size: 10pt;
	font-weight:bold; 
}

.schrift
{	
	font-family: "Verdana","Arial";
	font-size: 9pt;
	margin-top:20px; 
	
	color: black;
}

.schrift_liste
{
	font-family: "Verdana","Arial";
	font-size: 10pt;
		
}

  
body a{
  	color: #880000;
	text-decoration: none;
}

body a:hover {
  	color: #000000;
	text-decoration: underline;
}
 
td#Inhalt {
    border: 1px solid silver;
}
table#Tabelle {
    border: 1px solid black;
}
.ebene_banner_hintergrund
{
	position: realtive;
	visibility: visible;
	height: 255px;
	top: 0px;
	left: 0px;
	background-repeat: repeat-left;
	
	background-image: url(Bilder/Hintergrund/slice_02.gif);
	background-position:left top;	
}



