/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

html, body {
	margin-top:0px;
	background: #82A7BD URL("images/bg.jpg") repeat-x top;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}

.clear {
  clear: both;
}

h1 {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:2px;
	font-size:24px;
	font-weight:normal;
	letter-spacing:1px;
	color:#517E99;
}

h2 {
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	color:#517E99;
	margin-top:20px;
	margin-bottom:8px;
}

h3 {
	font-size:16px;
	color:#333;
	font-weight:normal;
	letter-spacing:1px;
	background-color:#CCCCCC;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	}

p {
	margin-left:0px;
	font-size:12px;
	line-height:24px;
	color:#333;
	}
	
#sidebar ul {
	color:#333;
	font-size:12px;
	line-height:24px;
	border:1px solid #CCC;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	}
	
#sidebar li {
	list-style-type:none;
	border-bottom:1px dashed #CCC;
	width:140px;
	padding-top:2px;
	padding-bottom:2px;
}

#sidebar a:link, #sidebar a:visited {
	color:#333;
	text-decoration:none;
}

#sidebar a:hover, #sidebar a:active {
	color:#333;
	text-decoration:underline;
}

#sidebar-right ul {
	color:#333;
	font-size:12px;
	line-height:24px;
	border:1px solid #CCC;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	}
	
#sidebar-right li {
	list-style-type:none;
	border-bottom:1px dashed #CCC;
	width:170px;
	padding-top:2px;
	padding-bottom:2px;
}

#sidebar-right a:link, #sidebar-right a:visited {
	color:#333;
	text-decoration:none;
}

#sidebar-right a:hover, #sidebar-right a:active {
	color:#333;
	text-decoration:underline;
}

#container {
	position:relative;
	width:960px;
	background:#FFFFFF;
	margin:0 auto;
	margin-top:160px;
	height:auto;
	border:1px solid #A19F99;
	padding-bottom:20px;
	clear:both;
	overflow:hidden;
	}
	
#header {
	width:960;
	height:	150px;
	position:absolute;
	margin-top:5px;
	top:5px;
	margin:1px 100px 100px 470px;
}	

#illustration{
	border:0px solid #000;
	position:relative;
	margin:0px auto;
	width:960px;
	height:100px;
	background:url(../_images/header-background.png) no-repeat;
}

#title {
	float:left;
	position:relative;
	font-size:22px;
	font-weight:bold;
	letter-spacing:2px;
	margin-left:120px;
	font-weight:bold;
	border:0px solid #666;
	margin-top:35px;
	color:#FFFFFF;
}
	
#banner {
	display:block;
	position:relative;
	margin-right:20px;
	float:right;
	width:468px;
	height:60px;
	border:0px solid #666;
	margin-top:20px;
}	
	
#menu {
	position:relative;
	border:0px solid #A19F99;
	background:#666666;
	width:960px;
	margin:0px auto;
	overflow:hidden;
	padding-top:10px;
	border:1px solid #666666;
	border-bottom:0px none;
}
	
#content {
	float:left;
	width:920px;
	margin:20px;
	border:0px solid #CCCCCC;
	display:inline;
}

#left {
	position:relative;
	float:left;
	width:432px;
	margin-right:20px;
	padding-bottom:20px;
	}

#right {
	position:relative;
	float:right;
	width:468px;
	height:150px;
	padding-bottom:40px;
	}
	
#right h2 {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:2px;
	font-size:24px;
	font-weight:normal;
	letter-spacing:1px;
	color:#517E99;
}

#head {
	width:920px;
	position:relative;
	display:inline;
	padding-bottom:20px;
	}

#content-left {
	float:left;
	width:685px;
	margin-top:20px;
	margin-left:20px;
	border:0px solid #CCCCCC;
	display:inline;
}

#content strong {
		font-weight:bold;
	}

#content a:link, #content a:visited {
	color:#000000;
	text-decoration:none;
}

#content a:hover, #content a:active {
	color:#ff0000;
	text-decoration:underline;
}

#content ul, #content li {
	font-size:12px;
	list-style-position:inside;
	list-style-type:disc;
	line-height:24px;
	color:#333;
	margin-left:10px;
}

#content ul {
	padding-top:10px;
}

#content img {
	border:0px solid #CCC;
	float:left;
	margin:8px 8px 8px 0px;
	}

#sidebar {
	width:180px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	border:0px solid #CCCCCC;
	clear:none;
	display:inline;
}

#sidebar-right {
	width:213px;
	float:right;
	margin-right:20px;
	margin-top:20px;
	border:0px solid #CCCCCC;
	clear:none;
	display:inline;
}

#meta{
	width:680px;
	font-size:10px;
	color:#666;
	border-bottom:1px solid #666;
	margin-bottom:10px;
}

#footer {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:960px;
	border:0px solid #ccc;
	margin-top:0px;
	background:#666666;
	border:1px solid #666666;
	border-bottom:0px none;
}

.footercolumn {
	list-style-type:none;
	font-size:10px;
	width:290px;
	border:0px solid #000;
	margin-left:20px;
	float:left;
	display:inline;
}

#menu ul {
	margin-left:20px;
	margin-right:20px;
	list-style-type:none;
	padding:0px;
	text-align:center;
	font-size:12px;
}

#menu ul li {
	display:block;
	float:left;
}

#menu ul li a {
   display:block;
   margin:0 0 0 0px;
   padding:3px 20px;
   background:#666;
   color:#000;
   text-decoration:none;
   line-height:24px;
   border:1px solid #666;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;
}

#menu ul li a:hover {
   background:#DDD;
   color:#fff;
   border:1px solid #DDD;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;
}

#menu ul li a.current,
#menu ul li a.current:hover {
   color:#000;
   background:#FFF;
   font-weight:bold;
     border:1px solid #FFF;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;
}

#top {
	position:absolute;
	width:100%;
	background:#517E99;
	top:0px;
}

#top ul {
	width:960px;
	margin:0px auto;
	list-style-type:none;
}

#top li {
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
#top a:link, #top a:visited {
	color:#FFF;
	text-decoration:none;
}

#top a:hover, #top a:active {
	color:#FFF;
	text-decoration:underline;
}
	
#.footercolumn ul {
	font-size:10px;
	color:#FFFFFF;
	}
	
.footercolumn li {
	color:#f5f4f0;
	list-style-type:disc;
	list-style-position:inside;
	padding-top:2px;
	padding-bottom:2px;
}

#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration:underline;
}

#archief ul {
	color:#333;
	font-size:12px;
	line-height:24px;
	padding-left:0px;
	padding-top:8px;
	margin-left:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	}
	
#archief li {
	list-style-type:none;
	border-bottom:1px dashed #CCC;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:0px;
	margin-left:0px;
}

#archief a:link, #archief a:visited {
	color:#333;
	text-decoration:none;
}

#archief a:hover, #archief a:active {
	color:#333;
	text-decoration:underline;
}

.archief-datum {
	background:#CCC;
	padding:4px;
	color:#FFF;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.archief-link {
	margin-left:20px;
}

#archief-button {
	float:right;
	font-size:12px;
}

#archief-button a:link, #archief-button a:visited {
	background:#333;
	color:#FFF;
	text-decoration:none;
	padding:4px;
	border:1px solid #333;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#archief-button a:hover, #archief-button a:active {
	background:#CCC;
	color:#333;
	text-decoration:none;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#choose {
	margin-top:20px;
	border:1px solid #CCC;
	width:880px;
/* 	height:105px; */
	padding:20px;
	margin-bottom:10px;
	background:#F4F4F4;
}

#fieldset_left {
float:left;
width:329px;
/* height:100px; */
border:0px solid #CCC;
}

#fieldset_right {
float:right;
width:329px;
/* height:100px; */
border:0px solid #CCC;
}

label {
float:left;
font-size:12px;
width:140px;
margin-top:8px;
margin-bottom: 5px;
clear: both;
}

select {
float:right;
border:1px solid #CCC;
padding:3px;
font-size:12px;
width:180px;
margin-top:5px;
}

input {
margin-left:150px;
margin-top:10px;
width:120px;
}

table {
	width:920px;
	font-size:12px;
	padding:2px;
	border:1px solid #F4F4F4;
	table-layout:auto;
	border-collapse:collapse;
}

td, th {
	padding:4px;
	border-spacing:10px;
	}

.odd:hover {
	background:#B8D678;
}

.even:hover {
	background:#B8D678;
}

th {
	background:#517E99;
	color:#FFF;
	font-weight: normal;
	text-align: left;
}

th.order {
	cursor: pointer;
}

.odd {
	background:#F4F4F4;
}
.h0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #993366;
}
.h00 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}