body {
	font-family: arial, sans-serif;
	background-image: url(../plaatjes/muur.jpg);
	background-repeat: repeat;
	}
	
a { 
	text-decoration: none; 
	}
	
a:hover { 
	text-decoration: underline; 
	}
	
img { 
	border: 0 none; 
	}
	
p { 
	line-height: 150%; 
	}
	
ul {
	list-style-type: none; 
	padding: 0px; 
	margin: 0px;
	}

#footer {
	background-color: #BBBBBB;
	clear: both;
	text-align: center; 
	color: #FFFFFF;
        background-image: -webkit-gradient(  
            linear,  
            left top,  
            left bottombottom,  
            color-stop(0, rgba(255,255,255,.5)),  
            color-stop(1, rgba(0,0,0,.1))  
        );  
        background-image: -moz-linear-gradient(  
            center top,  
            rgba(255,255,255,.5) 20%,  
            rgba(0,0,0,.1) 100%  
        );  
       text-decoration: none;  
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        border-radius: 5px;  
       box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);  
        }
	
#footer p {
	font-style: italic;
	font-size: .8em;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	/* background-color: #BBBBBB; */
	}
	
#footer a {
	color: #FFFFFF;
	}
	
#footer img {
	border: 0px;
	}

.rubriek {
	padding: 0px 0px 0px 0px;
	clear: both;
	}
	
h2, h3 {
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 2.0em;
 	background-color: #FFFFFF;
	color: #4E3AFF;
	border: solid 5px;
	padding-top:5px;
	padding-bottom: 5px;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
   border-radius: 10px;  
   box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);  
	}
	
.rubriek p {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #333333;
	font-size: 1em;
	}
	
.rubriek ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.rubriek li {
	display: block;
	color: #666666;
	padding: 3px;
	margin: 0px;
	}
	
.rubriek li a {
	text-decoration: none;
	}
	
.rubriek li a:hover {
	color: #F20000;
	text-decoration: underline;
	}

.naarrechts {
	float: right;
	text-align:right;
	}
	
.naarrechts img {
	padding: 5px 0px 5px 5px;
	}
	
.linkplaatje {
	border: 0px;
	}
.tekst {
	float:left; 

	background: white url(papier00.jpg);
	clear:both;
	margin-top:0px;
	}
	
.tekst p {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	color: #666666;
	font-size:1em;
	}

em {
	color: #000000;
	font-style: normal;
	}

.latestnews {
	list-style-type: none;
	padding: 3px;
	text-align: left;
	margin: 0px;
	}
	
.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	}
	
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
	}

.contentheading {
	padding: 10px;
	font-size: 1.8em;
	font-weight: normal;
	vertical-align: bottom;
	color: #4E3AFF;
	text-align: left;
	background: white url(papier00.jpg);
	border-bottom: 1px dotted #CCCCCC;
   border-radius: 10px;  
   box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);  
	}

.nieuwsrubriek {
	padding:5px;
	}

.contentpaneopen {
	background: white url(papier00.jpg);
	border-bottom: 2px dotted #CCCCCC;
	}
	
.article_separator {
	padding:0px;
	border-bottom: 2px dotted #CCCCCC;
	clear:both;
	}
	
.description {
	padding-left: 30px;
	color: #666666;
	}
	
form li {
	margin:0px; 
	padding: 4px; 
	font-size: 1em; 
	color: #CCCCCC; 
	list-style: none;
	}

.artikel {
	padding: 10px 0px 0px 0px;
	}

dt {
	font-size: 1em;
	font-weight: bold;
}

dd {
	font-size: 1em;
}

.heading {
	background-color: white;
}


.kleur-menu li a {  

margin: 0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
        /* Een gradient op een vaste kleur */  
        background-image: -webkit-gradient(  
            linear,  
            left top,  
            left bottombottom,  
            color-stop(0, rgba(255,255,255,.5)),  
            color-stop(1, rgba(0,0,0,.1))  
        );  
        background-image: -moz-linear-gradient(  
            center top,  
            rgba(255,255,255,.5) 20%,  
            rgba(0,0,0,.1) 100%  
        );  
        color: #008000; /* IE */  
        color: rgba(0, 80, 0, 0.8);  
        display: block;  
        font: bold 1em Arial,sans-serif;
        outline:none;  
        text-decoration: none;  
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
        border-radius: 5px;  
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);  

        }  
.kleur-menu li a:active {  
            background-image: -webkit-gradient(  
                linear,  
                left bottombottom,  
                left top,  
                color-stop(0,rgba(255,255,255,.5)),  
                color-stop(.1,rgba(255,255,255,.2)),  
                color-stop(.85, rgba(0,0,0,.2)),  
                color-stop(100, rgba(0,0,0,.4))  
            );  
            background-image: -moz-linear-gradient(  
                center bottombottom,  
                rgba(255,255,255,.5) 0%,  
                rgba(255,255,255,.2) 10%,  
                rgba(0,0,0,.2) 85%,  
                rgba(0,0,0,.4) 100%  
            );  
        }  
   .kleur-menu li a:hover {  
        color: #600000; /* IE */  
        color: rgba(60, 0, 0, 0.8);  
     }     
        
        
        
 .nieuws-menu li a {  
margin: 0;
padding: 5px;

        /* Een gradient op een vaste kleur */  
        background-image: -webkit-gradient(  
            linear,  
            left top,  
            left bottombottom,  
            color-stop(0, rgba(255,255,255,.5)),  
            color-stop(1, rgba(0,0,0,.1))  
        );  
        background-image: -moz-linear-gradient(  
            center top,  
            rgba(255,255,255,.5) 20%,  
            rgba(0,0,0,.1) 100%  
        );  
        color: #008000; /* IE */  
        color: rgba(0, 80, 0, 0.8);  
        display: block;  
        font: normal 0.8em Arial,sans-serif;
        outline:none;  
        text-decoration: none;  
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        border-radius: 5px;  
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);  
        }  
.nieuws-menu li a:active {  
            background-image: -webkit-gradient(  
                linear,  
                left bottombottom,  
                left top,  
                color-stop(0,rgba(255,255,255,.5)),  
                color-stop(.1,rgba(255,255,255,.2)),  
                color-stop(.85, rgba(0,0,0,.2)),  
                color-stop(100, rgba(0,0,0,.4))  
            );  
            background-image: -moz-linear-gradient(  
                center bottombottom,  
                rgba(255,255,255,.5) 0%,  
                rgba(255,255,255,.2) 10%,  
                rgba(0,0,0,.2) 85%,  
                rgba(0,0,0,.4) 100%  
            );  
        }  
.nieuws-menu li a:hover {  
        color: #600000; /* IE */  
        color: rgba(60, 0, 0, 0.8);  
     }
     
 