@import url(menus.css);
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#container {
	width: 931px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#contentWrapper {
	background-image: url(../images/template/mainback.jpg);
	background-repeat: repeat-y;
}
div#bottomLinks {
	background-image: url(../images/template/mainback.jpg);
	background-repeat: repeat-y;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#header {
	height: 305px;
	background-image: url(../images/template/header.jpg);
}
div#leftContent {
	width: 180px;
	float: left;
}
div#mainContent {
	width: 522px;
	float: left;
}
div#text, div#rightPhotos {
	padding: 10px;
}
div#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#text h1 {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	font-size: 18px;
	font-style: italic;
}
div#text h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	text-decoration: underline;
	font-size: 16px;
	font-style: italic;
}
div#text h1:first-letter {
	color: #F4D80C;
}
div#rightContent {
	width: 229px;
	float: left;
	text-align: right;
}
div.clearer {
	clear: both;
}
div#footer {
	height: 20px;
	background-image: url(../images/template/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F4D80C;
	padding-top: 45px;
	padding-left: 10px;
}
div#leftContent span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
}

div#articles div#bestellen {
	width: 100px;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
div#articles div#bestellen input {
	border: 1px solid #000;
}
div#articles div#voorbeeldPlaat {
	display: block;
	width: 200px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 42px;
	text-align: center;
}
div#bottomLinks a {
	color: #333333;
	text-decoration: none;
}
div#bottomLinks a:hover {
	text-decoration: underline;
}