/*
	Date: Jan 2014
	Discription: HTML5/CSS3 layout built on a responsive framework
	Version: 1.0
	Author: Albert Brom
	Author URL: http://albertbrom.nl
*/
h2 { 
	color: #a3280c; }
	
h5 {
	font-size: 20px;
	color: #2D958F;
}

img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	}

p img.left {
	float: left;
	width: 49%;
	height: auto;
	margin: 2% 2% 2% 0;
}
	
p img.middle {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 2% 0;
}

iframe.middle {
	float: left;
	width: 100%;
	margin: 0 0 2% 0;
}


p img.right {
	float: right;
	width: 49%;
	height: auto;
	margin: 2% 0 2% 2%;
}

p img.thumbnail {
	float:left;
	width:31%;
	height:auto;
	margin:1%;
}

.clear_both { 
	clear: both; line-height: 1px; }

.backtotop {
	background: url(../images/omhoog.png) right no-repeat;
	padding-right: 14px;
	text-align: right;
	font-size: 12px;
	float: right;
	margin-top: 2px; }

body {
	/*	background-image: url(img/bg.png); atb: ipv een kleur een andere achtergrond*/
	background-color: #36A6A2;
	color: #003399;
	font-size: 87.5%; /* Base font size is 14px */
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.5;
	text-align: left;
	max-width: 980px; }

.banner {
	display: block;
	position: relative;
	height: 100px;
	margin-top:5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url(../images/Banner042014.jpg);	
}

.banner a.logo {
	position: absolute;
	top: 12px;
	left: 0px;
	display: block;
	width: 180px;
	height: 66px;
	background: url(../images/_logos/bannerlogo180_66.jpg) no-repeat 0px 0px;
	border-style:solid;
	border-width:5px;
	border-color:#fff;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #CF5C3F;
}

a:hover, a:active {
	background-color: #CF5C3F;
	color: #FFF;
}

.body {
	margin: 0 auto;
	width: 90%;
	clear: both;
}

/*.mainHeader img {
	width: 40%;
	height: auto;
	margin: 2% 0;	
}*/

.mainHeader nav {
	background-color: #003399;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left;
	display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	height: 20px;
}

.mainHeader nav a:hover, .mainHeader nav:active,
.mainHeader nav .active a:link, .mainHeader nav .actie a:visited {
	/*	background-color: #666; */
	background-color: #FF0000;
	text-shadow: none;
}

.mainHeader nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainContent {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
/*	overflow: hidden; */
}

.content {
	width: 70%;
	float: left;
}

.topcontent {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.topcontent img {
	float: right;
	width: 50%;
	height: auto;
	margin: 0% 0% 0% 2%;
}

.bottomcontent {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin: 2% 0% 2% 0%;
}

.bottomcontent img {
	float: left;
	width: 100%;
	height: auto;
	margin: 0% 2% 2% 0%;
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 90%;
}

.top-sidebar {
	width: 21%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 1.5% 0 2% 3%;
	padding: 2% 3%;
}

.top-sidebar img {
	width:80%;
	height:auto;
}

.middle-sidebar {
	width: 21%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 2% 3%;
	padding: 2% 3%;
}

.middle-sidebar img {
	width:100%;
	height:auto;
}

.bottom-sidebar {
	width: 21%;
	float: left;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 2% 3%;
	padding: 2% 3%;
}

.mainFooter {
	width: 100%;
	height: 40px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #003399;
	margin: 2% 0;
}

.mainFooter p {
	width: 92%;
	margin: 10px auto;
	color: #FFF;
	font-size:70%;
}

@media only screen and (min-width: 150px) and (max-width: 700px)
{
	.body {
		width: 97%;
		font-size: 95%;
	}

	.mainHeader img {
		width: 100%;
	}

	.mainHeader nav {
		height: 240px;
	}
	
	.mainHeader nav ul {
		padding-left: 0;
	}
	
	.mainHeader nav ul li {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		padding: 10px 25px;
		height: 20px;
		display: block;
	}		
	
	.content {
	width: 100%;
	float: left;
	margin-top: 2%;
	}
	
iframe.middle {
	float: left;
	width: 100%;
	margin: 0 0 2% 0;
}

	/*.post-info {
		display: none;
	}*/

	.topcontent {
		background-color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 3% 5%;
		margin-top: 2%;
		margin-bottom: 4%;
	}
	
	.bottomcontent {
		margin-top: 3%;
	}

.topcontent img {
	float: right;
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 2%;
}
	.top-sidebar, .middle-sidebar, .bottom-sidebar {
		width: 94%;
		margin: 2% 0 2% 0;
		padding: 2% 3%;
	}	
	.top-sidebar img {
		width:80%;
		height:auto;
}
	.middle-sidebar img {
		width:50%;
		height:auto;
}

p img.thumbnail {
	float:left;
	width:44%;
	height:auto;
	margin:1%;
}
