/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */
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, font, iframe, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-style: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: white;
	font-size:100%;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ~~~~~~~~~~ end of reset styles ~~~~~~~~~~ */


body{
background-color:#578200;
font-family:arial,helvetica,sans-serif;
font-size:75%;
margin:0px auto;
width:990px;
line-height: 1.4;
color: #333;
}

a:link, a:visited{
color:#333;
 /* text-decoration:none; */
border:0;
}

a:hover{
color:#578200;
/* text-decoration:none; */
border:0;
}
ul{
	margin-top:10px;
	margin-bottom:10px;
}
ul li{
	margin-left:20px;
	list-style: disc;
}
h1{
	font-size:120%;
	font-weight:bold;
	margin-top:10px;
}
strong{
	font-weight:bold;
}
#container{
background:url(images/container_bg.jpg) #578200 repeat-y;
width:990px;
min-height: 100%;
}

#header{
background:url(images/header_bg.jpg) #669900 no-repeat top;
height:118px;
width:990px;
clear:both;
display:block;
}

#header a, #header a:link, #header a:hover{
border:0;
}

#header img{
margin-left:250px;
margin-top:10px;
}

#content{
float:left;
display:block;
width:810px;
padding-left:15px;
}
#informatie{
float:left;
display:block;
width:800px;
padding-left:25px;
}

#menu, #home{
float:right;
display:block;
width:130px;
font-weight:bold;
background:#013400;
margin-right:17px;
padding:5px;
text-align:center;
margin-top:37px;
}
#home{
	background:#669900;
}

#menu a, #home a{
	color:#fff;
}

#intro{
color:#fff;
float:right;
display:block;
width:130px;
background:#669900;
margin-right:17px;
padding:5px;
margin-top:10px;
font-size:90%;
}

#intro a{
	color:#fff;
}

#intro ul{
	margin-top:10px;
}
#intro ul li{
	margin-left:20px;
	list-style: disc;
}

#info{
float:right;
display:block;
width:130px;
font-weight:bold;
background:#669900;
margin-right:17px;
padding:5px;
text-align:center;
margin-top:10px;
}

#info a{
	color:#fff;
}

#footer{
background:url(images/footer_bg.jpg) #669900 no-repeat top;
height:34px;
width:990px;
padding: 0px;
clear:both;
display:block;
}

#footer img{
margin-left:350px;
margin-top:3px;
}
