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

* {
margin:0px;
padding:0px;
}

body, html {
text-align:center;
background-color:#fff;
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}

h1 {
color:#933389;
font-size:13px;
margin-bottom:5px;
}


#wrapper {
width:987px;
margin:10px auto 0px auto;
text-align:left;

}

/* Blokken */

#header {
width:100%;
height:173px;
background-image:url(../images/wc_bloemendaal_header.jpg);
}

.gelebalk {
width:100%;
height:5px;
background-image:url(../images/gelebalkhorizontaal.png);
background-repeat:repeat-x;
margin:2px 0px 2px 0px;
}

#topnav {
width:100%;
height:24px;
background-image:url(../images/topnav_bg.png);
background-repeat:repeat-x;
}

#bottomnav {
clear:both;
width:100%;
height:24px;
background-image:url(../images/topnav_bg.png);
background-repeat:repeat-x;
}

#main {
width:100%;
height:auto;
margin:15px 0px 15px 0px;
background-image:url(../images/gelebalkvertikaal.png);
background-repeat:repeat-y;
background-position:981px;
}

#mainbg {
background-image:url(../images/mainbg_lefcol.png);
background-repeat:repeat-y;
background-position:left top;

}



#leftcol {
float:left;
clear:left;
width:248px;
height:auto;
margin-bottom:10px;
background-image:url(../images/linkerkolom_bg.png);
background-repeat:repeat-x;
background-position:top left;
background-color:#ddddde;
}

#maincontent {
float:left;
margin:18px 0px 10px 16px;
height:auto;
width:700px;
}

.nieuwskolom {
width:200px;
height:auto;
float:left;
margin:0px 33px 0px 0px;

}

/* Nieuwsberichten */
.nieuwsitem h1 {
color:#933389;
font-size:13px;
}

.nieuwsitem {
margin-bottom:15px;

}

.nieuwsitemfull {
margin-bottom:15px;
width:420px;
float:left;

}

.nieuwsafbeelding {
width:235px;
height:auto;
float:left;
margin-bottom:25px;
}

.nieuwsafbeelding img {
border:#999999 solid 1px;
}


.nieuwsafbeeldingklein {
width:200px;
height:auto;
clear:both;
margin-bottom:5px;
}

.nieuwsafbeeldingklein img {
border:#999999 solid 1px;
}



.nieuwsitemwrapper {
width:100%;
height:auto;
clear:both;
margin-bottom:25px;
}




/* Navigatie top */
#topnav ul {
list-style-position:inside;
list-style-image:none;
list-style-type:none;
margin-left:250px;
}

#topnav li {
float:left;
}

#topnav li a {
width:auto;
height:24px;
display:block;
padding:6px 15px 0px 15px;
color:#000000;
text-decoration:none;
font-weight:bold;
text-align:center;
}

#topnav li a:hover {
background-image:url(../images/topnav_bg_hover.png);
background-repeat:repeat-x;
color:#FFFFFF;
}


.topnav_seperator {
width:2px;
height:24px;
background-image:url(../images/topnav_seperator.png);
margin:0px;
float:left;


}



/* Navigatie footer */
#bottomnav ul {
list-style-position:inside;
list-style-image:none;
list-style-type:none;
margin:0px 20px 0px 250px;
float:left;
}

#bottomnav li {
float:left;
}

#bottomnav li a {
width:auto;
height:24px;
display:block;
padding:6px 15px 0px 15px;
color:#000000;
text-decoration:none;
font-weight:normal;
}

#bottomnav li a:hover {
background-repeat:repeat-x;
color:#FFFFFF;
}


/* Navigatie ondernemers */

#nav_ondernemers {
	width:100%;
	height:24px;
	background-color:#F0F0F0;
}

#nav_ondernemers ul {
list-style-position:inside;
list-style-image:none;
list-style-type:none;
margin:0px 20px -8px 0px;
float:left;
}

#nav_ondernemers li {
float:left;
}

#nav_ondernemers li a {
width:auto;
height:24px;
display:block;
padding:10px 10px 0px 10px;
margin:0px 2px 0px 0px;
color:#000000;
text-decoration:none;
font-weight:bold;
background-image:url(../images/ondernemers_btn_active.png);
background-position:right;
background-repeat:no-repeat;


}

#nav_ondernemers li a:hover {
background-image:url(../images/ondernemers_btn_inactive.png);
background-repeat:no-repeat;
background-position:right;
color:#CCCCCC;

}

#nav_ondernemers li a:active {
background-image:url(../images/ondernemers_btn_inactive.png);
background-repeat:no-repeat;
background-position:right;
color:#FFFFFF;

}


.ondernemersbg {


}


/* Winkels */
.winkel_klein {
width:125px;
height:125px;
float:left;
margin:0px 10px 10px 0px;
border:1px solid #999999;
padding:5px;
}

.winkel_klein a {
text-decoration:none;
color:#990000;
}

.winkel_klein img {
border:0px;
}

.winkeltekst {
float:left;
width:420px;
height:auto;
margin-right:50px;
}

.winkellogo {
float:left;
width:200px;
margin-bottom:20px;
text-align:center;
}

.winkellogo img {
width:125px;
height:125px;
border:1px solid #999999;
padding:5px;
}


.winkelafbeelding {
float:left;
width:200px;
}

.winkelafbeelding img {
border:1px solid #999999;

}

.winkeldetailbg {
background-image:url(../images/winkeldetail_bg.png);
background-position:top right;
background-repeat:repeat-y;
height:auto;
}

.winkel_aanbieding img {
width:400px;
height:auto;
clear:left;
margin-top:20px;
border:1px solid #999999;
display:block;

}

/* Contactform */
.contactform label {
float:left;
clear:left;
width:350px;
text-align:right;
margin-right:10px;
margin-bottom:5px;

}

.contactform {
margin-top:20px;

}


.contactform input {
width:200px;
padding:2px;
color:#666666;
}
.contactform textarea {
width:200px;
height:100px;
padding:2px;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
