/* CSS Document */

body {
	border: 0;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;	
	background-position: center;
	background-image: url(hg.jpg);
}

h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 22px;
  color: #333399;
}

#hg-unten {
	float:left;
	position:realtive;
	bottom:0px;
	height: 482px;
	width: 100%;
	z-index: 1;
	background-image: url(hg_unten.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header {
	position:absolute;
	top: 0px;
	width: 100%;
	height:122px;
	z-index: 2;
	background-image: url(hg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#navi_oben1 {
	position:absolute;
 	left:0px; top:88px; width:100%; height:23px;
}

#navi_oben2 {
	width: 650px;
	margin: 0 auto;
	padding-left: 90px;
}

#hauptnavi {
	width: auto;
	height: 23px;
	float:right;
}

#content_rahmen {
	position: absolute;
	top: 140px;
	width: 100%;
	height: auto;
	z-index: 50;
}

#container {
	margin: 0 auto;
	width: 980px;
	height: auto;
}

#subnavi {
	float:left;
 	width:100px; height: auto;
}

#content {
	float:right;
	position:relative;
 	width:760px; 
	height: auto;
}

#subnavi_links {
	width: 80px;
	list-style: none;
	display: block;
	/*line-height: 300%;*/
	margin-top: 3px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	font-weight: bold;
}

#subnavi_links a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 100%;
	color: #ffffff;
	padding-left: 35px;
	margin-top: 20px;
	
}

#subnavi_links a:hover {
	color: #a5d0f1;
	background: url(wolke.gif) no-repeat left center;
	
}

#hauptnavi_links {
	height:23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	float: right;
	margin: 0px;
}

#hauptnavi_links li {
	display: inline;
	margin:0px 0px 0px 0px;
	padding-top: 0px;
}

#hauptnavi_links a {
	color:#FFFFFF;
	float:left;
	height:23px;
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 10px;
	text-decoration:none;
}

#hauptnavi_links a:hover {
	color:#ececec;
	height: 23px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 10px;
	background-image: url(navi_hg.jpg);
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: right top;
}
