html {
    height: 100%;
    width: 100%;
}


body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #d5dae6;
    background-image: url(images/body-bg.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
    color: #000000;
    text-align: center;
    cursor: auto;
    font-family: Arial;
    font-size: 12px;
    scrollbar-arrow-color: #293C49;
    scrollbar-track-color: #EBF0FF;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #F2F2FF;
    scrollbar-3dlight-color: #608AD2;
    scrollbar-darkshadow-color: #293C49;
    scrollbar-shadow-color: #608AD2; 
}


/* ------------------------------------------------------------------------------------	*/
/* Vanaf hier begint de layout opmaak voor de website 					*/


#mainframe {
    width: 990px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px;
    overflow: hidden;
}


#top {
    width: 990px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
    overflow: hidden;
    background-image: url(images/top-bg.gif);
    background-repeat: repeat-y;
}


#header {
    width: 990px;
    height: 160px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    background-image: url(images/header-bg.jpg);
    background-repeat: no-repeat;
}


#middleframe {
    width: 990px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    background-image: url(images/middleframe-bg.gif);
    background-repeat: repeat-y;
}


#initmiddle {
    width: 990px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    background-image: url(images/initmiddle-bg.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}


#text {
    width: 765px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 0px;
    overflow: hidden;
    text-align: left;
    float: right;
}

#find {
    width: 200px;
    height: 75px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    background-image: url(images/find-bg.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
}


#freespace {
    width: 200px;
    height: 450px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    float: left;
    clear: left;
}


#clear {
    width: 990px;
    height: 0px;
    clear: both;
    margin: 0px;
    padding: 0px;
    
}



#footer {
    clear: both;
    width: 990px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    background-image: url(images/footer-bg.gif);
    background-repeat: no-repeat;
    text-align: left;
}


#ftable {
    width: 200px;
    height: 18px;
    position: relative;
    top: 11px;
    left: 395px;
    font-weight: bold;
}


/* Gedeelte voor zoekknop */
div.find {
	width: 180px;
	height: 25px;
        margin: 0px;
        padding: 0px;
	text-align: left;
	overflow: hidden;
	float: left;
        position: relative;
        top: 13px;
        left: 15px;
}

input.findText {
        width: 110px;
        height: 18px;
        margin: 0px;
        padding: 0px;
	border: 1px solid #608ad2;
	background-color: #FFFFFF;
	float: left;
	color: #000000;
        font-size: 14px;
}

input.findSubmit {
        width: 60px;
        height: 20px;
        margin: 0px;
        padding: 0px;
	border: 0px solid #608ad2;
        background-color: red;
	cursor: pointer;
	color: #000000;
}
/* Einde gedeelte voor zoeknop */




#menu {
    z-index: 50;
    width: 200px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 240px;
    text-align: left;
    float: left;
}
/* ------------------------------------------------------------------------------- */

#navigation { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	text-align: left;
	z-index: 200;
} 

#navigation li { 
	display: block;
	text-align: left;
	width: 197px;
	position: relative;
        left: 0px;
} 

#navigation a { 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
	text-align: center;
	display: block; 
	padding: 3px 0px; 
	margin: 0px;
} 

#navigation ul { 
	position: absolute;
	text-align: center;
	width: 150px; 
	list-style: none;
	list-style-type: none;
	display: none;
	background-color: #eff3fa; 
	border: 1px solid #608AD2;
	padding: 0; 
	margin-left: 181px;
	margin-top: -20px;
	z-index: 100;
} 

#navigation ul li { 
	width: 100%;
	background-color: transparent; 
	text-align: left; 
	float: right; 
	position: static; 
	border: none;
	z-index: 500;
} 

#navigation a.main {
    line-height: 28px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

#navigation a.main:hover {
    background-color: #d5dae6;
}

#navigation ul li a {  
	width: 146px;
	padding: 3px 2px 4px; 
	color: #000000; 
	font-weight: normal;
	z-index: 500;
} 

#navigation ul li a:hover { 
	background-color: #d5dae6; 
	z-index: 500;
}

#navigation li:hover ul { 
	display: block; 
}

.lineimage {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    background-image: url(images/line.gif);
    background-repeat: no-repeat;
    height: 3px;
    overflow: hidden;
    font-size: 0px;
    
    
}

/* ------------------------------------------------------------------------------- */

input.submit {
	cursor: pointer;
}

input.text {
	background-image: url(images/background_text.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid #608AD2;
}

input.radio {
}

input.submit {
	background-image: url(images/background_text.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid #608AD2;
}


textarea.text {
	background-image: url(images/background_text.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid #608AD2;
}

.contact_form_l {
	width: 200px;
	text-align: left;
	color: #000000;
	cursor: auto;
	font-family: Arial;
	font-size: 12px;
}

.contact_form_r {
	width: 300px;
	text-align: left;
}


.error {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}




.hidethis {
	display: none;
}
