body {
  background-color:#0085BE;
}

/* Design der Links */
/* a:link, a:visited, a:active, a:focus{ */
 /*  text-decoration:none;  */
/* } */
a:link, a:visited, a:active, a:focus{ 
 text-decoration:none;
 } 

#rahmen {
   position:absolute;
   top:150px;
   text-align:center;
   width:100%;
   height:auto;
}

#toplogo {
  padding-bottom: 20px;
  text-align:center;
  width:100%;
  height:autopx;
}



/* Linien unterhalb der Flaggen auf Startseite */

/* Linien deutsch */
#d {

}

a:link.d, a:visited.d, a:active.d, a:focus.d {
text-transform: uppercase;
font-family:Arial;
font-size:14px;
color:#ffffff;
border-bottom: 1px solid #ffffff;
padding-left: 20px;
padding-right: 20px;
text-decoration:none; 
height: 14px;
}

a:hover.d {
text-decoration:none; 
text-transform: uppercase;
font-family:Arial;
font-size:14px;
color:#ffffff;
border-bottom: 1px solid #000000;
height: 14px;
}

/* Linien englisch */
#gb {
}

a:link.gb, a:visited.gb, a:active.gb, a:focus.gb, a:link.gb_act, a:visited.gb_act, a:active.gb_act, a:focus.gb_act, a:hover.gb_act{
border-bottom: 1px solid #ffffff;
text-transform: uppercase;
font-family:Arial;
font-size:14px;
color:#ffffff;
border-bottom: 1px solid #ffffff;
padding-left: 20px;
padding-right: 20px;
height: 14px;

}

a:hover.gb {
text-transform: uppercase;
font-family:Arial;
font-size:14px;
color:#ffffff;
border-bottom: 1px solid #000000;
height: 14px;
}