img{ border: 0px;}
a {
	color: #000;
}
a:hover{
	text-decoration: none;
}
html, body, textarea {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    font: normal 0.9em Verdana, sans-serif;
    color: #000;
}
/* container */
.clear {
	clear: both;
}
#container {
	min-height: 100%;
	width: 870px;
	margin: 0 auto;
	background-image:url(/pict/container2.gif);
	position: relative;
}
* html > #container {
	height: 100%;
}
#header {
	height: 141px;
    background-image:url(/pict/header2.gif);
}
#menu{
    float: left;
    width: 230px;
    padding: 80px 0px 5px 20px;
    margin-bottom:40px;    
}
#adres{
    padding: 10px 5px 5px 5px;
}
#content{
    float: right;
    width: 510px;
    padding: 15px 45px 5px 10px;
    margin-bottom:40px;
}
.maincontent{
	background: white;
	padding: 0px 5px 5px 5px;
	min-height: 300px;
}
/* Home */
.h_top{
	background: white;
	padding: 0px 5px 5px 5px;
	min-height: 200px;
}
.h_left, .h_right{
	width: 219px;
	min-height: 170px;
    margin-top: 10px;
    padding: 52px 5px 5px 5px;
}
.h_left{
	background: #fff url(/pict/diensten2.gif) no-repeat;
    float: left;
}
.h_right{
	background: #fff url(/pict/nieuws2.gif) no-repeat;
    float: right;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	line-height: 30px;
	vertical-align: middle;
    background-image:url(/pict/footer2.gif); 
}
#faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 800px;
}
/* nieuws */
#pscroller1{
	width: 200px;
	height: 160px;
	/* border: 1px solid black; */
	padding: 5px;
	background-color: white;
}
.nieuwslijst{
  float: right;
}
.nieuwstoon{
  background:#fff;
  float: left;
  width: 300px;
  padding: 5px 5px 5px 10px;	
}
.nieuwstabel{
  width: 177px;
}
.nieuwskop{
  background: #c2c2c2;
  padding-left: 10px;
  font-weight: bold;	
}
.nieuwsbericht{
  background:#fff;
  border-bottom: 1px dashed #a3a3a3;
  padding: 5px 5px 5px 5px;
}
/* header */
#logo{
    float: left;
}
#header_menu{
    float: right;
}
/* footer */
#foottext{
    float: left;
    padding: 0px 0px 0px 20px;
}
#footmenu{
    float: right;
    padding: 0px 20px 0px 0px;
}
#footmenu a{
	color: #000;
	text-decoration: none;
}
#footmenu a:hover{
	text-decoration: underline;
}
/* menu */
#m_list{
    width: 260px;
}
#m_list ul{
   margin: 0;
   line-height : 37px;
   padding: 0px;
}
#m_list li{
   list-style: none;
}
#m_list a{
    display: block;
    color: #000;
    height: 28px;
    width: 250px;
    padding: 9px 0px 0px 10px;
    font: bolder 1em Verdana, sans-serif;
    text-decoration: none;
    background-image:url(/pict/menu-off2.gif); 
}
#m_list a:hover, #m_list a.m_actief{
    display: block;
    color: #fff;	
    text-decoration: underline;
    background-image:url(/pict/menu-on2.gif); 
}
/* adminmenu */
#a_menu{
	padding: 20px 30px 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: #fff;
	text-decoration: none;	
}
#a_menu a:hover{
	background: #444;
	color: #fff;
}
/* referenties */
a.r_lijstblok {
	background: #f9dc1c;
    display: block;
	height: 90px;
	width: 500px;	
	text-decoration: none;
	margin-bottom: 5px;
}
a.r_lijstblok:hover {
	background: #fff;
	text-decoration: underline;
}
div.r_lijstfoto{
    height: 90px;
    width: 120px;
	float: left;
}
div.r_lijsttekst{
    padding: 5px 0px 0px 5px;
    width: 370px;
    *width: 365px;
	float: right;
}