html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #ffffff;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Verdana, Arial, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 770px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -250px; 
  width: 770px;
  height: 500px;
  background: #ffffff;
}

#blau1 
{
  position: relative;
  top: -20px;
  left: 0px;
  vertical-align: top;
  height: 140px; 
  width: 140px;
  background-color:#41AEE6;
  z-index: 3;
}



#blau2 
{
  position: relative;
  top: 200px;
  left: 630px;
  height: 140px; 
  width: 140px;
  background-color:#41AEE6;
  z-index: 3;
}
      
#stage 
{
  position: relative;
  vertical-align: bottom;
  /* margin: 0 auto 0 auto; */ 
  vertical-align:bottom;
  text-align:left;
  top: -280px;
  left: 20px;
  height: 460px; 
  width: 730px;
  background-image: url('bilder/gaulke_sign_bg.gif');
  z-index: 4;
}


/* === Menu === */



#menu
{
  height: 20px;
  padding-right: 2px;
  top: 0px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 106px;  height: 20px;
}

#menu a
{
  display: block;
  width: 106px;  height: 20px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  background-image: url('bilder/menue1.gif'); 
}

#menu a:link, #menu a:visited
{
  color: #5a5a5a; 
  background-color: #ffffff;
}

#menu a:hover, #menu a:active
{
  background-image: url('bilder/menue2.gif');
  color: #5a5a5f; 
}

#menuselected
{
  display: block;
  width: 106px;  height: 20px;  
  background-image: url('bilder/menue.gif');    
  text-decoration: none;
  line-height: 20px;
  color: #000000;
  text-align: center;
}




/* === Other Divs === */
 


.title
{
  position: relative;
  height: 350px;
  width: 200px;
  vertical-align:top;
  overflow: hidden;
  top:  10px;
  left: 10px;
  float: left;
}

.content
{
  position: relative;
  height: 400px;
  width: 500px;
  overflow: hidden;
  top: 10px;
  left: -10px;
  float: right;
}

.adresse
{
  position: absolute;
  height: 30px;
  width: 600px;
  overflow: hidden;
  top: 465px;
  left: 10px;
}

/* === Inline Text Styles === */



p	
{
  font-family: Verdana, Arial, Sans-serif;
  font-style: normal;
  font-variant: normal;
  color: #394562;
  font-size: 10pt;
}

a
{
  font-family: Verdana, Arial, Sans-serif;
  font-style: normal;
  font-variant: normal;
  color: #394562;
  font-size: 10pt;
}

a.adr    
{
  position: relative;
  font-size: 8pt;
  color:#394562;
}


/* Headlines ______________________________________________ */

h1
{
  font-family:Verdana, Arial, Sans-serif;
  font-style:normal;
  color:#000000;
  font-size:16pt;
  font-weight:bold;
  line-height: 23px;
}
 		
h2
{
  font-family:Verdana, Arial, Sans-serif;
  font-style:normal;
  color:#394562;
  font-size:16pt;
  font-weight:bold;
}
 		
h3
{
  font-family:Verdana, Arial, Sans-serif;
  font-style:normal;
  color:#000000;
  font-size:12pt;
  font-weight:bold;
}
 		
h4
{
  font-family:Verdana, Arial, Sans-serif;
  font-style:normal;
  color:#394562;
  font-size:12pt;
  font-weight:bold;
}
 		
h5
{
  font-family:Verdana, Arial, Sans-serif;
  font-style:italic;
  color:#394562;
  font-size:16pt;
  font-weight:bold;
}