body {
	background-color: #ccc;
	font-family: sans-serif;
	line-height: 170%;
	font-size: 110%;
	color: #444;
	margin: 0;
	padding: 2% 15% 250% 20%;
}

a:link { font-weight: 900; color: #000; text-decoration: none; }
a:visited { color: #000; }
a:hover { color: #00D; }
a:active { color: #F00; }

h1 { font-family: "Special Elite"; font-size: 300%; line-height: 50px; }
h2 { font-size: 140%; }

.toLeft { float: left; }
.toRight { float: right; }

#achtergrond {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url( "img/patroon_02.jpg" );
	background-size: 50px;
	background-position: -20px -10px;  
	z-index: 1;
}

#voorgrond {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 200;
}

#bandje {
	position: fixed;
	top: 0;
	right: 0;
	width: 14%;
	top: 4%;
	right: 0;
	padding: 2%;
	font-size: 140%;
	font-weight: 400;
	color: #ff6;
	background-color: #f88;
	background-color: rgba( 250, 130, 130, 0.9 );
	line-height: 120%;
	z-index: 1000;
	transform: rotate( 10deg );
	border-radius: 5px;
	box-shadow: 5px 5px 5px #666;
}

#bandje p {
	margin: 0 0 10px 0;
}

#bandje .sub {
	font-size: 70%;
	font-weight: 200;
	line-height: 120%;
	margin: 0 0 0 0;
	color: #eef;
}

#bandje:link, #bandje:visited { color: #ff6; }
#bandje:active, #bandje:hover { color: yellow; }

nav {
	position: fixed;
	width: 15%;
	top: 6%;
	left: 2%;
	padding: 0;
	z-index: 200;
}

nav div {
	list-style-type: none;
	float: left;
	width: 92%;
	background-color: #3a9;
	padding: 4%;
	padding-left: 8%;
	margin-bottom: 5%;
	color: #eee;
	border-radius: 5px;
}

nav div:hover {
	background-color: #9ca;
	color: #065;
}

#lang_switch {
	background-color: rgba( 1, 1, 1, 0 );
}
#lang_switch img {
	margin-right: 10%;
	width: 35%;
}

#lang_switch a {
	opacity: 0.7;
}
#lang_switch a:hover {
	opacity: 1;
}

article_ {
	float: left;
	background-color: rgba( 100%, 100%, 100%, 0.8 );
	width: 90%; /* bepaalt de breedte van het artikel */
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	z-index: 100;
	border-radius: 20px;
	border: solid 2px #ccc;
	box-shadow: 3px 5px 5px #333;
}

.witregel {
	float: left;
	width: 100%;
	height: 30px;
}

section {
	float: left;
	background-color: rgba( 100%, 100%, 100%, 0.8 );
	width: 90%; /* bepaalt de breedte van het kader */
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
	margin-bottom: 4%; 
	z-index: 100;
	border-radius: 20px;
	border: solid 2px #ccc;
	box-shadow: 3px 5px 5px #333;
}

:target {
	color: #000;
}

.paragraaf {
	width: 90%; /* bepaalt de breedte van de tekst in het kader */
}
.foto {
	width: 100%;
	border-radius: 10px;
}

.banner {
	color: red;
}
