html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#ffffff;
	font-family: Verdana;
	font-size:9pt;
	color:#000;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:987px;
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
}

div#content {
	 padding:1em 1em 5em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:100%;
bottom: 0px;
	height: 40px;
	background:#d0eafd;
}

div#footer p {
	font-family: Verdana;
	color: #666;
	font-size: 8pt;
margin: 5px;
margin-top: 8px;
	text-align: center;
}

#menu ul li a	{
	padding: 10px;	
	margin: 0;
}

#menu ul, #menu ul li	{
	list-style-type: none;	
	display: inline;	
	padding: 0;	
	margin: 0;
}

#menu {	
	width: 987px;
	padding: 0; 	
	margin: 0px 0;	
	text-align:left;
	background-color: #68baf9;
}

#menu a {
	white-space: nowrap; 	
	padding: 5px;	
	margin: 1px;	
	line-height: 2em;	
	text-decoration: none;
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

#menu a:hover {
	color: #000000;
	background: #d0eafd;
}

#voordelen {	
	padding: 8px; 	
	background: #d0eafd;
}
#voordelen_sub {	
	padding: 8px; 	
}
#tekst {	
	padding-right: 8px; 	
}

hr {
color: #68baf9;
}

li {
list-style-type:square;
}

#no a {
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}

#no a:hover {
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	border-bottom: 1px dotted #000000;
}

#tekst a {
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

#tekst a:hover {
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	border-bottom: 1px dotted #000000;
	font-weight: bold;
}


.style1 {
	color: #FF0000;
}

.admin_titel {
	height: 20px;
	padding: 5px;
	border: 1px dotted #000000;
	background: #d0eafd;
	font-weight: bold;
}

.websites_titel {
	height: 40px;
	padding: 5px;
	border: 1px dotted #000000;
	background: #d0eafd;
}

.admin_titel2 {
	height: 20px;
	padding: 5px;
	border: 1px dotted #000000;
	background: #68baf9;
	font-weight: bold;
}

#tooltip{
	position:absolute;
		font-family: Verdana;
	color: #000000;
	font-size: 11px;
	border:1px solid #ccc;
	background:#ffffff;
	padding:2px 5px;
	color:#333;
	width: 500px;
	display:none;
	}	
	
	#tooltip_normal{
	position:absolute;
		font-family: Verdana;
	color: #000000;
	font-size: 11px;
	border:1px solid #ccc;
	background:#ffffff;
	padding:2px 5px;
	color:#333;
	display:none;
	}	
	
	input {
	border: 1px solid #68baf9;
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	padding: 3px;
	}
	
	.textbox {
  width: 800px;
  height: 200px;
  overflow: auto; 
  border: 1px solid #68baf9; 
  position: relative; 
  left:60px; 
  top:20px;
  padding: 10px;
  word-wrap: break-word;    /* werkt in IE */
  white-space: -moz-pre-wrap;  /* werkt in mozilla/firefox */
}

/*  */

