* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:link {
	color:#000000;
	text-decoration:none;
}
A:active {
	color:#000000;
	text-decoration:none;
}
A:visited {
	color:#000000;
	text-decoration:none;
}
A:hover {
	color:#000000;
	text-decoration:underline;
}
h1 {
	color:#339900;
	margin: auto;
}
td {
	background-color:#D9DBBF;
}
th {
	padding:5px;
	border-top: 5px solid white;
}
.groen-vak {
	color: #FFFFFF;
	background-color: #336600;
	text-align: left;
}
.rood-vak {
	color: #FFFFFF;
	background-color: #C60000;
	text-align: left;
}
ul {
	margin-left: 18px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	list-style-image: url(../images/dot.gif);
}
p {
	margin:2px;
}
.extramarge {
	padding-left:18px;
	padding-right:18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.gastenboekwit {
	background-color: #FFFFFF;
	text-align:left;
}
.gastenboekgroen {
	background-color: #336600;
	text-align:right;
	color: #FFFFFF;
}
#gastenboek textarea {
	width:350px;
	border: 1px solid #336600;
}
#gastenboek input[type=text] {
	width:200px;
	border: 1px solid #336600;
} 
.button {
	width: 111px;
	height: 23px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	border: none;
}
#newsticker {
	font-size: 14px;
}


