@charset "UTF-8";
/* CSS Document */

/*
kleuren palet gehaald van:
http://colorschemedesigner.com/#1421T53rSw0w0

*/
body {
background-color: #90783D; /*#ae9962;*/
/*background-image:url(../afbeeldingen/achtergrond.gif);
background-repeat:no-repeat;*/
font-size: /*18px*/ 75%;
line-height:18px;
font-family:Verdana, Georgia, "Times New Roman", Times, serif;/*eerst wordt georgia gebruikt, als niet dan tnr*/
color:#333333;
padding:0px;
margin:0px;
}
#hoofdvenster {
position:absolute;
height:600px;
width:960px;
margin:-300px 0px 0px -480px;
top: 48%;
left: 50%;
text-align: left;
padding: 0px;
background-color: #ded4bb;

 /* dit was de kleur #DED4BB hoofdvenster waarop alles wordt afgebeeld */
overflow:visible;
/*border-color:#660;
border-bottom-style:solid;
border-right-style:solid;
border-width: 1px;*/
}
#schaduw_links {
position:absolute;
top: 2px;
left: 800px;
height:600px;
width:2px;
background-color:#666872;
overflow: hidden;
}
#schaduw_onder {
position:absolute;
top: 600px;
left: 3px;
height:2px;
width:800px;
background-color:#666872;
overflow: hidden;
}
#schaduw_footer_links {
position:absolute;
top: 3px;
left: 800px;
height:18px;
width:2px;
background-color:#666872;
overflow: hidden;
}
#schaduw_footer_onder {
position:absolute;
top: 18px;
left: 3px;
height:2px;
width:800px;
background-color:#666872;
overflow: hidden;
}	

p, h1 {
margin: 0px;
padding: 0px;
}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}

a {
color:#333333;
text-decoration: none;
}

a:hover {
color:#FFF;
text-decoration: none;
}

a1 {
color:#333333;
text-decoration: none;
}

a1:hover {
color:#666666;
text-decoration: underline;
}

#vlak_rechts {
	position:absolute;
	top: 146px;
	left: 408px;
	height:400px;
	width:350px;
	/*background-color: #;*/
	overflow: auto;
}

#vlak_rechts_txt {
	position:absolute;
	top: 100px;
	left: 360px;
	height:450px;
	width:520px;
	/*background-color: #;*/
	overflow: auto;
	padding: 0px 20px 0px 0px;
}



#header {
position:absolute;
top: 0;
left: 0;
height:60px;
width:960px;
/*background-color: #;*/
overflow: hidden;
}
#fotozuil {
position:absolute;
top: 60px;
left: 120px;
height:540px;
width:180px;
/*background-color: #;*/
overflow: hidden;
}
#vlak_naska {
position:absolute;
top: 60px;
left: 930px;
height:540px;
width:30px;
/*background-color: #;*/
overflow: hidden;
}

#vlak_menu {
position:absolute;
top: 120px;
left: 0px;
height:320px;
width:120px;
/*background-color: #;*/
overflow: visible;
}
#vlak_logo {
position:absolute;
top: 515px;
left: 5px;
height:75px;
width:110px;
/*background-color: #;*/
overflow: visible;
}

#footer {
position:absolute;
top: 610px;
left: 0px;
height:18px;
width:960px;
background-color: #DED4BB;
overflow: visible;
/*border-color:#660;
border-bottom-style:solid;
border-right-style:solid;
border-width: 1px;*/
}

#footer_links {
position:absolute;
top: 0px;
left: 5px;
height:18px;
width:230px;
/*background-color: #;*/
overflow:visible;	
}

#footer_midden {
position:absolute;
top: 0px;
left: 185px;
height:18px;
width:150px;
/*background-color: #;*/
overflow:visible;	
}

#footer_rechts {
position:absolute;
top: 0px;
left: 630px;
height:18px;
width:300px;
/*background-color: #;*/
overflow:visible;	
}







.glossymenu{
margin: 5px 0;
padding: 0;
width: 120px; /*width of menu*/
border: 0px solid #ae9962;
border-bottom-width: 0px;
}

.glossymenu a.menuitem{
background:#838698; /*#ae9962;*/
/*background: black url(glossyback02.gif) repeat-x bottom left;*/
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background:#B6BACB; /*#DED4BB;*/
/*background-image: url(glossyback03.gif);*/
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

/*.glossymenu div.submenu ul li{
border-bottom: 1px solid white;
}*/

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #EFE9DA;/*#DED4BB;*/
color: white;
}



