* {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
}
img{ border: 0px;}
a {
	color: #000;
}
a:hover{
	text-decoration: none;
}
img{
  border: 0px;
}
#mainbody{    background: #cccccc;}
html, body, textarea, td {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    font: normal 0.9em Verdana, sans-serif;
    color: #000;
    line-height: 16pt;
}
ul{
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 16pt;
}
/* container */
.clear {
	clear: both;
}
#container {
	min-height: 100%;
	width: 822px;
	margin: 0 auto;
    background: url(/pict/container.gif);
   	position: relative;
}
* html > #container {
	height: 100%;
}
#headerContainer {
	background:url(/pict/header.jpg) no-repeat top left;
	float:left;
	height: 310px;
	width: 822px;
}
#menu{
	float:left;
    margin-left: 15px;
}
#contentContainer{
    float: left;
    width: 822px;
    margin-bottom:55px;
}
#contentRight{
    float: right;
    right:20px;
    width: 550px;
	* width:520px;
	padding:10px 30px 0px 0px;
}

#footer {
	width: 822px;	
	position: absolute;
	bottom: 0px;
    text-align: center;
 	height: 35px;
    padding: 0px 0px 0px 0px ;
	vertical-align: middle;
    background-image:url(/pict/footer.gif); 
}
/* header */
#logo{
	position:absolute;
	width:400px;
	height:60px;
	cursor:hand;
	left:240px;
	top:8px;
}
#adres{
	position:absolute;
	color: #7d4418;
	width:220px;
	height:40px;
	left:660px;
	top:6px;
}
#url{
	position: absolute;
	width: 500px;
	height: 25px;
	left: 330px;
	top: 53px;
}
#header_menu{
	position:absolute;
    height: 30px;
    left:50px;
	top:10px;
	width:200px;
}
/* footer */
#f_left{
   float: left;
   color:#7d4418;
   padding: 4px 0px 0px 30px;	
}
#f_left a{
	color: #7d4418;
	text-decoration: none;
}
#f_left a:hover{
	text-decoration: underline;
}
#f_right{
   float: right;
   padding: 4px 30px 0px 0px;	
}
#f_right a{
	color: #7d4418;
	text-decoration: none;
}
#f_right a:hover{
	text-decoration: underline;
}
/* adminmenu */
#a_menu{
	float: right;
}
#a_menu ul{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#a_menu li{
	display: inline;
	list-style-type: none;
}
#a_menu a{
    padding: 2px 5px 2px 5px;
	background: #dd2619;
	color: #fff;
	text-decoration: none;	
}
#a_menu a:hover{
	background: #444;
	color: #fff;
}
#amenu a.a_leeg:link, a.a_leeg:visited, a.a_leeg:hover, a.a_leeg:active{
  background: green;
}
/* topmenu */
#t_menu{
	float:left;
}
#t_menu a{
	text-decoration: none;	
}
#t_menu a:hover{
	text-decoration: none;	
}
/* zoek */
#zoek{
	margin: 0px auto;
	text-align: center;
}
/* stat */
.s_titel{
	text-align: left;
}
/* log */
#log td{
  text-align: left;
  font: normal 0.7em Verdana, sans-serif;
  padding: 0px 2px 0px 0px;
}
.rij2{
	background: white;
}
/* slimbox */
#hiddendiv{
  display: none;
}