/* CSS Document */

/* Positioning */
body {
	background: #FF0000 url(../img/top.gif) no-repeat center top;
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}

#container {
	margin: 0px auto;
	background: url(../img/bg.gif) repeat-y;
	text-align: left;
	width: 752px;
}
#leftcol {
	width: 447px;
	float: left;
	position: relative;
	padding: 20px 40px 30px 70px;
	text-align: left;
}
#rightcol {
	width: 195px;
	background: url(../img/bg_nav.jpg) no-repeat;
	margin: 0px;
	position: relative;
	float: right;
	padding-top: 20px;
}
#header {
	height: 174px;
	width: 557px;
	background: url(../img/header.jpg);
	margin: 0px;
	float: left;
}
#navcontainer {
	width: 159px;
}
#footer {
	height: 51px;
	width: 607px;
	background: url(../img/footer.jpg) no-repeat;
	padding-top: 26px;
	color: #0F1340;
	clear: both;
	padding-left: 145px;
}

.smalltext {
	font-size: 10px;
	font-weight: normal;
}

.boldtext {
	font-weight: bolder;
	text-decoration: none;
	color: #FF0000;
}


.bold {
	font-weight: bolder;
	text-decoration: none;
	color: #666666;
}

.historybacklink {
	text-align: center;
}

.nieuwsarchiefbutton {
	text-align: center;
}


#navcontainer ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#navcontainer ul li a{
	display:block;
	background: #0F1340;
	color:#FFF;
	margin:0 4px;
	padding:3px 0 6px 5px;
	text-decoration:none;
	font-family: "Arial Narrow", Helvetica, Arial;
	text-transform: uppercase;
	font-size: 11px;	
	font-weight: bold;	
}

#navcontainer ul li a:hover, #navcontainer ul li  a.menu_current{
	background-color: #FFFFFF;
	color: #999999;
	border-left: 4px solid #FF0000;
}



#navcontainer ul li ul li a{
	padding-left:15px;
	background: #0F1340;
	border-left: 4px solid #FF0000;	
}

#navcontainer ul li ul li a:hover, #navcontainer ul li ul li  a.menu_current{
	color:#FF0000;
	background: #0F1340;
	border-left: 4px solid #FF0000;
}

/*VERWIJDEREN OM SUBMENU TE LATEN ZIEN!!!! */
#navcontainer ul li ul li{ display:none}



/* Main navigation 
#navcontainer ul {
	padding-left: 0;
	list-style-type: none;
	font-family: "Arial Narrow", Helvetica, Arial;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 0px;
	margin: 0px 0px 0px 0;
	color: #FFFFFF;
	font-weight: bold;
}
#navcontainer li a {
	display: block;
	width: 145px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #0F1340;
	background: #0F1340;
	color:#FFF;
}

#navcontainer li a:hover, #navcontainer .menu_current a  {
	background-color: #FFFFFF;
	color: #999999;
	border-left: 4px solid #FF0000;
}

#navcontainer a:link#current, #navcontainer a:visited#current, #navcontainer a:hover {
	background-color: #FFFFFF;
	color: #999999;
	border-left: 4px solid #FF0000;
}

*/

#leftcol h1 {
	font-size: 14px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #FF0000;
	margin: 0px 0px 6px;
}
#leftcol span {
	text-decoration: none;
}
#leftcol a {
	color: #0F1340;
	text-decoration: underline;
}
#leftcol a:hover {
	color: #FF0000;
	text-decoration: none;
}
#leftcol ul {
}
#leftcol li {
}
#leftcol img {
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}


h2{
	font-size: 12px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #0F1340;
	margin:0;
	padding:0;
}

p{
	padding:0;
	margin:0;
	margin-bottom:6px;
}



#selectielijst  td {
	border-bottom:1px solid #EFEFEF;
	padding:3px 6px;
}

#selectielijst td.title{
	background-color:#0F1340;
	color:#FFF;
	font-weight:bold;
}


#selectielijst  td.wit{
	background-color:#FFF;
}

#selectielijst  td.grijs{
	background-color:#EFEFEF;
}

#details{
}

#details img{
	float:right;
	margin-left:5px;
	border:1px solid #EFEFEF;
	padding:2px;
	background-color:#FFF
	
}

.detailsBox{
	margin-bottom:10px;
	background-color:#EFEFEF;
	padding:5px;
}
