/*** GLOBAL ***/
body {
    font-family: "Arial", Verdana, Tahoma;
    font-size:12px;
    margin:0 auto;
    padding:0;
    color:#000000;
    line-height:18px;
    background-image: url(../img/background_main.jpg);
    background-repeat: repeat-x;
    background-color: #90acc4;
}

ul.sf-menu {
    font-family: "Verdana", Arial, Tahoma;
    list-style-type:none;
    }

ul.sf-menu li a {
  font-size:26px; 
  text-decoration: none;
  font-weight: bold;
  line-height:38px;
}
  
ul.sf-menu .current ul {
  list-style-type:none;
    margin: 0;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

ul.sf-menu .current ul li a {
 font-size:10px; 
 font-weight: bold;
 text-decoration: none;
 line-height:10px;

}

h1 {
      color: #aaa400;
      font-size:21px;
      font-weight: bold;
      text-decoration: none;
}

.h1_trenner {
  height: 28px;
  width: 540px;
  background-image: url(../img/h1_trenner_color_06.png) ;
  
}
  
<!--
a:link {
  color: #908100;
}
a:visited {
  color: #908100;
}
a:hover {
  color: #908100;
}
a:active {
  color: #908100;
}

img{
  border: 0;
}
-->

#lightbox {
  display:none;
}

#lightbox .screen {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity = 70);
  cursor:pointer;
}

#lightbox .img {
  position:fixed;
  left:50%;
  top:50%;  
}

.img_overlay {
  position:absolute;
  cursor:pointer;
}

.img_overlay img {
  width:100%;
  height:100%;
}