* {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;
  padding:0;
}
img{ border: 0px;}
a {
	color: #000;
}
p,tr,td,table,a {
  border-collapse: collapse;
  color: #0548ad;  
}

a:hover{
	text-decoration: none;
}
img{
  border: 0px;
}
input, textarea{
  border: 1px solid #000;
  padding-left: 3px;	
}
#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;
}
td {vertical-align: top;}
ul{
  margin: 0;
  padding: 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, #contentContainer, #footer, #menu {
	width: 900px;	
}
#container {
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
    background: url(/pict/container.png);
   	position: relative;
}
* html > #container {
	height: 100%;
}
#headerContainer {
    background: url(/pict/header.png);
	float: left;
	height: 100px;
}
#contentContainer{
  float: left;
  padding: 10px;
  *width: 878px; /* hack for IE7*/ 
  margin-bottom:75px;
}
#logo{
	position:absolute;
    left: 10px;
	top: 10px;
}
/* footer */
#footer {
  position: absolute;
  bottom: 0px;
  _bottom: -1px;
  text-align: center;
  height: 48px;
  padding: 0px;
  background-image:url(/pict/footer.png); 
}
#f_left{
   color: #0548ad;
   float: left;
   padding: 3px 0px 0px 20px;	
}
#f_right{
   color: #0548ad;	
   float: right;
   padding: 3px 20px 0px 0px;
}
#f_right a{
   color: #0548ad;		
   text-decoration: none;
}
#f_right a:hover{
	text-decoration: underline;
}
/* topmenu*/
#topmenu{
  position: absolute;
  left: 400px;
  top: 35px;
  width: 490px;
  height: 25px;
}
/* vlaggen */
#vlaggen{
  height: 25px;
  float: right;	
}
/* mandje */
#mandje{
  height: 25px;
  float: left;	
}

/* adminmenu */
#a_menu{
  float: left;
  height: 25px;
}
#a_menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}
#a_menu li{
	display: inline;
	list-style-type: none;
}
#a_menu a{
	border: 1px solid #000;
    padding: 1px 5px 1px 5px;
	background: #dd0024;
	color: #fff;
	text-decoration: none;	
}
#a_menu a:hover{
	background: #444;
	color: #fff;
}
#a_menu span{
  border: 1px solid #000;
  background: #b1c2cc;
  padding: 1px 5px 1px 5px;
}
/* zoek */
#zoek{
	margin: 0px auto;
	text-align: center;
}
/* log */
#log td{
  text-align: center;
  padding: 0px 7px;
  border-left: 1px solid #000;
}
#log td.title{
  text-align: left;
  font-weight: bold;
  width: 130px;
}	
#toprij td{
  border-left: 0px solid #000;
  background: white;
  border-BOTTOM: 1px solid #000;
  height: 22px;
  vertical-align: middle;
}
#log tr.rijkleur{
  background: white;
}
/* productentabel */
#productentabel{}

#productentabel td{
  border-top: 1px solid #0548ad;
  width: 220px;
  height: 220px;
}
#productentabel img{
  border: 1px solid #d5e0f1;
  width: 200px;
  height: 150px;
  margin: 5px;
}
td.foto{
  padding: 5px;
}


#productentabel img.but{
  border: 0px solid #d5e0f1;
  width: 79px;
  height: 25px;
}

#productentabel a{
  text-decoration: none;
  color: #0548ad;	
}
#productentabel a:hover{
  text-decoration: underline;	
}
#showproduct, #showproduct td{
  color: #0548ad;	
}
/* bestelformulier */
#bestel table{
  width: 500px;
}
#bestel tr.titel{
  background: #b4c8e6;	
}
#showproduct table{
  width: 880px;	
}
#showproduct td{
  padding-left: 5px;
  border-bottom: 1px dotted #0548ad;
}
#showproduct td.cel1{
  width: 179px;
  font-weight: bold;
  padding-right: 5px;  	
}
#pad{
  position: absolute;
  left: 200px;
  top: 110px;	
  padding-bottom: 3px;
}
#pad a{
  text-decoration: none;
}
#pad a:hover{
  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: #0548ad;
  color: #fff;	
}