* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background-color: #333;
	height: 100%;
}
#wrapper {
	height: 730px;
	width: 890px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapper #header {
	float: left;
	height: 160px;
	width: 690px;
	background-image: url(pics/header.gif);
	background-repeat: no-repeat;
}
#wrapper #rechts {
	float: right;
	width: 200px;
	height: 700px;
	background-color: #99cc00;
}
#wrapper #rechts #flash {
	height: 160px;
	margin-bottom: 35px;
}
#wrapper #rechts #bild {
	height: 160px;
}
#wrapper #rechts #news {
	height: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #333;
}
#wrapper #rechts #news h2 {
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
#wrapper #rechts #news p {
	font-size: 12px;
	color: #FFF;
	text-align: center;
}


#navi {
	line-height: 35px;
	height: 35px;
	width: 690px;
	float: left;
	z-index:3;
}
#wrapper #navi ul {
	list-style-type: none;
}
#wrapper #navi ul li {
	display: inline;
	text-align: center;
	float: left;
	width: 115px;
}
#wrapper #navi ul a  {
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	display: block;
	background-image: url(pics/Navigation_Button_passiv.gif);
	background-repeat: no-repeat;
}
#wrapper #navi ul a:hover {
	background-image: url(pics/Navigation_Button_aktiv.gif);
	background-repeat: no-repeat;
	font-weight: bolder;
	color: #000;
}
.aktiv {
	background-image: url(pics/Navigation_Button_aktiv.gif);
	background-repeat: no-repeat;
	width: 115px;
	font-weight: bolder;
	color: #000;
}



 #content {
	height: 505px;
	width: 670px;
	float: left;color: #FFF;
		font-size: 12px;
		border-color: #99cc00;
			z-index:1;
			padding-left:10px;
			padding-right:10px;
		
		}
#content a {
color:#99cc00;
}
		
#content img {
border: 1px solid #99cc00;
}
#wrapper #footer {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
}
#wrapper #footer a {
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
