﻿.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

body {
	margin: 0px auto;
	padding: 0;
	border: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height:135%;
	background-color: #D4D0C8;/*#fff;*/
	width: 950px;
}
/* trucje voor mobiele applicatie leesbaar te houden, werkt alleen bij uitschakelen viewpoint in master 
html{font-size:110%;} 
@media(min-width:60em){html{font-size: 90%}}
*/


#container {
	padding: 0;
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #FFFFFF;
}
#page_content {
	position: relative;
	width: auto;
    margin: 0px 20px 10px 20px; 
    border: 0px;
}
/* Styles for Navigation */
#navigation {
	margin-top: 0px;
	padding: 0;
	border: 0;
	width: 100%;
	font-size: medium;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #65b236; /*grijs: #D4D0C8;*/
    /*color: red; tekstkleur */
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 4px 6px 4px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #65b236;
}
h2 {
	font-size: 1.5em;
	color: #000000;
}
h3 {
	font-size: 1.5em;
	color: #65b236;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
buttontext { 
	position: absolute; 
	font-size: 24px;
	font-weight:bold;
	color: #65b236;
	top: 60px; 
	left: 0px;
	width: 100%; 
}

/* Styles for Footer */
#footer {
	width: auto;
	clear: both;
	overflow: auto;
	background-color: #65b236;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for slideshow */
#slideshow {
position:relative;
height:200px;
width:300px;
}
#slideshow .slide {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
}
#slideshow div.active {
z-index:10;
opacity:1.0;
}
#slideshow div.last-active {
z-index:9;
}
