body { 
	font-size: 12px; 
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
	color: #181f3b;
	background-color: #fff; 
	margin: 5px 0; 
	padding: 0;
	}

a img{
border: 0;
}

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

a:hover { 
	text-decoration: underline;
}

h1, h2, h3{
	font-size: 12px;
	font-weight: bold;
	color: #011b7b;
	padding: 0;
	margin: 20px 0;
}

.nieuws{
	margin: 20px 0 0 0;
}

h2{
	margin: 10px 0;
	font-size: 12px;
}

h3{
	margin: 0;
	font-size: 11px;
}

form{
	margin: 0;
}


ul{
	padding: 0;
	margin-left: 15px;
}

.fout{
	color: red;
	font-size: 8pt;
	text-align: center;
}

#container { 
	width: 761px;
	margin: 0 auto;
}

#shadow_top {
	height: 11px;
	background-image: url(../images/shadow_top.jpg);
	background-repeat: no-repeat;
	/* IE6 height fix*/
	font-size: 0;
}

#shadow_bottom {
	height: 14px;
	background-image: url(../images/shadow_bottom.jpg);
	background-repeat: no-repeat;

}

#box{
	border-right: 1px solid #ecedef;
	height: 577px;
}

#head{
	height: 167px;
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
}


#logo a{
	float: left;
	display: block;
	height: 100px;
	width: 135px;
	margin: 30px 0 0 7px;

}

#main{
	height: 410px;
	width: 100%;
}

#menu{
	float: left;
	width: 143px;
	height: 395px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	color: #fff;
	padding: 15px 20px 0 10px;
	overflow: hidden;

}

#menu h1{
	font-size: 12px;
	margin: 0 0;
	color: #fff;
	
}

#menu a, #menu a:hover{
	color: #fff;
	text-decoration: none;
}

#menu ul{
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 11px;
}
#menu li{
	list-style-type: none;
	padding: 0 0 0 15px;
}

.star{
	background-image: url(../images/star.gif);
}

#menu li:hover{
	background-image: url(../images/star_over.gif);

}

.star, #menu li:hover{
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.adress{
	margin-top: 30px;
	color: #011b7b;
	font-size: 10px;
}

#content{
	float: left;
	height: 390px;
	width: 393px;
	overflow: auto;
	padding: 10px 23px 10px 10px;
}

#content a{
	font-weight: bold;
}

#shadow_right{
	position: relative;
	top: -25px;
	float: right;
	width: 161px;
	height: 435px;
	background-image: url(../images/shadow_right.gif);
	background-position: right 25px;
	background-repeat: no-repeat;
}

#nieuws, #nieuws_kop, .nieuws_item, #nieuws_head{
	background-color: #fff;
	border-color: #f7b529;
	border-style: solid;

}

#nieuws{
	float: left;
	border-width: 1px;
	padding: 0 6px;
	width: 136px;
}

#nieuws_blok{
	height: 330px;
	overflow: hidden;
}

#logos{
	height: 59px;
	text-align: center;
	padding: 0 0;
}

#logos img{
	margin: 5px;
}

#nieuws_head, .nieuws_item{
	border-width: 0 0 1px 0;
}

#nieuws_head{
	padding: 4px 10px;
}

#nieuws_head h1, #nieuws_head a, #disclaimer a{
	margin: 0;
	color: #011b7b;
}

.nieuws_item{
	border-width: 0 0 1px 0;
	padding: 10px 10px;
	font-size: 10px; 
}

.nieuws_item h3{
	font-size: 11px; 
}

#disclaimer{
	float: left;
	text-align: center;
	width: 150px;
	padding-top: 4px;
	font-size: 10px;
}


/*Weblog*/

.tabel_cel_1, .top_tekst_div{
	font-size: 12px; 
	font-weight: bold;
	color: #011b7b;
	margin: 25px 0 10px 0;
	padding: 0 0;
}

.tabel_cel_2{
	margin: 5px 0 10px 0;
}

/* inschrijfformulier */

table{
	width: 370px;
}

td, input, select{
	font-size: 10px;
}
th{
	background-color: #f7b529;
}

textarea {
	width: 98%;
	font-size: 11px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif; 
}


td.error{
	width: 75px;
	
}
.error{
	color: #f00;
}
.verplicht{
	color: #f00;
}

.vacature td, .vacature input, .vacature select{
	font-size: 12px;
}

table .vacature {
	border-collapse: collapse;
}

.vacature th{
	background-color: #f9bc3d;
	text-align: left;
	
}
.vacature a{
	color: #000;
}
.vacature td, .vacature th{
	height: 18px;
	padding-left: 2px;

}

.vacature tr:hover{
	background-color: #a4abdd;
}

.paars{
	background-color: #eff1fe;
	line-height: 16px;
}
.geel{
	background-color: #fffdca;
		line-height: 16px;
}


@media print {
	
	#head, #menu, #shadow_right, #shadow_bottom, #shadow_top{
		display: none;
		visibility: hidden;
	}
	
	#content{
		width: 620px;
		font-size: 14px;
		line-height: 16px;
		overflow: visible;
		
	}
	
	#content h1{
		font-size: 16px;
	}


}
