/* CSS fuer WLW-Online
 *
 * Nur fuer den Presse-Bereich
 * letzte Aktualisierung Dietlind, 08.11.04
 * Kopie von unternehmen.css, Anpassungen fuer Frames
 *
*/

body  {
  background-color:rgb(231,238,248);
  color:rgb(4,44,119);
  font-size:100%;
  text-align:left;
  height:100%;
  margin:0;
  padding:0;
}


#rechteSeite_ohneRahmen { /* Container rechte Seite mit eigentlichem Inhalt */
  position:absolute;
  left:0px;
  top:0px;
  float:left;
  overflow:auto;
  background-color:rgb(231,238,248);
  padding-left:20px;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  height:465px; /* Box-Model_Hack */
  width:662px;  
  voice-family: "\"}\"";
  voice-family:inherit;
  height:425px;
  width:622px;
}
html>body #rechteSeite {
  height:425px; 
  width:622px;  /* Ende Box-Model_Hack */
}

#rechteSeitePics { /* Container rechte Seite Pics */
  position:absolute;
  float:left;
  left:0px;
  top:10px;
  background-color:rgb(231,238,248);
  padding-top:40px;
  padding-left:20px;
  width:200px;   /* Box-Model_Hack */
  voice-family: "\"}\"";
  voice-family:inherit;
  width:180px;
}
html>body #rechteSeitePics {
  width:180px; /* Ende Box-Model_Hack */
}
  
#rechteSeiteText { /* Container rechte Seite Text */
  position:absolute;
  float:left;
  left:200px;
  top:10px;
  padding-top:20px;
  background-color:rgb(231,238,248);
  width:446px;
}

a:link, a:visited, a:hover, a:active {color:rgb(4,44,119); text-decoration:underline;}


