body {
	background: #e0ebf6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #252f66;
	text-decoration: none;	
}

a:hover {
	color: #252f66;
	text-decoration: underline;	
}

table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

th {
	text-align: left;
	width: 25%;
}

#container {
	width: 960px;
	margin: 0 auto;	
}

#header {
	width: 960px;
	height: 130px;
	background: url(../images/header.png);
}

#menu {
	width: 960px;
	height: 73px;
	background: url(../images/menubar.png);	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 960px;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	height: 27px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #252f66;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 20px 0px 20px;
}

#menu li a:hover, .menuactive {
	color: #fff;
	background: url(../images/menu_active.png);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#submenu {
	float: left;
	position: relative;
	margin-top: -25px;
	margin-left: 10px;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 960px;
}

#submenu li {
	float: left;
}

#submenu li a:link, #submenu li a:visited, #submenu li a:active {
	padding: 5px 0px 0px 20px;
	color: #d6dce7;
	font-weight: bold;
	text-decoration: none;
}

#submenu li a:hover {
	color: #fff;
	text-decoration: none;	
}

#content {
	width: 960px;
	margin-bottom: 40px;
}

#main {
	width: 710px;
	float: left;	
}

#main .item {
	margin-top: 40px;
}

.contentheader {
	width: 710px;
	height: 35px;
	background: url(../images/contentheader.png);
}

.contentheader .left {
	width: 20px;
	height: 35px;
	float: left;
	background: url(../images/contentheader_left.png);
}

.contentheader h1 {
	height: 25px;
	float: left;
	background: url(../images/contentheader_bg.png);
	font-size: 16px;
	font-weight: bold;
	color: #cf0c1c;	
	margin: 0;
	padding: 10px 0px 0px 0px;
}

.contentheader .right {
	width: 20px;
	height: 35px;
	float: left;
	background: url(../images/contentheader_right.png);
}

.contentheader p {
	float: right;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #d6dce7;	
}

.content {
	width: 670px;
	/*min-height: 150px;*/
	padding: 20px;
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.content .photo {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 5px solid #d6dce7;
	text-align: center;	
}

.content p {
	color: #000;
	font-size: 12px;	
}

.subkop {
	margin: 0;
	padding: 0;	
}

.content p a:link, .content p a:visited, .content p a:active {
	color: #252f66;
	text-decoration: none;
}

.content p a:hover {
	color: #252f66;
	text-decoration: underline;	
}

#sidebar {
	width: 210px;
	float: right;	
	margin-bottom: 20px;
}

#sidebar .item {
	margin-top: 40px;
	width: 210px;
}

.tabs ul {
	width: 210px;
	height: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(../images/sidebar.png);
}

.tabs ul a {
	display: block;
	height: 35px;
	width: 105px;
}

.tabs a:link, .tabs a:visited, .tabs a:active  {
	color: #fff;	
}

.tabs a:hover {
	color: #d11241;	
	text-decoration: none;
}

.ui-state-default {
	text-decoration: none;
	float: left;
	width: 105px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.ui-state-active {
	background: url(../images/sidebar_active.png);
}

.ui-state-active a:link, .ui-state-active a:visited, .ui-state-active a:hover, .ui-state-active a:active {
	color: #d11241;	
}

.tabcontent {
	width: 190px;
	padding: 10px;
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tabcontent a:link, .tabconent a:active, .tabcontent a:visited {
	color: #d11241;
	font-weight: bold;
	text-decoration: none;
}

.tabcontent a:hover {
	color: #252f66;
	font-weight: bold;
	text-decoration: none;
}

.tabcontent input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #252f66;
	width: 170px;
	padding: 5px;
	color: #000;
}

.tabcontent input[type="submit"] {
	width: 182px;
	background-color: #252f66;
	border: 1px solid #000;	
	color: #fff;
}

.tabtable td {
	color: #252f66;
	font-weight: bold;
	padding: 4px;
}

.tabtable tr:nth-child(odd) {
	background-color: #e0ebf6;
}

.tabtable th {
	color: white;
	background-color: #252f66;
	padding: 4px;
}

.tabtable table a:link, .tabtable table a:active, .tabtable table a:visited {
	color: #252f66;	
	text-decoration: none;
}

.tabtable table a:hover {
	color: #d11241;	
	text-decoration: none;
}

#sponsors {
	clear: both;
	width: 710px;
	height: 200px;	
	margin: 20px 0px 20px 0px;
}

#sponsors .item {
	margin-top: 20px;
	width: 210px;
	padding-right: 40px;	
	float: left;
}

#sponsors .itemlast {
	margin-top: 20px;
	width: 210px;
	padding-right: 0px;	
	float: left;
}

#footer {
	clear: both;
	width: 100%;
	height: 175px;
	background: url(../images/footer.png);	
}

#footercontainer {
	width: 960px;
	margin: 0 auto;
	height: 155px;
	padding-top: 20px;
	color: #fff;
}

#footer .item {
	width: 210px;
	padding-right: 40px;	
	float: left;		
}

#footer .itemlast {
	width: 210px;
	padding-right: 0px;	
	float: left;		
}

#footer h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;	
}

#footer ul {
	margin: 0;
	padding: 0;	
}

#footer ul li {
	list-style: none;	
	padding-top: 10px;
}

#footer a:link, #footer a:visited, #footer .item ul li a:active, #footer .item ul li a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.fotoitem {
	width: 160px;
	float: left;
	margin: 0px 20px 30px 0px;
}

.fotoitem h1 {
	clear: none;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;	
	color: #d11241;
}

#plaats {
	margin-bottom: -30px;
}

#plaats2 {
	margin-top: 10px;
}

.contentheader a:link, .contentheader a:active, .contentheader a:visited {
	color: white;
}