html {
    padding: 0;
  }
  
a:visited { color:black; text-decoration:none; }
a:link { color:black; text-decoration:none; }
a:focus { color:white; text-decoration:none; }
a:hover { color:blue; text-decoration:none; }
a:active { color:white; text-decoration:none; }

body {color: black; background-color:white;
      margin: 0; padding: 0;
}

#logobalken {
    position: absolute; align:right;
    bottom:-6px; right:0px; z-index:9;
  }

  html>body #logobalken {  /* nur fuer moderne Browser! */
    position: fixed;
  }
}

#Inhalt {
    
}

ul#Navigation {

  position:absolute; top:150px; right:20px; overflow:visible; z-index:3;   
  font-size: 20px;font-weight:regular; line-height:25px;
  font-family:Helvetica,Helv,sans-serif;letter-spacing:0.09em;
  width: 196px;
  margin: 0;
  border: 0px;
}
ul#Navigation li {
  list-style: none;
  margin: 0; padding: 5px; 
}
ul#Navigation a {
  display: block;
  padding: 0px; padding-left:20px;
}
ul#Navigation a:link {
  color: black; background-color: #eee;
}
ul#Navigation a:visited {
  color: black; background-color: #eee;
}
ul#Navigation a:hover {
  color: white; background-color:rgb(1,6,196);
}
ul#Navigation a:active {
  color: white; background-color: gray;
}


ul#text_r {

  position:absolute; top:150px; right:237px; overflow:; z-index:3; 
  font-size: 13px;font-weight:regular; line-height:18px; 
  font-family: Arial,sans-serif;text-indent:0;
  width: 270px; height: 70%; 
  margin: 0;
  border: 0px;
}


ul#text_l {

  position:absolute; top:150px; right:550px; overflow:; z-index:3;     
  font-size: 13px;font-weight:regular; line-height:18px;  
  font-family: Arial,sans-serif;
  width: 270px; height: 70%;
  margin: 0;
  border: 0px;
}

ul#text_l_enger {

  position:absolute; top:150px; right:550px; overflow:; z-index:3;     
  font-size: 13px;font-weight:regular; line-height:15px;  
  font-family: Arial,sans-serif;
  width: 270px; height: 70%;
  margin: 0;
  border: 0px;
}


#logo_o { 

    position:absolute; top:80px; right:232px;overflow:visible; z-index:3;    
}



div#haupttext {
    font-size: 100%; text-align:right;
    font-family: Helvetca,Arial ,sans-serif;
      
    line-height:130%; 
}


div#haupttext_links {
    font-size: 100%; text-align:left;
    font-family: Helvetca,Arial ,sans-serif;
      
    line-height:130%; 
}

