* {
  -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{
}
img{
  border: 0px;
}
#mainbody{
  background:#fff url(/pict/back.png) repeat-x top left;
  color: #000;
}
html, body, td {
  margin:0;
  padding:0;
  height:100%; /* needed for container min-height */
  font: normal 10pt Verdana, sans-serif;
  line-height: 16pt;
}
td {vertical-align: top;}
ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 16pt;
}
ol{
  margin: 0;
  padding: 0;
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 16pt;	
}
/* banner */
#banner{
  margin: 0 0 0 15px;  
  float: left;
  width: 880px;
  height: 173px;
}
/* container */
.clear {
	clear: both;
}
#container, #headerContainer, #footer {
	width: 910px;	
}
#container{
  min-height: 100%;
  _height: 100%;
  margin: 0 auto;
  background: #fff url(/pict/container.png) no-repeat top left; 
  position: relative;
}
* html > #container {
	height: 100%;
}
#headerContainer {	
  background:url(/pict/header.png) no-repeat bottom left;
  float: left;
  height: 140px;
}
#contentContainer{
  float: left;
}
#banner{ 
  width: 880px;
  float: left;
}
#maincontent{
 
  width: 880px;
  float: left;
  margin:5px 15px 70px 15px;
}

#subcontent{
  float: right;
  width: 665px;
}
#logo{
  position:absolute;
  left: 20px;
}
#zoek{
  border: 1px solid #444444;  
  position:absolute;
  left: 765px;
  top: 30px;
  padding-left: 10px;
}
#zoek #veld{
  float: left;    
  border: 0;
  margin: 3px 3px 0 0; 
  width: 90px;
}
#zoek #knop{
 float: right;    
  margin: 3px;
}
#iconen{
  position:absolute;
  height: 50px;
  top: 30px;
  left: 600px;
  background: url(/pict/iconen.png) no-repeat 0 30px;
}
#iconen a{
 margin-right: 15px; 
}
#topdatum{
  position:absolute;
  top: 85px;
  left: 765px;
  color: #087df4;
}
#path{
  position:absolute;
  top: 85px;
  left: 480px;
  color: #087df4;
}
#path a{
  color: #087df4;
}
/* footer */
#footer {
  position: absolute;
  bottom: 0px;
  height: 49px;
  padding: 0px;
  background: url(/pict/footer.png) no-repeat top left;
}
#f_left{
   color:  #fff;
   float: left;
   padding: 15px 0px 0px 30px;	
}
#f_right{
   color:  #fff;	
   float: right;
   padding:15px 30px 0px 0px;
}
#f_right a, #f_left a {
   color:  #fff;		
   text-decoration: none;
}
#f_right a:hover{
	text-decoration: underline;
}
/* listitem: nieuws*/
#nieuwslijst{
  margin: 0;
  padding: 0;    
  float: right;
  width: 670px;  
}
.listitem{
   
  border-bottom: 1px dotted #c1c1c1;	
  width: 670px;
  margin: 0 0 5px 0;
  min-height: 140px;
  overflow: hidden;	
}
.listitem img{
  border: 1px solid #000;
  float: left;
  margin: 0 10px 0 0;	
}
.listitem div.title{
  float: left;
  width: 330px;
  height: 40px;	
}
.listitem div.title a{
  color: #0199d3;
  font: bold 10.5pt arial;
  text-decoration: none;
}
.listitem div.title a:hover{
  text-decoration: underline;
}
.listitem div.date{
  text-align: right;  
  float: right;
  min-width: 120px;
  height: 40px; 	
}
.listitem div.text{
  float: right;	
  width: 457px;
}
.listitem div.anieuws{
  border: 1px solid red;    
}
#nieuwslijst a.rss {
  background:url(/pict/rss.png) no-repeat 0px 3px;
  color: #0199d3;
  text-decoration: none;  	
  padding: 2px 0 0 20px;
}
.listitem div.opinietext{
float: right;
  width: 487px;
}
/* nieuws show */
#shownieuws h2{
  color: #0199d3;
  font: bold 10.5pt arial;	
  margin-bottom: 5px;
}
#shownieuws #datum{
  font-size: 11px;
}
#shownieuws #img{
  text-align: center;	
}	
#shownieuws img{
  border: 1px solid #c1c1c1;
  padding: 5px;	
}
#shownieuws a{
  color: #0099d8;	
}
#shownieuws .kop{
  float: left;	
  width: 120px;	
}
#shownieuws .link{
  float: left;	
  width: 550px;
}
/* pagenum */
.pagenum{
  float: left;
  width: 670px;
  text-align:center;
  margin: 5px 0;
}
.pagenum ul{
  padding: 0;	
  margin-left: 0;
  white-space: nowrap;	
}
.pagenum li{
  color: #000;
  display: inline;
  list-style-type: none;
  width: 20px;	
}
.pagenum a{
  border: 1px solid #c1c1c1;
  padding: 0;
  margin: 0 2px;
  text-decoration: none;
}
.pagenum a:hover, .pagenum a.actief{
  border: 1px solid #eb880e;
  background: #eb880e;
  color: #fff;
}
/* adminmenu */
#a_menu{
  z-index:1;
  position:absolute;
  left: 155px;
  top: 68px;
}
#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;
  color: #fff; 
  padding: 2px 5px 2px 5px;
}
/* menu */
#navcontainer {
  position:absolute;
  left: 25px;
  top: 113px;
  width: 870px;
}
#navcontainer ul {
  margin-left: 0;  
  padding-left: 0;
  white-space: nowrap;
}
#navcontainer li {
  display: inline;
  list-style-type: none;
}
#navcontainer a { padding: 3px 4px 3px 3px; }
#navcontainer a:link, #navcontainer a:visited {
  font: bold 13px arial;
  text-transform: uppercase;
  color: #fff;
  border-right: 1px solid #fff;
  text-decoration: none;
}
#navcontainer ul li a:hover, #navcontainer a:active, #navcontainer a.actief{
  color: #ffb257;
  text-decoration: none;
}
/* 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;
}
.kolom{
  float: left;
  width: 232px;
}
/* productlist*/
#productlist .image{
  width:196px;
  height: 141px; 
}
#productlist .product{
  float: left;		
  padding: 10px;
  margin-bottom: 5px;	
}
#productlist .product .image{
  width: 200px;	
  float: left;
}
#productlist .text{
  width: 420px;		
  float: right;	
}
#productlist .product img{
  border: 2px solid #257cd5;
}
#productlist .text p{
 padding: 0 0 0 5px;
}
#productlist .text a{
 color: #257cd5;
}
/* Nieuwsbrieven */
#mailgroepen{
  float: left;
  width: 300px;	
}
#mailgroepen ul, #adressen ul, #nieuwsbrieven ul, #verstuur ul{
  margin: 0;
  padding: 0;
  list-style-type: none; 
}
#adressen{
  float: right;
  width: 400px;	
}
/* sidebar = TD */
.sidebar{
  width: 250px;
  background: #e0e0e0;
}
.sidebar ul{
  padding: 0 0 0 15px;    
}
.sidebar li{
  margin: 0;
  padding: 0 0 0 5px;
  list-style-image:url("/pict/arrow.png");
  line-height: 16pt;
  border-bottom: 1px solid #b1b1b1;
}
.sidebar img{
  width: 200px;
}
/* Vacature */
.vacature .naam{
  font-weight: bold; 
}
.vacature .omschrijving{
  padding: 10px 0;
  border-bottom: 1px dashed gray;
}

#markten {
  float: left;
  width: 200px;

}
#markten #titel{
  width: 200px;
  display: block;
  padding: 3px 0 3px 10px;
  background-color: #257cd5;
  color: #fff;
  margin-bottom: 1px; 
}

#markten ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
}

#markten a {
  display: block;
  padding: 3px;
  width: 200px;
  background: #e0e0e0;
  text-decoration: none;  
  border-bottom: 1px solid #eee;
}

#markten a:hover, #markten a.actief {
  background: #e0e0e0 url(/pict/markt.png) no-repeat 180px 7px;  
}
