body { 
	background-color: #ffffff;
  font-family:Verdana, Arial;
	font-size: 12px;  
}
#container
{
	position: absolute;
	width: 1024px;
	height: 1200px;
	top: 5px;
	left: 50%;
	margin-left: -560px;
	font-weight: normal;
    color: black;
	/*border: solid red 1px;*/
}

#header
{
  position: absolute;
	width: 1024px;
	height: 130px;
	/*border: solid green thin;*/
}

#content
{
	position: absolute;
	width: 791px;
	top: 140px;
    left: 215px;
    padding-left:20px;
    padding-top: 10px;
	color: #000000;
	font-weight: normal;
	
}

#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: 200px;
	left:0px;
	height: 1100px;
	top: 138px;
	color: #000000;
    padding-top: 3px;
    padding-left: 3px;
	font-weight: normal;
	/*border: solid blue thin;*/
}


#menu
{
	position: relative;
    padding: 3px;
    width: 190px;
    font-weight: bold;
    /*border: solid red thin;	*/
}

#standaardMenu
{
	position: relative;
    padding: 3px;
    width: 194px;
    font-weight: bold;
    /*border: solid red thin;	*/
}
#zoeken
{
	position: relative;
	left: 0px;
	padding-left: 0px;
	top: 15px;
	padding-top: 3px;
	padding-bottom: 8px;
	width: 195px;
	/*border: solid red thin;*/
}
#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: 185px;
	top: 45px;
	padding-left: 10px;
	/*border: solid red thin;*/
}
#openingstijden
{
	position: relative;
	width: 185px;
	top: 60px;
	padding-left: 10px;
	/*border: solid red thin;*/
}

#contactgegevens
{
	position: relative;
	width: 190px; 
	top: 75px;
	padding-left: 5px;
	color: #000544;
	font-weight: bold;
	/*border: solid red thin;*/
}

#headerLogo
{
    position:absolute;
    left: 0px;
    /*border: solid red thin;*/
}
#headerKnoppen
{
    position:absolute;
    right: 0px;
        /*border: solid red thin;*/
}
.menuItemNormaal
{
    width: 100%;
    margin-top: 1px;
    padding: 1px;
}
.menuItemHover
{
    width: 100%;
    margin-top: 1px;
    padding: 1px;
}
.menuItemNormaalStandaard
{
    width: 100%;
    margin-top: 1px;
    padding: 1px;
}
.menuItemHoverStandaard
{
    width: 100%;
    margin-top: 1px;
    padding: 1px;
}

