<!--

body {
	margin:0px;
	padding:0px;
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#FCFCFC;
}


div#content {
	margin:0px auto;
	width:970px;
	background-color:#ededed;	
}

div#header {
	
}

.vertical_left {
	border-left:1px solid white;
}
.vertical_right {
	border-right:1px solid white;
}

.horizontal_bottom {
	border-bottom:1px solid white;
}

.horizontal_top {
	border-top:1px solid white;
}


div#menuBar {
	background:#dad9dd;
}

div#menu {
	background:#d5e2f4;
	width:570px;
	height:20px;
	padding-top:4px;
	padding-left:5px;
}

div.menuItem {
	display:inline;
	padding-left:8px;
	padding-right:8px;	
}
div.menuItem a {
	color:#052a29;
	font-weight:bold;

	text-decoration:none;
}

div.menuItem a:hover {
	border-top:2px solid white;
}

div.menuItem a.active {
	border-top:2px solid white;
}

div#pageTitle {
	background:#e4d8cf;
}

div#pageTitleLeft {
	background-color:#f0bf9f;
	width:200px;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:3px;
	height:30px;
}

h1 {
	color:white;
	font-size:20px;
	margin:0px;
	padding:0px;
	float:left;
	border-bottom:3px solid white;
	font-weight:bold;
}

div#submenu {
	display:inline;
	positoon:relative;
	top:20px;
	float:right;
	padding-top:10px;
	padding-right:450px;
}

div#submenu a {
	color:#712a7a;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;	
}

a {
	color:#712a7a;
}
div#submenu a:hover {
	text-decoration:underline;	
}

h3 {
	font-size:14px;
}


div#mainContent {
	background:#ededed;
}

div#rightContent {
	background-color:#daeaf2;
	padding:15px;
	width: 680px; 
	position: relative; 
	float: right; 
	min-height: 350px; /* sets min-width value for all standards-compliant browsers */
	
}

div#rightContentWidth {
	background-color:#daeaf2;
	padding:15px;
	width: 940px; 

	float: left; 
	min-height: 350px; /* sets min-width value for all standards-compliant browsers */
	
}
* html div#rightContent {
  	height: expression( this.scrollHeight < 350 ? "350px" : "auto" ); /* sets min-height for IE */
  	min-height: 350px; /* sets min-height value for all standards-compliant browsers */

}
div#leftPhoto {
	position: relative; 
	float: left; 
	width:250px;
}

div#footer{
	background:#e4d8cf;
	text-align:center;
	clear:both;
	padding:1px;
}

div#footer a{
	font-size:9px;
	color:#b06c3f;
	text-decoration:none;		
}
table#bestuursleden {
	font-size:15px;
	color:white;
}

table#bestuursleden td.personName{
	text-align:right;
	padding-right:15px;
}

table#bestuursleden tr.colored td{
	background:#d2c1b7;
}
table#bestuursleden tr.colored2 td{
	background:#c8b7cd;
}


table#bestuursleden img{
	border-left:2px solid white;
	border-right:2px solid white;

}
h4 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}

h3 {
	text-align:left;
	color:#712a7a;
	padding-left:10px;
	text-transform:uppercase;	
}
-->
