/*  ======================================================

CSS : Stylesheet fuer www.odenthal.de 
ERSTELLT FUER MEDIACLOU GmbH 
AGENTUR FÜR WERBUNG UND MEDIENINTEGRATION
Stylesheet fuer die Druckversion
Juli/August 2008

========================================================== */

/* ------------------------------------
   Allgemeine Styles
   ------------------------------------ */

body {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11pt;                              
}
h1, h2 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 {font-size: 16pt; }  
h2 {
   font-size: 14pt;   
   font-weight: bold; 
   padding-top: 6pt;  
} 
a { 
   color: black ; 
   text-decoration: none; 
}

table {
    border-collapse: collapse;
    border: 1px solid #000;
    }
   
table td, table th {
    border: 1px solid #000;
    padding: 0.3em;
    }
    
#kopfbereich, #bild, #rechts, #rechte_navigation, #suche, #werbung, #print  {
    display: none;
}     
    
    
/* ======================================= 
   E N D E  styles.css 
   ======================================= */