/*GLOBAL*/
html{
height:100%;
}
body{
margin:0;
padding:0;
height:100%;
background-color:#C9c9c9;
font-family:Arial;
font-size:12px;
}
img{
border-width:0;
}
form{
margin:0;
}
/*POSITIONING*/
#wrapper{
position:relative;
width:920px;
margin:0 auto;
height:auto !important;
height:100%;/*IE6*/
min-height:100%;
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
padding:0 10px 0 10px;
}
#header{
display:block;
height:325px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}
#left{
float:left;
width:10px;
}
#content{
float:left;
display:block;
}

#footer_clear{
clear:both;
padding-bottom:20px;
}
#footer{
position:absolute;
bottom:0;
height:20px;
width:100%;
text-align:right;
font-size:10px;
text-align:right;
}
#footer a{ text-decoration:none; color:#FFF; margin-right:10px;}

#logo{ float:left; width:290px; height:80px;}
#gegevens{ float:right; width:350px; height:81px; display:block; margin:50px 50px 0 0; text-align:right;}
#gegevens h2{ margin:0px; font-size:16px; color:#333333; float:right;}
#gegevens span{font-size:13px; color:#322786;float:right;}
#menu{clear:both; height:38px; width:900px; display:block; background-image:url(../images/btn01.jpg); background-repeat:repeat-x;}
#menu .item{ color:#FFF; font-size:18px; background-image:url(../images/btn01.jpg); background-repeat:no-repeat; float:left; display:block; line-height:38px; height:38px; width:150px; text-align:center; text-decoration:none;}
#menu .item:hover{ background-image:url(../images/btn02.jpg); background-repeat:no-repeat;}
#menu .active{ background-image:url(../images/btn02.jpg); background-repeat:no-repeat;}
#content{ width:900px; margin-bottom:40px;}
#content h1{ margin:0px; font-size:22px;}
#txt{ width:480px;}
#actueel{ position:absolute; width:350px; height:300px; top:250px; left:520px; background-color:#D2D2D2; padding:0px; border:5px solid #929292; text-align:center;}
#actueel img{border-bottom:5px solid #FFF;}
#watermark{ position:absolute; z-index:99; width:100px; height:30px; border:0px; display:none; }
#border{ clear:both; width:900px; height:75px; background-color:#D6D6D6;}
#certif{ width:900px; height:80px; text-align:center; margin-top:10px;}
#certif a{text-decoration:none; color:#ccc;}


.ctitle{ width:150px;}
.input{ width:300px;}
.textarea{ width:300px;}
.error{background-color:#005398;}

/* slideshow */
#Slideshow_title{ padding-top:8px; padding-left:8px; font-size:16px; }

