body {
	width:100%;
	margin:0 auto;
	padding:0;
	border:0;
	float:left;
	clear:Left;
	color:#000000;
	font:normal 15px verdana;
}

div#background {
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

div#background img {
	width:100%;
	height:100%;
	position:fixed;
}

div#container {
	width:860px;
	margin:60px 0 0;
	left:30px;
	position:absolute;
	z-index:9999;
}

div#wrapper {
	width:920px;
	position:relative;
	z-index:999;
	margin:0 auto;
}

div#menu {
	float:left;
	clear:left;
	width:615px;
	margin-top:50px;
}

div#menu ul {
	list-style:none;
	float:left;
	width:615px;
	padding:0;
	margin:0;
}

div#menu ul li {
	float:left;
	clear:none;
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
}

div#menu ul li a {
	float:left;
	text-decoration:none;
	color:#ffffff;
	font:bold 14px tahoma;
}

div#menu ul li a:hover {
	color:#8ea8ab;
}

div#menu ul li.activeMenuItem a {
	color:#8ea8ab;
}

div#opening {
	width:240px;
	float:left;
	clear:none;
	margin-left:5px;
	font:bold 13px tahoma;
	color:#Ffffff;
	text-align:center;
}

div#opening p {
	margin:0;
}

img {
	border:0;
}

div#content {
	float:left;
	clear:left;
	width:860px;
	margin-top:40px;
	color:#000000;
}

div.frontpage div.frontpageBox {
	width:206px;
	height:310px;
	float:left;
	background:url(../images/frontpage_box.png) no-repeat;
}

div.frontpage div.frontpageBox h2.frontpage {
	color:#FFFFFF;
	font:normal 16px tahoma;
	padding:0;
	margin:23px 0 10px 10px;
	float:left;
	clear:left;
	width:196px;
}

div.frontpage div.frontpageBox .scrollable {
	padding:0 5px 0 10px;
	width:186px;
	height:240px;
	float:left;
	clear:left;
}

div.frontpage .jScrollPaneContainer {
	float:left;
	clear:left;
}

div.frontpage div.innercontent {
	float:left;
	clear:left;
	width:176px;
	padding:5px 0;
	border-bottom:1px solid #000000;
}

div.frontpage div.innercontent img {
	width:176px !important;
	float:left;
	clear:left;
}

div.frontpage div.description {
	float:left;
	clear:left;
	width:176px;
	margin-top:5px;
	font:bold 14px tahoma;
	color:#000000;
	overflow:hidden;
}
div.frontpage div.description a {
	text-decoration:none;
	color:black;
}

div.frontpage div.description p {
	padding:0;
	margin:0;
}

div.frontpage cite.date {
	float:left;
	clear:left;
	width:176px;
	margin-top:5px;
	color:#000000;
	font:bold 14px tahoma;
	overflow:hidden;
}

div.frontpage div#sport,
div.frontpage div#news,
div.frontpage div#gallery{
	margin-left:12px;
}

div.normal div.top {
	background:url(../images/normal_top.png) no-repeat;
	width:860px;
	display:block;
	float:left;
	clear:left;
	height:25px;
}

div.normal div.center {
	float:left;
	clear:left;
	width:820px;
	background:url(../images/normal_center.png) repeat-y;
	display:block;
	padding:10px 20px;
	height:250px;
}

div.normal h1#siteTitle {
	margin:0;
	padding:0;
	font:bold 20px tahoma;
	float:left;
	clear:left;
	margin-bottom:10px;
}

div.normal .scrollable{
	width:820px;
	float:left;
	clear:left;
	height:230px;
	overflow:hidden;
}

div.normal .jScrollPaneContainer {
	float:left;
	clear:left;
}

div.normal div.bottom {
	background:url(../images/normal_bottom.png) no-repeat;
	width:860px;
	display:block;
	float:left;
	clear:left;
	height:25px;
}


div.galleryContent {
	width:100%;
	float:left;
	clear:left;
}

div.galleryContent div.mediaContent img {
	max-width:145px;
	max-height:215px;
	margin-left:10px;
	float:left;
	margin-bottom:10px;
	border:2px solid white;
}

div.galleryContent div.mediaDescription {
	display:none;
}