/* Algemeen */

body{
margin: 0px;
padding: 0px;
background-image: url(../images/bg_body.jpg);
background-repeat: repeat-y;
background-color: #CAE3FF;
font-family: Verdana;
font-size: 11px;
color: #0482FF;
overflow-x: hidden;
}

p, td, li{
font-family: Verdana;
font-size: 11px;
color: #0482FF;
}

hr{
height: 1px;
}

a{
color: #0482FF;
}

h1{
font-family: Verdana;
font-size: 15px;
color: #0482FF;
}

.line{
background-image: url("../images/line.jpg");
background-repeat: no-repeat;
height: 8px;
width: 458px;
clear: both;
}


/* Nieuwsitems homepage */

#nieuwskolom{
width: 225px;
padding-top: 504px;
}

div.nieuwsitem{
padding-left: 14px;
}

.nieuwsitem p{
color: #2B3D41;
line-height: 20px;
margin: 0px;
}

.nieuwsitem strong{
color: #2B3D41;
margin: 0px;
}

div#divVirtueleTour {
  position: absolute;
  left: 555px;
  top: 20px;
  z-index: 100;
}

/* Navigatie menu */

#menuKolom{
width: 190px;
padding-top: 504px;
}

#menuKolom a{
color: white;
}

#menuKolom ul{
margin: 0px;
padding: 0px;
float: left;
}

#menuKolom li a{
background-image: url("../images/bg_menuarrow.jpg");
background-position: left;
background-repeat: no-repeat;
color: #FFFFFF;
text-decoration: none;
height: 100%;
width: 100%;
display: block;
}

#menuKolom li a.submenuitem{
background-image: none;
}

#menuKolom li a.submenuitem span{
padding-left: 35px;
padding-top: 7px;
height: 100%;
display: block;
cursor: pointer;
}

#menuKolom li a:hover{
background-image: url("../images/bg_menuarrow2.jpg");
background-position: left;
background-repeat: no-repeat;
background-color: #F99144;
}


#menuKolom UL#navMenu li a span{
/*
padding-left: 35px;
padding-top: 7px;
*/
height: 100%;
display: block;
cursor: pointer;
padding: 5px 0px 7px 35px;
}

#menuKolom UL#navMenu li {
background-color: #1188FF;
list-style: none;
float: left;
display: block;
width: 189px;
/*height: 29px;*/
border-bottom: 1px solid #FFFFFF;
}

/* Layout Links */


#linksDiv{
height: 100%;
width: 450px;
float: left;
}

#slideShow{
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
}

#selectFoto{
height: 54px;
width: 450px;
text-align: center;
}

#taalBalk{
height: 44px;
padding-top: 12px;
width: 450px;
text-align: right;
color: #2B3D41;
}

#headerDiv{
position: absolute;
left: 0px;
top: 349px;
background-image: url("../nl/images/bg_header.jpg");
width: 463px;
height: 155px;	
}

#strookLinks{
background-color: #E6F2FF;
width: 37px;
}


#contactDiv p{
margin-top: 30px;
color: #FFFFFF;
margin-left: 35px;
line-height: 20px;
}

/* Layout Midden */

#middenDiv{
height: 100%;
width: 539px;
position: absolute;
top: 0px;
left: 450px;
}

#tekstDiv{
padding: 33px;
padding-top: 39px;
}

#headerHome{
position: relative;
float: right;
top: -45px;
}

/* Layout Rechts */

#rechtsDiv{
position: absolute;
top: 0px;
left: 989px;
width: 291px;
height: 100%;
}

#logosDiv{
position: absolute;
top: 280px;
left: 662px;
z-index: 11;
white-space: nowrap;
}

/* Foto slideshow */

DIV.fade {
visibility: hidden;
}

.foto{
border: 6px solid #AAD5FF;	
}

.fotoLinks{
border: 6px solid #AAD5FF;
float: left;
margin-right: 5px;	
}

.fotoRechts{
border: 6px solid #AAD5FF;
float: right;
margin-left: 5px;	
}

/* Formulier */

.formVeld{
background-color: #F99144;
border: 0px;
}

