html, body{
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color:#333;
	margin:0;
	padding:0;
	background-color:#BBB;
	background-image:url(/images/2010/head.gif);
	background-repeat:repeat-x;
	background-position:top center;
}
a, a.default{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul, li{
	list-style:none;
}
img{
	border:0;
}

/* ubb images */
img.floatleft{
	float:left;
	padding:0 10px 5px 0;
}
img.floatright{
	float:right;
	padding:0 0 5px 10px;
}
form{
	margin:0;
}
table{
	border-collapse:collapse;
}
.error{
	/*color:red;*/
}
.noshow{
  display:none;
}
.error{
  color:red;
}
h1{
  font-size:18px;
  padding:10px 0 2px 0;
  margin:0 0 10px 0;
  border-bottom:1px solid #BFBFBF;
  font-family:helvetica;
  font-weight:normal;
}
div.main {
	border:2px solid #000;
	background:#DDD;
	width:990px;
	margin:0 auto;
	overflow:auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
div.left{
	float:left;
	width:250px;
	

}
ul.baseMenu{
	margin:20px 10px;
	padding:20px 0 ;
	background-color:#003853;
	border-right:2px solid #666;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
ul.baseMenu li{
	margin:4px 14px;
	padding:0;
	border-left:7px solid #FDD;
	border-bottom:1px solid #FDD;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	background:-moz-linear-gradient( top, #003853, #666);

}
ul.baseMenu li a{
	font-size:13px;
	color:#333;
	line-height:25px;
	display:block;
	padding:0px 10px;
	color:#AAA;
	
}
ul.baseMenu li.sel a{
	border-right:7px solid #FDD;	
}
ul.baseMenu li a:hover{
	background:#aaa;
	color:#666;
}

ul.baseMenu li ul{
	display:none;
	margin:5px 0 10px 10px;
	padding:0;
}
ul.baseMenu li.sel ul{
  display:block;
}
ul.baseMenu li ul li{
	border:0;
	margin:0;
	padding:0;
	border-bottom:1px solid #333;
}
ul.baseMenu li.sel ul li a,
ul.baseMenu li ul li a{
	font-size:10px;
	border:0;
}
ul.baseMenu li ul li.sel a, ul.baseMenu li ul li a:hover{
  padding:0px 8px 0 16px;
  border-right:8px solid #AAA;
}
div#inhoud{
	float:left;
	width:708px;
	padding:15px;
	min-height:500px;
	background:#FFF;
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div#inhoud #box {
	padding:15px;
}
ul.scoops{
  font-size:10px;
  padding:20px 0 0 0;
  margin:0;
  text-align:right;
}
ul.scoops li.top{
  font-weight:bold;
  padding:10px 5px 2px 2px;
  border-bottom:2px solid #fff;
}
ul.scoops li{
  padding:2px 5px;
  
}
.text a{
  color:#666;
	font-weight: bold;
	text-decoration:none;
}
.text a:hover{
	text-decoration:underline;
}
.right{
  float:right;
  width:200px;
  margin-right:10px;
}

body > div#inhoud{
  height:auto;
}
div.login{
  text-align:right;
  float:right;
  width:615px;
  padding:0;
  margin:2px 10px;
}
div.login p{
  margin:0;
  padding:0;
}
div.login form{
  font-size:10px;
}
div.login form input{
  border:0px;
  background-color:#C5DFE0;
  height:12px;
  font-size:9px;
}
div.login label{
  font-weight:bold;
  
}
h5{
  height:40px;
  background-position:center bottom;
  background-repeat:no-repeat;
  margin:0px;
  padding:0px;
  padding-top:30px;
}
h5 a{
  display:none;
}
h5 a span{
}
h5 a.title {
	width:950px;
	margin:0 auto;
	display:block;
	font-size:40px;
	color:#003853;
	font-family:"lucida sans", "Segoe UI", calibri, verdana;
	
}
h5 a.title span {
	background:#DDD;	
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 20px;
}
h5 img{
  display:none;
}
table{
	border-collapse:collapse;
}
table td, table th{
	vertical-align:top;
}
h2{
	font-size:14px;
	margin:10px 0 10px 0;
}
.bottom{
	clear:both;
	line-height:15px;
	border-top:2px solid #FFF;
	text-align: center;
	border-top:4px solid #720;
	border-left:2px solid #720;
	border-right:2px solid #720;
	background:#CAA;
	margin:0 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.bottom p{
  margin:0;
  padding:0;
  background:#E7E8E8;
}
/*form*/

form.login{
  width:400px;
}
form.algemeen{
  border:2px solid #AAA;
  background:#CBDFDE;
  padding:10px;
}
form.algemeen label{
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	width:140px;
	line-height:20px;
	padding-right:10px;
}
form.algemeen > input{
	margin:4px 0;
}
form.algemeen input{
  border:2px solid #AAA;
  background:#FBFBFB;
}
.nieuws{
}

.nieuws a.image{
  display:block;
  float:left;
  border-right:1px dotted #BFBFBF;
  padding:0 10px 0 0;
  margin:0 10px 0 0;
  width:50px;
  height:50px;
}
.nieuws div.teaser{
  padding:0;
  margin-bottom: 25px;
}
.nieuws div.teaser img{
  float:right;
  padding:0 0 10px 10px;
}
.nieuws div.teaser b{
  display:block;
  margin-bottom:8px;
}
.nieuws .preface{
  font-weight:bold;
}
.nieuws h1{
  height:15px;
  margin-bottom: 5px;
}
.nieuws h1 span{
  float:left;
}
.nieuws h1 a{
  float:left;
}
.nieuws h1 .date{
  float:right;
  font-size: 11px;
}

.reply .code{
  border:1px solid #333;
  padding:5px;
}

form.reactieform{
  margin:0;
  padding:0;
  width:550px;
  float:left;
}
form.reactieform table{
  width:550px;
  border-collapse:collapse;
}
form.reactieform label{
  float:left;
  width:120px;
}
form.reactieform input, form.reactieform select, form.reactieform textarea{
  background:#FAFAFA;
  border:2px solid #DDD;
  margin:0 0 4px 0;
}
form.reactieform textarea{
  width:300px;
  height:80px;
}
form.reactieform .noborder{
  border:0;
}
/*agenda*/

table.datum{
  margin-top:20px;
  float:right;
  width:200px;
}
table.datum th{
  background:#EEE;
  border-bottom:1px solid #333;
}
table.datum td{
  text-align:center;
}
table.datum td a{
  display:block;
}
table.datum td a.seldate{
  background:#7CADB1;
}
table.datum td.nodate{
  background:#EEE;
}
.calender{
  
}
.calender img.agenda{
  float:right;
  padding:0 0 10px 10px;
}
.calender p{
  margin-bottom:20px;
}

table.bigDatum{
  margin-top:20px;
  width:550px;
  text-align:center;
}
table.bigDatum th{
  background:#DDD;
  border-right:1px solid #333;
  border-bottom:1px solid #333;
}
table.bigDatum th.datumdag{
  border-bottom:2px solid #333;
}
table.bigDatum th.datumweek{
  border-right:2px solid #333;
}

table.bigDatum td{
  border-right:1px solid #333;
  border-bottom:1px solid #333;
  min-height:40px;
  background:#FFF;
  vertical-align:middle;
  height:40px;
  width:13%;
}
table.bigDatum td a{
  display:block;
}
table.bigDatum td a{
  display:block;
  background:#AAA;
}

