@charset "utf-8";


body

{
	background-color:#61762b;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}



#haupt {
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cadaea;
	border: 2px solid #FFF;
}


#banneroben {
	height: 160px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-image: url(../images/header.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#textbox {
	width: 820px;
	position: relative;
	left: auto;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	height: auto;
	margin: 20px;
	text-align: left;
}
a:link img {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
}
a:visited img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}


#haupt .textbox p {
	color: #000000;
	font-size: 15px;
	
}


#navigation {
	width: 750px;
	top: -41px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	left: -40px;
	z-index: 2;
	margin-top: 10px;
}
#navigation    li {
	list-style: none;
	display: block;
	float: left;
	margin: 5px;
}

#navigation    li a {
	color:#ffffff;
	text-decoration: none;
}

#navigation    li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#navigation    li span{
	color:#221710;
	
}

