* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%; /* HEEL BELANGRIJK! */
   font-family: Trebuchet MS;
font-size: small;
background-image: url(pictures/bg.gif);
background-repeat:repeat-x;
}

p.small
{
line-height: 30px
}
.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

#container {
 min-height: 100%;
    width: 861px;
    margin: 0 auto; /* deze div centreren */
    background: #FFF url(line.gif) top left repeat-y ; /* Faux column */
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */

}

#header {
    height: 140px;
    background: url(pictures/header3.jpg) top left;
}
#menu {
	height:35px;
	line-height:24px;
	background:url(pictures/menu.gif) repeat-x;
	padding: 0 10px;
	}
	#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(pictures/menuover.gif) no-repeat center center;
	}

#left {
    width: 680px;
    float: left;
    height: auto;
    padding-bottom: 74px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}
  
	
#foto {
	width:295px;
	float: left;
	}
#foto2 {
width:295px;
float: left;
}
#fotorechts{
    width:281px;
	float:right;
	}
	
#tekst {
width:637px;
height:100%;
	padding-left:20px;
	float: left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#030059;}
	
#product-top {
	background:url(pictures/product-top.png);
	width:637px;
	height:16px;
	float: left;
}
	
#productfoto{
	width:180px;
	float:left;
	padding-right:20px;
	padding-top:5px;
	height:200px;
	text-align:center;	
}


#thumbnail {
	width:180px;
	height:135px;
}
#thumbnailkinder {
	width:180px;
	height:147px;
}
#thumbnailmoeder {
	width:180px;
	height:155px;
}

#thumbnailbmx {
	width:180px;
	height:150px;
}

#productfoto a {
	color:#F00
}

#productfoto a:hover {
	color:#F00
}

#product {
    width:625px;
    height:100%;
	padding-left:15px;
	float: left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#030059;
	background:url(pictures/product-midden.png) ;
	background-repeat:repeat-y;
	margin-bottom:10px;
	
	}
	
	#merk {
width:500px;
margin-left:50px;
padding-bottom:3px;
border-bottom: solid 1px #01018a;
float: left;
}

#merk h1 { 
text-align:center
}
	
#merkverwijder {
width:100%;
padding-bottom:3px;
border-bottom: solid 1px #d3d3d9;
float: left;
}
	
#header_product {
	width:637px;
	padding-left:0px;
	font-size: 14px;
	
}
#header_product1 {
	width:637px;
	padding-left:20px;
	font-size: 14px;
	padding-top:5px;
}
#header_product h1 {
	font-size: 22px;
}

#header_product1 a{
	color:#030059;
	font-size:12px;
}

#header_product1 a:hover {
	color: #030059;
}
	
#right {
    width: 135px;
    float: left;
    height: auto;
    padding-bottom: 74px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}
#menutop {
	width: 121px;
	height: 10px;
	background:url(pictures/menutop.gif);
	}
#menudown {
	width: 121px;
	height: 10px;
	background:url(pictures/menudown.gif);
	}
#menucontent {
	width:121px;
	background:url(pictures/menucontent.gif) repeat-y;
	color:#FFFFFF; 
	padding:18px;
	padding-top:0;
	}

	#menucontent a {
		color:#FFFFFF;
		text-decoration:underline;
		} 

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 861px;
    height: 74px;
    line-height: 30px;
    vertical-align: middle;
    background: url(pictures/footer.png);
	
}
#bewegendefooter {
	width: 861px;
    height:20px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:white;
	padding-top:20px;
}
#table a{
	color:#ff7200;
	text-decoration: none;
	border: none;
}
a{
color:#222222;
font-weight:500;
text-decoration: none;
border: none;
}

a:hover{
color: #F90;
}

#actie {
	padding-left:700px;
	padding-top:10px;
	width: 150px;
	background-repeat:no-repeat;
	background-position:right;
	height:135px;

	
}
