@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0px;
	text-align: center;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #CC0000;
}
body#home #home_link, body#voorstellingen #voorstellingen_link, body#contact #contact_link, body#archief #archief_link, body#educatie #educatie_link, body#trainingen #trainingen_link {
	background: #CC0000;
}
#home_link, #voorstellingen_link, #contact_link, #archief_link, #educatie_link, #trainingen_link, #menu_contactgeg {
	background: #000000;
}
/* wrapper */

#inhoud {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 924px;
	background-color: #ffffff;
}
#top {
	position: absolute;
	width: 924px;
	top: 7px;
	z-index: 1;
}
#midden {
	position: relative;
	width: 854px;
	top: 100px;
	left: 70px;
	z-index: 2;
}
#bodem {
	position: relative;
	width: 854px;
	top: 100px;
	left: 70px;
	z-index: 3;
	text-align: right;
}
h1 {
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 10;
	font-size: 24px;
}

.menuTitelAfb {
	padding: 10px;
	left: 30px;
	top: 0px;
}
.pagTitelAfb {
	left: 0px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.kap_kop {
	font-weight: bold;
	text-transform: uppercase;
}


.subMenu {
	padding: 0;
	width: 192px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

.subMenu ul {

	margin:0;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	
	width: 100%;
}
.subMenu li {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	width: 100%;
	height: auto;
}
.subMenu a {
	float: left;
	width: 100%;
	font: 11px Arial;
	color: white;
	text-decoration: none;
	background-color: black;
	border-top: 1px solid white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../afb/pijl_rechts_z.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.subMenu a:hover {
	background-color: #DE0000;
	color: white;
	background-image: url(../afb/pijl_rechts.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.subMenu a.selected {
	background-color: #DE0000;
	color: white;
	border-color: #DE0000;
	border-top: 1px solid white;
	background-image: url(../afb/pijl_rechts.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#infoveld{
	background-color: #F2F2F2;
	font-size: 11px;
	color: #333;
}
.formveld{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formveld2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #DE0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.btnOff{
	background-color: #000;
}
.btnOn{
	background-color: #DE0000;
} 