body {
    
/*	--> rausgenommen, da nur IE spezifisch, nur noch zur (historischen) Ansicht gelassen :)	
	scrollbar-DarkShadow-Color:green; 
	scrollbar-Track-Color:#E5E56B; 
	scrollbar-Face-Color:#006600; 
	scrollbar-Shadow-Color:#E2E2B0; 
	scrollbar-Highlight-Color:white; 
	scrollbar-3dLight-Color:gold; 
	scrollbar-Arrow-Color:yellow;
*/	
	
	color: black; 	/* Schriftfarbe Body */
	background-color: #FF9900;
	background-position: center;
    font-size: 100.01%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0; 
	padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

hr { 
   background-color: #006600; 
   border: none; 
   color: #006600; 
   height: 2px; 
   width: 101%;
}

li {
  color: #006600;
}

li span {
  color: #000000;
}

div#Seite {
    font-family: Arial, Helvetica, sans-serif;
	text-align: justify;    /* Seiteninhalt ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 952px;		/* Gesamtbreite der Seite */
    padding: 0;
    background: #009900; repeat-y;
    border: 4px solid #006600;
  }
  
html>body div#Seite {
    border-color: #006600;  /* Farbangleichung an den Internet Explorer  */
  }
  
p#Oberzeile {
    font-size: 2.6em;
    margin: 0; 
	padding: 1.1em;
    text-align: center;
    background-color: #006600; 
	background: url(KopfLBV3.gif) no-repeat 0% 0%;
  }

h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #006600;
    margin: 0; 
	padding: 0.3em;
    text-align: center;
	background: url(LBV-Logo_kl.jpg) no-repeat 100% 45%;
	background-color: #E5E56B;
  }
  
ul#Navigation { 
   	background: #009900;
	line-height: 1.4em; 
    float: left; 
	width: 15%;
	height: 50%;
    margin: 0; 			/* 1. Wert = Abstand Navigationszelle oben */
	padding: 0;
  }
  
ul#Navigation li {
    display:block;
	list-style: none;
    margin: 0;
	padding: 0.2em; 		/* Abstand Navigationszeilen */
  }
  
ul#Navigation a {
    padding: 0.2em; 		/* Abstand Navigationszeilen */
    font-weight: bold;
	text-decoration: none;
  }
  
ul#Navigation a:link {
    color: orange; 
	text-decoration: none;
  }
  
ul#Navigation a:visited {
    color: #CCCC99; 
	text-decoration: none;
  }
  
ul#Navigation a:hover {
    color: #E5E56B; 
	text-decoration: overline;
  }
  
ul#Navigation a:active {
    color: #FF9900; 
  }

div#Inhalt {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 5%;
    padding: 1em 1em 1em 1em;			/* Abstand Text vom Rand */
	background-color: #FFFFFF;
	margin-left: 150px;					/* Abstand Textrahmen vom li. Rand */				
	text-align: justify;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  
/*a[href$=".pdf"]:after {		vorübergehend rausgenommen, damit die ansicht in den spez. browser besser wird
	content: " [.pdf]";			effekt muss mal angepasst werden dafür
	font-size: 80%;
	color: #ff0000
	}
*/  
  
div#Inhalt h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
    margin: 0 1.0em 0 0;
    color: #009900;
  }

div#Inhalt h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
    margin: 0 1.0em 0 0;
    color: #000000;
  }

div#Inhalt h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: underline;
    margin: 0 1.0em 0 0;
    color: #000000;
  }
  
div#Inhalt h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-decoration: none;
    margin: 0 1.0em 0 0;
    color: #000000;
  }
  
div#Inhalt h6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
    margin: 0 1.0em 0 0;
    color: #009900;
  }
  
div#Inhalt p {
    font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0;
	line-height: 1.4em; 
	font-size: 12px; 
	text-decoration: none;
  }

table {
	font-family: verdana, arial, sans-serif;
	border-collapse: separate; 
	border-spacing: 0px;
	border-color: green;
	empty-cells: show;
	table-layout: auto;
} 

th {
	font-family: verdana, arial, sans-serif;
	border-collapse: separate; 
	border-spacing: 0px;
	border-color: green;
	empty-cells: show;
} 

td {
	font-family: verdana, arial, sans-serif;
	border-collapse: separate; 
	border-spacing: 0px;
	border-color: green;
	empty-cells: show;
} 

tr {
	font-family: verdana, arial, sans-serif;
	border-collapse: separate; 
	border-spacing: 0px;
	border-color: green;
	empty-cells: show;
} 
    
p#Unterzeile {
    font-size: 1.0em;
    margin: 0; 
	padding: 0.1em;
    background-color: #CCCC99;
  }
  
#navcontainer ul {
	padding: 0;
	margin: 0;
	background-color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	float: right;
	width: 80%;	
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #009900;
color: #ffffff;
text-decoration: none;
float: left;

}

#navcontainer ul li a:hover
{
background-color: #006600;
color: #CCCC99;
text-decoration: underline;
} 

#navcontainer ul li a:visited
{
background-color: #009900;
color: #FF9900;
} 

p#Fusszeile {
    clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 0; 
	padding: 0.8em;
    background-color: #E5E56B;
    border-top: 1px solid silver;
  }
  
<style type="text/css">
<!--
	a:link {color: #FF9900;}
	a:active {color: #FF9900;}
	a:visited {color: #CCCC99;}
	a:hover {color: #E5E56B;}
// -->
</style>

.css { position: absolute; visibility: hidden; z-index: 1 } 

.Datum {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
}

.Datum_b {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold; 
	color: #ffffff;
}

.Naviklein { 
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
  } 
  
.bv_index {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center;
	color: #990000; 
}

.bv_index_top {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align: left;
	color: #E5E56B; 
}

.bv_indexkal {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-align: center;
	color: #990000;
}

.bv_kal_text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	text-align: left;
	color: #000000;
}
  
.14bold_c {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center;
	color: #000000; 
}

.14bold_term {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	font-weight: bold; 
	text-align: left;
	color: #E5E56B; 
}

.12bold_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
	color: #000000; 
}

.10bold_c {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center;
	color: #000000; 
}

.12norm_c {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	text-align: center;
	color: #000000; 
}

.11norm_c {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	text-align: center;
	color: #000000; 
}

.10norm_c {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	text-align: center;
	color: #000000; 
}

.12small_just {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000; 
}

.11small_just {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #000000; 
}

.10small_just {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #000000; 
}

.12medium_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.11medium_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.10medium_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.12mediumgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
} 

#galleryh {
  padding: 0; 
  margin: 10 auto 1em 0; 
  list-style-type: none; 
  overflow: hidden; 
  width: 730px; 								/* Gesamtbreite der Anzeige */
  height: 240px; 
  border: 3px solid #006600; 					/* Umrandung aller Bilder */
  background: url(bildli.gif) no-repeat 100% 45%;
  background-color: #006600;
  }
#galleryh li {
  float: left;						/* Anordnung der Bilder */
  }
#galleryh li a {
  display: block; 
  height: 240px;
  width: 28px; 
  float: left; 
  text-decoration: none; 
  border-right: 1px solid #009900; 
  cursor: default;
  }
#galleryh li a img {
  width: 28px; 				/* Breite der einzl. Bildstreifen */
  height: 240px; 
  border: 0;
  }
#galleryh li a:hover {
  background-color: #006600; 
  width: 320px;				/* Bilder mit "Umrandung" - Wert 320 ohne */
  }
#galleryh li a:hover img {
  width: 320px;				/* Breite der Bilddarstellung nach hover */
  }
  
#galleryhre {
  padding: 0; 
  margin: 10 auto 1em 0; 
  list-style-type: none; 
  overflow: hidden; 
  width: 730px; 								/* Gesamtbreite der Anzeige */
  height: 240px; 
  border: 3px solid #006600; 					/* Umrandung aller Bilder */
  background: url(bildre.gif) no-repeat 0% 0%;
  background-color: #006600;
  }
#galleryhre li {
  float: right;						/* Anordnung der Bilder */
  }
#galleryhre li a {
  display: block; 
  height: 240px;
  width: 28px; 
  float: left; 
  text-decoration: none; 
  border-right: 1px solid #009900; 
  cursor: default;
  }
#galleryhre li a img {
  width: 28px; 				/* Breite der einzl. Bildstreifen */
  height: 240px; 
  border: 0;
  }
#galleryhre li a:hover {
  background-color: #006600; 
  width: 320px;				/* Bilder mit "Umrandung" - Wert 320 ohne */
  }
#galleryhre li a:hover img {
  width: 320px;				/* Breite der Bilddarstellung nach hover */
  }