@charset "utf-8";
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: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 792px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 128px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	width: 100%;
	margin: 0px;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer {
	background-color: #f9f;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 60%;
}
.oneColFixCtrHdr #container #footer p a {
	text-decoration: none;
	color: #666;
}

.clearFix {
	clear: both;
}

#mainContentLeft {
	float: left;
	width: 211px;
	color: #FFF;
}
#mainContentCenter {
	width: 581px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 211px;
	color: #FFF;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #mainContentCenter p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: justify;
}
#navigation {
	background-image: url(../images/navi_bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 366px;
	width: 211px;
}
.oneColFixCtrHdr #container #mainContent #mainContentLeft #adres {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	width: 191px;
	margin: 0px;
	padding-left: 20px;
	color: #FF0;
}
.oneColFixCtrHdr #container #mainContent #mainContentCenter #titel img {
	margin: 0px;
	width: 100%;
	padding-top: 90px;
}

#titel {
	background-image: url(../images/content_top_bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 153px;
	width: 100%;
}
#content {
	margin: 0px;
	width: 531px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #mainContentLeft #navigation ul {
	margin: 0px;
	width: 200px;
	padding-top: 100px;
	list-style-type: none;
	color: #000;
	padding-left: 50px;
}
.oneColFixCtrHdr #container #mainContent #mainContentLeft #navigation ul li {
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 10px;
	font-size: 100%;
}
.oneColFixCtrHdr #container #mainContent #mainContentLeft #navigation ul li a {
	text-decoration: none;
	color: #600;
}
.oneColFixCtrHdr #container #mainContent #mainContentLeft #navigation ul li a:hover {
	color: #FF0;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0;
}
#logo {
	margin: 0px;
	width: 100px;
	padding-top: 20px;
	padding-left: 50px;
}
.oneColFixCtrHdr #container #mainContent #mainContentCenter #content a {
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
}
.aanbieding {
	background-color: #000;
	width: 500px;
	border: 5px solid #F9F;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent #mainContentCenter #content .aanbieding p {
	font-family: "Delius Swash Caps";
}
.oneColFixCtrHdr #container #mainContent #mainContentCenter #content .aanbieding h1 {
	font-family: bilbo;
	font-size: 36px;
	font-style: italic;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent #mainContentCenter #content .aanbieding h2 {
	margin: 0px;
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
}

