html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */

}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width:780px;
	margin:0 auto;
}

#header {
	width:780px;
	height:2.5em;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:4.5em 1em 0 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

/* Styling to make this demo page look just a little bit better */
html,
body {
	color:#000;
	background-color:#CC9901;
    background-image: url(http://www.mayke-matthijs.com/templates/maykematthijs/images/back_vi_500_center.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
body {font:13px "Trebuchet MS";}
h1,
h2 {
	margin:0.25em 0;
	font:normal 1.5em/1.1 "Trebuchet MS";
	text-align:center;
	letter-spacing:1px;
}
p {margin:1.5em 0 0 0;}
.info {
	position:relative;
	padding:0.5em 0.5em -10px 0.5em;
}
a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	color:#ffffff;
}

a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
}
#header {
	color:#111;
	text-align:center;
	background-color:#CC9901;
    background-image: url(http://www.mayke-matthijs.com/templates/maykematthijs/images/back_vi_500_center.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
    padding-top: 50px;
}
#content-wrap,
#content {
/*    background-image: url(http://www.mayke-matthijs.com/templates/maykematthijs/images/back_vi_500_center.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: fixed; */
}

td {
	padding: 0 6px;
}


#etoNotice {
    display: none;
}


.zwart {color: #000000}
.dertienpunts {font-family: Trebuchet MS; font-size: 13px; }
.twaalfpunts {font-family: Trebuchet MS; font-size: 12px; }
.cursief {font-family: Trebuchet MS; font-size: 14px; font-style: italic; }
.wit {color: #FFFFFF}
.hidden {
	display : none;
	border: none;
	padding: 0px;
	margin: 0px;	
}
.noborder {
	border: none;
	padding: 0px;
	margin: 0px;
}

img{
    border: solid 2px #D9B23B;
    padding: 4px;
    margin: 0 20px 0 20px;
}

.languageselect img{
	border: none;
	padding: 0px;
	margin: 0 0 2px 3px;
	vertical-align:text-bottom;
}

.links {
	margin: -1px;
}

.klein {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: italic;

}

.small {
	font-family: Trebuchet MS;
	font-size: 9px;
}

.siteupdate {
	text-align:center;
	font-size: 9px;
	font-style: italic;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
}


.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 650px;
height: 120px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin-left: auto ;
margin-right: auto ;
margin-bottom: 0px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background-color:#CC9901;
padding: 10px;
visibility: hidden;
width: 630px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent P {
	margin:  0px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
visibility: hidden;
width: 660px;
margin-top: 0px;
margin-bottom: -10px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
visibility: hidden;
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}
