/* CSS Document */
body {
	margin: 0px;
}
.txtNaw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #382C50;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.navBG {
	background-image:  url(../imgs/nav_bg.gif);
	background-repeat: repeat-y;
}
.titel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #382C50;
}
.titelCursief{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #382C50;
	font-style: italic;
}
.topAlign {
	vertical-align: top;
}
.rightAlign {
	text-align: right;
}
#formulier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #382C50;
	text-decoration: none;
	padding: 3px;
}
.centerAlign {
	text-align: center;
}
.subButton {
	background-color: #99CC00;
	border: 1px solid #000000;
	cursor: hand;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #382C50;
	text-decoration: none;
	line-height: 140%;
	padding: 10px;
	/* padding-left: 10px; */
}
#content p {
	line-height: 140%;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	text-align: center;
	color: #382C50;
	font-weight: bold;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-color: #99CC00;
	/*display:block;*/
	color: #382C50;	
}
#content img{
	position: relative;
	float: right;
}
#leden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #382C50;
	text-decoration: none;
	padding: 20px;
}
#leden img{
	vertical-align: middle;
	margin-right: 15px;

}
.titel2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	color: #99CC00;
	font-weight: bold;
	text-transform: uppercase;
}

#leden a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	text-align: center;
	color: #382C50;
	font-weight: bold;
}
#leden a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	background-color: #99CC00;
	/*display:block;*/
	color: #382C50;
	font-weight: bold;	
}
#menu ul{
	/* margin: 0; */
	border-left: 1px solid #2A3D56;
	border-right: 1px solid #2A3D56;
	border-bottom: 1px solid #2A3D56;
	/* border-right: 1px solid #2A3D56; */
	padding-top: 0px;
	width: 120px;
	margin-left: 30px;
	background-color: #EBE9ED;
	list-style: none;
}

#menu li {
	/*display: inline;*/
	
	padding-left: 0px;
}
#menu a {
	border-bottom: 1px solid #2A3D56;
	height: 30px;
	width: 120px;
	text-decoration: none;
	color: #2A3D56;
	padding-left: 10px;
	padding-top: 15px;
	background-color: #EBE9ED;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
}

#menu a:hover {
 	border-bottom: 1px solid #2A3D56;
	height: 30px;
	width: 120px;
	color: #2A3D56;
	text-decoration: none;
	padding-left: 10px;
	background-color: #B4B0BD;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
}

#subNav a {
	height: 20px;
	text-decoration: underline;
	color: #99CC00;
 	padding: 5px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}
#subNav a:hover {
	height: 20px;
	text-decoration: none;
	color: #382C50;
 	padding: 5px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}
-->

