* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style-type: none;
	}
body {
	background-color: #EEE;
	font-family: verdana,helvetica,arial;
	font-size: 10pt;
	font-style: normal;
	}
header, footer, nav, article, section, aside {
	display: block;
	}
header {
	width: 100%;
	background-color: #DDD;
	background-image: url(/images/titelachter.jpg);
	background-repeat: repeat-x;
	}

header a {
	display: block;
	line-height: 0px;
	}

footer {
	clear: both;
	width: 100%;
	background-color: #DDF;
	text-align: center;
	}
footer p {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	font-size: 0.9em;
	}
footer span {
	margin-left: 10px;
	margin-right: 10px;
	color: #00F;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	}
footer span:hover, footer span:active {
	text-decoration: underline;
	}
article {
	float: left;
	min-height: 500px;
	margin: 0px auto 0px auto;
	padding: 15px 25px 15px 25px;
	font-size: 1em;
	background-color: #FFF;
	}
.art_1 {
	width: 938px;
	}
.art_2 {
	width: 740px;
	}
.art_3{
	width: 534px;
	}
.reactiebreedte {
	width: auto;
	}
sup, sub {
	font-size: 0.85em;
	vertical-align: baseline;
	position: relative;
	line-height: 1.5em;
	}
sup {
	top: -0.4em;
	}
sub {
	bottom: -0.4em;
	}
p {
	font-size: 1em;
	margin: 3px 0px 12px 0px;
	}
.klein {
	font-size: 0.85em;
	}
.centreren {
	text-align: center;
	}
.artikeldatum {
	font-size: 0.85em;
	font-style: italic;
	color: #667;
	}
.actietekst {
	color: #00F;
	font-style: italic;
	text-decoration: underline;
	margin: 3px 0px 8px 0px;
	cursor: pointer;
	}
.blauw {
	margin: 5px 0px 5px 0px;
	color: #008;
	}
.subtitel {
	font-style: italic;
	font-weight: bold;
	color: #A00;
	margin: 8px 0px 8px 0px;
	}
hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 10px 0px 10px 0px;
	background-color: #CCF;
	}
h1 {
	margin: 6pt 0pt 10pt 0pt;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #008;
	background-color: #FFF;
	}
h2 {
	margin: 5pt 0pt 3pt 0pt;
	font-size: 1.4em;
	font-weight: bold;
	color: #008;
	}
h3 {
	margin: 7pt 0pt 3pt 0pt;
	font-size: 1.15em;
	font-weight: bold;
	color: #008;
	}
h4 {
	font-size: 1.0em;
	margin: 5pt 0pt 2pt 0pt;
	font-weight: bold;
	font-style: italic;
	color: #008;
	}
strong {
	font-size: 1.0em;
	font-weight: bold;
	}
td {
	font-size: 10pt;
	}
input, textarea, select, button {
	padding: 2px 5px;
	margin: 2px;
	font-family: verdana,helvetica,arial;
	font-size: 100%;
	border-radius: 5px;
	}
input, textarea, select {
	border: 1px solid #99F;
	}
button, input[type=submit] {
	margin: 7px 0px;
	background-color: #FFE000;
	box-shadow: 3px 3px 3px #AAA;
	border: 1px solid #E0C000;
	cursor: pointer;
	}
button:disabled {
	background-color: #FFE0AA;
	color: #888;
	}

a:link, a:visited {
	text-decoration: none;
	}
article a:link, article a:visited, a:hover, a:active {
	text-decoration: underline;
	}

a:link {
	color: #00C;
	}
a:visited {
	color: #009;
	}
a:hover, a:active {
	color: #F00;
	}
.integraal, .zijkolom_smal {
	background-color: #EEEE99;
	}
.integraal {
	width: 990px;
	height: auto;
	margin: 0px auto 0px auto;
	box-shadow: 0px 0px 10px #AAA;
	}
	
.hstop {
	clear: both;
	height: 0px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

/*** Navigatie Menubalk ***/

#menudropdown {
	float: left;
	clear: both;
	width: 100%;
	background-color: #DDF;
	}
.mobilemenu {
	display: none;
	}
.gmenu {
	position: relative;
	z-index: 80;
	display: inline-block;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	height: 25px;
	}
.tmenu {
	position: relative;
	float: left;
	height: 18px;
	padding: 3px 5px;
	background-color: #DDF;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #DDF;
	color: #228;
	}
.gmenu:hover .tmenu {
	height: 19px;
	background-color: #EEF;
	border-color: #66A;
	}
.gmenu ul {
	position: absolute;
	padding-bottom: 5px;
	padding-top: 5px;
	top: 25px;
	left: 0px;
	white-space: nowrap;
	background-color: #F8F8FF;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #66A;
	box-shadow: 2px 5px 10px #666;
	z-index: 90;
	/* display: none; */
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	}
.gmenu:hover ul {
	/* display: block; */
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	}
.gmenu li {
	clear: both;
	color: #00F;
	}
.gmenu a {
	display: block;
	padding: 4px 7px;
	background-color: #F8F8FF;
	text-decoration: none;
	}
.gmenu a:hover {
	background-color: #E8E8F8;
	}
.gmenu li strong a {
	margin-top: 7px;
	background-color: #DDE;
	}
.gmenu li strong a:hover {
	background-color: #CCE;
	}

/*** Kolommen Zijkant ***/

.zijkolom_smal {
	float: left;
	width: 195px;
	}

/*** Artikel inhoud ***/
.artinhoud {
	float: left;
	clear:both;
	display: block;
	width: 166px;
	margin: 10px 0px 10px -1px;
	padding: 10px;
	background-color: #FFFFF8;
	border-radius: 0px 10px 10px 0px;
	}
.artinhoud ul {
	margin-top: 5px;
	}
.artinhoud p, .artinhoud li {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 3px;
	}
.artinhoud li {	
	display: block;
	list-style-type: none;
	padding: 2px 4px 0px 12px;
	line-height: 1.15em;
	}
.artinhoud li:before {
	content: "\BB\20";
	margin-left: -12px;
	}
	
/*** Homepage ***/
.hmblok {
	float: left;
	width: 202px;
	height: 650px;
	overflow: hidden;
	margin-top: 15px;
}
.hmblok h2 {
	margin-bottom: 8px;
}
.hmlijn {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #CCC;
}
.hmfoto {
	float: left;
	width: 200px;
	height: 134px;
	margin: 5px 0px;
	border: 1px solid #CCC;
}

/*** Waarschuwingen ***/

#js_script_uit, .foutmelding, .melding {
	clear: both;
	width: auto;
	margin: 8px 0px;
	padding: 7px 12px;
	background-color: #F0F000;
	border: 1px solid #E0C000;
	border-radius: 7px;
	box-shadow: 5px 5px 5px #888;
	}
#js_script_uit, .melding, .reactieform h2 {
	text-align: center;
	}

/*** Uitleg tekst ***/

#uitleg_vak {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 200px;
	padding: 4px 8px;
	background-color: #F0F000;
	border: 1px solid #E0C000;
	border-radius: 7px;
	box-shadow: 3px 3px 3px #666;
	display: none;
	}
#uitleg_vak p {
	margin-top: -12px;
	}
.uitlegpijl {
	position: relative;
	top: 8px;
	left: -18px;
	}

/*** Navigatie zijkant fixed ***/
.nav_vast {
	position: fixed;
	top: 40%;
	right: 0px;
	width: 40px;
	border: 1px solid #888;
	background-color: #FFF;
	box-shadow: 0px 0px 10px #888;
	}
.nav_vast a {
	display: inline-block;
	text-decoration: none;
	float: left;
	clear: both;
	width: 40px;
	color: #FFF;
	}
.nav_vast img {
	display: block;
	margin: 5px auto;
	}

#zijnav_top {
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 3px;
	text-align: center;
	background-color: #F00;
	}

/*** Inlogvak ***/

#inlogvak {
	display: none;
	position: fixed;
	top: 30%;
	left: 30%;
	padding: 10px;
	background-color: #6A6;
	border: 1px solid #484;
	border-radius: 7px;
	box-shadow: 5px 5px 5px #888;
	color: #FFF;
	}
#inlogvak_sluiten {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #F00;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	}
#inlogvak input, #inlogvak button {
	float: right;
	border: none;
	}
#inlogvak .invoer {
	float: left;
	clear: both;
	width: 230px;
	padding: 5px 0px;
	}
#inlogvak button {
	box-shadow: 3px 3px 3px #484;
	}
#inlogvak p {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	}
#inlog_melding {
	float: left;
	clear: both;
	margin-bottom: 8px;
	padding: 2px 8px;
	border-radius: 7px;
	box-shadow: 3px 3px 3px #222;
	color: #000;
	background-color: #FFE000;
	display: none;
	}

/*** Activiteitenvak ***/

.lrvak {
	float: right;
	width: 160px;
	margin: 10px 0px 10px 10px;
	padding: 0px 10px 10px 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #AAA;
	}
.lrvakkop {
	margin: -15px 0px 15px 0px;
	padding: 4px 10px;
	width: 130px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #008;
	background-color: #E8E8E8;
	border: 1px solid #CCC;
	border-radius: 6px;
	box-shadow: 3px 3px 3px #AAA;
	}
.lrvak p {
	font-size: 0.85em;
}
.lrhome {
	margin: 25px 0px 10px 10px;
}
.lrnieuws {
	margin: 25px 20px 10px 10px;
}
.lr {
}

/*** Google Elementen ***/

.gas_rechts {
	float: left;
	margin: 20px 0px 10px 10px;
	width: 165px;
	}
.gas_navigatie {
	float: left;
	width: 165px;
	margin: 10px 0px 10px 10px;
	}
.gas_verwijzing {
	float: left;
	margin: 10px 10px 10px 10px;
	}
.gas_onder {
	width: auto;
	margin: 10px 0px 10px 0px;
	}
.gas_menu_zoekvak {
	float: right;
	margin: 2px 20px 0px 0px;
	font-size: 0.85em;
	}
#testvak {
	clear: both;
	margin: 10px 0px;
	font-family: Courier New, Courier, monospace;
	}

/*** Afbeeldingen en tabellen ***/

.avak table {
	border-collapse: collapse;
	border-style: hidden;
	}
.avak thead {
	font-weight: bold;
	background-color: #E0E0E0;
	}
.avak tbody tr {
	border: 1px solid #CCC;
	}
.avak td {
	font-size: 0.85em;
	padding: 2px 5px;
	border: 1px solid #CCC;
	}
.avak caption, figcaption, .codecaption {
	padding: 2px 4px 3px 4px;
	text-align: left;
	font-size: 0.85em;
	}
.avak {
	padding: 0px;
	border: 1px solid #999;
	}
.atdn td {
	font-size: 10pt;
	}
.alinks {
	float: left;
	margin: 5px 8px 5px 0px;
	}
.arechts {
	float: right;
	margin: 5px 0px 5px 8px;
	}
.abreed {
	clear: both;
	margin: 5px 0px 5px 0px;
	}
.bg_wit {
	background-color: #FFF;
	}
.bg_geel {
	background-color: #FF0;
	}
.bg_lgeel {
	background-color: #FF8;
	}
.tkol_l {text-align:left;}
.tkol_r {text-align:right; border: 1px solid #999;}
.tkol_c {text-align:center; border: 1px solid #999;}
.tkol_h {visibility:hidden;}

.imgequ {
	padding: 5px;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	margin: 6px 20px 6px 20px;
	}
.imgequt {
	margin: 0px;
	}
.imgindex {
	width: 150px;
	height: 100px;
	padding: 0px;
	border: 1px solid #999;
	float: right;
	margin: 5px 0px 5px 8px;
	}

/*** Artikel index paginas ***/

.art_index {
	clear: both;
	width: 710px;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 7px 15px 7px 15px;
	color: #000;
	background-color: #F0F0F0;
	}
.art_index:hover {
	text-decoration: none;
	background-color: #DDDDFF;
	}
.art_index:hover h3 {
	text-decoration: underline;
	color: #F00;
	}

/*** Highlights ***/

.highlights a {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	color: #008;
	}
.highlights a:hover {
	background-color: #FFE000;
	}
.highlights {
	float: left;
	}
.highlights h2 {
	padding: 5px 10px;
	}
.highlights h3 {
	font-size: 1.0em;
	}
.highlights a:hover h3 {
	text-decoration: underline;
	}
.highlights p {
	font-size: 0.85em;
	}

/*** Reacties ***/
#rform_land {
	display: none;
	}
#reacties {
	width: auto;
	float: none;
	}
.rformline {
	width: auto;
	}
.rformline span {
	display: inline-block;
	vertical-align: text-top;
	}
.rformline span:nth-of-type(1) {
	width: 80px;
	}
#reacties input[type="text"] {
	width: 250px;
	}
#reacties textarea {
	width: 500px;
	height: 150px;
	}
#reacties h5 {
	font-size: 1.0em;
	font-weight: bold;
	}
#reacties h6 {
	font-weight: normal;
	font-size: 0.8em;
	}
#reacties h6, #reacties h5 {
	width: auto;
	margin-top: 10px;
	padding: 4px 4px;
	color: #333;
	background-color: #C8D8F8;
	border: 1px solid #C8D8F8;
	}
.reactietekst {
	width: auto;
	padding: 4px 4px 4px 20px;
	background-color: #F4FAFF;
	border: 1px solid #C8D8F8;
	}
.reactietekst img {
	margin: 5px 0px;
	}
.reactieform {
	width: auto;
	margin: 10px 0px 10px 0px;
	padding: 12px 20px 12px 20px;
	line-height: 12pt;
	background-color: #C8D8F8;
	}
.reactieform h4 {
	margin-bottom: 10px;
	}
#meerreactiesknop {
	display: block;
	height: 55px;
	margin: 12px auto 8px auto;
	padding: 8px 15px;
	text-align: center;
	background-color: #C8D8F8;
	border: 1px solid #C0D0F0;
	}
.reactiewrapper {
	overflow: hidden;
	animation: reactieload 6s;
	}
@keyframes reactieload {
    from { max-height: 0px; }
    to { max-height: 1000px; }
	}
.banknop, .editknop {
	float: right;
	margin-left: 5px;
	padding: 0px 5px;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
	}
.banknop, .banknop a {
	background-color: #F00;
	border: 1px solid #E00;
	color: #FFF;
	}
.editknop, .editknop a {
	background-color: #4C4;
	border: 1px solid #3B3;
	color: #FFF;
	}

/*** Diversen ***/

.artikel_intro {
	color: #008;
	}

.art_list {
	margin: 6px 0px;
	}
.art_list li {
	list-style-position: outside;
	}
ul.art_list li {
	list-style-type: disc;
	margin: 1px 0px 1px 15px;
	}
ol.art_list li {
	list-style-type: decimal;
	margin: 1px 0px 1px 20px;
	}


#slideshow {
	width: 200px;
	height: 134px;
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
	}
#slideshow img {
	position: absolute;
	z-index: 1;
	display: none;
	}
	
/*** Sitemap ***/

.sitemap {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 10px;
	border: 1px solid #CCC;
	}
.sitemap ul {
	font-size: 1.0em;
	list-style-position: outside;
	margin: 2px 0px 5px 15px;
	}
.sitemap li {
	list-style-type: none;
	}

/*** Nieuws Opinie ***/

.imgi {
	float: right;
	margin: 5px 0px 0px 5px;
	border: 1px solid #999;
	}
.nieuwsquote {
	float: left;
	margin-bottom: 15px;
	}
.indexonder {
	margin: 15px 0px 0px 5px;
	vertical-align: middle;
	}
.indexnummer {
	margin: 0px;
	padding: 6px;
	font-size: 1em;
	}
.postinfo {
	margin: 5px 0px 5px 0px;
	font-size: 0.85em;
	text-align: right;
	}
.postvak {
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}
	
.postfotovak {
	float: left;
	width: 500px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #99F;
	background-color: #EEE;
	}
.postfoto_preview {
	float: left;
	margin-right: 10px;
	width: 200px;
	height: 100px;
	border: 1px solid #888;
	background-color: #FFF;
	}
.postfoto_frame {
	float: right;
	width: 320px;
	height: 120px;
	}

/*** code tags ***/
code {
	width: 100%;
	float: left;
	margin-bottom: 3px;
	font-size: 0.9em;
	font-family: Courier New, Courier, monospace;
	white-space: pre;
	overflow: auto;
	background-color: #FAFAFA;
	}
.code_ain {
	color: #C60;
	}
.code_blue {
	color: #069;
	}
.code_com {
	color: #888;
	}
.codeline {
	font-family: Courier New, Courier, monospace;
	white-space: nowrap;
	color: #080;
	}

@media screen and (max-width: 992px) {
	.art_1,	.art_2,	.art_3,
	.avak,
	.abreed,
	.art_index,
	.hmblok,
	.integraal,
	.art_index,
	.reactiebreedte,
	.rformline span,
	#reacties input[type="text"], #reacties textarea,
	.reactietekst,
	.reactiekop,
	.nav_vast,
	.nav_vast a,
	.imgi {
		position: static;
		float: none;
		width: auto;
		height: auto;
		margin-left: 0px;
		margin-right: 0px;
		}
	body {
		font-size: 15px;
		}
	article {
		padding: 15px;
		}
	figure, img {
		max-width: 100%;
		height: auto;
		}
	.hmblok figure, .hmblok #slideshow {
		float: left;
		margin: 0px 10px 10px 0px;
		}
	#inlogvak {
		top: 70px;
		left: 25px;
		}
	.avak, .abreed {
		max-width: 100%;
		overflow-x: auto;
		}
	.artinhoud ,
	.gmenu,
	.footerlinks,
	.gas_onder {
		display: none;
		}
	.mobilemenu {
		display: block;
		}
	.mobilemenu {
		display: block;
		width: 45px;
		height: 45px;
		margin: 4px auto;
		cursor: pointer;
		}
	.gmenu, .tmenu, .gmenu ul {
		position: static;
		float: left;
		clear: both;
		width: auto;
		z-index: 90;
		}
	.gmenu ul {
		height: 0px;
		}
	#menudropdown a {
		line-height: 2em;
		}
	#menudropdown:hover .gmenu {
		display: block;
		height: auto;
		}
	.gmenu ul {
		height: auto;
		visibility: visible;
		opacity: 1;
		box-shadow: none;
		}
	.gmenu:hover ul {
		height: auto;
		}
	.gmenu, .tmenu {
		background-color: #228;
		border: solid 1px #228;
		color: #FFF;
		}
	.gmenu {
		margin-bottom: 5px;
		}
}