/* 
---------------------------------------------------------------------------
Reset de waarden
--------------------------------------------------------------------------- 
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
html {
	background: url(../img/bg-main.gif) repeat-y center;
}
	
ul,li {
	list-style-type:none;
	}
	

body {
	font:12px/20px Arial, Tahoma, Helvetica,sans-serif;
	color:#333;
	background: url(../img/bg-header.gif) no-repeat center top;
}
	
img {
	border:0;
	}	
	
p {
	margin: 0 0 1em 0;
}


/* 
---------------------------------------------------------------------------
Float Fix
--------------------------------------------------------------------------- 
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* 

/* 
---------------------------------------------------------------------------
Gehele blok
--------------------------------------------------------------------------- 
*/

#wrapper {
	width: 768px;
	position: relative;
	height: 800px;
	margin: 0 auto;
	padding-top: 3.2em;
}

/* 
---------------------------------------------------------------------------
Standaardwaarden
--------------------------------------------------------------------------- 
*/

strong {
	color: #333;	
}

blockquote {
	margin-left: 30px;
	border-left: 2px solid #DED449;
	padding-left: 5px;
	font-size: 11px;
	color: #084F87;
}

#content img {

	border: 2px solid #999;
	padding: 1px;
}

/* 
---------------------------------------------------------------------------
Tabellen
--------------------------------------------------------------------------- 
*/

/* 
---------------------------------------------------------------------------
Header en logo
--------------------------------------------------------------------------- 
*/

#header {
	width: 768px;
	height: 129px;
	background: url(../img/header.jpg);
	position: relative;
}

#header h1 a{
  display:block;
  position:absolute;
  top: 0.1em;
  left: 0.2em;
  height:126px;
  width:300px;
  text-decoration:none;
  background: url(../img/logo.jpg) no-repeat top left;
}

#header h1 a span{
  visibility:hidden;
}


/* 
---------------------------------------------------------------------------
Pagina verdeling
--------------------------------------------------------------------------- 
*/

#linker {
	width: 211px;
	padding-left:3px;
	position: relative;
	float: left;
}

#rechter {
	float: left;
	width: 548px;
	display: inline;
	position: relative;
	margin:  0.2em 0 0 0.3em;
	border-top: 8px solid #DED449;
}

*html #rechter {
	margin: 3px 0 0 0;
}

/* 
---------------------------------------------------------------------------
Menu
--------------------------------------------------------------------------- 
*/

#menu {
	width: 211px;
	background: #E4DA4B;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: relative;
	margin-top: -15px;
	
}

#menu ul {
	margin: 0;
	width: 211px;
}

#menu ul li {
	background: url(../img/bg-nav.gif) repeat-x;
	border-bottom: 1px solid #D1C846;
	border-top: 1px solid #F5ED6A;
	width: 211px;
	
}

#menu ul li a {
	display: block;
	line-height: 21px;
	padding: 0.4em 0 0.4em 2.1em;
	font-weight: bold;
	color: #084F87;
	text-decoration: none;
	background: url(../img/nav-bullet.gif) no-repeat 5px center;
}

*html #menu ul li a {
	height: 1%;
}

#menu ul li a:hover, #menu ul li a.active {
	display: block;
	background: #B1D6F3 url(../img/nav-bullet.gif) no-repeat 5px center;
}

#menu ul li ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #D1C846;
}

#menu ul li ul li {
	background: none;
	border: 0;
	font-size: 11px;
}

#menu ul li ul li a {
	padding: 0.2em 0 0.2em 3.5em;
	background: url(../img/nav-bullet-small.gif) no-repeat 25px center;
	
}

#menu ul li ul li a:hover, 
#menu ul li ul li a.active {
	background: #D7CE49 url(../img/nav-bullet-small.gif) no-repeat 25px center;;
}

/* 
---------------------------------------------------------------------------
sidebar
--------------------------------------------------------------------------- 
*/

#sidebar {
	width: 211px;
	background: url(../img/bg-gradient-side.gif) repeat-x;
	min-height: 350px;
}

*html #sidebar {
	height: 350px;
}

#sidebar div#s-content {
	font-size: 11px;
	color: #fff;
	padding: 1em 1.2em;
	line-height: 16px;
}

#sidebar div#s-content h2 {
	font-size: 18px;
	font-weight: normal;
	background: url(../img/heading-bullet.gif) no-repeat left center; 
	padding-left: 20px;
	line-height: 2em;
}

#sidebar div#s-content h4 {
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #5688AE;
	padding: 0.4em 0;
}

#sidebar div#s-content a {
	color: #fff;
	text-decoration: underline;
}

#sidebar div#s-content a:hover {
	color: #fff;
	text-decoration: none;
}

#sidebar div#s-content p {
	margin:  0 0 0.5em 0;
}

#sidebar div#s-content small {
	font-size: 9px;
}

/* 
---------------------------------------------------------------------------
Home foto (alleen zichtbaar op home pagina)
--------------------------------------------------------------------------- 
*/

#home-foto {
	height: 171px;
	margin-top: 3px;
	border-bottom: 8px solid #084F87;
	padding-bottom: 3px;
	position: relative;
}


#home-foto div#trans-balk {
	background: #fff;
	filter:alpha(opacity=35);-moz-opacity:.35;opacity:.35;
	height: 57px;
	position: absolute;
	top: 8em;
	left: 0;
	width: 548px;
}

/* 
---------------------------------------------------------------------------
Content
--------------------------------------------------------------------------- 
*/

#content {
	margin: 2em 30px;
}

#content strong {
	color: #084F87;
}

#content h2 {
	font-size: 25px;
	font-weight: normal;
	color: #084F87;
	margin-bottom: 1em;
	
}

#content h3 {
	color: #084F87;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0 0 0;
	display: block;
	text-decoration: none;
}
#content h3 a {
	color: #084F87;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content p.date {
	color: #999;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 0.5em;
}

#content p.leesverder, #content p.terug {
	color: #999;
	font-weight: normal;
	font-size: 11px;
	border-top: 1px solid #cfcfcf;
	padding-top: 0.5em;
	margin-bottom: 15px;
}

#content p a {
	color: #084F87;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}	

#content p a:hover {
	text-decoration: underline;
}

#content table {
	border: 1px solid #ddd;
	width: 470px;
	margin-top: 10px;
	clear: both;
}

#content table p{
	margin: 0;
}

#content table tr {
	background: #D8E2EA;
}

#content table tr td {
	padding:  4px 5px 4px 5px;
}

#content table strong {
 	color: #084F87;
}

#content table thead tr {
	background: #EBDE2A;
}	

#content table a {
	color: #084F87;
	text-decoration: none;
}

#content table a:hover {
	color: #084F87;
	text-decoration: underline;
}

#content img {
	float: left;
	margin: 4px 4px 2px 0;
}

#content ul {
	margin-left: 10px;
	margin-bottom: 10px;
}

#content ul li {
	background: url(../img/list-bullet.gif) no-repeat left 3px; 
	padding-left: 20px;
}

#content ul li a {
	color: #084F87;
}