body {
    	color: #305B78; background-color: white;
    	font-family: Verdana,Helvetica,Arial,sans-serif;
    	margin: 0; padding: 0;
    	min-width: 1007px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }


/* header */
  #header {
     	position:fixed;
     	z-index: 9;
    	top:0px; left:0px; right:0px;
    	margin: 0;
    	height: 120px;
    	background-color: #819554;
         background-image:url(bkgoben.jpg)
  }
  .menueo {
  	position:absolute; top:89px; left:220px;
  }
  img.logo {
  	position:absolute; top:0px; left:0px;
     	width: 220px; height: 177px;
  }
  img.logo2 {
  	position:absolute; top:0px; left:0px;
     	width: 119px; height: 177px;
  }
  img.menueoben {
         height: 21px;
     	border:none;
  }


/* footer */
  #footer {
    	clear: both;
    	height: 50px;
    	margin: 0;
    	background-color: #819554;
         background-image:url(bkgunten.jpg);
    	position:fixed;
         z-index: 8;
    	bottom:0px; left:0px; right:0px;
  }
  .menueu {
  	position:absolute; left:220px;
     	padding-top: 10px;
  }
  img.menueunten {
         height: 21px;
     	border:none;
  }
  #maus {
  	width:200px;
         height:93px;
         right:0px;
         margin:0;
         bottom:50px;
         position:fixed;
         z-index: 1;
  }


/* mitte */
  #mitte {
  	margin-top: 145px; /*abstand header + 25*/
         margin-bottom: 75px; /*abstand footer + 25*/
  }


/* navigation */
  ul#Navigation {
    	font-size: 12px;
    	float: left; width: 220px;
    	margin-left: 20px; padding: 0;
  }
  ul#Navigation li {
    	list-style: none;
         margin-top: 0px;
         margin-bottom: 10px;
         margin-left: 10px;
         margin-right: 10px;
  }
  ul#Navigation a {
    	display: block;
    	text-decoration:none;
  }
  a:link {
    	color: #305B78;
  }
  a:visited {
    	color: #305B78;
  }
  a:hover {
    	color: #305B78;
  }
  a:active {
    	color: #305B78;
  }


/* rechts */
  #Info {
    	float: right;
         padding-top: 160px;
  }


/* inhalt */
  div#Inhalt {
    	margin-top: 0px;
         margin-right: 223px;
    	margin-bottom: 10px;
    	margin-left: 223px;
         z-index: 2;
         position:relative;
         max-width:820px;
  }
  * html div#Inhalt {
    	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h1 {
    	font-size: 15px;
    	margin-bottom: 10px;
    	margin-left: 0;
    	margin-right: 0;
    	color: #305B78;
  }
  div#Inhalt h2 {
    	font-size: 12px;
    	margin-bottom: 10px;
    	margin-left: 0;
    	margin-right: 0;
    	color: #305B78;
  }
  div#Inhalt p {
    	font-size: 12px;
    	line-height: 25px;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 0;
  }
  a:link {
    	color: #305B78;
         text-decoration:none;
  }
  a:visited {
    	color: #305B78;
         text-decoration:none;
  }
  a:hover {
    	color: #305B78;
         text-decoration:none;
  }
  a:active {
    	color: #305B78;
         text-decoration:none;
  }
  img.klein {
         height: 150px;
         width: 150px;
     	border:none;
         margin-top: 0px;
         margin-right: 0px;
    	margin-bottom: 6px;
    	margin-left: 0px;
  }
  .boxlink {
         margin-right: 10px;
         }




/* für IE */

* html, * html body {
         margin:0;
    	padding:0;
    	height:100%;
     width:1000px;
}

* html #header {
    	margin:0;
    	height:20%;
  }

* html  .menueo {
  	position:absolute; top:75px; left:220px;
     background-color: #819554;
     padding-top: 15px;
  }

* html #mitte {
    	padding:0;
     margin-top: 0px;
     margin-bottom: 0px;
     padding-top: 20px;
     padding-bottom: 20px;
    	height:71%;
    	overflow:auto;
}

* html .mitte {
     margin-top: 0; /* IE fängt unter dem header an */
  }

*html  #Info {
     padding-top: 165px;
  }

* html #footer {
    	margin: 0;
    	height:9%;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}