body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFD2B7;
	background-image:url(../Assets/background.jpg);
	background-repeat:repeat-x;
}



#topHeader,#subHeader,#mainContent,#subFooter,#footer {
	width: 920px;
	margin: 0 auto;
	padding:10px 20px;
// the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;
	text-align: left;
// this overrides the text-align: center on the body element. 
	
}

#topHeader{
	margin-top:20px;
}
#topHeader,#footer {
	background-color:#DE6852;
	height: 60px;
	text-align: center;
	font-size: 0.8em;
}


#subHeader,#subFooter{
	background-color:#FFA772;
	height: 60px;
}

#mainContent {
	background-color: #000;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:320px;
	color:#FFD2B7;
}

#topHeader h3 {
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 0.2em;
}

#Language{
	float: left;
	padding-top: 50px;
}

#Language a:link, a:visited {
	color: #000;
	text-decoration: none;
}

#Language a:hover {
	color:#de6852;
	text-decoration:underline;
}

#mailLogo {
	float: right;
	padding-top: 50px;
}
#informatie{
	float: left;
	width:120px;
}
#bestelling{
		float: right;
	width:120px;
}


#subHeader p {
	font-size: 1em;
	font-variant: normal;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}


#slideshow {
	margin:0 auto;
}
.merken {
	font-size: 0.7em;
	font-weight: bold;
	color: #951B06;
	text-align: justify;
	width: 480px;
	margin: 0  Auto;
}

.merken a:link, .merken a:visited{
	color: #951B06;
	text-decoration: none;	
}

.merken a:hover {
	color: #F00;
	text-decoration: underline;
}

#logo {
	padding-bottom: 8px;
}
#leftMenu  rightmenu{
	width: 200	px;
	padding-top: 50px;
	}
#leftMenu {
	float: left;
}
#rightMenu {
	float: right;
}
.nav li a {
	color: #FFD2B7;
	text-decoration: none;
	width: 180px;
	display: block;
	line-height: 1.5em;
	border-bottom: 1px solid #464646;
}
.nav {
	list-style-type: none;
	padding-top:80px;
	padding-left:0;
	
}
.nav li a:hover{
	border-bottom: 1px solid #FFA772;
	/*background-image:url(../Assets/squareBulet.gif);*/
	background-repeat:no-repeat;
	background-position:5px center;
	/*padding-left:20px;*/
	color:#FFA772;	
}
#Tomaten {
	color: #FFD2B7;
	text-align: left;
	font-size: 0.8em;
}


#subHeader #subtitle {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#bestellingen {
	color: #666;
}
#mailLogo a:link img,#mailLogo a:visited img {
	border-style: none;
}
#mailLogo a:link img,#mailLogo a:hover img {
	border:#de6852 solid 2px ;
}

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

