/* season_summer.css */

body {
	background-image: url('/fileadmin/images/common/bg_body_sommer.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#content {
	background-color: #f8e1c1;
}

#submenu div.box {
	background-color: #e78007;
}

#submenu div.box_events {
	background-image: url('/fileadmin/images/common/icons/calendar_summer.gif');
}
#submenu div.box_weather {
	background-image: url('/fileadmin/images/common/icons/weather_summer.gif');
}

/* content */
#content img {
	border: 3px #ffcc66 solid;
}