body {
	background-color: #FFF;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	margin-bottom: 20px;
}

input, select, textarea {
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.form_error, select.form_error, .form_error, .form_error:hover, .checkbox_form_error {
	border: 1px solid #FF0000;
	background-color: #FFFCE2;
	background-position: right;
	background-repeat: no-repeat;
}

input.form_error, select.form_error, .form_error, .form_error:hover {
	background-image: url(../../img/warning.gif);
}

h1 {
	font-size: 18px;
	color: #94AA9E;
	margin-bottom: 40px;
}

h2 {
	font-size: 14px;
	color: #94AA9E;
	margin-bottom: 5px;
	margin-top: 0;
}

hr {
	background-color: #c9d4ce;
	border: none;
	clear: both;
	color: #c9d4ce;
	height: 1px;
	margin-top: 20px;
}

/*** Containers ***/
#wrap {
	margin: 10px auto;
	width: 640px;
}

#wrap1 {
	/* background: url(../../img/vvorbg1.gif) repeat-y left #FFF; */
	border-left: 3px solid #999;
	border-right: 3px solid #999;
}

#wrap2 {
	/* background: url(../../img/vvorbg2.gif) repeat-y right #FFF; */
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 10px;
	position: relative;
}

#content {
	background-color: #FFF;
	margin-left: 0;
	
	
}


#sidebar {
	width: 320px;
}

#mission {
	font-size: 12px;
	font-style: italic;
	height: 100px;
	line-height: 18px;
	margin: 10px 0;
	margin-left: 40px;
	margin-right: 40px;
}

#side1 {
	background: url(../../img/side1bg.gif) repeat-x #FFF;
	border: 1px solid #94AA9E;
	margin: 20px 0;
	padding: 10px;
}

#side1:hover {
	/* background: url(../../img/side1bg-over.gif) repeat-x #FFF; */
	border: 1px solid #6C5F68;
}

#side1 a:link, #side1 a:visited {
	color: #5E7769;
}

#side2 {
	border: 1px solid #c9d4ce;
	margin: 10px 0;
	padding: 10px;
}

.side-button {
	margin: 40px 0;
}

#footer {
	color: #666;
	clear: both;
	font-size: 10px;
	height: 15px;
	margin: 0 10px 10px 10px;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

/*** Classes ***/
td.boord-side {
	padding: 10px;
	padding-right: 0;
}

td.boord-content {
	padding: 10px;
	padding-left: 0;
}

.tekst {
	clear: both;
	margin: 20px 0 20px 40px;
	padding-top: 20px;
}

.tekst img {
	margin-left: 5px;
}

.nieuws {
	border: 1px solid #EEE;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 10px;
}

.nieuws a:link, .idk a:visited {
	color: #6C5F68;
	text-decoration: underline;
}

.nieuws a:hover {
	background-color: #6C5F68;
	color: #FFF;
	text-decoration: none;
}

.nieuws-vvor {
	/* background: url(../../img/bulletvvor.gif) no-repeat; */
	background-position: 0 3px;
	clear: both;
	/* padding-left: 50px; */
	font-size: 12px;
	margin-bottom: 10px;
	min-height: 50px;
}

.nieuws-vvor a:link, .nieuws-vvor a:visited {
	color: #6C5F68;
	text-decoration: underline;
}

.nieuws-vvor a:hover {
	background-color: #6C5F68;
	color: #FFF;
	text-decoration: none;
}

.nieuwsbg {
	background: url(../../img/nieuws-vvorbg.gif) no-repeat;
	border: 1px solid #c9d4ce;
	margin-bottom: 20px;
	padding: 10px;
}

.date {
	font-size: 11px;
	text-align: right;
	color: #999;
}

.titel {
	font-size: 24px;
	color: #999;
	margin: 50px 5px;
}

.subtitel {
	font-size: 14px;
	color: #94AA9F;
	font-weight: bold;
	padding: 10px 0;
}

.smaltitel {
	font-size: 18px;
	color: #CCC;
}

a:link, a:visited {
	color: #94AA9F;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

.titel_form {
	width: 140px;
	text-align: right;
}

/* Navigatie */
#menucontainer ul {
	background-color: #E8ECEA;
	background-image: url(../../img/menubg.gif);
	color: #FFF;
	font-size: 1em;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: relative; /* navigatie tevoorschijn toveren voor IE 6 */
	width: 100%;
}

#menucontainer ul li {
	display: inline;
}

#menucontainer ul li a {
	background-color: #E8ECEA;
	border-right: 1px solid #fff;
	color: #FFF;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	float: left;

}

#menucontainer a:link, #menucontainer a:visited {
	background-image: url(../../img/menubg.gif);
	background-color: #E8ECEA;
	color: #666;
	text-decoration: none;
}

#menucontainer a:hover {
	background-image: url(../../img/menubg-over.gif);
	background-color: #6C5F68;
	color: #FFF;
}

.menulist li #current {
	background-image: url(../../img/menubg-on.gif);
	background-color: #6C5F68;
	color: #FFF;
}

/*** Popup image ***/
.pic {
	background-color: #FFF;
	float: right;
	height: 120px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	width: 160px;
}

.pic a .large {
	border: 0px;
	display: block;
	height: 0px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 0px;
}

.pic a img {
	border: 0;
}

.pic a.p1, #pic a.p1:visited {
	background: #FFF;
	border: 1px solid #F3F5F4;
	display: block;
	height: 120px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 160px;
}

.pic a.p1:hover {
	background-color: #FFF;
	color: #000000;
	cursor: default;
	text-decoration: none;
}

.pic a.p1:hover .large {
	border: 1px solid #F3F5F4;
	display: block;
	height: 240px;
	left: -360px;
	position: absolute;
	top: -60px;
	width: 320px;
}

.activiteit-vvor {
	margin-right: 5px;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
}

.twtr-hd {
	display:none;
	}
	
	span.rechtspraak_datum
{
	font-size:.9em;
	color:#666;
}

ul.rechtspraak_ul
{
	margin:0px;
	padding:0px;
}

ul.rechtspraak_ul li
{
	margin:0px;
	list-style:none;
	padding-bottom:15px;
	padding-left:20px;
	background:url(../../img/bullet.jpg) no-repeat 0px 4px;
}

.rechtspraak_button
{
	text-align:right;
	margin-right:9px;
	margin-left:9px;
	padding-top:14px;
	padding-bottom:5px;
	border-top:1px solid #c3ccc7;
}