/* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
* { margin: 0; padding: 0 }

/* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
option { padding-left: 0.4em }

html { 
	height: 100%;  /* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
	font-size: 100.01%} /* Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
body {
	min-height: 101%; /* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
	text-align: left; /* Zentrierung des Layouts in alten IE-versionen */
	
	/* Vorgabe der Standardfarben und Textausrichtung */
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	line-height: 1.0em;
	color: #42474b;
	font-size: 96%;
	background: #777674 url(../img/bg.gif) repeat-x;
}
/* Rahmen für <fieldset> und <img> Elemente löschen */
fieldset, img { border: 0 solid}

/* link styles */
a:link, a:visited {
	color: #858c91;
	text-decoration: none;
} 
a:hover {
	color: #42474b;
	text-decoration: none;
}

#container {
	width: 1040px;
	text-align: left;
}
#personen {
	z-index: 89;
	position: absolute;
	left: 823px;
	top: 150px;
	}
#left {
	width: 296px;
	height: 629px;
	float: left;
	margin-top: 0px;
	background: url(../img/navi-bg.gif) repeat-y;
}
#logo {
	padding-top: 26px;
	margin-left: 21px;
	position: relative;
	width: 171px;
	height: 171px;
}
#navi {
	width: 171px;
	padding-top: 30px;
	margin-left: 9px;
	padding-left: 0px;
}
#navi ul {
	width: 171px;
}
#navi li {
	height: 29px;
	font-family: Lucida Sans, Verdana, Helvetica, sans-serif;
	line-height: 2.2em;
	list-style-image: none;
	list-style-type: none; 
	text-indent: 24px;
}
#navi li.highlight {
	background: url(../img/navi-highlight.gif) no-repeat 0px 2px;
}
#content {
	width: 578px;
	height: 561px;
	margin-left: 296px;
	padding-top: 44px;
	padding-bottom: 24px;
	background: url(../img/cont-bg.gif) no-repeat 27px 44px;
}
#text {
	margin-left: 54px;
	margin-right: 27px;
	padding-top: 27px;
	font-size: 0.8em;
}
ul {
	padding-left: 12px;
}
li {
	list-style-type: square;
	line-height: 1.6em;
}
hr {
	margin: 4px 0 4px 0; 
}
#subnavileft {
	position: absolute;
	z-index: 58;
	left: 332px;
	top: 614px;
	width: 27px;
	height: 46;
}
#subnaviright {
	position: absolute;
	z-index: 59;
	left: 839px;
	top: 614px;
	width: 27px;
	height: 46;
}
#footer {
	width: 880px;
	height: 168px;
}
#navifooter {
	width: 296 px;
}
#contentmirror {
	float: right;
	width: 548px;
	padding-right: 7px;
	padding-top: 29px;
}
.headline {
	font-family: Lucida Sans, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
}
#menu9er {
	margin-left: 64px;
	margin-right: 37px;
	padding-top: 37px;
	width: 478px;
}
#menu4er {
	margin-left: 145px;
	margin-right: 0px;
	padding-top: 112px;
	width: 428px;
}
#row1 {
	padding-bottom: 16px;
	height: 148px
}
#row2 {
	padding-bottom: 16px;
	height: 148px
}
#row3 {
	height: 148px
}
#pos1 {
	float:left;
	padding-right:15px;
	height: 148px
}
#pos2 {
	height: 148px
}
#pos3 {
	float:right;
	height: 148px
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden }

/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
#ie_clearing { display: none }

