/* Allgemeine Grund-Formatierung */
html { 
    height: 100%; 
    margin: 0px; 
    padding: 0px;
	}
body {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	/* Schriften mit Leerzeichen in Anfuehrungszeichen */
	font-size: 13px;														/* Kein Leezeichen vor Einheit */
	color: #555555;															
	width: 1080px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 25px;
	position: relative;				/* folgende 3 Werte wichtig für korrekte Positionierung von Slogan und Topnavi in IE6 und Firefox */
	border-width: 0px 1px 0px 1px;
	overflow: hidden;
	}
body, #leist {
	border-style: solid;
	border-color: #dddddd;
	}
h1	{
	font-size: 18px;
	}
h2	{
	font-size: 15px;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}



.list01 li, .list02 li {
	background-repeat: no-repeat;
	list-style-type: none;
	}
.list01 li {
	background-image: url(../ima/symb/list01.gif);
	background-position: left 9px;
	margin-left: 9px;
	padding: 5px 0px 5px 19px;
	}
.list02 li {
	background-image: url(../ima/symb/list02.gif);
	background-position: left 9px;
	margin-left: 9px;
	padding: 4px 0px 6px 31px;
	}

/* Kopfbereich */
#kopf {
	background-image: url(../ima/topback.gif);
	height: 209px;
	}

/* Gesamte Topnavigation */
#topnavi {
	position: absolute;								/* wird relaitv zum Body positioniert! */
	top: 160px;
	left: 202px;									/* um folgendes ORUL-Padding right zu kompensieren */
	padding-top: 1px;
	margin-top: 1px;
	width: 100%;
	}
#topnavi li {
	display: inline;
	padding: 5px 14px 8px 12px;						/* ORUL */
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 1px 0px 0px;
	}
#topnavi a {
	text-decoration: none;
	color: #846952;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../ima/buba.gif);
	background-position: 0px 32px;
	background-repeat: repeat-x;
	position: relative;
	z-index: 5;
	padding: 10px 15px 9px 15px;
	padding-bottom: 35px;
	margin: 1px -15px 1px -15px;
	}
#topnavi a:hover, #topnavi a.topact {
	color: #ffffff;
	background-color: #847257;
	position: relative;
	z-index: 5;
	background-image: none;
	padding-bottom: 9px;
	}
	
#toba {
	position: absolute;
	left: 206px;
	top: 181px;
	z-index: 0;
	}
	
#maske {
	position: absolute;
	left: 234px;
	top: 151px;
	z-index: 6;
	}

/* navcont-Bereich */
#mainbody {
	background-color: #ffffff;
	  /* min-height: 100%; */		  		/* Mindesthöhe für moderne Browser */ 	/* klappt hiert aber nicht!!! Es gibt auch max-height!!!*/
	  /* height: auto !important; */  		/* Important Regel für moderne Browser */ /* klappt hiert aber nicht!!! */
	  height: 94%;	 				  		/* Mindesthöhe für den IE */ 
	  /* overflow: hidden !important; */	/* FF Scroll-leiste */ /* geht hier aber OHNE und bringt IE6 durcheinander */
	overflow: hidden;
	padding: 0px;
	margin: 0px;		  		/* ohne margin-Angabe funzt min-height und overflow nicht!!!!!!!!!!!!!!!!! */
	position: relative;			/* Beeinflussung des gesamten Contents */
	}
#content {
	margin: -9px 0px 0px 0px;
	padding: 1px 23px 8px 260px;
	height: 61%;		
	overflow-y: auto;
	overflow-x: hidden;
	}
#leist {
	position: absolute;
	top: 211px;
	left: 35px;
	width: 222px;
	z-index: 5;
	border-width: 0px 1px 0px 0px;
	padding: 7px 2px 1px 5px;
	height: 55%;
	overflow-y: auto;
	overflow-x: hidden;
	}
#leist ul {
	list-style-type: none;
	}
div#leist a {
		background-image: url(../ima/symb/buttleist01.gif);
		background-position: top left;
		background-repeat: no-repeat;
		padding: 3px 1px 9px 24px;		/* Bestimmt u.a. horizontale Schriftausrichtung im Vgl. zu Button */
		margin: 1px 1px 5px -19px;		/* Bestimmt vertikale Breite und Pos. der Buttons */
		display: block;					/* a ist inline und kann in der Höhe nicht bestimmt werden, daher block */
		line-height: 5px;				/* Zeilen-Abstand */
		font-size: 12px;
		text-decoration: none;
	    color: #888888;
		}	
div#leist a:hover, div#leist a.leistact {
		background-position: bottom left;
		color: #C69652;
		}
		
/* Bottombereich */
#bottom {
	background-image: url(../ima/botback.gif);
	height: 48px;
	position: relative;
	z-index: 5;
	}
	
/* Sämtliche externen Sites */
.extern01 {
	padding: 23px 10px 15px 20px;
	background-color: #ffffff;
	margin-top: -1px;
	}
	
/* Counterlink */
#counter {
	position: absolute;
	left: 242px;
	bottom: -1px;
	z-index: 9;
	}
	

