@charset "utf-8";
body {
	background-image: url(../images/background.png);
	background-repeat: repeat;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}


a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	text-decoration: underline;
	color: #3366CC;
}
a:active {
	text-decoration: none;
	color: #3366CC;
}
.koptekst {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #AF8D74;
	display: block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-variant: small-caps;
	font-weight: bold;
}

.screen-left {
	background-color: #F4EFEC;
	background-image: url(../images/screen-left.png);
	background-repeat: repeat-y;
}
.screen-right {
	background-color: #F4EFEC;
	background-image: url(../images/screen-right.png);
	background-repeat: repeat-y;
	background-position: right;
}
.screem-bottom {
	display: block;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #AF8D74;
	font-size: 9px;
}
.screen-content {
	background-image: url(../images/screen-content.png);
	background-repeat: no-repeat;
}



#hoofdmenu a {
	display: block;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AF8D74;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-weight: bold;
	font-variant: small-caps;
}
#hoofdmenu a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AF8D74;
	background-color: #AF8D74;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#submenu a {
	display: block;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AF8D74;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-weight: bold;
	font-variant: small-caps;
}
#submenu a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AF8D74;
	background-color: #AF8D74;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
}

.tekstvak {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #AF8D74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-weight: bold;
}
