html, body {
	background:url(../img/body_bg.png) repeat-x bottom #990000;
	min-height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:140%;
	min-width:970px;
}
.header {
	height:145px;
	background:url(../img/bg_header.gif) no-repeat bottom center #fff;
}
.header .menu {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-top:25px;
	padding-right:10px;
}
.header .menu {
	list-style:none;
}
.header .menu li {
	display:inline-block;
	margin-left:15px;
	font-size:14px;
}
.header .menu li a{
	color:#E52526;
	text-decoration:none;
}
.header .menu li a:hover{
	color:#000;
	text-decoration:none;
}
.header .menu li a.actief{
	color:#000;
	text-decoration:none;
}
#content {
	background:url(../img/content_bg.gif) repeat-y center;
	height:auto;
	padding-bottom:25px;
	position:relative;
}
.wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#bank {
	height:225px;
	background:url(../img/bank.png) no-repeat;
	position:absolute;
}
.bank_middel {
	height:225px;
	width:900px;
	bottom:0px;
	left:50%;
	margin-left:-450px;
	background:url(../img/bank.png) no-repeat;
	position:absolute;
}
.wrapper h1 {
	margin-top:0;
	padding-top:15px;
	font-size:21px;
}
.wrapper .groot {
	font-size:48px;
	margin-bottom:0px;
}
.wrapper #links {
	display:inline-block;
	float:left;
	background:url(../img/left_bg.png) bottom no-repeat;
	width:610px;
	min-height:300px;
	padding:20px;
	padding-bottom:40px;
	margin:0;
	color:#fff;
}
.wrapper #links ol {
	padding-left:20px;
}
.wrapper #links ul {
	padding-left:20px;
}
.wrapper #links .item {
	width:190px;
	height:240px;
	display:inline-block;
	float:left;
	text-align:center;
	margin:5px;
}
.wrapper #links .item a{
	border:none;
	color:#fff;
	text-decoration:none;
}
.wrapper #links .item a p{
	text-decoration:underline;
}
.wrapper #links hr {
	border:none;
	border-top:4px dotted #E3B66A;
}
.wrapper .rechts {
	display:inline-block;
	float:right;
	width:290px;
	min-height:320px;
	padding:10px;
	padding-top:20px;
	margin:0;
}
.wrapper .rechts h1 {
	color:#E52526;
}
.footer {
	height:25px;
	width:100%;
	background:#FFF;
	font-size:10px;
	line-height:25px;
}
.w980 {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.clearfix {
	clear:both;
}
.rechts p {
	padding-top:15px;
	color:#fff;
}
.rechts a {
	color:#fff;
}
a.leesmeer {
	color:#fff;
	background:url(../img/pijl.gif) no-repeat left;
	padding-left:15px;
}
a.demo_aanvragen {
	display:inline-block;
	background:url(../img/buttons/aanvragen_demo.png) no-repeat;
	height:30px;
	width:180px;
}
a.login {
	display:inline-block;
	background:url(../img/buttons/maak_een_publicatie.png) no-repeat;
	height:30px;
	width:175px;
}
.kw_logo {
	padding-top:25px;
	padding-left:60px;
}
span.label {
	display:inline-block;
	width:115px;
	float:left;
	line-height:26px;
	
}
input.demo {
	width:480px;
	height:26px;
	margin-bottom:5px;
	border:none;
	background:url(../img/input.gif) no-repeat bottom left;
}
.demo_bericht {
	width:470px;
	padding:5px;
	height:96px;
	margin-bottom:5px;
	border:none;
	background:#fff ;
}