/* CSS Document */
/**
 * Das sind die speziellen Styles für die Argebotsseite
 */
h2{
	color: #cc6600;
}
.themes-searchbox h2{
	color: #cc6600;
}
.opened-box h3 span{
	color: #cc6600;
}

div.headline-container {
	background-color: #cc6600;
	/*background-image:*/
	background-image:url(../pics/bg_headline_theme_orange.png);
}
/* für big und small ohne menu*/
.body-big-bg div.headline-container{
	height:129px;
	padding-bottom:95px;
	/*border: 1px solid blue;*/
}
.body-middle-bg div.headline-container{
	height:129px;
	padding-bottom:95px;
	/*border: 1px solid blue;*/
}
.body-small-bg div.headline-container{
	height: 144px
	/*border: 1px solid red;*/
}
.salesguideheader {
	margin-top: 58px;
}
/* MAinNav */
#navL0-container{
	border-bottom-color: #f1d5b9;
}
.navL0-left-a{
	background-image:url(../pics/bg_navL1-left-a_theme_orange.gif);
}
.navL0-a{
	background-image:url(../pics/bg_navL1-middle-a_theme_orange.gif);
}
.navL0-right-a{
	background-image:url(../pics/bg_navL1-right-a_theme_orange.gif);
}
/* Nav Level 1*/
#navL1-container{
	display: none;
}


