@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color:#302a19;
}
body{
	background-color:#00124d;
}
#container{
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/back.jpg);
	background-repeat:repeat-y;
	min-height:614px;
	width:1070px;
}
#logo{	
	width:50px;
	float:left;
}
#holder{
	width:1000px;
	float:left;
	background-color:#e4d096;
}
#header{
	height:150px;
}
#menu{
		background-color:#e1143c;	
	background-image:url(img/menuback.jpg);
	background-repeat:repeat-x;
	background-position:right;
	clear: both;
	margin: 0;
	padding: 0 40px 0 0;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 45px;
	z-index:9900009;
}
#hoofdmenu ul{
	float: left;
	list-style: none;
	margin:0;
	padding: 0;
	z-index:9900009;
}
#hoofdmenu li {
	padding-left:5px;
	padding-right:5px;
	list-style:none;
	float:left;
	text-align:center;
	position:relative;
	z-index:9900009;
	display:inline;
}
#hoofdmenu li a{
	display: block;
	text-decoration:none;
	color:#00124d;
	font-size:16px;
	font-weight:bold;
	position:relative;
}
#hoofdmenu li a:hover {
background-color:#00124d;
	color:#e4d096;
}
#submenu,#submenu2,#submenu3{
	display:none;
	border-color:#585858;
	top:24px;
	left:-3px;
	position:absolute;
	border-style:solid;
	border-width:1px;
	background-color:#e1143c;
	z-index:99000009;
}
#submenu li,#submenu2 li,#submenu3 li{
	padding:0px;
	width:125px;
	height:20px;
	z-index:9900009;
}
#submenu li a ,#submenu2 li a,#submenu3 li a{
	padding:0px;
	width:125px;
	font-size:14px;
	height:20px;
	z-index:999000;
}
#submenu li a:hover ,#submenu2 li a:hover,#submenu3 li a:hover{
	padding:0px;
	width:125px;
	font-size:14px;
	height:20px;
	z-index:999000;
}
#leftcontent{
	min-height:459px;
	padding:5px;
	width:700px;
	float:left;
	z-index:0;
}
#rightcontent{
	float:left;
	padding:5px;
	width:280px;
	z-index:0;
}
#rightcontent ul{
	list-style:none;
}
.newspost{
	margin-bottom:10px;
	z-index:0;
}
.newspost .title{
	padding-left:10px;
	
	background-image:url(img/newstop.gif);
	background-repeat:no-repeat;
	height:27px;
	position:relative;
	z-index:0;
}
.newspost .title span{
	padding-right:10px;
	float:right;
	color:#e4d096;
	z-index:0;
}
h1{
	position:absolute;
	top:-1px;
	font-size:17px;
	color:#00124d;
	z-index:0;
}

.newspost .text{
	padding-left:10px;
	padding-right:10px;
	background-image:url(img/newsmiddle.gif);
	background-repeat:repeat-y;
	z-index:0;
	
}
.newspost .text ul li {
	list-style-type:none;
	
}.newspost .end{
	background-image:url(img/newsbottom.gif);
	background-repeat:no-repeat;
	height:11px;
}
.sidebox{
	margin-bottom:10px;
}
.sidebox .title{
	text-align:center;
	padding-left:10px;
	
	background-image:url(img/sidetop.gif);
	background-repeat:no-repeat;
	height:27px;
	position:relative;
}
.sidebox .title h1{
	text-align:center;
}
.sidebox .title span{
	padding-right:10px;
	float:right;
	color:#e4d096;
}
.sidebox .text{
	padding-left:10px;
	padding-right:10px;
	background-image:url(img/sidemiddle.gif);
	background-repeat:repeat-y;
	
}
.sidebox .text span{
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.sidebox .end{
	background-image:url(img/sidebottom.gif);
	background-repeat:no-repeat;
	height:11px;
}
#footer{
	text-align:center;
	vertical-align:middle;
	height:18px;
	background-color:#e1143c;
	clear:both; 
}
.content_table {
	border:0;
	margin-bottom:10px;
	width:100%;
	z-index:1;

	position:relative;
}
.content_table thead tr{
	z-index:1;
	background-image:url(img/newstop.gif);
	background-repeat:no-repeat;
	height:27px;
}
.content_table th{
	padding-bottom:7px;
	font-size:17px;
	color:#00124d;
	z-index:1;
}
.content_table tbody tr{
	padding:1px;
	background-image:url(img/newsmiddle.gif);
	background-repeat:repeat-y;
	z-index:1;

}
.content_table tfoot tr{
	background-image:url(img/newsbottom.gif);
	background-repeat:no-repeat;
	height:11px;
}
.content_table td {
	text-align:center;
	border: #e1143c 1px solid;
	
}
.content_table .nobordersleft {
	border-left:0;
	
}
.content_table .noborders {
	border:0;
	
}
.content_table .nobordersright {
	border-right:0;
	
}
.content_table .noborderstop{
		border-top:0;
	
}
.content_table .nobordersbottom{
		border-bottom:0;
	
}

a {
	color:#E1143C;
	text-decoration:none;
}
a:hover {
	color:#00124D;
}
.imgfloated{
	margin-right:5px;
	float:left;
}
p{
	padding-bottom:10px;
}
.center{
	text-align:center;
}
.dummy{
	clear:both;
}
.kalednertable th{
	background-color:#E1143C;
	color:#dbba5c;
}
.kalednertable td{
	background-color:#c4a366;
	padding:2px;
	padding-left:5px;
}
.kalednertable .row1{
	background-color:#BC8C58;
}

.kalednertable .sticky a{
	font-weight:bold;
}
.kalednertable .extrapadding{
	padding-left:15px;
}
.nrm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align:center;
}
.tbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
img{
	border:0;
}
img .fotoboek{
	border:0;
}
.fotobox{
	padding-left:10px;
	padding-bottom:6px;
	width:160px;
}
.fotobox{
	padding-left:10px;
	padding-bottom:6px;
	width:160px;
}
.fotoboxtext{
	padding-top:5px;
}
input[type="text"]{
    width:97%;
}
input[type="submit"]{
    padding:2px;
	padding-left:5px;
	padding-right:5px;
}
select{
	width:100%
}
