* {
padding: 0px;
margin: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

html {
background-image: url(images/background.jpg);
background-repeat: repeat-x;
height: auto;
}

/* --------- [ container ] ----------- */
#container{
margin-left: auto;
margin-right: auto;
width: 800px;
border:1px solid #0C6628;
background-image:url(images/content_background.jpg);
background-repeat:repeat-y;
}

/* --------- [ header ] ----------- */
#header_laag1{
width: 100%;
height:46px;
background-image:url(images/header_laag1.jpg);
}

#header_laag2{
width: 100%;
height:220px;
}

/* --------- [ menu ] ----------- */
#menu{
width: 246px;
overflow: hidden;
background-repeat:repeat-y;
float:left;
font-size: 12px;
}

#menu .kop {
background-image: url(images/menu_header.jpg);
height: 46px;
font-size: 18px;
font-weight: bold;
color: #E51D67;
line-height: 39px;
padding-left: 35px;
}

#menu ul{
background-image: url(images/menu_koplaag.jpg);
background-repeat:no-repeat;
margin:0; 
padding:0; 
list-style:none; 
}


#menu li{
display:inline;
margin:0; 
padding:0; 
line-height: 20px;
}

#menu li a{
display: block;
margin-right: 25px;
margin-left: 35px;
text-decoration:none;
color: #000000;
border-bottom:1px dotted #E51D67;
}

#menu li a:hover{
color: #E51D67;
}

#menu li.submenu a{
padding-left: 10px;
display: block;
width:100%;
text-decoration:none;
color: #666666;
border: 0px;
}

#menu li.submenu a:hover{
color: #E51D67;
}

/* --------- [ content ] ----------- */
#content{
float:right;
width: 554px;
height: auto;
font-size: 11px;
}

#content h1{
background-image: url(images/content_header.jpg);
background-repeat:repeat-x;	
height: 46px;
font-size: 19px;
font-weight: bold;
color: #FFFFFF;
line-height: 39px;
padding-left: 15px;
}

#content h2{
font-size: 18px;
color: #FFFFFF;
line-height: 39px;
padding-left: 10px;
background-color:#E51D67;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

#content hr{
height: 1px;
color: #666666;
margin: 5px 0px 0px 0px;
}

#content .inhoud{
padding-left: 10px;
padding-right: 10px;
border:1px solid #E51D67;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 19px;
padding-bottom: 5px;
}

#content p, #content em{
line-height: 19px;
}

#content img{
margin-top: 10px;
border: 1px solid #E51D67;
}

#content form{
font-size:11px;
}

#content td, #content td img{
margin: 0px;
}

#content input, #content textarea{
border: 1px solid #999999;
background-color:#EEEEEE;
padding: 1px;
}

#content .inhoud a{
color:#E51D67;
text-decoration:none;
border-bottom: 1px dotted #E51D67;
}

#content .inhoud a:hover{
color:#119238;
}

#content .colA{
float:left;
width: 350px;
}

#content .colB{
float:right;
width: 199px;
padding-right: 5px;
}

#content .colC{
float:right;
width: 549px;
padding-right: 5px;
}

#content ul{
padding-left: 16px;
}


/* --------- [ footer ] ----------- */
#footer{
clear:both;
height: 40px;
width: 800px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
background-position:top;
background-color:#119239;
text-indent: 15px;
padding-top: 100px;
}

#footer .kop{
color: #FFFFFF;
font-weight:bold;
}

#footer a{
color: #FFFFFF;
text-decoration:none;
}

#footer p{
color: #FFFFFF;
font-size:10px;
}

#footer a.sponsor{
color: #FFFFFF;
text-decoration:none;
border-bottom: 1px dotted #E51D67;
}

#footer a:hover{
color: #E51D67;
}

#footer .sponsors{
float: left;
width: 246px;
}

#footer .copyrights{
float: left;
text-align:center;
width:554px;
color: #FFFFFF;
font-size:10px;
}

.gastenboek_h2{
	font-size: 12px;
	font-weight:bold;
	border-bottom:1px solid #999999;
	display: block;	
}

.gastenboek_h3{
	font-size: 12px;
	font-weight:bold;
	color: #E51D67;
}

.gastenboek_h4{
	font-style:italic;
}

.gastenboek input, .gastenboek textarea{
	background-color:#EBEBEB;
	border:1px solid #999999;
}

