/*-- Stylesheet für Vorstands-Darstellung -------*/
/*--                                           --*/
/*-- Copyright (C): Andreas Richter, 2009      --*/


/*-- Stylesheet für Vorstands-Darstellung -------*/
/*--                                           --*/
/*-- Copyright (C): Andreas Richter, 2009      --*/


#Vorstand {
    margin-top:25px;
    margin-left:25px;
    width:415px;
    padding:10px;
}
/* Korrektur für IE */
*html #Vorstand {
   width:425px;     /* Version 5.x */
   w\idth:415px;    /* Version 6 */
}
.VorstandKopfzeile {
   padding: 4px;
   font-size: 16px;
}
.VorstandAbstandY1 {
   height: 8px;
}
.VorstandAbstandY2 {
   height: 5px;
}
.VorstandAbstandX {
   width: 6px;
}
.VorstandVisitenkarte {
   height: 225px; 
   width: 190px;
   padding: 5px;
   font-size: 13px;
   background-repeat: no-repeat;
}
/* Korrektur für IE */
*html .VorstandVisitenkarte {
   width:195px;     /* Version 5.x */
   w\idth:190px;    /* Version 6 */
}
.VorstandBild {
   width: 120px; 
   height: 160px;
}