/*verringern der Höhe weil das Design des Kunstportals abweicht Original=85*/
#head2{
  height: 45px;
  /*padding: 6px 0px 0px 14px;
  margin: 0px;*/
}
BODY.vr-picpop {
  margin:0px;
  padding:5px;
  text-align:center;

}
IMG.vr-imgborder{
  border: 1px solid black;
}
/*container für vr-inhalte */

#vr-header { /* enthält das Kunstportal-Logo*/
  background-image:url(/kunstportal/bilder/menu/kopf.gif);

  background-repeat:no-repeat;
  float: left;
  width: 914px;
  padding: 0px;
  margin: 0px;
  top: 45px;
  height: 57px;
 /* border:1px solid black;*/

}
#vr-menu-top { /* Container für oberes Karteikartenmenü, Styles für eigentliche Menüstruktur ist übernommen*/
  float: left;
  height: 50px;
  margin :0px;
  padding: 0px 14px 0px 14px;
  /*border:1px solid black;*/
}
#vr-content { /* Container für Inhalt */
  float: left;
  width: 910px;
  /*height: 400px;*/
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
/* Spalten-Positionierungen ohne Breitenangaben */

#vr-left180 { /* Positionierung für linke Spalte, 180 breit mit Abstand nach rechts */
  float:left;
  top:0px;
  left:30px;
  width:180px;
  padding:0px 20px 0px 0px;
}
#vr-left900 { /* einspaltioges Layout für Uebersicht Unterrcihtsbausteine */
  float:left;
  top:0px;
  left:30px;
  width:900px;
  padding:0px;
}
#vr-middle465 { /* Positionierung für mittlere Spalte, 465px breit mit Abstand nach rechts und links */
  float: left;
  top:0px;
  left:245px;
  width:465px;
  padding:0px 20px 30px 0px;
}
#vr-right215 { /* Positionierung für rechte Spalte, 215px breit mit Abstand nach links */
  float:left;
  top:0px;
  left:730px;
  width:215px;
  padding:0px 0px 30px 0px;
}
#vr-middle700 {
  float:left;
  top:0px;
  left:245px;
  width:700px;
  padding:0px 0px 30px 0px;
}

  /* Inhaltsformate   float: left;             border: 1px solid black;*/
    .vr-weeklink-header {
     background: url(/kunstportal/bilder/menu/weeklink-bg.gif);
                width:209px;
                height:32px;
                vertical-align:text-bottom;
                line-height:32px;
           color:white;
                padding-left:6px;
    }
         .vr-weeklink {
           border: 4px solid #BFBFBF;
                padding:5px;
          }
         .vr-caption {
           color:#004FA4;
           font-size:85%;
                line-height: 120%;
         }
         .vr-bott23 { /* = 30px unter Berücksichtigung des Schattens unter dem Button */
           padding-bottom:23px;
                clear:both;
         }
         .vr-bott30 {
           padding-bottom:30px;
                clear:both;
         }
    .vr-bott10 {
           float:left;
           padding-bottom:10px;
                clear:both;
         }
    .vr-clear{
                 clear:both;
                width:100%;
                float:none;
         }
    IMG {border:none}
    IMG.vr-left180{
      float:left;
      width:180px;
      padding-right: 20px;
    }

H4.vr-header700{
  background: url(/kunstportal/bilder/menu/kartei-gelb700.gif);
  padding:10px 5px 0px 5px;
  margin:0px;
  height:20px;
  color: white;
}
H4.vr-header900{
  background: url(/kunstportal/bilder/menu/kartei-gelb900.gif);
  padding:10px 5px 0px 5px;
  margin:0px;
  height:20px;
  color: white;

}
.vr-txt700{ /* Fliesstext Mitte neben Bild links (Galerie*/
  float:left;
  width:700px;
}
IMG.vr-galerie-thumb{ /* Bild links */
  float:left;
  width:100px;
  padding:0px 10px 5px 0px;
}
HR.vr-trenner4{ /* fetter Trennstrich zwischen den Datensätzen*/
  padding:0px;
  margin:0px;
  border-top:solid white 10px;
  border-bottom:solid white 10px;
  background-color: #BFBFBF;
  color: #BFBFBF;
  height:24px;
  width:100%;
  }
.vr-material{ /* fuer Unterrichtsmaterialien, Schrift blau */
   border-bottom: 4px solid #BFBFBF;
        padding: 5px 0px 10px 0px;
        color:#004FA4;
}
TABLE.vr-termine{
  padding:0px;
  margin:2px 0px 0px 0px;
  border:0px;
  float:left;
  border-collapse:collapse;
}
TD.vr-termine-left{
  width:170px;
  padding:5px;
  background-color: #BFBFBF;
  border-right:20px solid white;
  border-bottom: 4px solid white;
  color:white;
  font-weight:bold;
}
TD.vr-termine-middle{

  border-bottom: 4px solid  #BFBFBF;
  width:690px;
  padding:5px 0px 5px 0px;
}