* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font: 12px Verdana;

	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}

div.FF {
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}

div.Header {
	margin: 20px auto;
	text-align: left;
	width: 750px;
	height: 200px;
	background: url(../Images/Top_Left.jpg) no-repeat left;
}
div.Header img {
	display: block;
	padding: 20px;
}
div.Header img.MeubelPreview {
	float: right;
	padding: 0;
}
div.Header img.Slogan {
	margin-top: 37px;
}

div.Menu {
	background: #6e7477 url(../Images/Menu_Top.gif) no-repeat top;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
	width: 250px;
	clear: right;
}
div.Menu ul {
	background: url(../Images/Menu_Bottom.gif) no-repeat bottom;
	list-style: none;
	padding: 10px 0;
}
div.Menu ul li a {
	display: block;
	padding-left: 20px;
	width: 190px;
	line-height: 22px;
	margin: 0 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div.Menu ul li a:hover,div.Menu ul li a.Selected {
	background: url(../Images/Menu_Active.gif);
}

div.SubMenu {
	background: #b6b9bb url(../Images/SubMenu_Top.gif) no-repeat top;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
	width: 250px;
	clear: right;
}
div.SubMenu ul {
	background: url(../Images/SubMenu_Bottom.gif) no-repeat bottom;
	list-style: none;
	padding: 10px 0;
}
div.SubMenu ul li a {
	display: block;
	padding-left: 20px;
	width: 190px;
	line-height: 22px;
	margin: 0 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div.SubMenu ul li a.Selected {
	background: url(../Images/SubMenu_Active.gif);
}
div.SubMenu ul li a:hover {
	text-decoration: underline;
}

div.Quote {
	background: #dbdcdd url(../Images/Quote_Top.gif) no-repeat top;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	width: 250px;
	clear: right;
}
div.Quote ul {
	background: url(../Images/Quote_Bottom.gif) no-repeat bottom;
	list-style: none;
	padding: 10px 0;
}
div.Quote ul li {
	display: block;
	padding: 0 20px 5px 40px;
	color: #666;
	font-weight: bold;
	font-size: 22px;
}

div.Main {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	padding-bottom: 60px;
}
.aanbieding {
	width:470px;
	border:#eb3b24 thin solid;
	background-color:#eee;
	margin-bottom:20px;
	/*background-color:#666;
	background-image:url(../Images/aanbieding.jpg); */
}

h1 {
	margin: 0 0 10px 20px;
	color: #eb3b24;
	font-size: 18px;
}
h2 {
	margin: 0 0 2px 20px;
	color: #003371;
	font-size: 13px;
	font-weight: bold;
}
p {
	margin-left: 20px;
	padding-bottom: 10px;
	line-height: 18px;
	width: 450px;
}
p a img {
	border: 0;
}
p a img.Teaser {
	margin-right: 10px;
}
img.ImgRight {
	float: right;
}
address {
	margin: 0 20px;	
	font-style: normal;
	letter-spacing: 1px;
	line-height: 18px;
}
ul.NoIndent {
	list-style: disc;
	margin: 0 20px;
	padding: 0 20px;
	line-height: 18px;
}
div.Main p a,
div.Main address a,
div.Main ul.NoIndent li a {
	color: #eb3b24;
	text-decoration: none;
}
div.Main p a:hover,
div.Main address a:hover,
div.Main ul.NoIndent li a:hover {
	color: #f60;
}

div.Main ul.Referenties {
	padding-left: 20px;
	margin-left: 20px;
}
div.Main ul.Referenties ul li {
	padding-left: 10px;
	margin-left: 10px;
}

div.Main div#map {
	margin-left: 20px;
	margin-top: 20px;
	width: 452px;
	height: 339px;
}

div.Footer {
	color: #333;
	border-top: 2px solid #000;
	background: url(../Images/Footer.gif) repeat-x;
	clear: both;
	padding-top: 2px;
	height: 45px;
	overflow: hidden;

}
div.Footer p {
	width:100%;
	line-height: 20px;
}
div.Footer p a {
	color: #003371;
	text-decoration: none;
}
div.Footer p a:hover {
	color: #0054A6;
}