/*
 * STYLESHEET : Pension Bovenhaven 13 mrt 2006
 */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
}
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #70232D;
	padding: 25px 0px 0px 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #70232D;
	padding: 0px;
	margin: 5px 0px 0px;
}
a:link, a:visited, a:active, a:hover {
	color: #000033;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #70232D;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullit.gif);
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
input.verplicht{
	border: 1px solid #FF9900;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	cursor: text;
}
input, input.highlite, textarea, textarea.highlite {
	border: 1px solid #BBBBBB;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
}
input.highlite {
	border: 1px solid #FF3300;
}
textarea.highlite {
	border: 1px solid #FF3300;
}
/*
 * User defined
 */
td.whitebox {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.showhand { cursor: pointer }
a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
	color: #70232D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding-right: 6px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 160px;
	margin-top: 6px;
}
a.menu:hover {
	font-weight: bold;
	color: #993300;
}
.veldtitel {
	color: #70232D;
	font-weight: bold;
}
.highlitetablerow {
	background-color: #FEF4D9;
	cursor: pointer;
}
.highlitetablerowveldtitel {
	background-color: #FEF4D9;
	color: #000;
	font-weight: bold;
}
.error {
	background-color: #FFE6E6;
}

