/* ######################################################################################################
** # "Kontrast" (c) by Kerygma (http://www.kerygma.de) #############################
** ######################################################################################################
** 
**  Dateiversion: 25.10.08  
**  Datei       : kontrast.css
**
*/

@media screen
{


#submenu li a { color: #000; }
	
#submenu li a:hover { background-color:#624485; color: #fff; }
	
#submenu li a.erster { color: #000; }

#submenu li a.erster:hover { color: #fff; }
	
#submenu li.letzter {	color: #000; }

dl.meImgLeft dd {	/** Def. Bildunterzeile **/
margin: 0 0 0 0; 
padding: 3px;
background: #acacac;
color: #fff;
}

#box_termine { background:transparent url(../../img/kontrast/head_termine.gif) no-repeat scroll 0 0; }

#box_news	{ background: url(../../img/kontrast/head_news.gif) no-repeat; }

#box_zusatz	{ background: url(../../img/kontrast/head_zusatz.gif) no-repeat; }

#box_leer_weiter	{ background: url(../../img/kontrast/head_weiter.gif) no-repeat; }

}