body{
font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0080FF;
	text-decoration:none;
	margin:0px;
	padding:0px;
	line-height:25px;
	background-color: #F5F4EF;
	}
	
div.geheel{
width:900px;
height:auto;

margin-left:auto;
margin-right:auto;

left: 50%;
margin-left: -450px; /* - (width/2)  */
position: relative;

padding-left:5px;
padding-right:5px;
background-color:white;
border-style:solid;
border-width:1px;
border-color:grey;
;}


hr{
background: url(../images/stippel.png) repeat-x;
width:99%;
height:2px;
margin-bottom:5px;
border:0px;
;}

input,textarea,select{
background-color: #F3F7FA;
color: #000000;
;}


/* Tabellen opmaak */
table{
font-size:12px;
border-spacing:0px;
border-collapse: collapse; 
;}
	
th,td{
	text-align:left;
;}

.rechts{
	text-align:right;
;}

.kleur1{
	background-color: #aedcff;
	color: black;
	border-bottom:2px solid #0090fc;
;}

.kleur2{
	background-color: white;
	color: black;
	border-bottom:2px solid #0090fc;
;}


.kleurgezin1{
	background-color: #aedcff;
	color: black;
;}

.kleurgezin2{
	background-color: white;
	color: black;
;}

/*    Menu       */
.menu {
background-color:#123456; 
height:35px;
padding: 0px 0px 0px 10px;
width:900px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
border-style:solid 1px;
border-color:#123456; 

left: 50%;
margin-left: -450px; /* - (width/2)  */
position: relative;
;}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding-right:8px; 
	padding-left:8px;
}

.menu ul a ,.menu ul a:visited,.menu ul a:active {
display: block;
text-decoration: none;
font-size: 12px;
padding-right:10px; 
padding-left:10px;
color:white;
background-color:#123456;
}

.menu ul a:hover {
display: block;
text-decoration: none;
font-size: 13px;
padding-right:10px; 
padding-left:10px;
background-color:white;
color:#123456;
}

.menu li {
margin: 5px 0px 0px 0px;
float: left;
}

.ajaxzoek{
margin: 5px 5px 5px 5px; 
width:650px;
;}

/* Text */
h1{
	color: #42719D;
	font-size: 22px;
	font-weight: bold;
;}

h2{
	color: #42719D;
	font-size: 16px;
	font-weight: normal;
;}


/* Links ed */
a { text-decoration:none; color:black;}
a:visited{ text-decoration:none; color:black; }
a:active{ text-decoration:none;  color:black;}
a:hover { text-decoration:none; color:black;}

img { border:0; }

fieldset{
font-size:14px;
font-weight:bold;
;}