* {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
}
img{ border: 0px;}
a {
	color: #000;
}
a:hover{
	text-decoration: none;
}
img{
  border: 0px;
}
#mainbody{    background:white url(/pict/behang.gif);
}
html, body, textarea, td {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    font: normal 0.9em Verdana, sans-serif;
    color: #000;
    line-height: 16pt;
}
ul{
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 16pt;
}
/* container */
.clear {
	clear: both;
}
#container {
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	background-color: white;
	background-repeat: no-repeat;
	background-image:url(/pict/container2.gif);
	position: relative;
}
* html > #container {
	height: 100%;
}
#header {
	height: 184px;
}
/* header */
#logo{
    float: left;
    height: 180px;
}
#url{
    float:left;
	padding: 20px 5px 0px 80px;
}

#header_menu{
    float: right;
    height: 154px;
}
#menu{
    padding: 40px 0px 0px 10px;		
    float: left;
    margin-bottom:60px; 
}
#content{
    float: right;
    width: 660px;
    * width: 580px;
    padding: 40px 40px 5px 40px;
    margin-bottom:50px;
}
#homeimg{
    padding: 0px 20px 0px 20px;
    width: 880px;
}
.maincontent{
	background: white;
	padding: 0px 5px 5px 5px;
	min-height: 300px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
    width: 900px;
    text-align: center;
    padding: 7px 0px 0px 0px ;
 	height: 44px;
 	* height: 37px;
	vertical-align: middle;
    background-image:url(/pict/footer2.gif); 
}
#faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 800px;
}
/* footer */

#f_left{
   float: left;
   padding: 0px 0px 0px 40px;	
}
#f_right{
   float: right;
   padding: 0px 40px 0px 0px;	
}
#f_right a{
	color: #000;
	text-decoration: none;
}
#f_right a:hover{
	text-decoration: underline;
}
/* adminmenu */
#a_menu{
	float: right;
	padding:27px 35px 0px 0px;
}
#a_menu ul{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#a_menu li{
	display: inline;
	list-style-type: none;
}
#a_menu a{
    padding: 2px 5px 2px 5px;
	background: #dd2619;
	color: #fff;
	text-decoration: none;	
}
#a_menu a:hover{
	background: #444;
	color: #fff;
}
#amenu a.a_leeg:link, a.a_leeg:visited, a.a_leeg:hover, a.a_leeg:active{
  background: green;
}

/* topmenu */
#t_menu{
	padding: 13px 55px 0px 0px;
}
#t_menu a{
	text-decoration: none;	
}
#t_menu a:hover{
	background: #444;
}
/* zoek */
#zoek{
	margin: 0px auto;
	text-align: center;
}
/* fotolijst */
.flijst{
  background: #cdcdcd;
}
/* nieuws */
#n_toon{
  float: left;
  border-right: 1px dotted #a3a3a3;
  padding: 0px 10px 0px 0px;
  width: 340px;
  * width: 330px;
  
}
#n_lijst{
  float: right;
}

.n_tabel{
  width: 220px;
}
.n_kop{
  background: #01225a;
  color: white;
  padding-left: 10px;
}
.n_bericht{
  background:#fff;
  border-bottom: 1px solid #a3a3a3;
  padding: 5px 5px 5px 5px;
}
#n_lijst a{
 	text-decoration: none;	
}
/* b_menu */
#b_menu{
	height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#b_menu ul {
    margin: 0;
    padding: 0;
}
#b_menu li {
   float: left;
}
#b_menu li a {
   display: block;
   text-decoration:none;
   font-weight:bold;
   background: #a9a9a9;
   text-align: center;
   color: #fff;
   padding: 2px 5px;
   margin: 2px;
}
#b_menu li a:hover {
   background: #d9d395;
   color: #01225a;
}
#b_menu li a.actief {
   background: #d9d395;
   color: #01225a;
}
/* v_list */
#v_list table tr{
  background: #e7e7e7;
  cursor: hand;
}

#v_list table tr.actief{
  background: #d9d395;
  cursor: hand;
}
#v_list table tr.clean{
  background: #fff;
}

#v_list table td{
  padding: 0px 3px;
}
#v_list table a{
  text-decoration: none;
}
/* aanmelden vacature*/
.verplicht{
	border: 1px solid red;
}
td.v_telefoon{
  width: 90px;
}
td.v_dienstverband{
  width: 180px;
}
