html,body {
	margin:0;
	padding:0;
	height:100%;
}
p{ 	margin:0; padding:0; }
html, body, textarea, input{
  font: normal 13px Trebuchet MS, Arial, sans-serif;
  line-height: 16pt;	
}
a, a:visited{ color: #000; outline: none;}
input, textarea {border: 1px solid #BBBBBB; padding-left: 3px;}
td { vertical-align: top}
li{ margin: 0 0 0 15px; }
ul{
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: disc;
  line-height: 16pt;
}
ol{
  margin: 0;
  padding: 0;
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 16pt;	
}
img{ border: 0px;}
#logo{
  position:absolute;
  left: 30px;
  top: 35px;  
}
#link{
  position:absolute;
  left: 610px;
  top: 50px;
}
#link a{   color: #fff; }
#icons{
  position:absolute;
  left: 560px;
  top: 90px;
}
#icons a{
  margin-right: 6px;    
}
#zoek{
  position: absolute;
  right: 25px;
  top: 90px;
  border: 1px solid #fff;
  background: #18479d;
  height: 21px;
}
#zoek input.veld{
  padding: 0 0 0 5px;
  margin: 0px;	
  color: #fff;
  background: #18479d;
  border: 0;
}
#zoek input.knop{
  position: absolute;
  right: 3px;
  top: 3px;
  border: 0;
}
#mainbody{ background:#fff url(/pict/back.png) no-repeat top center; }
div#container {
  background: url(/pict/footer.png) no-repeat bottom left;  
  position:relative;
  margin:0 auto;
  width:820px;
  height:auto !important; 
  height:100%;
  min-height:100%; /* real browsers */
}
div#header {
  height: 140px;
}
div#menu{
  background: url(/pict/menu.png) no-repeat top left;    
  float: left;      
  width: 210px;
  margin-bottom: 100px;      
}
div#menu div#adres{
  color: #18479d;
  margin: 10px 0 0 20px;
}
div#menu div#foto{
  margin: 10px 0 0 20px;
}
div#main{
  float: right;  
  width: 560px;
  margin: 10px 0 100px 10px; 
}
div#footer {
  position:absolute;
  height: 60px;
  width: 820px;
  bottom:0;
}
#f_left{
  float: left;
  padding: 15px 0px 0px 30px;	
}
#f_right{
  float: right;
  padding:15px 30px 0px 0px;
}
#f_right a{
  text-decoration: none;
}
#f_right a:hover{
  text-decoration: underline;
}
.clear {
	clear: both;
}
/* adminmenu */
#adminmenu{
  z-index:1;
  position:absolute;
  left: 400px;
  top: 20px;
}
#adminmenu ul{
    padding: 0;	
	margin: 0;
	white-space: nowrap;
}
#adminmenu li{
    padding: 0;	
	margin: 0;
	display: inline;
	list-style-type: none;
}
#adminmenu a{
    padding: 2px 5px 2px 5px;
	background: #605f4f;
	color: #fff;
	text-decoration: none;	
}
#adminmenu a:hover{
	background: #444;
	color: #fff;
}
#adminmenu span{
  background: #b1c2cc;
  color: #fff; 
  padding: 2px 5px 2px 5px;
}
/* menu */
#navcontainer {
  margin-top: 10px;
  width: 200px;
}
#navcontainer ul{
  padding: 0;
  list-style-type: none; 
}
#navcontainer li {
  display:inline; 
  margin: 0;
}
#navcontainer a {
  display: block;
  line-height: 23px;
  padding: 3px 10px ;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
#navcontainer a:hover,#navcontainer a.actief{
  color: #18479d;
  border-bottom: 1px dotted #000;
}
 /* menu niveau 2*/
#navcontainer ul ul  {
  display: none;
}
#navcontainer ul ul.activesub{
  display: block;
}
#navcontainer ul ul a {
  display: block;
  text-decoration: none;
}
#navcontainer ul ul a:hover, #navcontainer ul ul a.actief  {
  color: #18479d;
} 
