/* ######################################################################################################
** # Patch zur Verbesserunge des Schriftbildes                              #############################
** ######################################################################################################
** 
** 
**  Dateiversion: 13.02.07  
**  Datei       : patch_fontsize.css
**  
**
*/

@media all
{

#col2 #col2_content p{
font-size: 83.5%;
}
#col2 h2 {
font-size:105% !important;
}
#col2 h3 {
font-size:95% !important;
}
#col3 h1 {
font-size:87.5% !important;
}
#col1 h1 {
font-size:87.5% !important;
}
#page_margins #page #nav {
font-size:87.5% !important;
}
#page_margins #page #header #topnav {
font-size:87.5% !important;
}

} 
