@CHARSET "UTF-8";

    body {
        margin: 0px auto;
        width:975px;
        font-family: arial, helvetica, sans-serif;
        font-size:11px;
    	
        background-color: #f7f8f5;
    	
    }
    
    #box {
    	margin-left:100px;
        position: relative;
        background: url('/images/boxedbg.jpg') no-repeat; 
        border: 0px solid;
        width: 875px;
        height: 490px;
    }
    
    #navigation {
        list-style-type:none; 
         
        float:left; 
        width:100px; 
        margin:0;
        
        padding:0;
        margin-top:435px;	
    }
    
    #navigation li {
        text-align:right;
        padding-right: 15px;	
    }
    #navigation a {
        font-weight: normal;
        text-decoration: none;   
    }

    #markenzeichen {
        float:right;
        margin: 22px 26px 0 0;    
    }

    table,tr,td { margin: 0; padding:0; line-height:13px; font-size: 11px; color:#929497;   }
    img, div { behavior: url('/css/fixPNG/iepngfix.htc') }
    h1 {margin-top:0;font-size:18px;}
    .anzeige {width:340px;}
    div#bottom_bar {margin:12px 0 0 153px; color:#929497; border: 0px solid #000}
    div#bottom_bar h1 { font-size: 11px; font-weight:bold; line-height: 10px; margin-bottom:3px; color:#929497; margin-top:0;}
    div#bottom_bar div { float:left; display:inline; border-left: 1px solid #d0d2d3; padding:0 0 0 10px; font-size: 11px; line-height:15px; padding-top:0; margin-top:0;}
    div#bottom_bar div#about_us {width:174px;}
    div#bottom_bar div#quickfinder {width:190px;}
    div#bottom_bar div#contact {width:300px;}
    div#bottom_bar div#contact td.first {padding-right:30px}
    div#bottom_bar div#contact td.second {padding-right:0px}
    div#bottom_bar div#contact td.third {padding-left:10px}

    div#textbox {  color:#424242; position:absolute; top:70px; left: 30px; background-color: #f7f7f7; padding:20px 30px 10px 30px; width:540px;  }
    div#impressum { display: none; color:#424242; position:absolute; top:70px; left: 30px; background-color: #f7f7f7; padding:20px 30px 10px 30px; width:540px;  }
    div#job { display: none; color:#424242; position:absolute; top:70px; left: 30px; background-color: #f7f7f7; padding:20px 30px 10px 30px; width:540px;  }
    
    a {
       
        color: #929497;
       font-weight: bold;
       text-decoration: underline;  
    }
    a:hover {
       /* color:#0099ff; */ 
         color:#0099ff;
       text-decoration: underline;   
    }