* {
  -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: #f0f0f0;}
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;
}
ol{
  margin: 0;
  padding: 0;
  list-style-position: inside;
  line-height: 16pt;
}
/* container */
.clear {
	clear: both;
}
#container {
	min-height: 100%;
	width: 830px;
	margin: 0 auto;
	background-image:url(/pict/container.gif);
	position: relative;
}
* html > #container {
	height: 100%;
}
#header {
	height: 161px;
    background-image:url(/pict/header.gif);
}
#menu{
    float: right;
    width: 780px;
}
#adres{
    padding: 6px 5px 5px 5px;
}
#content{
    float: right;
    width: 780px;
    padding: 15px 40px 5px 0px;
    margin-bottom:55px;
}
#homeimg{
    padding: 0px 20px 0px 20px;
    width: 880px;
}
.maincontent{
	background: white;
	padding: 0px 5px 5px 5px;
	min-height: 300px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
    width: 830px;
    text-align: center;
 	height: 56px;
    padding: 3px 0px 0px 0px ;
	vertical-align: middle;
    background-image:url(/pict/footer.gif); 
}
#faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 800px;
}
/* header */
#logo{
	
    float: left;
    height: 120px;
}
#header_menu{

    float: right;
    height: 126px;
}
/* footer */

#f_left{
   float: left;
   padding: 0px 0px 0px 50px;	
}
#f_right{
   float: right;
   padding: 0px 50px 0px 0px;	
}
#f_right a{
	color: #000;
	text-decoration: none;
}
#f_right a:hover{
	text-decoration: underline;
}
/* adminmenu */
#a_menu{
	float: right;
	padding:47px 35px 0px 0px;
}
#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{
	padding: 49px 55px 0px 0px;
}
#t_menu a{
 	background: #dd2619;
	text-decoration: none;	
}
#t_menu a:hover{
	background: #444;
}
/* zoek */
#zoek{
	margin: 0px auto;
	text-align: center;
}
