body{
	background-image: url(bgo.jpg);
	background-repeat: repeat-x;

	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
	

#oben{
	position:relative;
	height: 80px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
	font-size: 0.5em;
	color: 000000;
	text-align: center;
	}

#nav_li{
	position:relative;
	float: left;
	width: 200px;
	padding: 40px 2px 10px 5px;
	margin: 0;
	}

#nav_li a{
	font-size: .7em;
	color: #e0a000;
	text-decoration: none;
	font-weight:bold;
	}

#nav_li a:hover{
	background-color: #333333;
	}

#nav_li a.curr{
	color: #000000;
	}


#inhalt{
	position:relative;
	float: left;
	width: 600px;
	border-left: 1px solid black;
	padding: 40px 20px 40px 10px;
	margin: 0;
	font-size: .95em;
	}

#inhalt a{
	color: #e0a000;
	text-decoration: underline;
	font-weight: normal;
	}
#inhalt a:hover{
	text-decoration: none;
	font-weight: normal;
	}
#inhalt a:visited{
	text-decoration: none;
	font-weight: normal;
	}

hr{
	width: 70%;
	height: 1px;
	text-align: center;
	}

	
h1{
	font-size: 180%
	text-decoration: none;
	font-weight: normal;
	}
h2{
	font-size: 150%
	text-decoration: none;
	font-weight: normal;
	}
h3{
	font-size: 130%
	text-decoration: none;
	font-weight: normal;
	}
h4{
	font-size: 120%
	text-decoration: none;
	font-weight: bold;
	}
h1,h2,h3,h4{
	color: #444;
}


.zentriert{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}