/* copyright by websteil. 2007 */
/*
=====
Formatierungen für das Farbschema red
=====
*/

body { background-color: #9EA4A6; }

/* ============================== */

div#menuSub a {
	background: #CCC;
	border-bottom: 1px solid #9EA4A6;
  }  
div#menuSub a.sub {
	background: #CCC;
  }
#menuSub a:hover.sub, #menuSub a.subactive, #menuSub a:hover.subactive {
	background: #F1F1F1;
  }    

/* ============================== */

div#menuTop { background: #9EA4A6; }
div#menuTop a { background: #f0f0f0 url(../images/naviback_grey.gif) right top no-repeat; }

/* ============================== */

#content a, #content a:visited  {font: 600 11px Verdana,Arial,Helvetica,sans-serif; color: #B82020; text-decoration: none;}
#content a:hover {color: #333; text-decoration: none; background: #f0f0f0;}
#content a:active { color:#333; text-decoration: none; background: #f0f0f0;}

/* ============================== */
