/*******************************************************************************
*
*  Sektion MENU (Oberer Rand)
*
*******************************************************************************/
hr
{ color:#ffd800;
  background-color:#ffd800;
}

#template_menu
{ color:#c30;
  background-color:#f8d800;

  background-image:url(yellow_menu.gif);
}
#template_menu a         { color:#f40; }
#template_menu a:visited { color:#f44400; }
#template_menu a:hover   { color:#fff; }
#template_menu a:active  { color:#f00; }


/*******************************************************************************
*
*  Sektion MAIN (Hauptbereich, Mitte)
*
*******************************************************************************/

#template_main a         { color:#a73; }
#template_main a:visited { color:#a73; }
#template_main a:hover   { color:#fa0; }
#template_main a:active  { color:#f00; }


/*******************************************************************************
*
*  Sektion FOOT (Unterer Rand)
*
*******************************************************************************/
#template_foot
{ color:#c30;
  background-color:#f8d800;
  background-image:url(yellow_foot.gif);
}
#template_foot a         { color:#f40; }
#template_foot a:visited { color:#f44400; }
#template_foot a:hover   { color:#fff; }
#template_foot a:active  { color:#f00; }

