html{
  font-size:11px;
  color:black; 
  font-family: Verdana, Arial, Univers, Helvetica; 
  text-decoration:none;
  }



#body_wrapper{
  text-align: center;
  /*background-color: #000;*/
  }
  
#content_wrapper{
  background-color: #fff;
  text-align:left;
  position: relative;
  display: block;
  width: 640px;
  height: 95%;
  margin: 1em auto 1em auto;
  }
  
#head{
  position: relative;
  display: block;
  height: 80px;
  }  
#head #head_logo{
  position: absolute;
  top:0;
  left: 0;
  }
  
#head #head_blue{
  position: absolute;
  top:0;
  right:0;
  }
  
#head #head_bar{
  position: absolute;
  top:45px;
  }
#head #head_bar{
  position: absolute;
  top:45px;
  }
  
#head #navigation_top{
  position: absolute;
  top:50px;
  margin: 0 1em 0 1.5em;
  }
    
#head #navigation_top a{
  color:#000000;   
  text-decoration:none;
  font-weight:bold;
  padding: 0 1px 2px 1px;
  }
#head #navigation_top a:hover{
  color:#fff; 
  }
  
#head #navigation_top a.navigation_link_1{
  color:#fff; 
  }
  
#content{
  }

#content h1{
  font-weight:bold;
  font-size:1.5em;
  }
#content h2{
  margin: 1em 0 1em 0.5em;
  font-weight:bold;
  font-size:1.2em;
  }
#content h3{
  margin: 2em 0 0.5em 0.5em;
  font-size:1.1em;
  font-weight:bold;
  }
#content h4{
  margin: 1em 0 0.5em 1em;
  font-size:1em;
  font-weight:bold;
  }

#content p{
  margin: 0 0 0 1.5em;
  }
  
hr{
  border: none;
  border-bottom:1px solid #d88c02;
  color:#fff; 
  background-color:#fff;
  }
  
#content a{
    color:#000000;   
  text-decoration:none;
  font-weight:bold;
  padding: 0 2px 2px 2px;
  }
#content a:hover{
  color:#d88c02; 
  background-color:#000000
  }
  
#content ul{
  list-style-image:url('images/hoeggli.png');
  }
#content ul.no{
  list-style-image:none;
  }
  
#content .info_txt{
  color: #fff;
  font-size: 0.5em;
  }
#content table, tr, td, p{
  font-size:1em;
  }
  
#content td p{
  padding: 1em 0 1em 0.5em;
  }
  
#content td p.right{
    text-align: right;
    }
  
  
#content div nobr a{
  color: #000;
  text-decoration: none;
  font-weight: bold;
  }

textarea, input{
  border: 1px solid grey;
  }
  

  
#foot{  
margin: 1em 0 2em 0;
display: block;
position: relative;
  }
  
#foot #timestamp_foot{
    position: absolute;
    right:2em;
    top:1.5em;
    font-size: 0.75em;
    font-weight: bold;
  } 
  
#foot #navigation_foot{
    position: absolute;
    left:2em;
    top:0.9em;
  }   
  

      
#foot #navigation_foot a{
  color:#000000;   
  text-decoration:none;
  font-weight:bold;
  padding: 0 1px 2px 1px;
  }
#foot #navigation_foot a:hover{
  color:#fff; 
  }  
#foot #navigation_foot a.navigation_link_1{
  color:#fff; 
  }

#foot #foot_bar{
  }
