html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffffff;
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/hg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
	
img,div { 
	behavior: url(iepngfix.htc) 
}
		
#header{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 750px;
	height:80px;
	margin-left: -375px;
	z-index: 1;
	} 

#bildbereich{
	position: absolute;
	z-index: 2;
	width: 750px;
	height:185px;
	top: 87px;
	left: 50%;
	margin-left: -375px;
	}


	
#hg-inhalt{
	position: absolute;
	width: 100%;	
	height: 421px;
	z-index: 1;
	top: 304px;
	left: 50%;
	margin-left: -50%;
	background-image: url(../images/hg-inhalt.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#inhalt{
	position: absolute;
	width: 600px;
	z-index: 2;
	top: 365px;
	left: 50%;
	margin-left: -190px;
	background-image: url(../images/linie.gif);
	background-repeat: repeat-y;
	background-position: left;
	}

#inhalt2{
	position: absolute;
	width: 600px;
	z-index: 2;
	top: 365px;
	left: 50%;
	margin-left: -190px;
	}

.textbereich{
	width: 520px;
	z-index: 3;
	top: 0px;
	margin-left: 20px;
	}
	
.h1 {
	font-size: 30px;
	line-height: 36px;
	color: #ff890e;
	}

.h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
			
a, a:link {
	text-decoration: none;
	color: #666666;
	}

a:hover {
	color: #ff890e;
	}
			
.aktiv {
	color: #ff890e;
	}	
	
#menue {
	position: absolute;
	width: 750px;
	height:30px;
	z-index: 2;
	top: 278px;
	left: 50%;
	margin-left: -375px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #ff890e;
	}
	
#menue a, #menue a:link {
	color: #FFFFFF;
	}
	
#menue a:hover, #menue a:active, #menue a:focus {
	color: #ff890e;
	}	

#submenue {
	position: absolute;
	width: 150px;
	z-index: 2;
	top: 365px;
	left: 50%;
	margin-left: -360px;
	}
	
.sub01 {
	line-height: 24px;
	height: 24px;
	padding: 5px;
	}

.sub02 {
	line-height: 24px;
	height: 24px;
	padding: 5px;
	}
			
#submenue ul {
	line-height: 24px;
	list-style-type: none;
	padding: 5px;
	text-indent: 15px;
	}

#submenue li {
	display: block;
	}
		
li {
	margin-left: -20px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 24px;
	color: #ff890e;
	}

.li-text {
	color: 666666;
	}

hr {
	background-color:#999999;
	height:1px;
	border:none;
	}
