body{
    font-family: 'Arial' !important;
}
/* Begin wrapper*/
#wrapper{
    width:900px;
    position: absolute;
    left:50%;
    top:0px;
    margin-left: -450px;
    float:left;
}
/* Begin banner*/
#banner{
    width: 100%;
    height: 130px;
    float:left;
}
#logo{
    width: 200px;
    height: 130px;
    background-image: url('../../images/logo.jpg');
    background-position:left;
    background-repeat:no-repeat;
    float:left;
    cursor: pointer;
}
#slogan{
    width: 550px;
    height: 70px;
    margin-top: 20px;
    background-image: url('../../images/slogan.jpg');
    background-position:center;
    background-repeat:no-repeat;
    float:right;
}
/* einde banner*/
#menu{
    width: 100%;
    float: left;
    height: 45px;
    background-image: url('../../images/bgmenu.jpg');
    background-position:bottom;
    background-repeat:no-repeat;
}
#menu .menu{ float:right; }  
#menu ul{ margin-top: 5px; }  
#menu ul li{ margin-left: 15px; }  
#menu a{ color:black; text-decoration: none; }  
#menu a:hover{ color:#3b9797; }  
/* Begin content*/
#content img{
    padding: 5px 5px 5px 5px;
}
#content{
    width: 100%;
    min-height: 300px;
    text-align: justify;
    line-height: 130%; 
    float: left; 
    font-size: 13px;     
}              
#content p{
    font-size: 14px;
	text-align:justify;  
	line-height: 140%;   
}
#content a{color:#3b9797; text-decoration:underline;}
#content a:hover{color:#3b9797; text-decoration:underline;}

#content h1{ 
    font-size: 20px; 
    color:#3b9797;
    margin: 0;
    padding: 0; 
}
/* Begin footer */
#footer{
    margin-top: 20px;
    width: 100%;
    height: 55px;
    text-align:center;
    background-image: url('../../images/bgfooter.jpg');
    background-position:center;
    background-repeat:no-repeat;
    float: left;
}
#copy{ 
    width:100%;
    height: 25px;
    float: left;
    text-align: center;
    margin-top: -25px;
}
#copy a{ font-size: 12px; color:gray; text-decoration: none;}
#footer a{ color:gray; text-decoration: none; font-size: 13px; margin-left: 5px; margin-right: 5px;}
#footer a:hover{ color:gray; text-decoration: none; font-size: 13px;}
/* einde wrapper */
/* alle unorderedlists met de class menu */
.menu *{float:left; font-size: 13px; list-style-type: none; list-style:none; margin: 0; padding: 0;}
.menu ul{}
.menu li{}        
.menu ul li{ display: none;}
.menu ul li ul{ display: none;}
.menu ul li ul li{ display: none;}
.formulier {
    width:100%;
    float:left;
}
form p{width:534px; }
form label{width:100%; float:left;}
.text-long {width:100%; padding: 5px 0;}
textarea{width:530px;}
.inputbutton{float:right; padding: 3px;}
.error{ border:1px solid red; background:#F2BABB; width: 524px; padding:3px; margin-top: 5px; font: 12px arial; color:red; font-weight: bold;}
.explain{ font-size: 12px;}
