/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */


BODY { 
font : 14px/16px Verdana, Arial, sans-serif; 
color: rgb(106,106,106); 
font-weight: normal; 
text-align: left; 
background-color: white; }

A:link {text-decoration: none; color: #336699;}
A:visited {text-decoration: none; color: #336699;}
A:hover {text-decoration: underline ; color: #0066CC; }



/* Globales Seitenformat - zentriert */

div#index{
 position: absolute;
 width: 1000px;
 left: 50%;
 margin-left: -500px; 
} 

/* Linie oben */

.hr_top {
	Z-INDEX: 99;
	LEFT: 2px;
	WIDTH: 998px;
	POSITION: absolute;
	TOP: 340px;
	HEIGHT: 2px;
	margin: 0;
	padding: 0;
	float: none;
	color: #A0A0A0;
}

/* Linie unten */

.hr_bottom{
	Z-INDEX: 99;
	LEFT: 2px;
	WIDTH: 998px;
	POSITION: absolute;
	TOP: 524px;
	height: 2px;
	margin: 0;
	padding: 0;
	float: none;
	color: #A0A0A0;
}

