body {
	text-align: left;
	background-color: white;
	padding:0;
	margin: 0;
}

*, td {
	color: #606060;
	font-family: arial, verdana, sans-serif;
	font-size:11pt;
}


/*Header*/
#header {
	background-image: url("bilder/header_bg.jpg");
	min-width: 950px;
/*	width:100%;*/
	height:164px;
}


#navigation {
	width:164px;
	float: left;
}

a { 
	text-decoration: none; 
}
#text {
	float: left;
	width: 553px;
	margin: 0 0 0 30px;

}

#text a {
	color: #81c58a;
}	

.level1-no, .level1-act {
	color: #81c58a;

}
.level1-no a, .level1-act a {
	color: #81c58a;
	background-color: #eae8dc;
	display: block;
	margin: 1px 0 0 0;
	padding: 6px 0 6px 12px;
}
.level1-act a, .level1-no a:hover {
	background-color: #e9e9b9;
}

#subnavi {
	float: left;
	width: 140px;
	margin: 6px 0 0 36px;
}

ul {
margin:0;padding:0;
}

ul li {
	margin: 0 0 10px 0;
	padding-left: 18px;
	list-style-type: none;
	background-image: url(bilder/pfeil.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}

.level2-no, .level2-act {
	margin: 0 0 10px 0;
	padding-left: 18px;
	background-image: url(bilder/pfeil.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.level2-no a, .level2-act a {
	padding: 0 0 2px 0;	
	color: #606060;
}
.level2-act a, .level2-no a:hover {
	background-image: url(bilder/dotted.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
