* {
	margin: 0; padding: 0;
}

body {
	text-align: left;
	font: 13px Verdana;
	color: #FFFFFF;
	background: #fff;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 6px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 6px 0 5px 10px;
}

.aligncenter {
	text-align: center;
}

.hidden {
	display: none;
}

#wrapper {
	width: 1000px;
	margin: auto auto;
	text-align: left;
	padding:1.2em;
}

#header {
	height: 130px;
}

.img {
	background: #FFFFFF url(../images/header/1.png) no-repeat 0 0;
	display: block;
	width: 1000px;
	height: 265px;
	text-indent: -9999px;
	outline: none;
}
	
#header ul {
	clear: both;
	list-style-type: none;
	height: 30px;
	padding-left: 2px;
	background:#ff0000;
	text-decoration:none;

	/* background: url(../images/nav_bg.gif) repeat-x 0 0; */
}

#header ul li {
	float: left;
	background:#ff0000;
	/* background: url(../images/divider.gif) no-repeat right 0; */
	text-decoration:none;
	padding-right: 2px;
}

#header ul li a {
	color: #FFFFFF;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	padding: 7px 13px;
	outline: none;
}

#header ul li a:hover {
	text-decoration: none;
	background:#ff0000;
	text-decoration:underline;
	
	/* background: url(../images/hover.gif) repeat-x 0 0; */
}

#logo {
		
		background-repeat:no-repeat;
		height:0px;
		margin-top: 0px;
}
#body {
	clear: both;
	color: #303030;
}

#body a {
	color: #810000;
}

#body .content {
	background-color: #FFFFFF;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 0;
	margin-top:285px;
}

#body .content .sidebar {
	width: 200px;
	float: left;
}

#body .content .box {
	border: 1px solid #BABABA;
	padding: 5px 7px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	
}

#body .content .box h2 {
	background:#FF0000;
	/* background: url(../images/box.gif) repeat-x 0 0; */
	font-size: 1em;
	color: #FFFFFF;
	padding: 5px 0 9px 7px;
	margin-bottom:5px;
}

#body .content .sidebar .box ul {
	list-style-type: none;
	padding-top: 4px;
}

#body .content .sidebar .box li {
	background:transparent url(../images/list.gif) no-repeat scroll 5px 9px;
	line-height: 1.6em;
	padding: 3px 0 3px 17px;
}

#body .content .sidebar .box li a {
	color:#810000;
}

#body .content .sidebar .box li a:hover {
	text-decoration: none;
}

#body .content .inhoud {
	width: 750px;
	float: right;
}

#body .content .inhoud img.thumb {
	float: left;
	margin: 0 10px 15px 0;
	width: 90px; height: 90px;
}

#body .content .inhoud ul {
	list-style-type: none;
	padding: 15px 10px 0 10px;
}

#body .content .inhoud li {
	clear: both;
}

#body .content .inhoud li a {
	color: #810000;
}

#body .content .inhoud li a:hover {
	text-decoration: none;
}

#body .content .inhoud ul li a.title {
	background-image: none;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#body .content .inhoud ul li p {
	color: #555555;
	line-height: 1.4em;
}

#body .content .inhoud ul li .post {
	font-size: 0.8em;
	padding: 3px 0;
}

#body .content .inhoud ul li .post a {
	text-decoration: underline;
	color: #810000;
}

#footer {
	color: #000;
	clear: both;
	padding: 15px 0 20px;
}

#footer a {
	font-weight: bold;
	font-size: 0.9em;
}

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

#footer p {
	float: left;
}

#form {
	margin-bottom: 10px;
}

#fieldset {
	border: 1px solid #c0c0c0;
	padding: 16px;
	margin-bottom: 20px;
}

#form p {
	margin-bottom: 4px !important;
}

#form input {
	margin-right: 5px;
	border: 1px solid #909090;
	font-size: 0.9em;
	font-family: Verdana;
	padding: 2px;
	max-width: 100%;
}

#form label {
	margin-right: 10px;
}

#form input.text, #form textarea {
	border: 1px solid #909090;
	font-size: 0.9em;
	font-family: Verdana;
	padding: 2px;
	max-width: 100%;
	margin-bottom: 10px;
}

#form textarea {
	line-height: 1.6em;
	margin-bottom: 10px;
}

#form button, #form input.button {
	border: 1px solid #909090;
	background-color: #cccccc;
	font-size: 0.9em;
	font-family: Verdana;
	padding: 5px;
}