a, html, body, input, textarea, li, ul, p, table, td, tr {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
	
a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #a02128;
	text-decoration: none;
}

.input {
	width: 300px;
	height: 20px;
	border: 1px solid #a02128;
	color: #000;
}

.inputk {
	width: 50px;
	height: 20px;
	border: 1px solid #a02128;
	color: #000;
}

.area {
	width: 300px;
	height: 100px;
	border: 1px solid #a02128;
	color: #000;
}

.button {
	background: #a02128;
	border: 1px solid #000;
	color: #fff;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: #eedb9c;
	scrollbar-arrow-color: #fff;
	scrollbar-face-color: #ff860d;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #121d4c;
	scrollbar-darkshadow-color: #121d4c;
	scrollbar-track-color: #131212;
	overflow: auto;
}

#wrapper {
	width: 1000px;
	height: 600px;
	border: 7px solid #f5e9c0;
	background: #fff;
}

#wrapper #header {
	width: 1000px;
	height: 159px;
	background: #fff url(../images/header.jpg) no-repeat;
	border-bottom: 3px solid #a02128;
}

#wrapper #table {
	height: 100%;
	width: 100%;
	background: url(../images/back.jpg) no-repeat right bottom;
}

#menu {
	width: 168px;
	_width: 200px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 20px;
	text-align: center;
	color: #a02128;
	font-weight: bold;
}

#menu a {
	border-top: 1px solid #000;
	line-height: 22px;
	height: 32px;
	display: block;
	width: 168px;
	text-align: center;
	background: url(../images/menu_s.jpg) no-repeat left bottom;
	margin-bottom: 3px;
	text-decoration: none;
	color: #56832d;
	font-weight: bold;
	font-size: 13px;
}

#menu a:hover {
	color: #a02128;
}

.content {
	width: 760px;
	_width: 800px;
	padding: 20px;
	text-align: left;
	line-height: 18px;
}

.kopje {
	font-size: 20px;
	color: #a02128;
	font-weight: bold;
	letter-spacing: 1px;
}

#wrapper #footer {
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #a02128;
	font-size: 12px;
	border-top: 3px solid #a02128;
}

#wrapper #footer a {
	text-decoration: underline;
	color: #a02128;
}

#wrapper #footer a:hover {
	text-decoration: none;
	color: #000000;
}

.plaatjesraam {
	width: 90%;
	border: 1px solid #a02128;
	padding: 10px;
}

.plaatjesraam img {
	margin: 10px;
}

.plaatjesraam .titel {
	width: 90%;
	color: #a02128;
	font-weight: bold;
	font-size: 15px;
}

.plaatjesraam .tekst {
	width: 90%;
}

h1, H1 {
	font-size: 20px;
	color: #a02128;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}

h2, H2, .subkopje {
	font-size: 16px;
	color: #a02128;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3, H3 {
	font-size: 13px;
	color: #a02128;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
