/** **********************************************************************
  * CSS für das Projekt Wirtschaftfoerderung Wetterau
  * Beinhaltet grafische Formatierungen der einzelnen Bereichsseiten.
  * Hier: Bereich 1
  *
  * @CSS_Hack Tanteks Boxm modell hack. Schliesst IE<6 aus = voice-family: "\"}\"";voice-family:inherit;
  * @CSS_Hack Selektor hack. Schliesst IE bis 6 aus = body>html ELEMENT {}
  *
  * @author Christian Asche <ca@christian-asche.com>
  * @version 1.0 - 21.10.2005
  * 
  * @colors
  */

/* ****************************************************************
! Bereichsabhängige Formatierung !
**************************************************************** */
#content{
	background:#E6E6E6 url(/images/teaserbilder/nachrichten.jpg)  repeat-x right top;	
	padding:0;
}
#content .highlight{
	color:#7A6256;
	font-weight:normal;
}
#kontext{
	background:#7A6256;
}
#kontext p,#kontext h1,#kontext h2,#kontext h3,#kontext h4,#kontext h5,#kontext h6,#kontext ul,#kontext ol{
	color:		#FFF;
}
#kontext a{
	color:		#FFF;
}
#kontext h2{
	background: #4E2C20;
	margin-top: 0;
	color: #FFF;
	padding: 13px 10px 14px 10px;
	border-bottom: 1px solid #FFF;
}
#feedback h2{
	background: #4E2C20;
	color: #FFF;
}
#subnavigation{
	background:url(/images/subnavigation/nachrichten.gif) repeat-x;
}
/* Teaserbilder im Element #content */
#teaserbild{
	background:url(/images/teaserbilder/nachrichten.jpg) no-repeat right;
	height:49px;
}
#kontext #warenkorbwidget td{
	border: 1px solid #4E2C20;
}