html, body, p, br, ul, li {
	margin : 0;
	padding : 0;
	border : none;
}

#header {
	width : 880px;
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	height: 20px;
}

#navi {
	width : 480px;
	margin: 54px 30px 0px auto;
	padding: 0;
	text-align: right;
	height: 70px;
	display: block;	
}

#content {
	width : 880px;
	height: 850px;
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: right;
	background : url(../img/main2.jpg);
	overflow: hidden;	
}

#content2 {
	width : 880px;
	height: 585px;
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: right;
	background : url(../img/main.jpg);
	overflow: hidden;	
}

#footer {
	width : 880px;
	margin: 10px auto 0px auto;
	text-align: center;
	height: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#inhalt {
	width : 350px;
	margin: 0 50px 0 0;
	padding: 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	float : right;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #9f9f9f;
}

a:hover
{
	text-decoration: underline;
}

body {
	border : 0;
	margin : 0;
	background-color : #dc8128;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrolls : yes;
}

html {
	overflow: -moz-scrollbars-vertical;
}


#menu ul {
	margin: 0
	padding: 0
	list-style: none inside none;
	display: block;
}

#menu li {
float: right;
background: url("../img/menu_right.gif") no-repeat right top;
margin: 0px 5px 0px 0px;
padding: 0;
height : 25px;
list-style: none;
}

#menu a {
display: block;
background: url("../img/menu_left.gif") no-repeat left top;
padding: 0 15px 0 15px;
font-weight: bold;
line-height: 25px;
}

#menu #current {
background-image: url("../img/menu_right_on.gif");
}

#menu #current a {
background-image: url("../img/menu_left_on.gif");
color: #000;
}

#menu li:Hover {
background-image: url("../img/menu_right_on.gif");
color: #000;
}

#menu li:Hover a {
background-image: url("../img/menu_left_on.gif");
color: #000;
}

#menu2 ul {
	margin: 0
	padding: 0
	list-style: none inside none;
	display: block;
}

#menu2 li {
background: url("../img/menu2_off.gif") no-repeat right top;
margin: 0;
padding: 5px 0 5px 0;
height : 25px;
width: 117px;
list-style: none;
}

#menu2 a {
display: block;
padding: 0 0 15px 15px;
font-weight: bold;
}

#menu2 #current {
background-image: url("../img/menu2_on.gif");
}

#menu2 #current a {
color: #000;
}

#menu2 li:Hover {
background-image: url("../img/menu2_on.gif");
color: #000;
}

#menu2 li:Hover a {
color: #000;
}

h1 {
font-weight: bold;
	font-size: 18px;
	color: #dc8128;
}
