* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("tuin/0277.jpg");
    background-color: white;
    color: black;
    font-family: Georgia, Arial, Garamond;
    font-size: 1em;
}

#websitevak {
    border: 0px;
    margin: 0.5em auto;
    max-width: 1000px;
    width: 100%;
}

#balkboven {
    background-color: white;
    padding: 1em 0;
	text-align: center ; 
    width: 100%;
}

#middenstuk {
    background-color: RoyalBlue;
	position: relative;
    width: 100%;
	z-index: 1;
}

#middenstuk:before {
	background-color: white;
	content: " ";
	width: 80%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 20%;
	z-index: -1;
}

#middenstuk:after {
    clear: both;
    content: " ";
    display: table;
}

#menu {
    float: left;
    width: 20%;
}

#menu ul {
    list-style-type: none;
}

#hoofdmenu > li {
    float: none;
    position: relative;
}

#hoofdmenu > li > a {
    border-top: 1px solid white;
    color: darkblue;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 1em 1.5em 1em 2.5em;
    text-align: left;
    text-decoration: none;
}

#hoofdmenu > li:last-child a {
    border-bottom: 1px solid white;
}

#hoofdmenu > li > a:hover {
    background-color: lightblue;
}

#hoofdmenu > li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
}

#hoofdvak {
    background-color: white;
    float: left;
	position: relative;
	left: 0;
    padding-bottom: 1em;
    width: 80%;
}

#tekstvak {
    padding: 1em;
}

#tekstvak p {
    font-size: 0.95em;
    line-height: 1.3em;
    margin-bottom: 1em;
}

#tekstvak ul, #tekstvak ol {
    font-size: 0.95em;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-left: 2em;
}

#tekstvak ul li, #tekstvak ol li {
    left: 2em;
    padding-right: 2em;
    position: relative;
}

#tekstvak h1 {
    color: indigo;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 1.2em;
    padding: 1em 0 0;
}

#tekstvak h2 {
    color: midnightblue;
    font-size: 0.9em;
    margin-bottom: 0.25em;
    padding-top: 0.25em;
}

.links {
    float: left;
    margin: 0.2em 0.8em 0.6em 0;
}

.rechts {
    float: right;
    margin: 0.2em 0 0.6em 0.8em;
}

.gecentreerd {
    display: block;
    margin: 0 auto 1em;
}

@media only screen and (min-device-width:320px) and (max-device-width:480px){img{max-width:100%;}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px){img{max-width:100%;}
}
img { border: 0; }