

body {
	background-image: url(foto/witachtergrond.jpg);
	}

* {
	box-sizing: border-box;
}
.header {
	/* background-color: #9933cc; */
	color: #ffffff;
	/* border: 1px solid red; */
	padding: 0px; 
	
	}
.header img {
	display: block;
	margin:auto;
	width: 50%;
}

.weekfoto {
	display:block;
	margin:auto;
	max-width:100%;
	border-radius:15px;
	border: 5px solid #CCC;
}
.linkafbeelding {
	display: block;
	margin: auto;
    max-width: 100%;
}
.centertext {
	text-align: center;
	color:#015CFC;
	font-size: larger;
	font-weight: bold; 
	margin: auto;
}

.centeren {
	margin:auto;
	text-align: center;
}
.nieuwstabel {
	margin:auto;
	max-width: 80%;
	}
.nieuwstabel table, th, td {
	padding-right:20px;
	vertical-align: top;
	font-weight:bold;
}
.fototabel {
	margin-right: auto;
	margin-left: auto;
	max-width: 80%;
	}
.fototabel table, th, td {
	padding-right: 20px;
	font-weight: bold;
   }
.updatetabel {
	margin: auto;
	max-width: 60%;
	line-height:15px;
	}
.updatetabel table, th, td {
	padding-right:20px;
	vertical-align: top;
	font-weight:bold;
}
.row::after {
	content: "";
	clear: both;
	display: block;
}
[class*="col-"] {
	float: left;
	padding: 15px;
	/* border: 1px solid red;*/
}


html {
	font-family: "Lucida Sans", sans-serif;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	line-height: 15px;
}
.menu li a {
	display: block;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-radius: 5px;
	text-decoration: none;
}
.menu li {
	display:block;
	padding: 8px; 
	margin-bottom: 7px;
	color: #ffffff;
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
	border-radius: 5px;
	background: red; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3e81d8,#1b4ea1); /* Standard syntax (must be last) */
	font-weight: bold;
}

.menu li:last-child {
	border-radius: 5px;
	border-bottom: none;
}

.menu li a.active {
	background-color: #f1f1f1;
	padding:0;
	color: #000000;
}

.menu li a:hover:not(.active) {
	padding:0;
	margin:0;
	background-color: transparent;
	color: black;
}
.aside {
	background-color: #DFF;
	padding: 5px;
	color: black;
	text-align: left;
	font-size: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.aside h3 {
	font-size: 140%;
	background-color: #CCC;
	margin-top:0px;
	margin-bottom:5px;
	padding-bottom:0px;
	}
.aside h2 {
font-style: italic;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	position: absolute;*/
}
.aside p {
	margin-top:0px;
	margin-bottom:10px;
}

.footer {
	background-color: #0099cc;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 0px;
}

[class*="col-"] {
	width: 100%;
}
@media only screen and (min-width: 700px) {
/* For Tablets */
.col-m-1 {width: 8.33%;}
.col-m-2 {width: 16.66%;}
.col-m-3 {width: 25%;}
.col-m-4 {width: 33.33%;}
.col-m-5 {width: 41.66%;}
.col-m-6 {width: 50%;}
.col-m-7 {width: 58.33%;}
.col-m-8 {width: 66.66%;}
.col-m-9 {width: 75%;}
.col-m-10 {width: 83.33%;}
.col-m-11 {width: 91.66%;}
.col-m-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
/* for desktop */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
}

