@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	height: 768px;
	width: 1024px;
	font-size: 12px;
/*	color:rgb(107,142,35);*/
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
  }

a:link {
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	font-weight: bold;
}
a:visited {
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
	color:#999;
	font-weight: bold;
}
a:active {
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	font-weight: bold;
}

div#index_links {
	float:left;
	width:50%;
}

div#index_rechts {
}

div#Spalte_Oben {
	position: relative;
	visibility: visible;
	height: 238px;
	width: 1024px;
}

div#Spalte_Unten {
	position: relative;
	visibility: visible;
	height: 530px;
	width: 1024px;	
	top: 250px;
}

div#Spalte_Links {
	position: absolute;
	visibility: visible;
	height: 530px;
	width: 195px;
	top: -250px;
}

div#Spalte_Rechts {
	position: absolute;
	visibility: visible;
	height: 530px;
	width: 829px;
	left: 195px;
}

div#Spalte_RechtsOben {
	position: absolute;
	visibility: visible;
	height: 30px;
	width: 829px;
	background-image: url(img/Slices/sublinks.png);
	top: -250px;
}

div#Spalte_RechtsUnten {
	position: absolute;
	visibility: visible;
	height: 500px;
	width: 829px;
	top: -220px;
}

h1 {
	font-size: 16px;
/*	color:rgb(107,142,35);*/
	color:#333;
	font-weight:bold;

}

ul {
	list-style-position:outside;
}

li {
	font-family:verdana,sans-serif;
	list-style-image:url(img/pfeil.gif);
}
	
#Spalte_Unten #Spalte_Rechts #Spalte_RechtsUnten table tr td {
	font-size: 12px;
}

area {
	border:hidden;
}
