@charset "utf-8";


html, body {
	padding:0px;
}

div#mediaContainer {
	overflow:hidden;
	padding-left:20px;
}

div#mediaSitemap {
	float:left;
	width:22px;
}

div#meidaContent {
	overflow:hidden;
	padding-left:10px;
	height:200px;
}

div#folowUs {
	height:30px;
	padding:3px;
	font-weight:bold;
	width:130px;
	border:#333 1 px dotted;
}

div#nextEventsContainer {
	width:380px;
	height:380px;
}

div#nextEventsImages {
	width:265px;
	height:365px;
	float:left;
	padding:3px;
	border:#333 1px dotted;
}

div.eventImage {
	position:absolute;
	display:none;
}

div#nextEventsList {
	width:100px;
	overflow:hidden;
}

div.eventItem {
	border:#333 1px dotted;
}

div.eventItem h1 {
	padding:2px;
	margin:0px;
	text-align:center;
	font-weight:bold;
	background-color:#333;
	font-size:11px;
	color:#CCC;
	cursor:pointer;
}

div.eventItameExtraInfo {
	height:170px;
	display:none;
}

div.eventItameExtraInfo h1 {
	padding:0px;
	margin:0px;
	font-size:13px;
	background-color:transparent;
	line-height:15px;
}

div.eventItameExtraInfo h2 {
	margin:0px;
	padding:0px;
	height:80px;
	overflow:hidden;
	font-size:10px;
	padding:3px;
	line-height:10px;
	margin-top:10px;
}

div.eventItameExtraInfoLinks {
	text-align:center;
}

div.eventItameExtraInfoLinks a:link {
	font-size:11px;
}


div#newsContainer {
	margin-top:15px;
	height:175px;
}

div#newsSitempa {
	width:22px;
	height:107px;
	float:left;
}

div#newsScroller {
	height:175px;
	overflow:hidden;
	padding-left:10px;
}

div#newsList {
	
}

div#onlineflyer {
	border:#333 1px dotted;
	padding:6px;
	height:90px;
	background-image:url(../images/onlineflyer_back.png);
	background-repeat:no-repeat;
	background-position:right;
}