/* basis stylesheet voor 1024 x 786 resolutie*/

html { overflow:-moz-scrollbars-vertical; }

body { margin: 0; 
       padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #00b15a; 
	background-color: #007cc2 ;
text-align: center}

div#container {
text-align: left;
width: 800px;
position: relative; 
background-color: #e9f3ea;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
div#menu {
background-color:  #007cc2;
height: 21px;
padding-left: 100px;
}
div#menu a {
float: left;
display: block;
color: #00b15a;
font-size:12px; 
font-weight: bold;
padding: 3px;
margin-right: 10px;

}
div#menu a:hover {color: white ;}
div#menu .on {color: white ;}

a {text-decoration: none;
}

h1 {font-size:12px; font-weight: bold ;
color: #ef4135 ;
margin-bottom:2px ;
}
h1 a {color:#ef4135}
h1 span {color: #00b15a; }
h2 a {text-decoration: underline; color:#ef4135}
h2 span {color: #00b15a; }
h2, h3{font-size:11px ;
font-weight: bold;
color: #007cc2 ;
margin-bottom: 2px;
}
 
p.first {margin-top: 2px}
p a {color:#ef4135; } 
p strong {color: #007cc2}
address strong { color: #007c22; }
address { font-style: normal; }
p.bigger {font-weight: bold; }

div#credit {text-align: center; color: #ccc; margin-top: 5px}
div#credit a {color: #ccc}


div#inhoud {margin-left: 100px; margin-top: 33px;width: 680px; line-height: 16px}
div#activiteiten {margin-left:170px; margin-top: 30px;width: 620px; line-height: 16px;}

.right {float:right; margin-left: 10px}
div#submenu {
float: left;
width: 140px;
margin-top: 25px;
text-align: right;
}
div#submenu a {display: block; background-color:#00b15a; padding:4px; margin-bottom:10px; color:white; font-weight: bold}
div#submenu a:hover {color: #007cc2 ;}
div#submenu .on {color: #007cc2 ;}

