@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
a:link    {color: #000000; text-decoration:none;}
a:visited {color: #000000; text-decoration:none;}
a:hover   {color: #000000; text-decoration:underline;}
a:active  {color: #000000; text-decoration:none;}
h1 {
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 32px;
}
h2 {
	font-size: 22px;
	margin: 10px auto 10px;
}
img {
	margin: 5px;	
}
body {
	background-color: #666666;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	padding-top: 6px;
}
#header {
	position:relative;
	float:left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 135px;
	width: 966px;
	cursor: pointer;
}
#container {
	position:relative;
	width:966px;
	margin:0 auto;
	padding:0;
}
#body {
	position:relative;
	float:left;
	width:960px;
	border-left:3px solid #333333;
	border-right:3px solid #333333;
	background-color:#FFFFFF;
	height:auto;
}
#body #menu {
	position:relative;
	float:left;
	width:294px;
	color:#333333;
	font-weight:bold;
	text-align:right;
	padding-top:10px;
	padding-left:13px;
	padding-right:13px;
	font-size:24px;
	line-height:44px;
}

#body #menu a {
	color:#333333;
}

#body #menu .active {
	color:#f4eb12;
}

#body #menu .contact {
	position:absolute;
	float:left;
	bottom:-20px;
	left:13px;
	text-align:center;
	font-size:15px;
	color:#999999;
	width:294px;
}
#body #content {
	position:relative;
	float:left;
	padding:12px;
	padding-top:20px;
	width:612px;
	border-left:1px solid #cccccc;
}
#body #content p {
	margin-bottom:10px;
}
#footer {
	position:relative;
	float:left;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	width:966px;
	height:54px;
	z-index:0;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}
.bestuur {
	background: #FFFFFF;
	border: 1px solid #808080;
	float: left;
	padding: 1px;
	margin: 0px;
}
.bestuurslid {
	height: 300px; 
	overflow: -moz-scrollbars-vertical; 
	overflow-x: hidden; 
	overflow-y: auto;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#sortable { width: 60%; }
#sortable li { margin: 5px; padding: 3px; height: 1.2em; border: 1px solid black; }
.paginationControl { text-align: center; }
.paginationControl .disabled {color: #FFFFFF;}
input[type="radio"] { 
	margin-right: 5px;
} 