@charset "UTF-8";

/* -----------------------------------------------------------------------------
 * Villars Holding SA
 * CSS 2.1 | © Žmaf broadcast 05.2009
 */



/* -----------------------------------------------------------------------------
 * HOMEPAGE
 */

#infoZone {
	height: 250px;
	background: url(../images/background_home_infozone.png) no-repeat;
}

#infoZoneContentLimit {
	height: 220px;
	margin: 15px 10px 10px 5px;
	overflow: hidden;
}

#infoZoneContent {
	height: 230px;
	width: 1540px;
}

#infoZoneContent div {
	height: 230px;
	padding: 0 5px 0 0;
}

#infoZoneContent h3, #sitemap h3 { background: url(../images/bullet_green.png) no-repeat center left; }

#infoZoneContent div p { margin: 0 5px 15px 10px; }

#infoZoneContent div.separator { border-right: 1px solid #1b6137; }

#infoZoneLeftExtend, #infoZoneRightExtend {
	display: block;
	height: 240px;
	width: 50px;
}

#infoZoneLeftExtend {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -480px;
	background: url(../images/infozone_left.png) no-repeat;
}

#infoZoneRightExtend {
	position: absolute;
	top: 120px;
	right: 50%;
	margin-right: -480px;
	background: url(../images/infozone_right.png) no-repeat;
}

#content a { color: #1b6137; }

#content .section {
	display: inline;
	float: left;
	height: 152px;
	margin: 0 5px 10px 5px;
	overflow: hidden;
}

#content .section dl {
	margin-top: 140px;
	border-top: 1px solid #fff;
}

#content .section dt { height: 10px; }

#content .section dd { height: 120px; }

#sitemap { background: url(../images/background_green_sitemap.png) repeat-x; }

#sitemap div.separator { border-right: 1px solid #1b6137; }
