@charset "UTF-8";
/* CSS Document voor de linkerkolom */

#leftcol ul {
list-style-position:inside;
list-style-image:none;
list-style-type:none;
width:248px;
}

#leftcol li {
float:left;
}

#leftcol li a {
width:62px;
height:12px;
display:block;
padding:4px 4px 2px 8px;
color:#000;
text-decoration:none;
font-weight:bold;
background-image:url(/images/linkerkolom_btn_inactive.png);
background-repeat:no-repeat;

}

#leftcol li a:hover {
color:#e2007a;
}

#leftcol li a.active {
color: #e2007a !important;
background-image: url(/images/linkerkolom_btn_active.png) !important;
}

.nieuwsitem-links h3 {
color:#e2007a;
font-weight:bold;
font-size:10px;
}


.nieuwsitem-links a {
color:#000;
font-size:10px;
}

.linkerkolom-wrapper {
float:left;
width:248px;
height:auto;
overflow:hidden;
color:#000;
padding:0px 0px 20px 0px;


}

.nieuwsitem-links {
float:none;
clear:both;
padding:10px;
}

#linkerkolom-nieuws {
width:248px;


}

#linkerkolom-acties {
display:none;
width:248px;

}

#linkerkolom-agenda {
display:none;
width:248px;

}

#linkerkolom-ondernemers {

padding:10px 30px 10px 10px;
background-image:url(../images/linkerkolom_bg_ondernemers.png);
background-repeat:repeat-x;
}

#linkerkolom-ondernemers ol {
list-style-type:disc;
list-style-position:inside;
}

#linkerkolom-ondernemers p {

}
