body {
	text-align: center; 
	min-width: 1025px;
	font-family: arial, sans-serif;
	background-image: url(muur0001.jpg);
	}
	
a { 
	text-decoration: none; 
	}
	
a:hover { 
	text-decoration: underline; 
	}
	
img { 
	border: 0 none; 
	}
	
p { 
	line-height: 150%; 
	}
	
ul {
	list-style-type: none; 
	padding: 0px; 
	}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left; 
	}

#header {
	width: 1000px;
	background-image: url(sneeuwbo1.png);
	height: 200px;
	}
	
#header p {
	color: #808080;
	font-size: 12px;
	text-align: center;
	}
	
#header img {
	float: right;
	}

#linkerhelft {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	}

#rechterhelft {
	width: 795px;
	float: right;
	margin: 0;
	padding: 0;
	}

#kolom1 {
	width: 200px;
	float: left;
	background-color:#EEEEEE;
	padding-bottom: 0px;
	font-size: 12px;
	}

#kolom2 {
	background-color:#EEEEEE;
	width: 585px;
	float: left;
	color:#000000;
	padding-bottom: 0px;
	font-size: 12px;
	}

#kolom4 {
	width: 200px;
	float: right;
	background-color:#EEEEEE;
	padding-bottom: 0px;
	font-size: 12px;
	}

#footer {
	width: 1000px;
	clear: both;
	text-align: center; 
	color: #FFFFFF;
	height: 28px;
	background-color:#BBBBBB;
	    border-radius: 10px 10px 10px 10px;
	    -moz-border-radius: 10px 10px 10px 10px;
	    -webkit-border-radius: 10px 10px 10px 10px;
	}
	
#footer p {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	}
	
#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;
	border: 0px;
	font-size: 16px;
	background-color: #0911A5;
	background-image: url(blue2000c.jpg);
	color: #FFFF00;
	line-height: 170%;
	height: 28px;
	}
	
.rubriek p {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #666666;
	font-size:14px;
	}
	
.rubriek ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.rubriek li {
	display: block;
	background-color: #F1EFE6;
	color: #666666;
	padding: 3px;
	border-bottom: 1px solid #C0C0C0;
	}
	
.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; 
	width: 200px;
	background: white url(papier00.jpg);
	clear:both;
	margin-top:0px;
	}
	
.tekst p {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	color: #666666;
	font-size:12px;
	}

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: 18px;
	font-weight: normal;
	vertical-align: bottom;
	color: #000000;
	text-align: left;
	background: white url(papier00.jpg);
	border-bottom: 1px dotted #CCCCCC;
	}

.nieuwsrubriek {
	padding:5px;
	}

.verjaardagen {
	text-align: center;
	padding:10px;
	}

.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;
	}
	
.spreuk {
	padding: 0px 0px 0px 0px;
	clear: both;
	}
	
.spreuk p {
	padding: 5px;
	text-align: center;
	}
	
.weerbericht {
	padding-left:30px;
	margin: 10px;
	}
	
.artikel {
	padding: 10px 0px 0px 0px;
	}

#nav {
	    /* margin: 50px; */
	    z-index: 10;
	    display: block;
	}
	 
	#nav li { float: left; }
	#nav li:hover { position: relative }
	 
	#nav li:hover > a {
	    background: #639AFF;
	 
	    box-shadow: 5px 5px 25px #fff;
	    -moz-box-shadow: 5px 5px 25px #fff;
	    -webkit-box-shadow: 5px 5px 25px #fff;
	 
	    border-radius: 10px;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	}
	 
	#nav li.sub:hover > a {
	    border-radius: 10px 10px 0 0;
	    -moz-border-radius: 10px 10px 0 0;
	    -webkit-border-radius: 10px 10px 0 0;
	}
	 
	#nav li a {
	    color: #fff;
	    font-weight: bold;
	    text-decoration: none;
	    padding: 3px 12px;
	    display: block;
	}
	#nav li a:hover { background-color: #639AFF; }
	 
	#nav li ul {
	    background: #fff;
	    margin-top: -2px;
	    display: none;
	}
	#nav li:hover ul {
	    display:block;
	    position:absolute;
	}
	 
	#nav li ul {
	    background: rgba(255,255,255,0.9);
	    padding: 10px 5px;
	 
	    box-shadow: 5px 5px 25px #fff;
	    -moz-box-shadow: 5px 5px 25px #fff;
	    -webkit-box-shadow: 5px 5px 25px #fff;
	 
	    border-radius: 0px 15px 15px 15px;
	    -moz-border-radius: 0px 15px 15px 15px;
	    -webkit-border-radius: 0px 15px 15px 15px;
	}
	#nav li ul li a, #nav li ul li a:hover {
	    background: transparent;
	    color: #00f;
	    width: 150px;
	    font-size: 0.95em;
	    font-weight: normal;
	}
	#nav li ul li a:hover { text-decoration: underline;
	    box-shadow: none;
	    -moz-box-shadow: none;
	    -webkit-box-shadow: none;
	 
	    border-radius: 0;
	    -moz-border-radius: 0;
	    -webkit-border-radius: 0;
	}

.topnav {
	width: 1000px;
	height: 50px;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	    border-radius: 15px 15px 15px 15px;
	    -moz-border-radius: 15px 15px 15px 15px;
	    -webkit-border-radius: 15px 15px 15px 15px;
}
