html {
	height:100%; 
	max-height:100%;  
	padding:0; 
	margin:0; 
	}
	
* {
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}

body {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0;  
	background:#98BED6; 
	
	font-family: arial, Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	}
table {
	font-size:12px;
}
	
h1 {
	font-size:17px;
	color:#000;
	margin:0;
	}
	
	
p {
	/* width:450px; */
}	
	
p.desc {
	width: 250px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 3px;
}	
	
#logoheader {
	position:relative; 
	margin:0; 
	top:0; 
	left:0; 
	width:100%; 
	height:28px; 
	background: #F7EFD6; 
	z-index:600; 
	overflow:hidden; 
	color:#000;
	}
#logoheader a {
	color:#000;
}	
	
#head {
	position:relative; 
	margin:0; 
	top:0px; 
	left:0; 
	width:100%; 
	height:61px; 
	background:url(../img/style1/bg_boven.jpg) 0 0 no-repeat #DB7200; 
	z-index:7; 
	}
	
#menuboven {
	position:relative;  
	overflow:hidden;
	z-index:500; 
	 	
	left:0px; 
	width:100%; 
	height:22px; 
	  
	margin:0px; 
	
	background:#DB7200;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	}

.menuboven_nav {
    text-transform: uppercase;
	font-weight:bold;
	font-size:12px;
}
    
.menuboven_nav a {
	font-size:12px;
	text-decoration: none; 
	color: white;
}
.menuboven_nav a:hover {
	font-size:12px;
	text-decoration: underline; 
	color: white;
}

#menuboven_sub {
	position:relative; 
	z-index:5000; 	
	
	left:0;  
	width:100%; 
	height:22px; 
	
	margin:0; 
	
	background:#98BED6; 	
	}

#spacer {
	position:relative; 
	z-index:8; 
	
	top:0px; 
	left:0; 
	width:100%; 
	height:28px; 
	
	margin:0; 
	
	background:url(../img/style1/bg_boven.jpg) 0 0 no-repeat #DB7200; 
	
	}
#main {
	/*overflow:auto; */
	position:relative; 
	z-index:3; 	
	
	top:0px; 
	left:0px; 
	width:100%;
	
	padding:14px 0 14px 0;
	
	background: url(../img/style1/behang.gif);	
	}
	
#content {
	display:block; 
	position:relative; 
	z-index:42; 
	
	top:0px; 
	left:14px;
	bottom:0px; 
	width:950px;
	
	padding:15px;
	background:#98BED6;	
	}



#foot {
	position:relative; 
	z-index:50; 
	
	width:100%; 
	height:100px; 
	left:0; 
	
	margin:0; 
	bottom:0; 	
	
	background:url(../img/style1/bg_onder.jpg) #DB7200;
	}
	
input {
	width: 150px;
	height:18px;
	border:1px solid black;
	font-size:11px;
	color:#000;
	padding:2px 2px 0 4px;
	margin:0;
}	

input.bttn {
	width:auto;
	height:22px;
	font-weight:bold;
	padding:0px 10px 0 10px;
}

input.checkbox {
	width:  15px;
	height: 12px;
	margin: 0px 0 3px 0;
	border: none;
}
	
	
table#form2tab {
	margin:20px 0 20px 0;
	border-collapse: collapse;
}	
table#form2tab td{
	padding:4px 4px 4px 5px;
	border: 1px solid #7395B5;
}
table#form2tab td.checkboxcell {
	padding:10px;
	line-height:1.7em;
}

table#overviewtab {
	margin:20px 0 20px 0;
	border-collapse: collapse;
}

table#overviewtab td{
	vertical-align:top;
	padding:4px 4px 4px 5px;
	border: 1px solid #7395B5;
}
table#overviewtab td a, table.data td a {
	color:#633421;
	text-decoration:underline;
}
table#overviewtab td a:hover, table.data a:hover {
	color:#7B7D7B;
	text-decoration:none;
}
.oddrow {
	background-color:#B2CCDE;
}
.evenrow {
	background-color:transparent;
}
	
h6 {
    font-size       :   12px;
    font-weight     :   normal;
    font-style      :   italic;
}

h5 {
    background-color    :   #882929;
    margin              :   0px;
    padding             :   3px;
    color               :   #ffffff;
}

table#extragegevenstab {
    border-collapse     :   collapse;
    border-top          :   1px solid #7395b5;
    border-left         :   1px solid #7395b5;
    width               :   570px;
}

table#extragegevenstab th, table#extragegevenstab td {
    border-right        :   1px solid #7395b5;
    border-bottom       :   1px solid #7395b5;
    font-size           :   12px;
    padding             :   3px;
    vertical-align      :   top;
} 

table#extragegevenstab th {
    text-align          :   left;
    width               :   150px;
}

table#extragegevenstag td {
    width               :   420px;
}

