body { 
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 13px; 
	color: #080134;
	margin: 0; 
	padding: 0;
	background-color: #fff; 
	
}

div{
	float: left;
}
a img{
	border: 0;
}

a:link, a:visited, a:hover { 
	color: #080134;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.link{
	visibility: hidden;
}

#balk_menu a:hover, #nieuwshead a:hover, #head a:hover{
	text-decoration: none;
}


.balk{
	/* height: 51px; border 1px*/
	height: 0px;
	width: 100%;
	background-color: #080134;
	border-bottom: 0px solid #413c63;

}

h1{
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

h2{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 10px; 
	line-height: 14px;
}

h3, h3 a:link, h3 a:visited{
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#balk_body{
	position: absolute;
	top: 116px;
	left: 0;
}	

#container, #shadow_bottom{
	float: none;
	width: 988px;
	margin: 0 auto;
}

#container{
	height: 768px;
}

#shadow_bottom{
	height: 30px;
	background-image: URL(../images/shadow_bottom.jpg);
	background-position: center 0px;
	
}

.shadow{
	width: 19px;
	height: 100%;
}

.left{
	background-image: URL(../images/shadow_left.jpg);
}

.right{
	background-image: URL(../images/shadow_right.jpg);
}

#site{
	position: relative;
	z-index: 2;
	width: 948px;
	height: 100%;
	background-color: #f2f2f5;
	border-width: 0 1px 1px 1px;	
	border-color: #080134;
	border-style: solid;
	overflow: hidden;
}

#head{
	width: 100%;
	height: 116px;
	background-image: URL(../images/ofm_logo.jpg);
	background-repeat: no-repeat;
}

#head a{
	display: block;
	width: 165px;
	height: 95px;
	margin: 10px 0 0 30px;
}

#balk_site{
	position: relative;
	z-index: 2;
}

#arrow{
	width: 15px;
	height: 100%;
	background-image: URL(../images/arrow_balk.jpg);
	background-repeat: no-repeat;
}

#balk_menu{
	float: right;
	width: 131px;
	height: 100%;
	margin-right: 32px;
	padding-left: 11px;
	background-image: URL(../images/balk_menu.jpg);
	background-repeat: no-repeat;

}

#balk_menu a{
	display: block;
	float: left;
	height: 30px;
	width: 28px;
	margin: 10px 0 0 2px;
	overflow: hidden;
}

#nieuwsbalk{
	width: 183px;
	height: 652px;
	padding: 10px 15px 0;
	overflow: hidden;
}

#nieuwshead{
	width: 183px;
	height: 32px;
	color: #f80838;
	background-color: #9e9baf;
	background-image: URL(../images/nieuws_overzicht.jpg);
	background-position: 0 0px;
}

#nieuwshead a{
	display: block;
	height: 100%;
	width: 100%;
}

.nieuwsitem{
	width: 155px;
	margin-top: 20px;
	padding: 13px;
	line-height: 16px;
	border: 1px solid #f80838;
	background-color: #c3c2ce;
	overflow: hidden;
	font-size: 12px;
	
}

.nieuwsitem h1{
	color: #fff;
	margin-top: 0;
}

.nieuwsitem ul{
	margin: 0 0 0 15px;
	padding: 0;
}

.nieuwsitem a{
	font-style: italic;
}

#main{
	position: relative;
	top: -99px;
	left: 0;
	width: 701px;
	height: 740px;
	border-width: 1px;	
	border-color: #9e9baf;
	border-style: solid;
	background-color: #fff;
}

#menu{
	height: 24px;
	width: 665px;
	padding: 8px 0 0 36px;
	background-color: #9e9baf;
	font-size: 12px;
	word-spacing: 5px;
		color: #fff;
}

#menu a:link, #menu a:hover, #menu a:visited, #menu a:active{
	color: #fff;
}

#submenu{
	/*height: 24px;
	width: 100%;
	background-color: #9e9baf;
	*/
}

#content{
	height: 570px;
	width: 631px;
	padding: 20px 35px;
	overflow: auto;
}

#content a, #content a:hover, #content a:visited{
	color: #f80838;
}

#fotobalk{
	width: 666px;
	height: 98px;
	padding-left: 35px;
	background-color: #c3c2ce;
}

.fotoblok{
	width: 190px;
	height: 90px;
	margin-top: 4px;
	background-position: center;
}

.midden{
	margin: 4px 30px;
}


/* weblog*/
#content div{
	float: none;
}
.formulier{
	width: 430px;

}

.webloginfo{
	font-style: italic;
	padding-bottom: 20px;
}
.top_tekst_div{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.tekst_div{
	margin-bottom: 25px;
}

.error{
	color: red;
}

th{
	text-align: left;
}

@media print {
	
	#head, #nieuwsbalk, .balk, .shadow, #menu, #shadow_bottom{
		display: none;
		visability: hidden;
	}
	
	#container, #site, #main{
		position: static;
		width: 100%;
		height: 100%;
		border: 0;
		overflow: visible;
	}

	#content{
		font-size: 12px; 
		width: 99%;
		height: 100%;
		border: 0;
		margin: 0;
		padding: 0;
		overflow: visible;
	}

}