/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background-image: url(images/hd.png);
	background-repeat: no-repeat;
	background-color: #3C3529;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B3A05C;
	line-height: 20px;
}

h1, h2, h3 {
	color: #9B5C42;
}

h2 {
	font-size: 1.6em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #671E14;
}

h3 {
	margin: 0;
	font-size: 14px;
	color: #B3A05C;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #B3A05C;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}
a:visited {
	color: #9C8B52;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 710px;
	height: 150px;
	background-image: url(images/header_lijntje.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #B5A15D;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #554C34;
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	font-size: 3em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 710px;
	height: 30px;
	margin: 0 auto;
	background-color: #B3A05C;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #730000;
	text-align: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #3C3529;
}

#menu a:hover, #menu .active a {
	color: #730000;
}

/* Content */

#content {
	width: 710px;
	margin: 0 auto;
	background-color: #554C34;
}

#colOne {
	float: left;
	width: 160px;
	padding: 20px 10px 0 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #95854F;
}

#colTwo {
	float: left;
	width: 390px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}

#colThree {
	float: left;
	width: 120px;
	padding: 5px;
}

/* Footer */

#footer {
	width: 710px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #B3A05C;
}
