/* CSS Document */
body {
	margin:auto;
	padding:auto;
	text-align:left;
	font:11px Verdana;
	color:#B23231;
	background-color:#FFFFFF;
}
/*/////////////////////////////////*/
a {
	outline-style:none;
	border:0px;
	color:#B23231;
}
a img{
	border:0px;
}
/*//////////////////////////////////*/

div#container {
	width: 1000px;
	margin:auto;
	padding:auto;
}
div#header {
	width:1000px;
	height:208px;
	float:left;
	background-image: url(../img/leftHeader.jpg);
}
div#leftHeader {
	width: 242px;
	height:192px;
	float:left;
	background-image: url(../img/leftHeader.jpg);
	padding-left:8px;
	padding-top:8px;
	color: #ffffff;
	font:Verdana;
	font-weight: bold;
}
.leftHeaderTaal {
	width:40px;
	height:19px;
	margin-top:5px;
	margin-right:5px;
	float:left;
}
.leftHeaderTaal img {
	width:40px;
	height:24px;
}
div#leftHeaderWinkelwagen {
	margin-top:155px;
	width:230px;
	height:17px;
	color:#E4AE28;
	font:13px Verdana;
	font-weight:bold;
}
div#leftHeaderWinkelwagen a {
	outline-style:none;
	color:#E4AE28;
	text-decoration:none;
	font:13px Verdana;
	font-weight:bold;
	
}
div#rightHeader {
	widht: 750px;
	height:208px;
	float:left;
	background-color:#FED201;
}
div#contentWrapper {
	width:1000px;
	background-image: url(../img/contentBg.gif);
	float:left;	
}
div#contentLeft {
	width:250px;
	float:left;
}
div#contentLeftMenu {
	width:250px;
	float:left;
}
.contentLeftMenuItem {
	width:250px;
	height:20px;
	padding-top:6px;
	border-bottom: solid 1px #B13131;
}
.contentLeftMenuItem a {
	margin-left:10px;
	color:#B23231;
	text-decoration:none;
	font:13px Verdana;
	font-weight:bold;
	width:240px;
}
div#contentLeftImg {
	width:250px;
	height:359px;
	float:left;
}
div#contentRight {
	width:728px;
	float:left;
	margin: 5px;
	border: solid 1px #B13131;
}
div#content {
	width:708px;
	float:left;
	margin: 5px;
}
div#footer {
	width:985px;
	height:20px;
	float:left;
	color:#E4AE28;
	background-color:#B23231;
	padding-left:15px;
	padding-top:4px;
	font:10px Verdana;	
}
div#footer a {
	margin-left:20px;
	color:#E4AE28;
	text-decoration:underline;
	font:10px Verdana;
	font-weight:bold;	
}