@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	
	font-size: 14px;
	font-family: calibri, arial, Geneva, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
}

p {
	padding: 0px;
	
}

/* unique */

#container {
	width: 950px;
	text-align: left;
	min-height: 300px;
	padding-top: 30px;
	clear: both;
}

#divider {
	width: 950px;
	height: 5px;
	clear:both;
	background: url(img/divider.jpg);
}

#organisers {
	margin-top: 20px;
	
	width: 950px;
	text-align: left;
	
	background: url(img/watermark.png);
	background-repeat: no-repeat;
	
	background-position: right bottom;
}

#copyright {
	background-color: #f9cfd1;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 950px;
	
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}

#latest {
	width: 950px;
	height: 268px;
	background: url(img/latestnews.jpg);
	text-align: left;
}

/* navigation */

#navi {
	margin-top: 20px;
	background: url(img/navi_bg.gif) repeat-x;
	
	width: 1000px;
	height: 36px;
	
	color: #fff;
}

#navi a{
	color: #fff;
}

#navi .nav {
	list-style: none;
	padding-top: 10px;
}

#navi .nav li {
	text-transform: uppercase;
	
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 12px;
	height: 36px;
}

#navi .nav li:hover {
	background: url(img/black.png);
}

#navi .nav .selected {
	background: url(img/black.png);
}

#bottomnavi .nav {
	list-style: none;
	padding-top: 10px;
	
}

#bottomnavi .nav li {
	text-transform: uppercase;
	
	display: inline;
	padding-left: 5px;
	padding-right: 5px;

}

/* end navigation */

/* latest news */

#latest_1 {
	width: 162px;
	height: 162px;
	
	
	position: relative;
	
	left: 304px;
	top: 20px;
}

#latest_1_text {
	width: 162px;
	height: 60px;
	
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 3px;
	
	left: 304px;
	top: -300px;
}

#latest_infotext{
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
#latest_2 {
	width: 162px;
	height: 162px;
	
	position: relative;
	
	left: 526px;
	top: -142px;
}

#latest_2_text {
	width: 162px;
	height: 60px;
	font-size: 12px;
	padding: 3px;
	position: relative;
	color: #fff;
	valign:top;
	left: 526px;
	top: -365px;
}

#latest_3 {
	width: 162px;
	height: 162px;
	
	position: relative;
	
	
	left: 754px;
	top: -304px;
}

#latest_3_text {
	width: 162px;
	height: 60px;
	font-size: 12px;
	padding: 3px;
	position: relative;
	color: #fff;
	valign:top;
	left: 754px;
	top: -432px;
}


/* end latest news */

/* classes */

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	
}

.left, .right {
	min-height: 200px;
}

/* Words */
.header {
	font-family: calibri;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	color: #950101;
}

.headerSide {
	font-family: calibri;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #950101;
}

.newsText {
	font-family: Calibri;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
}
.subHeader {
	font-family: calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #950101;
}
.contentText {
	font-family: Calibri;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.contentProgramText {
	font-family: Calibri;
	font-size: 14px;
	padding:1px;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.tableHeader {
	font-family: calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 4px;
	color: #FFF;
}

.tableprogramheader {
	font-family: calibri;
	font-size: 14px;
	font-style: normal;
	padding-left: 6px;
	padding-right: 4px;
	color: #FFF;
}



.tableHighlight {
	font-family: Calibri;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
.link {
	font-family: calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #950101;