* 	{
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body {
	height: 100%;
	background-color: #FFF;
	font-family: Arial;
	font-size: 11px;
	}

a:link {color: #C40F18; text-decoration: none}
a:visited {color: #C40F18; text-decoration: none}
a:hover {color: #C40F18; text-decoration: underline}
a:active {color: #C40F18; text-decoration: underline}	

p 	{
	margin-bottom: 20px;
	line-height: 22px;
	color: #707070;
	font-size: 12px;
	}
		
h1	{
	font-size: 16px;
	color: #771013;
	font-weight: bold;
	margin-bottom: 10px;
	}
		
h2	{
	font-size: 12px;
	font-weight: bold;
	color: #c30f18;
	padding-top: 5px;
	}
	
.clear {
	clear: both;
	}	
		
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	width: 827px;
	}

#logo {
	width: 827px;
	height: 82px;
	background: url(../img/layout/logo.png) 3px 17px no-repeat;
	}
	
.banner {
	width: 825px;
	height: 234px;
	margin-left: 1px;
	}
	
.banner_man {
	background: url(../img/layout/banner_man.png) top left no-repeat;
	}
	
.banner_vrouw {
	background: url(../img/layout/banner_vrouw.png) top left no-repeat;
	}
	
.banner ul {
	padding-top: 20px;
	padding-left: 25px;
	list-style-type: none;
	}
	
.banner ul li {
	margin-bottom: 3px;
	background: url(../img/layout/nav_dotline.png) 15px bottom no-repeat;
	}
	
.banner ul li:hover {
	background: url(../img/layout/nav_dotline_h.png) 15px bottom no-repeat;
	}
	
.banner ul li.active {
	margin-bottom: 3px;
	background: url(../img/layout/nav_dotline_h.png) 15px bottom no-repeat;
	}
	
.banner ul li a{
	display: block;
	width: 167px;
	height: 21px;
	padding-right: 35px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #878787;
	text-align: right;
	text-decoration: none;
	}
	
.banner ul li a:hover{
	color: #d52029;
	background: url(../img/layout/nav_active.png) top right no-repeat;
	}
	
.banner ul li a.active{
	display: block;
	width: 167px;
	height: 21px;
	padding-right: 35px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #d52029;
	text-align: right;
	text-decoration: none;
	background: url(../img/layout/nav_active.png) top right no-repeat;
	}
	
#icon-banner {
	width: 827px;
	height: 172px;
	margin-top: 10px;
	margin-bottom: 12px;
	}
	
#icon-banner h1{
	font-size: 15px;
	color: #d52029;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 12px;
	}
	
#icon-banner p{
	font-size: 11px;
	color: #7d7979;
	margin-bottom: 5px;
	line-height: 17px;
	margin-left: 12px;
	}
	
#icon-banner img {
	display: block;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 10px;
	}
	
#icon-banner a {
	color: #9a090c;
	font-size: 11px;
	margin-left: 12px;
	padding-left: 10px;
	background: url(../img/layout/link_arrow.png) left 3px no-repeat;
	}
	
#icon-banner-item-left {
	width: 167px;
	height: 172px;
	float: left;
	background: url(../img/layout/icon_banner_left.png) top left no-repeat;
	}
	
#icon-banner-item-left:hover {
	background: url(../img/layout/icon_banner_left_h.png) top left no-repeat;
	}
	
#icon-banner-item-mid {
	width: 165px;
	height: 172px;
	float: left;
	background: url(../img/layout/icon_banner_mid.png) top left no-repeat;
	}
	
#icon-banner-item-mid:hover {
	background: url(../img/layout/icon_banner_mid_h.png) top left no-repeat;
	}
	
#icon-banner-item-right {
	width: 164px;
	height: 172px;
	float: left;
	background: url(../img/layout/icon_banner_right.png) top left no-repeat;
	}
	
#icon-banner-item-right:hover {
	background: url(../img/layout/icon_banner_right_h.png) top left no-repeat;
	}
	
a.forum-button {
	display: block;
	width: 218px;
	height: 84px;
	padding-top: 135px;
	cursor: pointer;
	cursor: hand;
	float: left;
	text-decoration: none;
	background: url(../img/layout/forum_button.png) top left no-repeat;
	}
	
a.forum-button:hover {
	background: url(../img/layout/forum_button_h.png) top left no-repeat;
	}
	
a.forum-button h1 {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 12px;
	}
	
a.forum-button p {
	font-size: 11px;
	color: #230203;
	margin-bottom: 5px;
	line-height: 17px;
	padding-left: 12px;
	padding-right: 10px;
	}
	
#content-wrapper {
	width: 606px;
	float: left;
	margin-left: 2px;
	}
	
#content-top {
	width: 606px;
	height: 8px;
	background: url(../img/layout/content_top.png) top left no-repeat;
	}
	
#content-bottom {
	width: 606px;
	height: 8px;
	background: url(../img/layout/content_bottom.png) top left no-repeat;
	}
	
#content-mid {
	width: 546px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
	background: url(../img/layout/content_mid.png) top left repeat-y;
	}
	
#content-mid ul 	{
	padding: 0;
	margin: 0;
	margin-top: -22px;
	color: #707070;
	font-size: 12px;
	}
		
#content-mid li 	{
	list-style-type: none; 
	background-image: url(../img/layout/li_square.gif);
	background-repeat: no-repeat; 
	background-position: 0px 9px;
	padding-left: 12px;
	margin-left: 10px;
	line-height: 22px;
	}
	
#content-mid table {
	color: #707070;
	font-size: 12px;
	margin-bottom: 12px;
	}
	
#content-mid table td {
	padding-right: 20px;
	padding-bottom: 5px;
	}
	
.footer {
	height: 50px;
	margin: 0 auto;
	width: 100%;
	background-color: #FFF;
	}
	
.push {
	height: 50px;
	width: 100%;
	}

.footer_content {
	width: 827px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
	}
	
.footer_realisatie {
	width: 150px;
	height: 20px;
	float: left;
	font-size: 11px;
	color: #c2c2c2;
	padding-left: 20px;
	}
	
.footer_realisatie a {
	color: #c2c2c2;
	text-decoration: none;
	}
	
.footer_realisatie a:hover{
	color: #c40f18;
	text-decoration: underline;
	}
	
.footer_shortcuts {
	width: 580px;
	height: 20px;
	float: right;
	text-align: right;
	padding-right: 25px;
	font-size: 11px;
	color: #949494;
	word-spacing: 5px;
	}
	
.footer_shortcuts a{
	color: #949494;
	word-spacing: 0px;
	text-decoration: none;
	}
	
.footer_shortcuts a:hover{
	color: #c40f18;
	text-decoration: underline;
	}
	
form.contactform {
	margin-top: 10px;
	}
	
form.contactform label {
	display: block;
	width: 120px;
	float: left;
	font-size: 12px;
	margin-top: 20px;
	font-weight: normal;
	color: #707070;
	}
	
form.contactform input{
	width: 200px;
	height: 15px;
	padding: 2px;
	margin-top: 15px;
	font-size: 12px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
	}
	
form.contactform input.checkbox{
	width: 20px;
	border: none;
	}
	
.checkboxes_wrap {
	width: 400px;
	margin-left: 120px;
	}
	
form.contactform input:focus, form.contactform input:hover {
	background-color: #FFF;
	border: 1px solid #cecece;
	}
	
form.contactform input.checkbox:focus, form.contactform input.checkbox:hover {
	border: none;
	}
	
form.contactform textarea{
	width: 200px;
	height: 100px;
	padding: 2px;
	margin-top: 15px;
	font-size: 11px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border: 1px solid #cecece
	}
	
form.contactform textarea:focus, form.contactform textarea:hover {
	background-color: #FFF;
	border: 1px solid #cecece;
	}
	
form.contactform input.sendbutton {
	width: 85px;
	height: 25px;
	float: left;
	color: #50504e;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	border: 1px solid #cecece;
	background-color: #f5f5f5;
	margin-top: 10px;
	}
	
form.contactform input.sendbutton:hover {
	cursor: pointer;
	cursor: hand;
	border: 1px solid #c1c1c1;
	background-color: #FFF;
	}