body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #231F20;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;

}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h4 {
	font-size: 23px;
}

h5 {
	font-size: 14px;
	font color: #BA0017;
}
h6 {
	font-size: 14px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	font-size: 13px;
}
A:link {
	COLOR: #ffffff; 
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #ffffff; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #BA0017; 
	TEXT-DECORATION: none
}
A:active {
	COLOR: #ffffff; 
	TEXT-DECORATION: none
}

img {
	border: none;
}


/* Header */

#header {
	width: 846px;
	margin: 5px auto;
}
#containerheadtxt {
	TEXT-ALIGN: center;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	WIDTH: 450px;
	LETTER-SPACING: 2px;
	MARGIN-LEFT: 32px;
	FONT-SIZE: 15px;
	FONT-WEIGHT: normal;
	MARGIN-RIGHT: auto;
	font-style: italic;
}
#containernavigatie {
	TEXT-ALIGN: center; 
	WIDTH: 500px; 
	MARGIN-LEFT: auto; 
	FONT-SIZE: 12px; 
	MARGIN-RIGHT: auto; 
	WORD-SPACING: 3px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
	color: #7BAA0F;
}

#menu .active a {
	background: url(images/img02.gif) repeat-x left bottom;
}

/* Page */

#page {
	width: 846px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 650px;
}
#aanbieding {
	float: left;
	width: 846px;
}
.foto {
	margin-bottom: 0px;
}
.tekst {
	margin-bottom: 0px;
}
.prijs {
	FONT-SIZE: 14px;
	text-align: left;
	margin-bottom: 0px;
}
.inclusief {
	text-decoration: underline;
	margin-bottom: 0px;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #BA0017;
}
.post .titlehome {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post .entry {
}

.post .meta {
	padding: 0px 0 20px 0;
}

.post .meta .links {
	float: right;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 130px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 26px;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

/* Footer */

#footer {
	height: 20px;
	padding: 10px 0 0 0;
}

#footer .wrap {
	width: 849px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #666666;
	font-size: 10px;
}

#legal a {
	color: #476B77;
}


