body { 
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
}
#container {
	position: absolute;
	width: 1024px;
	height: auto;
	top: 0px;
	left: 50%;
	margin-left: -530px;
	background: #f9f9f9;
	padding: 0px 20px 0px 20px;	
	/*border: solid red 1px;*/
}

#header {
  position: absolute;
  width: 1024px;
  height: 187px;
}

#subHeader {
	position: absolute;
	height: 79px;
	width: 1024px;
	margin-top: 187px;
	border-bottom: 1px solid #e9e9e9;	
}

#zoekHeader {
	position: absolute;
	top: 80px;	
	height: 49px;
	width: 1024px;
	border-top: 1px solid #fff;	
	border-bottom: 1px solid #e9e9e9;	
}

#content {
	position: absolute;
	top: 318px;
    left: 190px;
    padding-top: 30px;
	padding-right: 20px;
	color: #000000;
	font-weight: normal;
	border-top: 1px solid #fff;
}

#footer
{
    position: relative;
  	top: 26px;
    margin-top: 10px;
    bottom: 10px;
    width:811px;
    left: -20px;
    text-align:center;
    /*border: solid black 1px;*/
}

#left
{
	position: absolute;
	width: 130px;
	height: 920px;
	left:20px;
	top: 318px;
	color: #000000;
	padding: 3px 10px 0px 10px;
	font-weight: normal;
	background: #f8f8f8 url(../img/stroke-back-left.gif) top right repeat-y;
	font-size: 11px;
	/*border: solid blue thin;*/
}


#menu
{
	position: relative;
	width: 700px;
    /*border: solid red thin;	*/
}


#menu .fistButton a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	position: absolute;
	left: 4px;
	top: 0px;
}


#standaardMenu {
	position: relative;
    padding: 3px;
    width: 194px;
    font-weight: bold;
    /*border: solid red thin;	*/
}

#zoeken {
	width: 620px;
	margin-left: 164px;
	margin-top: 12px;
	position: absolute;
}

#nieuwsbrief {
	position: relative;
	left: 0px;
	padding-left: 10px;
	top: 30px;
	padding-top: 3px;
	width: 185px;
	/*border: solid red thin;*/
}
#prijslijst
{
	position: relative;
	left: 0px;
	width: 130px;
	top: 20px;
	padding-bottom: 20px;
	/*border: solid red thin;*/
	border-bottom: 1px solid #e9e9e9;
}
#openingstijden
{
	position: relative;
	width: 130px;
	top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e9e9e9;
	/*border: solid red thin;*/
}

#contactgegevens
{
	position: relative;
	width: 130px; 
	top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	/*border: solid red thin;*/
}

#headerLogo
{
    position:absolute;
	margin-top: 20px;
    /*border: solid red thin;*/
}
#headerKnoppen
{
    position:absolute;
    right: 0px;
	top: 10px;
        /*border: solid red thin;*/
}

/* UPDATE voor de thumbs */

.imageContainer {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	height: 230px;
}

.imageContainerBig {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	height: 300px;
}


.imageHolder {
	padding-top: 14px;
	background: url(../img/background_thumb2.jpg) top left no-repeat;
	margin-right: 10px;
	text-align: center;
	width: 170px;
	height: 170px;
}

.imageHolderBig {
	padding-top: 14px;
	background: url(../img/background_thumb2Big.jpg) top left no-repeat;
	margin-right: 10px;
	text-align: center;
	width: 240px;
	height: 240px;
}

.imageHolderTEXT {
	width: 170px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;	
}

.imageHolderTEXTBig {
	width: 240px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;	
}


.imageHolderTEXT a {
	color: #671566;	
}

.imageHolderTEXTBig a {
	color: #671566;	
}

#producten {
	color: #333;	
}

/* ZOEKVELD */

.keuzelijst {
	background: url(../img/background-search.gif) top left no-repeat;
	border: none;
	width: 160px;
	height: 25px;
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px 5px 0px 5px;
}

.tekstveld {
	background: url(../img/background-search.gif) top left no-repeat;
	width: 160px;
	height: 25px;
	border: none;
	color: #333;
	padding: 0px 5px 0px 5px;
}

.knop {
    background: url(../img/btn-zoeken.gif) top left no-repeat;
	border: none;
	display: block;
	width: 27px;
	height: 24px;
}
