/**
 * BDBv3 - CSS Framework
 *
 * central stylesheet - theme: sommer
 */
/* global: bg */
body {
	background-image:url(../images/global/bg_su.jpg);
	background-color: #fff9e3; /* unten */
}

/* startpage: teaserpic */
#startpanel {
	background-color: #fffaef;
	background-image:url(../images/start/startpage_teaserpic_su.jpg);
	background-repeat: no-repeat;
}
#startpanel h1 {
	color: #8dc39b;
	text-shadow: 1px 1px 3px rgba(60, 160, 140, 0.5);
}
#fblogoimg {
	background-image:url(../images/global/facebook_button_summer.png);
}
#twitterlogoimg {
	background-image:url(../images/global/twitter_button_summer.png);
}

/* mainpage: headerpic */
#headerpic {
	background-image:url(../images/global/mainpage_headerpic_su.jpg);
	background-color: #fffaef;
}

/* mainpage: footerpic - basemod */
#footerpic {
	background-image:url(../images/global/mainpage_footerpic_su.jpg);
}

/* SHOP */
.cms-extern-start div.page-title h1,
.cms-intern-start div.page-title h1 {
	display: none;
}
.cms-extern-start div.page-title,
.cms-intern-start div.page-title {
	background-image:url(../images/shop/start_header_summer.jpg);
	height: 248px;
	border-bottom: 0;
	margin-bottom: 18px;
}
