/* ::::: http://www.baerbel-jahn-buehnenbild.de/main.css ::::: */

/* Allgemein */
body { 
      background-color:#151515; 
      font-family: Verdana,Helvetica,sans-serif; 
      font-size: 14px; 
      color: #ffffff; 
     font-weight: bold;
}
/* Aufbau */
#zentrierhilfe { 
      text-align: left; 
      position: absolute; 
      top: 50%; 
      left: 0; 
      width: 100%; 
      height: 1px; 
      overflow: visible; 
      visibility: visible; 
}
#rahmen { 
      height: 450px; 
      width: 788px; 
      margin-top: -225px; 
      margin-left: -394px; 
      top: 50%; 
      left: 50%; 
      position: absolute; 
}
#uschrift { 
      height: 30px; 
      width: 788px; 
      margin-top: -30px; 
      top: 0; 
      left: 0; 
      position: absolute; 
      font-weight: normal; 
      font-size:18px;
      padding-left: 3px; 
}
/* Boxen */
#box1l {
       width: 257px; 
       height: 25px; 
       font-size:16px; 
       
       padding-left: 3px;  
       margin-top: -450px; 
}
#box1m {
       width: 257px; 
       height: 25px; 
       font-size:16px; 
       padding-left: 3px; 
       margin-top: -25px; 
       margin-left: 263px; 
}
#box1r {
      width: 257px; 
      height: 25px; 
      font-size:16px; 
      padding-left: 3px; 
      margin-top: -25px; 
      margin-left: 526px; 
}
#mbox1l {
       width: 257px; 
       height: 420px; 
       overflow: auto; 
       padding-left: 3px; 
 }
#mbox1m {
       width: 257px;
       height: 420px; 
       overflow: auto; 
       padding-left: 3px; 
       margin-top: -420px; 
       margin-left: 263px; 
 }
#mbox1r {
       width: 257px; 
       height: 420px; 
       overflow: auto; 
       padding-left: 3px; 
       margin-top: -420px; 
       margin-left: 526px; 
 }
#nav {
      width: 783px; 
      height: 45px; 
      font-size:18px; 
      margin-top: -10px; 
      padding-top: 20px; 
      padding-bottom: 15px; 
      padding-left: 0px;
      font-weight: normal;
}

/* Verweise */
a:link {
       font-family: Verdana,Helvetica,sans-serif; 
       text-decoration: none; 
       color: #ffffff; 
 }
a:visited {
      font-family: Verdana,Helvetica,sans-serif; 
      text-decoration: none; 
      color: #b0b0b0;
}
a:hover { 
font-family: Verdana,Helvetica,sans-serif; 
text-decoration: none; 
color: #a0beff; 
}
a:active {
 font-family: Verdana,Helvetica,sans-serif; 
 text-decoration: none; 
 background-color: #989580; 
 }
a:focus { 
font-family: Verdana,Helvetica,sans-serif; 
text-decoration: none; 
background-color: #000000; 
}
.wichtig {
color: #ffffff; 
font-weight:normal; 
font-size: 13pt; 
}
.hinweis {
color:#ced1ff; 
}
.bild {
font-size: 0.7em;
font-weight: normal;
}
/* Ende der Formatierungsangaben */