@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #990000;
}
#menu {
	width: 250px;
	float: left;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#wrapper #contentwrapper #content {
	float: left;
	background-color: #FFFFFF;
	padding: 40px;
	border: 4px solid #999999;
	min-height: 400px;
	width: 595px;
	background-image: url(images/blokjes.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
}
#wrapper #contentwrapper #content h1 {
	color: #E61A1A;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 3px;
}
#wrapper #contentwrapper #content h2 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 3px;
}
#wrapper #contentwrapper #content h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
}
#wrapper #contentwrapper #content p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #footer {
	text-align: center;
	color: #666666;
	padding-top: 10px;
	width: 680px;
	float: left;
	margin-left: 265px;
}
#wrapper #header {
	text-align: right;
	padding-right: 2px;
	margin-top: 20px;
}
#wrapper #header h1 {
	color: #990000;
}
#wrapper #contentarea #content #header h1 {
	font-size: 36px;
	font-weight: bold;
	color: #990000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	position: absolute;
	left: 50%;
	width: 950px;
	margin-top: 0px;
	margin-right: -475px;
	margin-bottom: 0px;
	margin-left: -525px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#wrapper #menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wrapper #menu li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper #menu a:hover {
	color: #666666;
}
#wrapper #menu a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
}
#wrapper #contentwrapper #content a {
	color: #990000;
}
#wrapper #contentwrapper #content a:hover {
	text-decoration: none;
}
#wrapper #contentwrapper #content img {
	float: left;
	padding: 5px;
}
#wrapper #menu .menu_current a {
	color: #666666;
}
input, textarea {
	border: solid 1px #CCCCCC;
}
input:hover {
	border: solid 1px #990000;
}
textarea:hover {
	border: solid 1px #990000;
}
img {
	border: 0px;
}
