  a:link { text-decoration:none; font-weight:500; color:#FF0000; }
   a:visited { text-decoration:none; font-weight:500; color:#FF0000; }
   a:focus { text-decoration:none; font-weight:500;color:#FF0000; }
   a:hover { text-decoration:none; font-weight:500; background-color:#000000; }
   a:active { text-decoration:none; font-weight:500; color:#FF0000; }

  
  h3 { font-size:35%;
     color:#000000;
     }
   
   body  { 
   color:#000000; background-image:url("../images/@dpr2.png");
   font-family:"microsoft yahei"; font-size:18px; font-weight:100;
  }	


  #wrapper_fixedwidth{
   background-color:#FFFFFF;
    margin:auto;
	margin-top:2%;
    padding:1px;
	width:90%;
	height:100%;
       
}

   #wrapper_fixedwidth_menu {
    background-color:#FF0000;
    text-align:left;
    position:relative;
	padding:2% 2% 2% 2%;  
	height:100%;	
	width:200px;
    float:left;
	
       

}

   #wrapper_fixedwidth_inhalt {
     background-color:#FFFFFF;
     height:100%;
     padding:2% 1.5% 2% 1.5%;
     float:right; 
     position:relative; 	
	 max-width: 800px;
   
	
        
}
  #wrapper_fixedwidth_angebot {
     background-color:#FFFFFF;
     height:100%;
     padding:2% 1.5% 2% 1.5%;   	
	width: 800px;
	float:right;
    
	}


