@CHARSET "ISO-8859-1";

body {
	background: #b0c9eb url(../img/verlauf_header.jpg) repeat-x top left;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
}
a {
	color: #6D9A2B;
}
a img {
	border: none;
}
h1 {
	margin-top: 0;
	font-size: 120%;
	padding: 0 0 20px 5px;
  background: transparent url(../img/h1.gif) no-repeat bottom left;
	font-weight: bold;
	color: #34520D;
}

#HNavi {
	color: #3E581E;
	font-weight: bold;
	position: absolute;
	top: 165px;
	left: 0px;
	width: 100%;
	text-align: center;
}

* html #HNavi{ /*IE only hack*/
left: 20px;
}

#HNavi ul {
  padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#HNavi ul li {
	background: transparent url(../img/liste_navi.jpg) no-repeat center left;
  display: inline;
	padding-left: 15px;
	
}

#HNavi a {
  color: #3E581E;
  text-decoration: none;	
}

#HNavi a:hover {
  text-decoration: underline;	
}

#main {
	position: relative;
	top: 0px;
	width: 757px;
	margin: 0 auto;
	padding: 0;
}

.center_column{
  width: 657px;
  overflow: hidden;
  padding: 0px 50px;
}

#header {
	height: 220px;
	background: transparent url(../img/header.jpg) no-repeat;
}

#center {
	background: transparent url(../img/center_hintergrund.jpg) repeat-y;
}

#blocks {
	overflow: hidden;
	margin-left: 5px;
	float: right;
	width: 150px;
}

#footer {
	height: 133px;
	background: transparent url(../img/footer.jpg) no-repeat;
	text-align: center;
}

