/* voorlopige test stylesheet pret a parler */
/* Twee attente waarschuwingen en twee interpreter hacks als fout, bron; css validator
 * hacks mbt IE ivm min- max- [waarden] r148 en r139
 * Dit om browser een anker te geven 
 * Werkt verder wel in alle andere browsers behalve bijv. nokia-mobile
 */
/* =Reset CSS (v2.0) https://meyerweb.com/eric/tools/css/reset/
 * i, eruit gehaald <--
----------------------------------------------------------- i,sub, sup,tt,strong,b, u,--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 
  var,  center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}
/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background:#ddd;
	border:none;
	clear:both;
	color:#ddd;
	float:none;
	height:.1em;
	width:100%;
}

hr.space {
	background:#fff;
	color:#fff;
}
/*----------------eigen input hieronder------------------------------------------------*/

body {
	text-align: left;
	line-height: 1.0em;
	font-family: Verdana ,Geneva, sans-serif;
	color: #000070;/*of #470062 paars*/
	background-color: #cfcd00;
	background: url(../afbeeldingen/boxjedef3.gif);/* 100%, no-repeat; is ook goed*/
}
a {
	text-decoration: none;
	border-style: none;
	/*font-size: 18px;/*
	/*font-variant: small-caps;*/
	/*font-style: bold;*/
	/*list-style: none;*/
	/*color: #996000;*/
}
h1 {
	font-size: 1.6em;
	font-variant: small-caps;
	font-weight: 800;
	line-height: 2em;
	letter-spacing: 3px;
	/*font-style: oblique;*/
}
h2 {
	font-size: 1.4em;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 2px;
	/*font-style: oblique;is ook schuine tekst*/
}
h3 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 1px;
}
h4 {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 1px;
	display: block;
}
/* mobiele box */
#wrapper {
}
#box {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	/*width: 90%;*/
	max-width : 960px;
	/*height: 100%;/*100% 0f pixels*/
}
/*************** linkerzijde / kolom ***********/
#linkerkant {
	float: left;
	/*width: 496px;*/
	width: 52%;
	height: 600px;
}
#linkerachtergond {
	background: url(../afbeeldingen/tasmetlogoenzo.png);/* 100%, no-repeat; is ook goed*/
	background-repeat: no-repeat;
	width: 539px;
	height: 600px;
	margin-left: 5px;
	/*background-size: 100% 100%;/* contain (bevatgeheel) ,cover (gedeelte?) of 100% (percentage)*/
}
#plaatjescarrousel {
	max-width: 154px;
	width: expression(this.width > 154 ? 154: true);
	max-height: 220px;
	margin: 325px 0 0 5px;
	position: absolute;
}
#homeknop {
	background: url(../afbeeldingen/transppixel.png);/* 100%, no-repeat; is ook goed*/
	background-repeat: no-repeat;
	max-width: 240px;
	width: expression(this.width > 240 ? 240: true);
	max-height: 110px;
	margin: 200px 0 0 240px;
	position: absolute;
}
#navigatie {
	width: 150px;
	color: #996000;
	font-size: 0.688em;
	letter-spacing: 1px;
	/*line-height: 1.2em;*/
	margin: 328px 0 0 208px;
	position: absolute;
}
#navigatie a {
	color: #996000;
	display: block;
	width: 100%;
	height: 100%;
}
#navigatie a:link {color:#996000;}
#navigatie a:visited {;}
#navigatie a:hover {font-weight:bold;}
#navigatie a:active {font-weight:bold;}
li a:active {
  font-weight:bold;
}
.bold {/*er was nu geen nettere manier dan deze class in de navigatie op te nemen*/
  font-weight:bold;
}
/************** rechterkant zijde kolom  ***************/
#header {/* opvulling = leeg*/
	float: right;
	/*width: 464px;*/
	width: 48%;
	height: 57px;
}
#rechts-teksten {
	float: right;
	background: #FFFFB6;
	width: 48%;/*zie onder 464px*/
	/*width: 464px;*/
	min-height: 550px;
}
#tekstruimte {
	/*min-width:464px;*/
	font-size: 0.688em;
	background: #FFFFB6;
	border: 1px solid #000065;
	border-bottom: none;
	padding: 30px 14px 110px 42px;
}
#tekstruimte a {
	color: #840000;
	font-weight: bold;
}
#tekstruimte a:hover {
	font-style: italic;
	letter-spacing: 1px;
}
#tekstruimte p {
	padding: 8px 0 4px 0;
	/*line-height: 1.1em;*/
}
#groter {
	font-size: 1.375em;
}
.gold {
	color:#996000;
}
.blauw {
	color:#000070;
}
/**************** alles in de footer area **********/
#footer {
	clear: both;
	float: right;
	background-color: #000070;/*= donkerblauw*/
	min-height: 40px;
	width: 100%;/*464px*/
}
#footer a {
	color: #f9f9f9;
	font-variant: small-caps;
	font-size: 12px;
	font-style: italic;
}
.tassen {
	background: url(../afbeeldingen/tassen.png);/* 100%, no-repeat; is ook goed*/
	background-repeat: no-repeat;
	width: 313px;
	height: 95px;
	/*background-size: cover;*//*313px 97px contain (bevatgeheel) ,cover (gedeelte?) of 100% (percentage)*/
	margin: -95px 0 0 50px;
	position: absolute;
}
#voettekst {
	margin-left: 32px;
	padding: 10px 0 0 10px;
	font-variant: small-caps;
	font-size: 10px;/*0.688em;/*11px*/
	font-style: italic;
	color: #f9f9f9;
	/*position: absolute;*/
}
#musje{
	background: url(../afbeeldingen/musje.png);/* 100%, no-repeat; is ook goed*/
	background-repeat: no-repeat;
	width: 25px;
	height: 21px;
	margin: 8px 4px 0 8px;
	position: absolute;
}
.muziek {
	/*position: absolute;*/
	text-align:center;
	margin: 2.5% 18% 0;
	max-height:40px;
}
/*********** zenzovoort.nl **********/
#enzo {
	background: url(../afbeeldingen/ontwerp.png);/* 100%, no-repeat; is ook goed*/
	background-repeat: no-repeat;
	width: 8px;
	height: 33px;
	margin: 566px 0px 0 21px;
	position: absolute;
}
#enzo a {
	font-size: 16px;
	line-height: 100%;
}
/******** in uitklaptekst css bron:www.html-site.nl met javascript*************
#klaptekst {
    display: none;
    width: 100%;
    /*border: 1px solid green;
    background-color: ;
    padding: ;
    font-size: ;*/
/*}*/
/************** jQuery Accordion css*************/
#uitklap div.title {display:block;cursor:pointer;width:100%;}
