* { margin: 0px; padding: 0px; }
html, body { font-family: 'Trebuchet MS'; font-size: 12px; height: 96%;}
input, select, textarea { font-family: 'Trebuchet MS'; font-size: 12px; color: #2f2f2f; }
body { padding: 0px 0px 0px 0px; background: url('/img/bg.jpg')  repeat-x #cecece; }
/*
body { background-image: url(/img/bg.jpg); 
        background-repeat: repeat-x;
		background-position: top left;
		background-color: #cecece;
		text-align: center;
		margin: 0px;
		padding: 0px;
		height: 100%;
		font-family: trebuchet MS, arial, verdana;
		font-size: 9pt;
		}
*/		

 div#maincontainer {  
	margin: 0px auto;
	width: 900px;
background: url('/img/mainbgtop.jpg') repeat-x #fff;	
border-left: 1px solid #333;
border-right: 1px solid #333;
min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
display:table;
		}
  
  div#kolomlinks {
	width: 235px;
	float:left;
	background: #fff;
       }

  div#kolomlinks #logo img {
         border: 0px;
       }

  div.menuvlak {
        background-image: url(/img/menubg.jpg); 
        background-repeat: repeat;
		background-position: top left;
		width:186px;
		height: auto;
		margin-top: 20px;
		text-align: left;
		margin-left: 20px;
      }

  div.menuvlak img {
        border: 0px;
		margin-bottom: 5px;
      }

  div.menuvlak ul {
        margin-left: 1px;
		list-style-type: none;
      }

  div.menubtm {
        background-image: url(/img/menubtm.jpg); 
        background-repeat: no-repeat;
		background-position: top left;
        width: 186px;
		height: 15px;   
		margin-left: 20px;		
    }

   ul.menulinks { 
        margin:0px;
		padding: 0px;
		list-style-type: none;
		}
	
	li.menulinks {
		list-style-type: none;
		border-bottom: 1px dotted #cbac7a;
	    }
	
	a.menulinks { 
		width: 100%;
		height: 20px;
		text-decoration: none;
		text-align: left;
		line-height: 15pt;
		color: #333;
		padding-left: 6px;
	    }

	a.menulinks:hover { 
		width: 179px;
		height: 20px;
		background-color: #cbac7a;
		color: #FFF;
		text-decoration: none;
		text-align: left;
		line-height: 15pt;
		display:block;
		}

  div#kolomrechts {
	width: 640px;
	float:left;
	padding-left: 10px;
       }

  div#topmenu {
        width: 640px;
       }

  div#topmenu img {
        border: 0px;
		margin: 0px;
		padding: 0px;
       }

  div#flashbanner {
      
       }

  h1 {
        color: #a4834e;
		font-size: 14pt;
		line-height: 15pt;
		margin: 0px;
		margin-bottom: 5pt;
      }

  h2 {
        color: #a4834e;
		font-size: 12pt;
		line-height: 15pt;
		margin: 0px;
		margin-bottom: 5pt;
		text-decoration: none;
      }

  h3 {
        color: #a4834e;
		font-size: 10pt;
		font-weight: bold;
		line-height: 15pt;
		margin: 0px;
		margin-top: 5px;
		margin-bottom: 3px;
		text-decoration: none;
      }

  div#contenttekst {
        width: 640px;
        font-size: 9pt;
		line-height: 15pt;  
		float:left;
		margin-bottom: 5px;

	 }
  table
  {
	 font-size: 10pt;
  }

  div#nieuwvenster {
        border: 1px solid #ccc;
		padding: 5px;
		background-color: #e6e6e6;
		width: 620px;
		float:left;
	 }

  div.aanbieding {
        border-top: 1px dotted #ccc;
		width: 275px;
		clear:both;
     }

  .thumb
  {
   	padding: 1px;
	border: 1px solid #ccc;
	margin: 5px;     
  }
  img.aanbieding {
        padding: 1px;
		border: 1px solid #ccc;
		float: left;
		margin: 5px;
		margin-right: 10px;
		width: 75px;
     }
  
  span.oudeprijs {
        color: #f00;
		text-decoration: line-through;
     }

  span.nieuweprijs {
        color: #000;
		font-weight: bold;
     }	
  span.bestel {
        color: #000;
		font-weight: bold;
		float: right;
		margin-right: 25px;
     }	
	input.formulier {
	              border: 1px solid #777;
				  background-color: #fff;
				  width: 300px;	
				  height: 20px;
				  color: #777;
				  font-size: 9pt;
				  font-family: trebuchet MS;
	              }

	textarea.formulier {
	              border: 1px solid #777;
				  background-color: #fff;
				  width: 300px;	
				  height: 100px;
				  color: #777;
				  font-size: 9pt;
				  font-family: trebuchet MS;
	              }
	              	a { 
		text-decoration: underline;
		color: #a4834e;
	    }

	a:hover { 
		color: #222;
		text-decoration:underline;
		}
#footer a{ 
		color: #000;
	text-decoration:none;		
	    }
#footer a:hover{ 
		color: #000;
	text-decoration:underline;		
	    }
	#footer {margin: 0px auto; width: 900px;bottom:0px;height:50px; clear: both; }	    
