body         { margin:           0px;
               padding:          0px;
               border:           0px;
               text-align:       center;
               text-decoration:  none;           
               font-family:      Verdana, Arial, sans-serif;
               font-size:        100.01%; 
               font-weight:      normal; 
               color:            #000; 
               background-color: #fff;
             } 

#site        { margin:           0px;
               padding:          0px;
               border:           0px;
               width:            995px;
               text-align:       left;
               background-color: #fff;
             }

#left        { margin:           0px;
               padding:          0px;
               border:           0px;
               width:            244px;
               height:           600px;
               background-color: #fff;
               float:left;
             } 

#right       { margin:           0px;
               padding:          0px;
               border:           0px;
               width:            745px;
               height:           600px;
               background-color: #fff;
               float:right;
             } 

#m_left      { margin-top:       5px;
               margin-bottom:    25px;
               text-align:       left;
               float:            left;
             }

#m_right     { margin-top:       5px;
               margin-bottom:    25px;
               text-align:       right;
               float:            right;
             }

#m_end       { clear:            both;
             }

#text        { padding:          10px;
               text-align:       justify;
               color:            darkblue; 
               background-color: khaki;
             }

#werbung     { text-align:       center;
               font-size:        xx-small;
             }

#inhalt      { margin:           10px 5px;
             }

#site         { font-size:0.8em;  text-align:left; }    

h1, .wie_h1   { font-size:1.2em;  font-weight:bold;  }

legend        { font-size:1.0em;  font-weight:bold;  }
select        { font-size:1.0em;   }    
input         { font-size:0.8em;   }   
table         { font-size:1.0em;   } 
  
h1            { color:darkblue; }
.wie_h1       { color:darkblue; padding-top:5px; }

fieldset      { padding: 5px;}           
legend        { color:darkblue; }
input, select { color:black; }    
td            { color:black; vertical-align:top; }    

.block        { text-align:justify; }

a:link        { color:darkblue; text-decoration:none; }
a:visited     { color:darkblue; text-decoration:none; }
a:hover       { color:blue;     text-decoration:underline; }
a:active      { color:darkblue; text-decoration:none; }

.zoom        {  font-size:smaller;
                float:left;  
                padding:2px; 
                border:2px solid; 
                border-color:#ccc; 
                background-color:#ccc;
              }

.zoomhover  { font-size:smaller;
              float:left; 
              padding:2px; 
              border:2px solid; 
              border-color:#008; 
              background-color:#ccf;
              }

