html {
    margin: 0px;
    padding: 0px;
}

body

{
    background-image: url(bilder-layout/background-image.gif);
    background-repeat: repeat-x;
    text-align: center;
    font-family: sans-serif;
    Font-size: medium;
    margin: 0;
    padding: 0;

  }                                    
  
    
#seitenbereich {
    margin: auto; 
    margin-top: 10px;
    background-color: transparent;
    width: 800px;  
    height: 600px; 
    text-align: left; 
        
    }


#kopfbereich    {
   background-image: url(bilder-layout/kopf-bg.jpg);
   background-repeat: no-repeat;
   height: 200px;
   margin-top: 0px;
    
      
}
  
  
#navigation1  {
  
position: relative;
height: 50px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 190px;
left: 0px;
z-index: 200;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 8em;
height: 1.3em;
font-weight: bold;
text-align: center;
background-color: #FFFFFF;
color: #E56850;
border: 1px solid;
border-color: #d0843e #78561d #78561d #d0843e;
}
#menue .aussen:hover {
height: auto;
background-color: #E56850;
color: #fff;
}

a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
display: block;
width: 7.9em;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #DFDCDC;
background-color: #FFFFFF;
color: #E56850;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #F02901;
color:#ffffff;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #F88787;
color: #FFFFFF;
}





span.menutag {
display: block;
cursor: default;
}



  
       
#teaser-box    {
    
    background-color: ; 
    text-align: center;
    color: #FFFF00;
    font-size: x-large;
    font-weight: bold;
    margin-top: 175px;
    left: 0px;
    width: 800px;
    height: 75px;
    cursor: pointer
}   

    
 
     
     
#inhalt     {
    
    background-color: ;  
    background-image: url(bilder-layout/inhalt-bg.gif);
    background-repeat: no-repeat;
    padding: 20px;
    margin-top: 8px;
    width: 440px;
    height: 460px; 
    margin-left: 0px;
    text-align: justify;
    Font-size: 13px;
    float: left;
    line-height: 1.5em;  
                        
}
 
     


#infoleiste-1   {
    background-image: url(bilder-layout/infobox-bg.gif);
    background-repeat: no-repeat;   
    position: relative;
    padding: 8px;
    margin-top: 8px;
    margin-left: 500px;
    width: 280px;
    height: 204px; 
}




#infoleiste-2 {
    
    background-image: url(bilder-layout/infobox-bg.gif); 
    background-repeat: no-repeat;
    position: relative; 
    padding: 8px;
    padding: 8px;
    margin-top: 8px;
    margin-left: 500px;
    width:  280px; 
    height: 204px;  
}
/*
#fuss  {
    background-color: #ffffff;
    color: #DB281E;
    text-align: center;
    position: relative;
    border: thick; 
    margin: inherit;
    clear: both;
    width: 800px;
    bottom: 0;
}
*/