/* RESET */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, blockquote, th, td, ol, ul, li, p {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
caption,th { text-align: left; }
ul {list-style: none;}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
abbr,acronym { border:0; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* TYPOGRAPHY */
h1, h2, h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ee7402;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	padding: 4px 0;
}

/* BODY */
body {
	background: #474a44 url(../i/layout/bg-body.jpg) 0 0 repeat-x;
	color: #747474;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#outer {
	background: url(../i/layout/bg-outer.jpg) top center no-repeat;
	width: 100%;
	text-align: center; /* for ie 5 */
}
#container {
	background: #fff url(../i/layout/bg-container.gif) 0 0 repeat-y;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
#header {
	background: url(../i/layout/bg-header.gif) 0 0 no-repeat;
	position: relative;
	height: 170px;
	width: 960px;
	z-index: 2;
}
#header h1 {
	background: transparent url(../i/layout/logo.gif) 0 0 no-repeat;
	position: absolute;
	top: 70px;
	left: 30px;
	width: 240px;
	height: 50px;
	padding: 0px;
}
#header h1 a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	width: 240px;
	height: 50px;
}

/* CONTENT */
#content {
	padding: 0 30px;
	width: 900px;
	position: relative;
	z-index: 1;
}

/* FOOTER */
#footer {
	clear: both;
	background: #474a44 url(../i/layout/bg-footer.gif) 0 0 no-repeat;
	padding: 10px 0 70px 0;
	height: 40px;
	line-height: 36px;
	text-align: center;
	position: relative;
	color: #caeaa1;
	font-size: 12px;
}
#footer span {color: #72a92d;}
#footer a {color: #caeaa1;}
#footer a:hover {color: #fff;}

#footer a#gvb {
	position: absolute;
	overflow: hidden;
	width: 140px;
	height: 50px;
	text-decoration: none;
	left: 410px;
	top: 50px;
	text-indent: -999em;
}

/* SPLASH */
#splash #header {height: 130px;}
#splash #header h1 {
	background: url(../i/layout/logo-groep.gif) 0 0 no-repeat;
	left: 340px;
	top: 60px;
}

#splash #content {
	padding: 0 25px;
	width: 910px;
}
.kwicks {
	background: #fff;
	position: relative;
	padding: 0;
}
.kwicks li {
	background: #72a92d;
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 220px;
	height: 400px;
	position: relative;
}
.kwicks li#kwick2 {background: #ee7402;}
.kwicks li#kwick3 {background: #bfa577;}
.kwicks li#kwick4 {background: #9d9c9c;}

.kwicks li img {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 1;
}
.kwicks li h2 {
	background: url(../i/layout/trans.png);
	position: absolute;
	top: 230px;
	left: 0px;
	padding: 10px;
	padding-right: 90px;
	width: 200px;
	height: 40px;
	font-size: 18px;
	line-height: 16px;
	z-index: 2;
}
.kwicks li h2 sup {font-size: 12px;}
.kwicks li a {	text-decoration: none; }
.kwicks li a.go {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	display: block;
	line-height: 30px;
	height: 30px;
	padding: 290px 5px 50px 25px;
	width: 270px;
	float: left;
	outline: none;
	z-index: 3; 
}
.kwicks li a.go:hover {
	text-decoration: underline;
}
.kwicks li div {
	background: #e6e9e0 url(../i/layout/bg-kwicks-div.jpg) 0 0 repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 60px;
	padding: 10px;
	width: 280px;
}
.kwicks li p {padding-left: 15px;}
.kwicks .go {background: url(../i/layout/bullet-kwicks.gif) 0 290px no-repeat;}.kwicks #kwick2 .go {background-position: -300px 290px;}.kwicks #kwick3 .go {background-position: -600px 290px;}.kwicks #kwick4 .go {background-position: -900px 290px;}

.kwicks .address {background: url(../i/layout/icon-address-kwicks.gif) 0 0 no-repeat;}.kwicks #kwick2 .address {background-position: -300px 0;}.kwicks #kwick3 .address {background-position: -600px 0;}.kwicks #kwick4 .address {background-position: -900px 0;}

.kwicks .phone {background: url(../i/layout/icon-phone-kwicks.gif) 0 0 no-repeat;}.kwicks #kwick2 .phone {background-position: -300px 0;}.kwicks #kwick3 .phone {background-position: -600px 0;}.kwicks #kwick4 .phone {background-position: -900px 0;}

