/* CSS Document */
body {
	margin-top: 0px;
	background-repeat: repeat-y;
	background-image: url(images/background.gif);
	background-position: 50% 50%;
}

body, td, th, div {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

td.small {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color:#404040;

}

p, li {
line-height: 16px;
margin-top: 3px;
color:#404040;
}

h1, h2, h3 {
	font-weight:bold;
	color:#81b2e0;
	white-space: normal;
}
h1 { 
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
}
h2 { 
	font-weight:bolder;
	font-size:16px;
	margin-top:3px;
	margin-bottom:3px;
}
h3 { 
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 3px;	
}
th {
	line-height: 16px;

}

a:link, a:active {
color:#000099;
text-decoration:none;
}
a:link.active, a:active.active, a:visited.active, a:hover.active{
color:#000099;
font-weight: bolder;
text-decoration:none;
}
a:visited {
color:#000099;
text-decoration:none;
}
a:hover {
color:#000099;
text-decoration:underline;
}

.menuitems {
	width:125px;
	border : 1px solid #81b2e0;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	margin: 10px;
	padding: 3px;
	text-align : center;
	height : 16px;
	text-decoration: none;
}

a.menuitems:hover {
	border : 1px solid #000000;
	background: #81b2e0;
	color: #FFFFFF;
}

#openhuisholder {
width: 330px;
margin-right: 10px;
border: 1px solid #cac36b;
background-color:#777634;
}

#openhuis {
margin: 10px;
color: #003982;
}

#openhuis p {
color: #dfd9a5;
}

#openhuis h1, #openhuis h2, #openhuis h3 {
color: #ffffff;
}

#prijslijst td {
	padding-right:15px;
}
