@charset "UTF-8";
/* CSS Document */

*{
padding:0;
margin:0;
}
p {
padding: 1em 0;
line-height: 1.5em;
}
html, body {
height: 100%; /* h��l belangrijk */
font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
color: #000;
background: #ffffff;
text-align: center;
background-image: url(../images/background_repat.jpg);
	background-repeat: repeat-x;
}
#container {
width: 925px;
margin: 0 auto;
text-align: left;
position: relative;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
background: #FFF;
background-image: url(../images/content_repeat.jpg);
	background-repeat: repeat-y;

}
#header{
	height:420px;
	background: #859C0E;
	line-height: 60px;
	
	
}
#inhoud {
  	padding:0px;
	margin:0px;
	
	
}
#footer {
position: absolute;
bottom: 0; /* heel belangrijk */
width: 100%;
background: #85C325;
height: 5px;
font-size:1.3em;
line-height: 40px;
text-align:center;
background-image: url(../images/content_repeat.jpg);
	background-repeat: repeat-y;
}





#menu{
	padding:0px;
	margin:0px;
	width:272px;
	
	padding-top:15px;
	
}

.menu{
	background-image:url(../images/menu_back.jpg);
	height:45px;
	
}

.menu A{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#9c3d41;
font-weight: normal;
text-transform: none;
padding-left:8px;
padding-right:8px;
padding-top:1px;
padding-bottom:1px;
margin:0px;
}

.menu A:hover{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#ffffff;
font-weight: normal;
text-transform: none;
background-color:#9c3d41;
}	


#tekst {

text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#7f7835;
padding-right:10px;
}



