/**
 * Top Level Cascading Style Sheets: www.vb-dorsten.de
 *   
 * Cascading Style Sheets to the businesshours
 * content object   
 *
 * @author Christian Brinkert, sector27.de                
 * @link http://www.sector27.de sector27 GmbH              
 * @copyright sector27 Hundenborn + Kiy GmbH
 * @version 1.0
 * @uses global.css 
 * @date 2010-04-15 
*/

div.businessHours{
   background-color:#C1C2C4;
   width:156px;
   margin-top:10px;
   margin-left:32px;
}

table{ 
   table-layout:fixed; 
   width:156px;
   padding:0px;
   margin:0px;
}
table tr th,
table tr td{
   font-family:Arial, Helvetica, sans-serif;
   text-align:center;
   vertical-align:top;
   font-size:10px;
}
table tr th{
   font-size:11px;
   font-weight:bold;
}
table td {
   padding:3px 0px;
}
table td.geschaeftszeiten{
   text-align:left; 
   background-color:#e1e3e4; 
   color:#7A7A7A;
   font-size:9px;
   padding:1px;
}

