* {
  -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: url(/pict/background.gif) #dfdfdf;}
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: 15px;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 16pt;
}
/* container */
.clear {
	clear: both;
}
#container {
	min-height: 100%;
	_height: 100%;	
	width: 900px;
	margin: 0 auto;
    background: url(/pict/container.png);
   	position: relative;
}
* html > #container {
	height: 100%;
}
#headerContainer {
	background:url(/pict/header.png) no-repeat top left;
	float:left;
	height: 180px;
	width: 900px;
}
#menu{
	float:left;
	padding: 0px 0px 0px 15px;
}
#contentContainer{
    float: left;
    width: 900px;
   margin-bottom:65px;
}
#contentRight{
    float: right;
    width: 600px;
    *width: 620px;
	padding:0px 10px 0px 0px;
}
#footer {
	position: absolute;
	bottom: 0px;
    text-align: center;
 	height: 63px;
    padding: 0px 0px 0px 0px ;
	vertical-align: middle;
    background-image:url(/pict/footer.png); 
}
/* header */
#logo{
	position:absolute;
	width:115px;
	height:90px;
	cursor:hand;
	left:55px;
	top:70px;
}
#adres{
	position:absolute;
    color: #000;	
	width:600px;
	height:40px;
	left:300px;
	top:140px;
}
#url{
	position: absolute;
	width: 500px;
	height: 25px;
	left: 280px;
	top: 25px;
}
#header_menu{
    float: right;
    height: 60px;
    padding: 13px 30px 0px 0px;
}
/* footer */
#f_left{
   float: left;
   color:#000;
   padding: 14px 0px 0px 30px;	
}
#f_right{
   float: right;
   padding: 14px 30px 0px 0px;	
}
#f_right a{
	color: #000;
	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;
	margin-top: 7px;
}
#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;
}