@import url(/CMSPages/GetCSS.aspx?stylesheetname=Piushaven.Default);
/*#Global/Template#*/
.topBlock{
	height: 350px;
	background: url(/CMSPortal/media/Templates/topbanner-parkkade.jpg) no-repeat;
}
.bottomBlock{
	background: url(/CMSPortal/media/Templates/bg_homepage_footer.jpg) no-repeat top;
}
/*#Global/Zones#*/
.zoneTop {
	padding-top: 300px;
}
.zoneContentLeft {
	position : relative;
	float: left;
	width:  50%;
	height: 400px;
	background: #ffbaa1 url(/CMSPortal/media/Templates/bg_homepage_news.jpg) no-repeat 0px 30px;
}
.zoneContentRight {
	position : relative;
	float: right;
	width:  50%;
	height: 400px;
	background: #b5cfe9 url(/CMSPortal/media/Templates/bg_homepage_events.jpg) no-repeat 0px 30px;
	padding: 0px;
}
/*#Homepage#*/
.contentTitle {
	height: 25px;
	padding: 5px 5px 0px 15px;
	background: #cb325e;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}