* {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
}
img{ border: 0px;}

p,tr,td,table {
  border-collapse: collapse;
}
textarea{
  font: normal 10pt Verdana, sans-serif;	
  color: #000;
}
a {
  color: #000;	
}
a:hover{
	text-decoration: none;
}
img{
  border: 0px;
}
#mainbody{
  background: url(/pict/back.png) repeat top left;
}
html, body, td {
  margin:0;
  padding:0;
  height:100%; /* needed for container min-height */
  font: normal 10pt Verdana, sans-serif;
  color: #000;
  line-height: 16pt;
}
td {vertical-align: top;}
ul{
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: disc;
  line-height: 16pt;
}
ol{
  margin: 0;
  padding: 0;
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 16pt;	
}

/* container */
.clear {
	clear: both;
}
#container, #headerContainer, #footer {
	width: 880px;	
}
#container {
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
    background: url(/pict/container.png) repeat top left;
   	position: relative;
}
* html > #container {
	height: 100%;
}
#headerContainer {	
	background:url(/pict/header.jpg) no-repeat top left;
	float: left;
	height: 150px;
}
#contentContainer{
  padding: 5px 30px;
  float: left;
}
#maincontent{
  float: left;
  width: 820px;
  margin-bottom: 50px;

}
/* icons */
#kruimelpad{
  position:absolute;
  left: 40px;
  top: 80px;
  color: #fff;
}
#kruimelpad a, #telefoon a{
  color: #fff;
  text-decoration: none;	
}
/* footer */
#footer {
  position: absolute;
  bottom: 0px;
  text-align: center;
  height: 50px;
  padding: 0px;
  background-image:url(/pict/footer.png); 
}
#f_left{
   color: #fff;
   float: left;
   padding: 20px 0px 0px 30px;	
}
#f_right{
   color: #fff;	
   float: right;
   padding: 20px 30px 0px 0px;
}
#f_right a{
   color: #fff;		
   text-decoration: none;
}
#f_right a:hover{
	text-decoration: underline;
}
/* adminmenu */
#a_menu{
  float: right;
  margin: 34px 250px 0 0;
}
#a_menu ul{
    padding: 0;	
	margin-left: 0;
	white-space: nowrap;
}
#a_menu li{
	display: inline;
	list-style-type: none;
}
#a_menu a{
    padding: 2px 5px 2px 5px;
	background: #605f4f;
	color: #fff;
	text-decoration: none;	
}
#a_menu a:hover{
	background: #444;
	color: #fff;
}
#a_menu span{
  background: #b1c2cc;
  padding: 2px 5px 2px 5px;
}
/* menu */

#navcontainer {
  position:absolute;
  left: 32px;
  top: 115px;
}
#navcontainer ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navcontainer ul li{
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
#navcontainer ul li a{
  width: 140px;
  height: 32px;
  padding: 15px 0 0 20px;
  vertical-align: bottom;
  color: #fff;
  text-decoration: none;
  display: block;
}
#navcontainer ul li a:hover{
  color: #930;
}
#navcontainer a:active, #navcontainer a.actief {
  color: #930;
}
/* detaillog */
#detaillog td{
  font: normal 7.5pt Verdana, sans-serif;
  padding: 0px 2px;	
  border: 1px dotted #ccc;
}
#detaillog tr.kop td{
  background: #b1c2cc;
  color: #fff;	
}
/* log */
#log td{
  text-align: center;
  padding: 0px 7px;
  border-left: 1px solid #000;
}
#log td.title{
  text-align: left;
  font-weight: bold;
  width: 220px;
}	
#toprij td{
  border-left: 0px solid #000;
  border-BOTTOM: 1px solid #000;
  height: 22px;
  vertical-align: middle;
}
#log tr.rijkleur{
  background: #b1c2cc;
}

