* {
  -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 {
  text-decoration: none;
  color: #4d2a66;
}
a:hover{
  text-decoration: underline;
}
img{
  border: 0px;
}
#mainbody{
  background:#fff url(/pict/back.png) no-repeat center;

  color: #000;
}
html, body, td {
  margin:0;
  padding:0;
  height:100%; /* needed for container min-height */
  font: normal 12px Verdana, sans-serif;
  line-height: 16pt;
}
td {vertical-align: top;}
ul{
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: disc;
  line-height: 16pt;
}
ol{
  margin: 0;
  padding: 0;
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 16pt;	
}

/* container */
.clear {
	clear: both;
}
#container, #headerContainer, #footer {
	width: 1000px;	
}
#container{
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
    background: url(/pict/container.jpg) no-repeat bottom center;
   	position: relative;
}
* html > #container {
	height: 100%;
}
#headerContainer {	
  background:url(/pict/header.png) no-repeat bottom left;
  float: left;
  height: 192px;
}
#contentContainer{
  padding: 5px 0 0 10px;
  float: left;
}
#maincontent{
  float: right;
  width: 980px;
  margin-bottom: 145px;
}
#left{
  float: left;
  width: 670px;	
}
#side{
  border-left: 1px dotted #000;
  float: right;
  width: 300px;
}
#side #nieuws, #side #producten{
  padding: 0 5px;
  padding-bottom: 10px;
  margin-left: 5px;
  border-bottom: 1px dotted #000;	
}
#side #nieuws a, #side #producten a{
  text-decoration: underline;
}
#side #nieuws a:hover, #side #producten a:hover{
  text-decoration: none;
}
#side #producten, #side #producten .cel{
  float: left;
}

#side #producten .img{
  border: 1px solid #c1c1c1;
  padding: 5px;
  margin: 0;
  float: right;
}
#side #producten .txt{
  padding: 0;
  margin: 0;
  width: 190px;
  float: left;
}



#flashcontent{
  padding: 0 5px;
  margin: 0;
}
#logo{
  position:absolute;
  left: 20px;
}
#headerfoto{
  position:absolute;
  left: 212px;
  top: 10px;
}

/* footer */
#footer {
  position: absolute;
  bottom: 0px;
  height: 34px;
  padding: 0px;
  background-image:url(/pict/footer.png); 
}
#f_left{
   color:  #fff;
   float: left;
   padding: 5px 0px 0px 140px;	
}
#f_right{
   color:  #fff;	
   float: right;
   padding:5px 40px 0px 0px;
}
#f_right a{
   color:  #fff;		
   text-decoration: none;
}
#f_right a:hover{
	text-decoration: underline;
}
/* adminmenu */
#a_menu{
  z-index:1;
  position:absolute;
  left: 359px;
  top: 35px;
}
#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;
  top: 137px;
  left: 10px;	
}
#navcontainer li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}
#navcontainer li a{
  color: #fff;
}
#navcontainer li a:hover, #navcontainer li a.actief{
  color: #a2e2d2;
}
/* menu sub*/
#navcontainer ul ul{
  display: none;
  position: absolute;
  top: 30px;
  left: 10px;
  padding: 0;
  margin: 0;
}
#navcontainer ul ul li{
  width: 100px;	
}
#navcontainer ul ul.activesub{
  display: block;	
}
#navcontainer ul ul li a {
  background:url(/pict/blank.png) no-repeat top left;	

}
#navcontainer ul ul li a.actief, #navcontainer ul ul li a:hover{
  background:url(/pict/blank.png) no-repeat top left;	
  color: #fff;
  text-decoration: underline;
}

/* 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;
}
/* listitem: nieuws*/
.listitem{
  border-bottom: 1px dotted #c1c1c1;	
  float: left;
  width: 660px;
  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: 340px;
  height: 40px;	
}
.listitem div.title a{
  color:  #4d2a66;
  font: bold 10.5pt Verdana;
  text-decoration: underline;
}
.listitem div.title a:hover{
  text-decoration: none;
}

.listitem div.date{
  float: right;
  height: 40px; 	
}
.listitem div.text{
  float: right;	
  width: 440px;
}
#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: #01865e;
  font: bold 10.5pt Verdana;	
  margin-bottom: 5px;
}
#shownieuws #datum{
  font-size: 11px;
}

#shownieuws #img{
  text-align: center;	
}	
#shownieuws img{
  border: 1px solid #c1c1c1;
  padding: 5px;	
}
/* pagenum */
.pagenum{
  float: left;
  width: 700px;
  text-align:center;
  margin: 5px 0;
}
.pagenum ul{
  padding: 0;	
  margin-left: 0;
  white-space: nowrap;	
}
.pagenum li{
  color: #4d2a66;;
  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 #4d2a66;
  background: #4d2a66;
  color: #fff;
}
/* aandoeningen */
#aandoeningen td{
  width: 180px;	
}
.letterkop{
  background: #d8cff8;
  text-transform: capitalize;
  color: #4d2a66;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 5px 0 0; 
}
/* rss feed */
.titel{
  background: #d8cff8;
  color: #4d2a66;
  font-weight: bold;
  padding: 0 5px;
}
.titel a{
  color: #4d2a66;
  text-decoration: underline;	
}
.titel a:hover{
  text-decoration: none;	
}
.kort{
  margin-bottom: 10px;	
}
.tekst{
  display: none;
}
/* productentable */
.ptable {
 float: left;
 width: 670px;

}
.ptable .cell {
 float: left;
 margin: 0 5px 5px 0;
 width: 330px;
 height: 150px;
 border: 1px solid #c1c1c1;
}
.ptable .cell .naam{
  height: 50px;
  float: left;
  width: 200px;  
}
.ptable .cell .naam h3{
  line-height: 16px;
  font-size: 16px;
  padding: 10px 0 0 10px;
}
.ptable .cell .meer{
  height: 50px;
  float: right;
}
.ptable .cell .meer a{
  display: block;
  padding: 10px 5px 0 0;
}

.ptable .cell .img{
  height: 80px;
  float: left;
  width: 90px;  
  text-align: right;
}  
.ptable .cell .description{
  float: right;
  width: 230px;  
  top: 40px;
  font-size: 11px;
}

/* productfotos */
#productfotos{
  float: left;	
  padding: 0 0 0 5px ;
}
#productfotos #klik{
  width: 660px;
  margin: 5px 0;
  font-weight: bold;
  float: left;	
}
 
#productfotos .cell{
  float: left;	
  width: 165px;  	
}
#productfotos .cell .regel{
  width: 160px;
  margin: 5px;  
}
#productfotos .cell img{
  border: 1px solid #000;
  margin: 0 5px;
}
/* productshow */ 
#showproduct{
  float: left;	
  width: 650px;
}
#showproduct .img{
  float: right;
  padding: 0 ;
  margin: 0 0 0 10px;
}
#showproduct img.img{
  width: 120px;
}
#showproduct .naam{
  float: left;
  width: 650px;
  padding: 10px 0 10px 10px;
} 
#showproduct .beschrijving{
  float: left;
  width: 650px;
  padding: 0 0 0 10px;
}

