
/* Text
----------------------------------------------------------------------------------------------------*/

img {
    outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #183152;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px 5px 0px;
}

h2 {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #990000 ;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 3px 0px;
}

h3 {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #990000 ;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 3px 0px;
}

h4 {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #183152;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #183152;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 3px 0px;
}

h6 {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 11px;
	color: #183152;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

p {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #362f2d;
	font-weight: normal;
	text-align: left;
}

address {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #362f2d;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}

ol {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #362f2d;
	font-weight: normal;
	text-align: left;
	list-style-type: decimal;
}

ul {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #362f2d;
	font-weight: normal;
}

a {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #375d81;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	border-style: none;
}

a:hover {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #990000;
	font-style: bold;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	border-style: none;
}

/* Table
----------------------------------------------------------------------------------------------------*/

table {
	margin: 0 auto;
}

th {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 5px;
	background: #375D81;
	border: 1px solid #85a1c5 ;
}

tbody {
	border-left: 1px solid #85a1c5;
	border-top: 1px solid #85a1c5 ;
	border-bottom: 1px solid #85a1c5 ;
	border-right: 1px solid #85a1c5;
}

tr {
	border: 0px solid #ffffff;
}

td {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #362f2d;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px 5px 5px;
	background: #ffffff;
	border: 1px solid #85a1c5 ;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 8px;
}

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	background: #aac8e1 url('/assets/images/site/body_bg.gif') repeat-x;
	margin: 0;
    padding: 0;
}

a img, img {
    border: none;
    outline: none;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

/* Container 
------------------------------------------------------------------------- */

#container {
	width: 1040px;
	margin: 0 auto;
}

#container_leeg {
	width: 658px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
}

/* Nav 
------------------------------------------------------------------------- */

#nav {
	height: 84px;
	text-align: center;
	position: relative;
} 

#nav ul {
	list-style: none;
	padding: 6px 0px 6px 0px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1040px;
	background: #446b90;
} 

#nav ul ul {
	background: #183152;
	padding: 6px 0px 6px 0px;
	margin:6px 0px 0px 0px;
	position: absolute;
	top: 20px;
	left: 0px;
}

#nav ul ul ul {
	background: #446b90;
	position: absolute;
	top: 20px;
	left: 0px;
}

#nav li {
	display: inline;
	padding: 2px 0px;
	margin: 0px 4px 0px 4px;
} 

#nav li a {
	border-style: none;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 8px;
	font-size: 12px;
} 

#nav li {
	background: url('/assets/images/site/nav_blauw_bg.png') repeat-x;
}

#nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#nav li li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#nav li li li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#nav li.Groen {
	background: url('/assets/images/site/nav_groen_bg.png') repeat-x;
}

#nav li.Geel {
	background: url('/assets/images/site/nav_geel_bg.png') repeat-x;
}

#nav li.current {
	background: url('/assets/images/site/nav_blauw_roll_bg.png') repeat-x;
}

/* Hide from IE5-Mac \*/
#nav li a {
	float: none;
}
/* End hide */ 

/* Content 
------------------------------------------------------------------------- */

#content {
	text-align:left;
	background:#fafafa;
	width: 618px;
	line-height: 18px;
	float: left;
	padding: 10px 40px 10px 40px;
	margin: 20px 20px 20px 0px;
	border: 1px #183152 solid;
}

#content_leeg {
	width: 618px;
	background:#ffffff;
	padding: 10px 20px 10px 20px;
	margin: 20px 0px 20px 0px;
}

#content ul {
	list-style: disc;
	margin: 5px 35px;
}

#content ol {
	margin: 5px 35px;
}

#content li {
	margin: 2px 20px;
}

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
	text-align: left;
	background:#fafafa;
	width: 278px;
	float: right;
	padding: 20px 20px 10px 20px;
	margin: 20px 0px 20px 0px;
	border: 1px #183152 solid;
}

#sidebar_logo {
	padding: 10px 0px 20px 20px;
}

#sidebar ul {
	list-style: disc;
	margin: 5px 15px;
}

#sidebar ol {
	margin: 5px 15px;
}

#sidebar li {
	margin: 2px 20px;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	clear: both;
    background: #183152;
}

#footer a {
	color: #ffffff;
}
	
#footer ul {
	list-style: none;
	padding: 5px 0px 4px 0px;
}

#footer li {
	color: #ffffff;
	display: inline;
	padding: 0px 75px 0px 75px;
}

* html #footer {
	height: 1px;
}

body .lightbox {
}

.ajaxSearch_result .ajaxSearch_highlight {
	background: #375D81;
	color: #ffffff;
}

.ajaxSearch_resultsInfo .ajaxSearch_highlight {
	background: none;
	color: #375D81;
}