* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#4E4E4E;
	background-image:url(../bilder/hg.gif);
	background-repeat:repeat;
	font-size:62.5%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:22px;
/*	margin-bottom:-263px;/*-13.75em; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
/*	height:526px; /*27.5em;*/
	width:761px; /*45em;*/
	clear:left;
}

#schatten-oben {
	background-image:url(../bilder/schatten-oben.gif);
	background-repeat:no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index:10;
	width: 761px;
	height: 36px;
}

#weiss-hg {
	position:absolute;
	left: 0;
	top: 36px;
	background-color:#FFFFFF;
	width: 761px;
	height: 237px;
	z-index: 9;
}

#pos_logo {
	position: absolute;
	left: 25px;
	top: 20px;
	z-index: 20;
}

#trenner-oben, #trenner-unten, #bild {
	position: absolute;
	left: 11px;
	top: 106px;
	z-index: 25;
}

#trenner-unten {
	top: 265px;
}

#bild {
	top: 111px;
}

#trenner-vertikal {
	position: absolute;
	left: 510px;
	top: 111px;
	z-index: 30;
	background-color:#6E726C;
	width: 1px;
	height: 153px;
	font-size:1px;
}

#hg_navi {
	position: absolute;
	left: 511px;
	top: 111px;
	z-index:40;	
	background-color: #E1E1E1;
	width: 237px;
	height: 153px;
}

#content {
	position: absolute;
	left: 0;
	top: 273px;
	z-index:50;	
	background-color: #FFFFFF;
	width: 761px;
/*	height: 243px;*/
}

#footer_index, #footer_kurzprofil, #footer_kontakt, #footer_impressum {
	position: absolute;
	top: 490px;
	z-index:70;
	height: 39px;
}

#footer_kurzprofil {
	top: 2664px;
}

#footer_kontakt {
	top: 503px;
}

#footer_impressum {
	top: 643px;
}

#hg_fenster_rechts_index, #hg_fenster_rechts_kurzprofil, #hg_fenster_rechts_impressum {
	position: absolute;
	top: 274px;
	left: 510px;
	z-index:80;
	height: 229px;
	width: 239px;
	background-color:#EEF0F0;
}

#hg_fenster_rechts_kurzprofil {
	height: 2390px;
}

#hg_fenster_rechts_impressum {
	height: 379px;
}

#rechts_ecke {
	position: absolute;
	top: 273px;
	left: 510px;
	z-index:80;
	height: 1px;
	font-size: 1px;
}


/* ++++++++++++++++++++++++++++++++++ Textformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

form {
	margin: 0px;
	padding: 0px;
}

p, .bodytext {	
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0.6em;
	margin-left: 85px;	
	font-size: 1.1em;
	line-height: 1.4em;
	color: #000000;		
	width: 392px;	
}

div#pos_suchtext {
	margin-top: 30px;
	margin-left: 20px;
	color: #7F8080;
	font-size: 1.2em;
	line-height: 1.6em;	
	width: 200px;
	text-align:center;
}

td {
	font-size: 11px;
	line-height: 1.4em;
	color: #000000;	
	padding-bottom: 5px;	
}

h1 {
	text-decoration: none;
	margin-top: 22px;
	margin-bottom: 16px;
	margin-left: 85px;
	font-size: 1.5em;
	font-weight: 600;
	color: #9A1B23;
	width: 392px;
}



/* +++++++++++++ Linkformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #9A1B23;	
}

a:hover {
	color: #9A1B23;	
}

a.hnav {
	padding-left: 40px;
}


/* ++++++++++++++ Aufzählungen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul#hnav {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 46px;
	top: 25px;
	list-style-type: none;	
}

li, li.aktiv, li.text {
	background-image:url(../bilder/inaktiv.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 18px;
}

li.text {
	background-image:url(../bilder/leer.gif);
	color: #575656;
	list-style-type: none;	
	font-size: 1.1em;
	margin-left: 149px;
	padding-bottom: 8px;	
}

li.aktiv {
	background-image:url(../bilder/aktiv.gif);
}



