html,body {
	background-color: #ffffff;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	height: 100%;
	background-position: top;
}
a {color: #FDFEC6;}
#container{
	left: 50%;
	margin-left: -390px;
	position: absolute;
	width: 780px;
	height: 100%;
	background: #005ba2 url(../images/plattegrond.jpg) no-repeat right top;
}
/* firefox doesn't allow postion relative on a table cell , created a div*/
.fixfirefox {
        position: relative;width: 100%;height: 100%;
}

#header {
	width: 780px;
	height: 145px;
	background-image: url(../images/header.jpg);
	background-color: #005ba2;
	padding: 0px;
	overflow: hidden;	
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 336px;
	top: 15px;
	left: 3px;
	position: absolute;
}
#navigatie {
	background-image: url(../images/navigatiebalk2.gif);
	background-repeat: no-repeat;
	background-color: #FDFEC6;
	height: 420px;
	width: 152px;
	position: absolute;
	top: 70px;
	left: 0px;
}
/* MENU */
#menu {
	width: 127px;
	height: 100px;
	position: absolute;
	top: 92px;
	left: 13px;
	border-top: 1px dotted #005ba2;
	z-index: 30;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #005ba2;
    font-size: 11px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 119px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: url(../images/menu_pijltje.gif) no-repeat left;
    border-bottom: 1px dotted #005ba2;
}
#menu ul li ul li a {
    font-weight: normal;
    background: #fdfec6;
    padding-left: 0px;
    width: 127px;
}
#menu a#selected {
     background-color: #fbee8e;
}
li ul { display: none;} /* Hide submenu */ 
/* ul li:hover ul, ul li.over ul { display: block; } The magic  for hover*/
#selected_parent ul {display: block;} /* display submenu's, submenu selected */
#selected ul {display: block;} /* Parent selected, display submenu's */



#fotos {
   	position: absolute;
	height: 207px;
	top: 317px;
	padding: 0px;
	background: #FDFEC6;
	z-index: 1;
}
#fotos img {
	margin: 0px;
	padding: 0px;
	float: left;
	padding-top: 70px;
}
#fotos hr {
	width: 304px;
	position: absolute;
	top: -1px;
	left: 152px;
	border: 1px dotted;
	color: White;
	margin: 0px;
}
#nieuws {
	background-image: url(../images/nieuwsbalk.gif);
	height: 147px;
	width: 297px;
	position: absolute;
	top: 337px;
	left: 456px;	
}
#nieuws_kop {
	font-weight: bold;
	background: #f1ad05;
	color: #004e37;
	width: 135px;
	position: relative;
	left: 149px;
	padding-left: 13px;
}
#nieuws_items {
   position: relative;
   left: 149px;
	top: 7px;
   padding-left: 5px;
}
#nieuws_items a {
   display: block;
	color: #005ba2;
	text-decoration: none;	
	padding-top: 0px;
	width: 130px;
}
#nieuws hr#groot {
	width: 296px;
	position: absolute;
	top: -1px;
	left: 1px;
	border: 1px dotted;
	color: White;
	margin: 0px;   	
}
#nieuws hr#klein {
	width: 148px;
	position: absolute;
	top: 17px;
	left: 149px;
	border: 1px dotted;
	color: White;
	margin: 0px;   	
}
#content, #content p{
	font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A1C7FF;
	line-height: 17px;
}
#home {
	width: 155px;
	padding-top: 165px;
	margin-left: 304px;
	line-height: 17px;
    z-index: 2;
}
#informatievoorziening {
	width: 290px;
	padding-top: 100px;
	margin-left: 163px;
    z-index:2;
}
.kop {
	font-weight: bold; 
}
#contact input {
    width: 150px;
}
#contact textarea {
    width: 150px;
    height: 100px;
}
span.error {
    color: #fd0000;
    font-size: 9px;
}
#lysander {
    z-index: 10;
    position: absolute;
    top: 484px;
    left: 656px;
    padding: 0px;
}

#lysander a {
    color: #FDFEC6;
    font-size: 12px;
    text-decoration: none;
}
#content p.posted {color: #ffffff; font-size: 9px; margin: 2px; border-bottom: 1px dotted #00457A;

}

