@import url('menu.css');
@import url('forms.css');

/*
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
*/

* {
	margin:0px;
	padding:0px;
	border:0px;
}

a {
	color:#de7300;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}
a:hover { text-decoration:underline; }

pre{
	background:#FFFFFF;
}


html {
	width:100%;
	height:100%;
}

table{
	border:auto;
}

body {
	margin:0px;
	padding:0px;
	background:#232428;
	z-index:0;
	width:100%;
	height:100%;
}

body, p, td, li {	
	font-family:Arial;
	font-size:12px;
	color:#232428;
}

#top{
	height:15px;
}

#site {
	width:836px;
	margin: 0px auto 0px auto;
	padding: 0px;	
	z-index:1;
	border:1px solid #adb7c3;
	background:#294159;
}

#header {
	position:relative;
	width:822px;
	height:161px;
	margin: 10px 8px 0px 8px;
}

#logo{
	position:absolute;
	top:5px;
	left:22px;
}

#stem_vvd, #wordt_lid{
	position:absolute;
	top:90px;
	left:0px;
}

#wordt_lid{ top:144px; }
#poster{ 
	position:absolute;
	top:0px;
	right:0px;
}

#content {
	width:822px;
	margin: 0px 8px 6px 8px;
	min-height:400px;
	background:#ffffff url(../images/backgrounds/content.png) repeat-y top left;
}

#content_links {
	width:200px;
	padding:13px 0px;
	float:left;
	background:#ffb56c;
	min-height:400px;
}

#content_links h1{
	font-size:13px;
	background:#de7300;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	height:22px;
	line-height:22px;
	text-align:center;
}

#content_links img{
	margin:10px 20px;
}

#content_links .home_nieuws{
	padding:10px 0px;
	margin:10px;
	width:180px;
	border-bottom:1px solid #ffdda7;
}

#content_links .home_nieuws img{
	float:left;
	margin:0px 15px 0px 0px;
}

#content_rechts {
	width:588px;
	min-height:400px;
	float:left;
	padding:17px;
}

#home_rechts {
	width:588px;
	min-height:400px;
	float:left;
	padding:17px;
}

#content_rechts h1, h2, h3,
#home_rechts h1{
	font-size:13px;
	color:#de7300;
	font-weight:bold;
	margin-bottom:10px;
}

#content_rechts p{
	margin-bottom:15px;
	line-height:140%;
}

#home_rechts p{
	margin-bottom:15px;
	line-height:140%;
	width:388px;
}

#content_rechts ul{
	margin:0px 0px 15px 15px;
	padding:0px;
}

#content_rechts ul li{
	margin:2px 0px;
}

#content_rechts .nieuws {
	text-align:justify;
}

#content_rechts .nieuws img{
	float:left;
	margin:0px 5px 15px 0px;
}

#content_rechts .nieuws .h1{
	font-size:13px;
	color:#de7300;
	font-weight:bold;
	margin-bottom:10px;
}

#content_rechts .nieuws p{
	float:left;
	width:450px;
}



#content_rechts table.archive{ width:590px; }
#content_rechts table.archive tr.row_even{  }
#content_rechts table.archive tr.row_odd{  }

#home_rechts .home_box{
	clear:right;
	float:right;
	width:200px;
	background:#ffb56c;
	margin:-30px 0px 40px 0px;
}

#home_rechts .home_box h1{
	font-size:13px;
	background:#de7300;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	height:22px;
	line-height:22px;
	text-align:center;
}

#home_rechts .home_box div{
	padding:5px 7px;
	border-bottom:1px solid #ffd8a7;
	margin:0px 10px;
}

#home_rechts .home_box div a{
	margin-left:15px;
}

#home_rechts .home_box div img{
	margin-right:18px;
	float:left;
}

.reageren{
	width:590px;
}

#breadcrumb {
	width:300px;
	margin:0px 0px 15px 0px;
}

#breadcrumb h1 {
	font-size:13px;
	color:#de7300;
	font-weight:bold;
	margin:0px;
	display:inline;
}

#copyright {
	width:590px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#d4d4d4;
	border-top:1px solid #d4d4d4;
	font-size:11px;
	margin-top:15px;
}

.tussenruimte {
	width:100%;
	min-height:25px;
	_height:25px;
}

.hor_bar{
	clear:both;
	width:590px;
	height:1px;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	background:#d4d4d4;
	margin:15px 0px;
}


.clear, #home_rechts .home_box .clear {
 	clear:both;
	margin:0px;
	padding:0px;
	border:0px;
}

.form{
	clear:both;
	margin-bottom:10px;
	height:25px;
	width:370px;
}

.form_label{
	width:150px;
	float:left;
}

.form_value{
	width:210px;
	float:left;
}

input.submit_button{
	margin-left:150px;
}