html{
	/* Permanente scrollbar for firefox.. */
	height: 100%;
	margin-bottom: 1px; 
}

body{	
	background-color:#BFEAFB;
	margin:0px 0px 0px 0px;
	/* overflow:scroll; */
}

h1{
	font-size:18px;
	font-weight:normal;
}

h2{
	font-size:12px;
}

img{
	margin:0px;
	padding:0px;
}

input {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

form{
	margin:0px;
	padding:0px;
}

a{
	color:white;
}

a:hover{
	text-decoration:none;
}

p{
	text-align:justify;
}

.allesTabel{
	background-color:#0061AF;
	width:750px;
	height:100%;
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.headerCell{
	width:100%;
	height:150px;
	background-color:#E2CFA4;
	border-bottom:10px solid #F0E6D1;
	
	background:url(../_images/_headers/header1.jpg) right no-repeat;
}

.zoekenCell{
	text-align:center;
}

.broodkruimelCell{
	height:25px;
	background-color:#E3D0A5;
	text-align:right;
	
	padding-right:10px;
	padding-left:10px;
}

.menuCell{
	background-color:#A9CEF0;
	vertical-align:top;
	padding-top:30;
}

.menuDiv{
	width:179px;
}

.contentCell{
	width:571px;
	
	vertical-align:top;
	color:white;
}

.contentDiv{
	padding:30px;
}

.footerCell{
	border-top:10px solid #F0E6D1;

	height:25px;
	background-color:white;
	text-align:right;
	
	padding-right:10px;
	padding-left:10px;
}


.yapseCSSimgRechts{
	float:right;
	margin:15;
	
	border:1px solid white;
}

.yapseCSSimgLinks{
	float:left;
	margin:15;
	
	border:1px solid white;
}