/*******************************************************************************
*
*  Sektion MENU (Oberer Rand)
*
*******************************************************************************/
hr
{ color:#4af;
  background-color:#4af;
}

#template_menu
{ color:#ffffff;
  background-color:#4af;
  background-image:url(blue_menu.gif);
}
#template_menu a         { color:#033; }
#template_menu a:visited { color:#048; }
#template_menu a:hover   { color:#0ef; }
#template_menu a:active  { color:#0ef; }


/*******************************************************************************
*
*  Sektion MAIN (Hauptbereich, Mitte)
*
*******************************************************************************/

#template_main a         { color:#2e609b; }
#template_main a:visited { color:#003058; }
#template_main a:hover   { color:#3080c0; }
#template_main a:active  { color:#0090c0; }


/*******************************************************************************
*
*  Sektion FOOT (Unterer Rand)
*
*******************************************************************************/
#template_foot
{ color:#ffffff;
  background-color:#4af;
  background-image:url(blue_foot.gif);
}
#template_foot a         { color:#033; }
#template_foot a:visited { color:#048; }
#template_foot a:hover   { color:#0ef; }
#template_foot a:active  { color:#0ef; }

