body{
	background-color: #EC8128;
	font-family: 'Helvetica Neue', Verdana, Arial, sans serif;
	color: #000000;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#wrapperbox{
	width: 725px;
	height: auto;
	margin: auto;
}
#headerbox{	
	width: 725px;
	height: 234px;
	background-image: url(../images/head3.jpg);
	margin: 20px 0 0 0 ;
}
#navibox{	
	width: 706px;
	padding: 200px 0 0 0;
}
ul#navi {
	list-style: none;
	padding: 0;
	margin: 0;
}
li#navi {
	float: right;
}
a {
	color: #CC6600;
	display: block;
	text-decoration: none;
}
.weg {
	display: none;
}


a#kontakt {
	width: 66px;
	height: 18px;
	background: white url(../images/kontakt1.jpg);
}

a#kontakt:hover {
	width: 66px;
	height: 18px;
	background: white url(../images/kontakt2.jpg);
}

a#team {
	width: 48px;
	height: 18px;
	background: white url(../images/team1.jpg);
}

a#team:hover {
	width: 48px;
	height:18px;
	background: white url(../images/team2.jpg);
}

a#aufgabe {
	width: 135px;
	height: 18px;
	background: white url(../images/aufgabe1.jpg);
}

a#aufgabe:hover {
	width: 135px;
	height: 18px;
	background: white url(../images/aufgabe2.jpg);
}
a#aktuelles {
	width: 74px;
	height: 18px;
	background: white url(../images/aktuell1.jpg);
}

a#aktuelles:hover {
	width: 74px;
	height: 18px;
	background: white url(../images/aktuell2.jpg);
}


a#links {
	width: 47px;
	height: 18px;
	background: white url(../images/links1.jpg);
}

a#links:hover {
	width: 47px;
	height: 18px;
	background: white url(../images/links2.jpg);
}

a#impressum {
	width: 82px;
	height: 18px;
	background: white url(../images/impressum1.jpg);
}

a#impressum:hover {
	width: 82px;
	height: 18px;
	background: white url(../images/impressum2.jpg);
}
#contentbox{
	width: 725px;
	float: right;
	padding: 30px 0 30px 0;
	background-image: url(../images/bg_1.jpg);
}
#textbox{
	width:428px;
	margin: 0 auto;
	padding: 0 40px 0 0;
	float: right;
}
#footerbox{
	width: 725px;
	height: 30px;
	background-image: url(../images/footer1.jpg);
	float: right;
}
h1{ font-size: 20px;
}
h2{
	font-size: 18px;
	border-bottom: dotted  #FF9966;
}
h3{
	font-size: 12px;
}
p {font-size: 9px;
}