/* CSS Document */


/* pagina opmaak */
body{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:0px;
color: #333333;
background-color:#333333;
}


/* links opmaak */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#333333;
	text-decoration: none;
}
a:active {
	color:#990000;
	text-decoration: none;
}


/* reservatieformulier */
input.txt {
color:#333333;
background-color:#CCC0AC;
}
textarea.txt {
color:#333333;
background-color:#CCC0AC;
}
form p {
clear: left;
margin: 0;
padding: 0;
padding-top:1px;
}
form p label{
float:left;
width:40%;
}
