ul{
/** border: solid 1px #CCCCCC;  **/
padding:5px;       /** Items in lijst binnen block element 'ruimte' geven **/
margin-top:5px;
margin-bottom:10px;
}


.Provinciebalk li{
display: inline;     /** Tonen als inline element dus niet als block **/

margin-right:10px;   /** Afstand tussen de namen van de provincies  **/

font-weight:bold;    /** Provincie vet gedrukt **/
font-size:140%;      /** Lettertype gewoon x 1,8 **/

padding:1px;        /** box rond provincienaam vergroten of niet**/

border: solid 1px #CCCCCC; 
}


#map {
float:right;
margin-top:-25px;
}

.icoontjes img{
width:25px;
height:25px;
}

#Navigationbar{
margin-top:15px;
}