* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1, h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
}

h1 {
	letter-spacing: -1px;
	font-size: 36px;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 16px;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	background: none;
	color: #393;
}

img {
	border: none;	
}

.clear {
	clear: both;
	visibility: hidden;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 30px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 4px;
}

#headermenu {
	width: 900px;
	height: 24px;
	background-color: #000;
}
#headermenu ul {
	margin: 0;
	margin-left: 20px;
	height: 24px;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#headermenu li {
	display: inline;
}
#headermenu a, #headermenu a:link, #headermenu a:active, #headermenu a:visited {
	float: left;
	height: 21px;
	padding: 3px 10px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #AAA;
}
#headermenu a:hover {
	color: #393;
	background-color: #FFF;
}

#main {
	width: 898px;
	height: 200px;
	min-height: 200px;
	margin-top: 16px;
	margin-bottom: 16px;
	border: 1px solid #999;
}
html>body #main {
	height: auto;
}
#main a, #main a:link, #main a:active, #main a:visited {
	text-decoration: none;
}
#main .informatieleft {
	float: left;
	width: 450px;
	text-align: left;
	padding: 15px;
	font-size: 12px;
	color: #111;
	border-right: 1px dotted #CCC;
}
#main .informatieleft a {
	color: #111;
}
#main .informatieleft a:hover {
	color: #090;
}
#main .informatieright {
	float: left;
	width: 380px;
	text-align: left;
	padding: 15px;
	font-size: 12px;
	color: #111;
}
#main p {
	line-height: normal;
}
.content {
	float: left;
	width: 679px;
	padding: 10px;
}
.content .title {
	padding: 0px 10px 0 10px;
	font-size: 24px;
	font-weight: bold;
}	
.content .title a {
	background: none;
}
.content .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}
.content .byline a {
	color: #C2C2C2;
}
.content .entry {
	padding: 20px 10px 0 10px;
}

.sidebar {
	float: right;
	width: 177px;
	padding: 10px;
}
.sidebar ul {
	list-style: none;
}
.sidebar ul li {
	line-height:normal;
}
.sidebar h2 {
	font-size: 18px;
	color: #666;
}
.sidebar a, .sidebar a:link, .sidebar a:active, .sidebar a:visited {
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
.sidebar a:hover {
	color: #393;
}

#footer {
	width: 880px;
	height: 24px;
	background-color: #000;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
}
#footerleft {
	float: left;
	width: 750px;
}
#footerleft ul {
	margin: 0;
	margin-left: 20px;
	height: 24px;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#footerleft li {
	display: inline;
}
#footerleft a, #footerleft a:link, #footerleft a:active, #footerleft a:visited {
	float: left;
	height: 20px;
	padding: 4px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #AAA;
}
#footerleft a:hover {
	color: #393;
	background-color: #FFF;
}
#footerright {
	float: right;
	width: 130px;
	text-align: right;
}
#footerright a, #footerright a:link, #footerright a:active, #footerright a:visited {
	float: left;
	padding: 5px 10px 0px 10px;
	font-size: 11px;
	color: #AAA;
	text-decoration: none;
}
#footerright a:hover {
	color: #393;
}
#xtrafooter {
	width: 900px;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
	color: #333;
}
#xtrafooter a, #xtrafooter a:link, #xtrafooter a:active, #xtrafooter a:visited {
	color: #393;
	text-decoration: none;
}
#xtrafooter a:hover {
	color: #333;
}

/* INHOUD WEBSITE */
.admins {
	width: 679px;
}
.admins .header {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: left;
	font-weight: bold;
	background-color: #EEE;
	padding: 1px 2px 1px 2px;
	border: 1px solid #E0E0E0;
	font-size: 11px;
}
.admins .inhoud {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: left;
	padding: 1px 2px 1px 2px;
	border: 1px solid #EEE;
	font-size: 11px;
	color: #666;
}
.adminadd {
	width: 679px;
}
.adminadd .header {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: left;
	font-weight: bold;
	background-color: #EEE;
	padding: 1px 2px 1px 2px;
	border: 1px solid #E0E0E0; 
	font-size: 11px;
}
.adminadd .inhoud {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: left;
	padding: 1px 2px 1px 2px;
	border: 1px solid #EEE;
	font-size: 11px;
	color: #666;
}
.adminadd .inhoud input {
	font-size: 11px;
	height: 14px;
}
.adminadd .inhoud select {
	font-size: 11px;
	height: 18px;
}
.siteconfig {
	width: 679px;
}
.siteconfig .left {
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 2px;
}
.siteconfig .center {
	float: left;
	width: 260px;
	margin-bottom: 2px;
}
.siteconfig .center input {
	width: 250px;
	color: #444;
	text-align: left;
	padding: 0px 2px;
}
.siteconfig .center select {
	color: #444;
	text-align: left;
}
.siteconfig .center textarea {
	width: 250px;
	height: 70px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.siteconfig .right {
	float: left;
	width: 254px;
	margin-bottom: 2px;
	padding: 4px 5px 0px 5px;
	font-size: 9px;
	color: #BBB;
	text-transform: uppercase;
}
.wwvergeten {
	width: 679px;
	margin-bottom: 20px;
}
.wwvergeten input {
	color: #444;
	text-align: center;
	padding: 0px 2px;
}
.inhoudleft {
	float: left;
	width: 230px;
	padding: 10px;
	text-align: center;
}
.inhoudright {
	float: right;
	width: 620px;
	padding: 10px;
}
.contactleft {
	float: left;
	width: 140px;
	font-weight: bold;
}
.contactright {
	float: left;
	width: 460px;
}
.contactright input {
	font-size: 11px;
	color: #333;
}
.contactright textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#formfout {
	width: 600px;
	padding:10px; 
	font-size:90%; 
	background-color:#FFEEEE; 
	border:1px dotted #AA0000; 
	color:#333;
	margin-bottom:10px;
}
#formgoed {
	width: 600px;
	padding:10px; 
	font-size:90%; 
	font-weight:bold;
	background-color:#EAFFE9;
	border:1px dotted #66AA00; 
	text-align: center;
	color:#333;
	margin-bottom:10px;
}
