@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

#container {
	margin-top:2%;
	margin-bottom:2%;
	background-color:#FFF;
	padding:0;
}
#header {
	background-color: #91C3DA;
	padding: 2% 0 1% 0;
	color:#FFF;
	text-align:justify;
}
#header h1 {
	font-size: 175%;
	color: #D6E9F1;
	margin: 5% 2% 0 5%;
}
#header h3 {
	font-size:100%;
	color: #FFF;
	text-transform:uppercase;
	margin-top:2%;
}
#logo {
	text-align: center;
}
#logo img {
	display: block;
	margin: 0 auto;
}

#navigation {
}

#pagecontainer {
	background-color: #FFF;
}
#pagecontainerhome {
	background-color: #FFF;
	margin-top:5%;
}
#head {
	margin: 2% 2% 0 2%;
	padding: 1%;
}
#headLeft {
}
#headRight {

}
.twoCol {
	margin: 2%;
	padding: 1%;
}
.twoColMain {
}
.twoColMain li {
	margin-left:5%;
}
.twoColSidebar {

}
ul.secNav {
	list-style: none;
	margin-bottom: 20%;
	padding: 0;
}
ul.secNav li {
	padding-left: 2%;
	border-bottom: 1px solid #D6E9F1; 
}
ul.secNav li a {
	color:#FFF;
	background: transparent url(images/secNavlibg.png) no-repeat center left;
	font-size:90%;
}

ul.secNav li.parentPage a {
	background: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 0;
	padding-bottom: 10%;
	color: #000000;
	font-size: 110%;
}
ul.secNav li.parentPage2 a {
	background: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7% 0 3% 0;
	color: #9D9944;
	font-size: 110%;
}
ul.secNav li.selectedPage a {
	color:#8B0000;
}


ul.secNav a, ul.secNav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #FFF;
}

ul.secNav a:hover, ul.secNav a:active, ul.secNav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #D6E9F1;
	color: #000;
}

.blockThema {
	padding: 3% 2%;
	margin: 0 0 10% 0;
	background-color: #91C3DA;
}

ul.secNav2 {
	list-style: none;
	padding: 0 0 3% 0;
}
ul.secNav2 li {
	padding-left: 2%;
	border-bottom: 1px solid #666; 
}
ul.secNav2 li a {
	color:#000;
	background: transparent url(images/secNavlibg.png) no-repeat center left;
	font-size:85%;
}

ul.secNav2 a, ul.secNav2 a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #000;
}

ul.secNav2 a:hover, ul.secNav2 a:active, ul.secNav2 a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #D6E9F1;
	color: #000;
}



ul.secNavhome {
	list-style: none;
	margin-bottom: 2%;
	padding: 0;
	text-align:center;
}
ul.secNavhome li {
	display: inline;
}
ul.secNavhome li a {
	color:#FFF;
	font-size:90%;
	border: 3px solid #D6E9F1;
	margin: 1%;
	padding: 1%;
	display: inline-block; 
}

ul.secNavhome a:hover, ul.secNavhome a:active, ul.secNavhome a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #D6E9F1;
	color: #000;
}

.blockThema h4 {
	background: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 2%;
	padding-bottom: 2%;
	color: #000000;
	font-size: 110%;
}


.blockText {
	padding: 3% 2%;
	margin: 0 0 10% 0;
	border:1px solid #D6E9F1;
	font-size:80%;
}
.blockText h3{
	text-align:center;
}
.blockText li{
	margin-left:5%;
}

.blockTextline {
	padding: 3% 2%;
	margin: 0;
	border-bottom:1px solid #CCC;
	font-size:80%;
}
.blockTextline a{
	color:#8B0000;
}

.subright {
	font-size:80%;
	color:#666;
}
.block {
	margin: 0;
	padding: 2%;
	background-color: #D6E9F1;
}
.blockTop {
	margin: 0;
	padding: 0  2% 3% 2%;
	font-size: 75%;
}
.reference {
	border-top: solid 1px #827A77;
	margin: 0;
	padding: 5% 3% 0 3%;
	font-size:90%;
	font-style:italic;
}
.logos {
	border-top: solid 1px #827A77;
	padding: 5% 3%;
	text-align:center;
}
.logos img{
	border: solid 1px #CCC;
	padding: 2%;
	margin-top: 1%;
}
.subtwoleft {
	padding: 0;
}
.subtworight {
	padding: 0;
}
.subTwoTotal {
	padding:0 1%;
}
.subthreeleft {
	padding:1%;
}
.subthreecenter {
	padding:1%;
}
.subthreeright {
	padding:1%;
}
.subtwothirds {
	padding:1% 5%;
}
.blockimg {
	padding:1%;
}
.blocktext {
	padding:1%;
}

#footer {
	background-color: #91C3DA;
}
#footer a {
	color: #FFF;
}
#footerLeft {
	padding:2%;
}
#footerMiddle {
	padding:2%;
	font-size:85%;
}
#footerRight {
	padding:2%;
	font-size:85%;
}
#footerBottom {
	font-size:60%;
	text-align:right;
	padding:0 1% 1% 0;
}

/* YouTube Filmpjes ---------------------------------------------------------------------- */
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

