body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* LAYOUT
========================================== */
body {
	font-size: 12px;
	background-color: #B4BFC8;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
div#page {
	width: 900px;
	margin: 0 auto;
}

div.container {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	overflow: auto;
	background-color: #000000;
}

div.small {
	width: 220px;
	float: left;
}

div.large {
	width: 680px;
	float: right;
	margin: 0px;
	padding: 0px;
}

div.full {
	width: 100%;
	float: left;
}

#content div.container.body .large {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
}
#swf{
	padding: 0px;
	margin: 0px;
}

/* HEADER
========================================== */
#header {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header .container {
	padding: 0px;
	margin: 0;
	background-color: #3F3B3A;
	height: 80px;
	overflow: hidden;
}

#header h1,
#header h4 {
}

#header h1,
#header h4,
#header h1 a {
	color: #7A7A7A;
}

#header h1 {
	display: block;
	font-weight: normal;
	float: left;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	margin: 0;
}

#header h4 {
	font-size: 14px;
	float: right;
	letter-spacing: 1px;
	padding-top: 28px;
	text-transform: uppercase;
	margin: 0;
}



/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #FF6701;
	background-image: url(images/bg-nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation .container {
	height: 24px;
	overflow: visible;
}
#nav {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background: transparent url(../images/nav-bg.gif) repeat-x left top;
	background-color: #FF6701;
	text-align: right;
}
#nav li {
	position: relative;
	float: left;
	height: 24px;
	font-size: 100%;
}

#nav li.last-page-item a {
	background-image: none;
}
#nav li a {
	display: block;
	float: left;
	background: url(../images/nav-separator.gif) no-repeat right top;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 24px;
}
#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #FFFFFF;
}

#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 24px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border: 1px solid #C0ACB2;
	border-bottom-width: 2px;
	border-bottom-color: #AF9DA3;
	border-top: 0;
	background-color: #fff;
	opacity: 0.97;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #666;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #000000;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #FF6701;
}

#nav li.nav-start {
	width:12px;
	height:24px;
	background-color: transparent;
}
#nav li.nav-end {
	width:12px;
	height:24px;
	background-color: transparent;
}

/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*fixes other content inside content box*/
#content #content {
	width: auto;
	margin: 0;
	border: 0;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content h1 {
	color: #503D43;
}
#content h2 {
	padding: 0px 0 6px;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #666;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	color: #DA444F;
	text-decoration: none;
}

#content h3 {
	padding: 6px 0 12px;
}

#content h4 a,
#content h4 a:visited {
	color: #666;
}

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li,
#content ol li {
	background: url('images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 30px;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 6px 0 6px 12px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 6px 12px 6px 0;
	display: inline;
}

img.centered { display: block; margin: 0 auto 6px; }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* POST
========================================== */
#content .post,
#content .post-nav,
#content #comments {
	clear: both;
	padding: 10px 20px 16px 20px;
	height: 100%;
	overflow: auto;
	background-color: #FFFFFF;
	color: #000000;
}

#content .post-content img {
	max-width: 460px;
}

#content .post a.more-link {
	padding-right: 15px;
	background: url('images/icon-more.png') no-repeat right center;
}

#content .post-title h2 {
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 36px;
	background-color: #1C7BB5;
	line-height: 60px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
}

#content .post h3 {
	color: #1C7BB5;
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0px;
}
#content .post h3 a {
	color: #1C7BB5;
}
#content .post h3 a:hover {
	text-decoration: underline;
}
#content .post p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content .post table {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #EAEAEA;
	border-width: 1px 0px 1px 1px;
	border-left-width: 3px;
}
#content .post table th {
	border: 1px solid #EAEAEA;
	border-width: 0px 1px 0px 0px;
}
#content .post table td {
	border: 1px solid #EAEAEA;
	border-width: 0px 1px 0px 0px;
}

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	text-align: right;
	padding-bottom: 20px;
}
#content .post-nav,
#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #999;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}


/* MAIN SIDEBAR
========================================== */
#sidebar-1 {
	background-color: #000000;
	color: #666;
}
#sidebar-1 .sidebar:first-child,
#sidebar-1 .sidebar.first-child {

}
#sidebar-1 .sidebar {
}
#sidebar-1 .sidebar:first-child h3,
#sidebar-1 .sidebar.first-child h3 {
	color: #fff;
}

#content .sidebar {
	clear: both;
	height: 100%;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 12px;
	color: #666;
}

#content .sidebar a:link,
#content .sidebar a:visited {
	color: #65A9D6;
	font-weight: normal;
	background-color: #0B314A;
	background-image:url(../images/buttoninformatie-a.jpg);
	background-repeat: repeat-x;
	display: block;
	padding-left: 8px;
	line-height: 22px;
}

#content .sidebar .children a:link,
#content .sidebar .children a:visited {
	color: #1D7BB8;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
}
#content .sidebar .children .current a {
	color: #FF902A;
	font-weight: bold;
	background-color: transparent;
	background-image: none;
}
#content .sidebar a:hover,
#content .sidebar a:active {
	color: #FF902A;
	text-decoration: none;
	background-color: #207AB6;
	background-image:url(../images/buttoninformatie.jpg);
	background-repeat: repeat-x;
}
#content .sidebar .categorie_selected a {
	color: #FF902A;
	text-decoration: none;
	background-color: #207AB6;
	background-image:url(../images/buttoninformatie.jpg);
	background-repeat: repeat-x;
}
#content .sidebar .children a:hover,
#content .sidebar .children a:active {
	color: #FF902A;
	font-weight: bold;
	background-color: transparent;
	background-image: none;
}
#content .small h3 {
	color: #FFFFFF;
	margin: 0;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 12;
}
#content .small h4 {
	padding: 0;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 6px;
	margin: 0;
	color: #666;
}

#content .small ul {
	margin: 0;
	padding: 0 0 0px 0;
}
#content .small ul li {
	color: #375362;
	font-weight: bold;
	line-height: 125%;
	padding-left: 12px;
	background-position: 0px 8px;
}
#content .small ul li a:link,
#content .small ul li a:visited {
	text-decoration: none;
}

#content .small ul li a:hover,
#content .small ul li a:active {
	text-decoration: none;
	font-weight: bold;
}

#content .small ul li.current_page_item,
#content .small ul li.current_page_item a {
	font-weight: bold;
}

#content .small ul li ul {
	border: 0;
}
#content .small ul li input,
#content .small ul li select {
	margin-bottom: 0;
}

#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #889763;
}
#content .sidebar ul li a:hover {
	text-decoration: none;
}
#content .small ul ul {
	border: 0;
	padding: 0;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0;
	background: url('images/bullet.gif') no-repeat 3px center;
	padding-left: 14px;
}

/* CREDITS
========================================== */
#credits {
	clear: both;
	width: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#credits p {
	padding: 0 20px 12px 0;
	margin: 0;
	color: #BDAEB4;
	font-size: 90%;
}

#credits a,
#credits a:visited {
	color: #666;
}

#credits a:hover,
#credits a:active {
	color: #DA444F;
}

/* Footer Credits
========================================== */
#credits ul.nav {
	text-align: right;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 0;
}

#credits ul.nav li {
	line-height: 20px;
	color: #666;
	margin: 0;
	display: block;
	float: right;
}

#credits ul.nav li img {
	line-height: 20px;

}

#credits ul.nav li a {
	display: inline;
	margin: 0;
	padding: 0px 6px 0px 4px;
}
#credits ul.nav li a,
#credits ul.nav li a:visited {
	
}
#credits ul.nav li a:hover,
#credits ul.nav li a:active {
	
}
#credits ul.nav li a.top {
	border: 0;
	padding-right: 0;
}

