html { /* damit werden Scrollbars erzwungen */
   min-height: 100%;
   margin-bottom: 1px;
}


body
{
font: 80% Helvetica, Arial, sans-serif; 
background-image: url(bilder/bg.png);
}

#container
{

border: 1px solid white;
margin: 0 auto; 
margin-bottom:auto; 
margin-top:1.2em; 
width:800px;
background-color: white;
}

* html #container {margin-top:0;}

#header
{
background: url(bilder/header.jpg) no-repeat;
position: relative;	
width: 800px;
height: 200px;
}
	#gif {
	position: absolute;
	right: -20px;
	top: 25px;
	width: 800px;
	aligh: left;
	}


#navi {
background-color: black; 
padding:0 0; 
margin-bottom: 20px;
width: 800px;
}


* html #navi {margin: -3px 0;}

  
#navi div{clear: left;}

  #ul_navi {
    margin: auto;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid white;
  }

* html #ul_navi {float:left; position: relative;}

  #ul_navi li {
    list-style: none;
    float: left; 
    position: relative;
    margin:auto; 		
    display: inline;
    padding: 0 3px;
    border-right: 1px solid white;
  }

  * html   #ul_navi li {padding: 0 -5px; margin: 0 -7px; text-align: center;}

  #ul_navi li a
  {
  text-decoration: none;
  color: white;
  }


  #ul_navi li ul {
    margin: 0; padding: 0;
    position: absolute;
    display: none;
    margin-left: 0em; top: 0em; left: 0em;
  }

* html   #ul_navi li ul 
{  
/* Korrektur fuer IE 5.x */ 
left: -1.5em;lef\t: 1.1em; 
margin: 20px 0 0 0;
width: auto;
padding: 0em 0em;

}

  #navi li>ul {display: none; top: 1.6em;}

  #ul_navi li:hover ul {
    display: block;/* Unternavigation in modernen Browsern einblenden */
  }

  #ul_navi li ul li {
    float: none;
    display: block;
    background-color:black;
  }

* html #ul_navi li ul li /*verändert die unternavi für IE*/
{
text-align: left;
margin: -20px -14px;
}

  #ul_navi a,  #ul_navi span {
    display: block;
    width: auto;
    padding: 0.2em 2em;
    text-decoration: none;
    color: white; background-color:none;
  }
* html   #ul_navi a, * html   #ul_navi span {
    width: auto;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: auto;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */ 
  }

  #ul_navi a:hover,  #ul_navi span, li a#aktuell {
    border-color: white;
    border-left-color: #9e49a1; border-top-color: black;
    color:#9e49a1;   background-color: black;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color:#CC0000;  ; background-color: black;
  }
  #ul_navi li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #CC0000;
  }

#content
{
padding: 0 20px; 
line-height: 1.5;
background: url(bilder/unten.jpg) no-repeat;
background-position: bottom left;
position: relative;
width: 800px;
}

.inhalt
{
text-align: justify;
}
.inhalt ul
{
list-style-type: none;
text-align: right;
margin: 1em 0;
padding: 0;
font-size: 95%;
}

.inhalt li
{
display: inline;
padding: 0 0 0 7px;
}



.imagefloat
{
padding: 2px;
border: 1px solid black;
margin: 0 20px 10px 10px; 
display: inline;

//float: left;
}

#footer
{
background-color: #9e49a1;
padding: 5px;
font-size: 90%;
text-align: right;
color: white;
}

#ul_navi li .active
{
color: #9e49a1;
}



.table
{
margin:auto;
}

* html .table
{
margin: 40px auto auto auto;
}

.table_center
{
margin:0 auto 0 auto;
text-align: center;
}

.link
{
color: #9e49a1;
}


