/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: justify;
	background-color: #A69170;
	background-image: url(images/img1a.gif);
	background-repeat: repeat-x;
}
.kleine_plat {
	font-size: 11px;
	font-style: italic;
}

img {
	padding: 3px;
	border: 1px solid #666666;
}
h4 {
	font-size: 14px;
	font-style: italic;
	color: 512800;
	text-align: left;
}

h1, h2, h3 {
	35margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	color: #512800;
	background-image: url(images/krul.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 35px;
}

p, ul, ol {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
	font-size: 14px;
}
.indent {
	margin-left: 5px;
}

ul, ol {
	color: #E6E6B8;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	list-style-position: inside;
}

ol {
	margin-left: 0;
	padding-left: 1em;
}

a:link, a:active {
	text-decoration: underline;
	color: #FFFFCC;
}

a:visited, a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

/* Header */

#header {
	height: 116px;
	margin-bottom: 20px;
	padding-top: 20px;
	background-image: url(images/kop.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header * {
	text-align: center;
	text-decoration: none;
	color: #968E74;
}

#header h1 {
	letter-spacing: -2px;
	font-size: 48px;
}

#header h2 {
	letter-spacing: normal;
	font-size: 18px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

#colOne {
	float: right;
	width: 240px;
	border: thin dotted #76684F;
}

#colTwo {
	float: left;
	width: 440px;
	border: thin dotted #76684F;
}
.image_rechts {
	margin: 5px;
	float: right;
	border: 1px solid #666666;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background-color: #76684F;
	background-repeat: repeat-x;
	background-position: 0px -120px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #ACA283;
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 0;
}

.boxed .content {
	padding: 20px;
	background-image: url(images/img3a.png);
	background-repeat: repeat-x;
}

.boxed .image {
	float: left;
	margin: 5px 20px 0 0;
}
.boxed .content-indent {
	background-image: none;
	background-repeat: repeat-x;
	text-indent: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 20px;
	font-style: italic;
}

