/*
 * Geracc
 * datum 20081002
 *
 */
/***** INITIALISATION *****/
/* based on reset.css Blueprint CSS Framework 0.7.1 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%
}

body {
    font-size: 62.5%;
    color: #000;
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:active {
    outline: none; /*Verwijder rand bij FF */
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.35em;
    line-height: 1.25;
    margin-bottom: 1.25em;
    height: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

p {
    padding: 0 0 1.2em 0;
}

.test {
    background: #f00;
    border: 1px solid #000;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
    height: 0px;
    position: absolute;
}
/***** LAYOUT STARTS HERE ****/
/* General layout */
body {
    background-color: #EDEEEF;
}

#container {
    width: 980px;
    margin: 0 auto;
    position: relative;
		zoom:1;
}
/* Header */

#header_top {
    background: url(/site/images/header_bg.jpg) no-repeat left top; /* Dit dynamisch aanpassen in stijlblok */
    height: 240px;
}

#header_top #header_boog {/* Afbeelding over achtergrond */
	background: url(/site/images/boog_grey.png) no-repeat left top;
	overflow:hidden;
}


#header_top #logo { /* afbeelding achter koppeling voor IE6 */
	width: 350px;
	height: 160px;
	/*Positionering logo in _color */
}
#header_top #logo a {
    display: block;
	width: 350px;
	height: 160px;
	text-indent: -500em;
}

#header_bottom {
    height: 30px;
		zoom:1;
}

#header_bottom #contact {
    float: left;
    line-height: 30px;
    margin: 0 0 0 688px;
		zoom:1;
}

#header_bottom #contact a {
    padding-right: 20px;
}

#header_bottom #zoek {
    float: left;
	height: 14px;
	padding: 7px 0 0 0;
}

#header_bottom #zoek input.text {
    width: 102px;
    cursor: pointer;
    height: 14px;
    font-size: 10px;
    border: none;
	vertical-align:middle;
}

#header_bottom #zoek input.text:focus {
    cursor: text;
}

#header_bottom #zoek input.btn {
    border: none;
    width: 40px;
    height: 16px;
    text-transform: uppercase;
    font-size: 10px;
		vertical-align:middle;
		padding: 0 0 1px 0;
}

#header_bottom #zoek input.btn:hover {
    cursor: pointer;
}

#header_bottom #taalkeuze {
    padding: 0 0 0 10px;
    float: right; /*  left; */
		padding: 0 10px 0 0;
}

#header_bottom #taalkeuze ul {
    list-style: none;
}

#header_bottom #taalkeuze li {
    float: left;
    list-style: none;
    line-height: 30px;
}

#header_bottom #taalkeuze li a {
    text-transform: uppercase;
    margin: 0 5px 0 0;
    text-decoration: none;
}
/* middle */
#middle {
    overflow: hidden;
}
#middle #col1 {
    float: left;
    width: 230px;
	padding: 0 0 25px 0;
}

/* hoofdmenu */
/* eerste niveau */
#col1 #hoofdmenu ul {
    list-style: none;
}

#col1 #hoofdmenu ul li {
    list-style: none;
    position: relative;
		z-index:400;
}

#col1 #hoofdmenu ul li a {
    font-size: 14px;
    display: block;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    text-align: right;
    padding: 0 80px 0 0; 
}


#col1 #hoofdmenu ul li a:hover{
}
#col1 #hoofdmenu ul li.selected a {
		padding: 0 10px 0 0;
}
/* tweede niveau */
#col1 #hoofdmenu ul li ul {
padding: 10px 0 10px 0;
}

#col1 #hoofdmenu ul li ul li {
    text-align: left;
}

#col1 #hoofdmenu ul li ul li a {
	padding: 0 10px 0 0;
	line-height: 20px;
}

#col1 #hoofdmenu ul li.selected ul li a {
	color:#fff;
	font-size: 1.2em;
}

#col1 #hoofdmenu ul li ul li.selected a,
#col1 #hoofdmenu ul li.selected ul li a:hover {
    color: #1C2B5D;

}


/* content binnen col1 */
#col1-content {
    padding: 10px 0 0 20px;
}

/* col2 */
#col2 {
    float: left;
    width: 200px; /*230*/
    padding: 75px 12px 25px 18px;
    position: relative;
}

#col2-image {
    position: absolute; /*positie tov #container */
    top: 190px;
    left: 255px;
    border: solid 1px #fff;
    width: 170px;
    height: 114px;
}

#col2-content {
    line-height: 2em;
}


#col2-content ul, #col2-content ol {
	margin: 0 0 0 15px;
}
/* col 3 */
#col3 {
    float: left;
    width: 520px; /* 520*/
    padding: 0;
    line-height: 2em;
	font-size:1.2em;
}

#col3 ul {
	margin: 0 0 0 25px;
	padding: 0;
}
#col3 ol {
	margin: 0 0 0 25px;
	padding: 0;
}
#col3 p {
	margin: 0;
	padding: 0;
}

#col3 table, td, th {
    vertical-align: top;
}

	#col3content{
		padding: 0 15px 15px 15px;	
	}

/* col2en3 */
#col2en3 {
    float: left;
    width: 720px; /*230*/
    padding: 75px 5px 0 18px;
    position: relative;
}

/* login form */
#loginform {
    /* margin: 30px 0 0 15px; */
    text-align: right;
	border-bottom: #456EA2 solid 1px;
	margin-bottom: 10px;
	background: #FAF0E6;
}

#loginform form {
	padding-right: 10px;	
}

#loginform label {
    color: #58585A;
}

#loginform .text {
    border: solid 1px #1C2B5D; /* Voor color */
    width: 100px;
    height: 12px;
    font-size: 10px;
    line-height: 10px;
    background: #fff; /* Voor color */
    cursor: pointer;
}

#loginform .btn {
    border: none;
    height: 16px; /*29*/
    cursor: pointer;
    font-size: 10px;
    margin: 0 0 0 0;
	width: 97px;
	vertical-align: text-top;
}

#loginform input.text {
    width: 100px;
    cursor: pointer;
    height: 12px;
    font-size: 10px;
    /* border: none; */
	vertical-align: text-top;
}

/* tootltip */

div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(/site/images/balloon.png) top left no-repeat !important;
	background: url(/site/images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(/site/images/balloon.png) bottom left no-repeat !important;
	background: url(/site/images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}

/* footer */
#footer {
    text-align: center;
    padding: 5px 0 0 0;
		color: #646566;
}

#footer a {
    text-decoration: none;
    color: #646566;
}

#footer a:hover {
    text-decoration: underline;
}
