@charset "utf-8";
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	background: #292929 url('/images/bg_html.png') repeat-x top center;
	overflow-y: scroll;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #e9e9e9;
}

#container {
	width: 800px;
	min-height: 100%;
	margin: 0 auto -150px;
	position: relative;
}

#logo {
	position: absolute;
	left: -48px;
	top: 52px;
}

ul#nav {
	height: 28px;
	padding-top: 72px;
	list-style: none;
}

#header {
	width: 800px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

form,
form .formrow {
	overflow: hidden;
}

form .formrow {
	margin-bottom: 5px;
}

form label,
form .formlabel {
	float: left;
}

form#offerte_form label {
	width: 80px;
}

form .formelement {
	float: left;
}

form#offerte_form .formelement {
	width: 220px;
}

form .select,
form .text,
form .textarea {
	color: #494949;
	border: 1px solid #494949;
}

form .error {
	border: 1px solid #ff0000;
}

form .select option,
form .text {
	padding: 1px;
}

form#offerte_form .text {
	width: 216px;
}

form#offerte_form .textarea {
	width: 216px;
	height: 80px;
	padding: 1px;
}

form#offerte_form #submit {
	margin-left: 80px;
}

form .chkbox {
	margin-right: 8px;
	float: left;
}

span.extralabel {
	display: none;
}

.inactive {
	color: #999 !important;
}

#content {
	padding: 50px 0 35px;
	font-size: 0.7em;
	overflow: hidden; /* To clear floating .col divs */
	background: transparent url('/images/bg_content.png') no-repeat center top;
}

.col {
	width: 400px;
	float: left;
}

.colContent {
	width: 300px;
	min-height: 72px; /* Height of the icons including reflection */
	padding: 0 50px;
}

.sep {
	background: transparent url('/images/col_seperator.png') repeat-y 25px 3px;
}

#content ul.rows {
	padding: 0;
	list-style: none;
}

#content ul.rows li {
	padding-top: 1.5em;
	background: transparent url('/images/row_seperator.png') repeat-x left bottom;
}

#content ul.rows li.first {
	padding-top: 0;
}

body#home #content {
	color: #00c6ff;
}

/* Prevent footer from overlapping content, has exact same height as footer */
#push {
	height: 150px;
}

#footer {
	height: 150px;
	position: relative;
	font-size: 0.7em;
	color: #5a5a5a;
	background: #bfc0c0;
	overflow: hidden;
}

ul#innerFooter {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	list-style: none;
}

ul#innerFooter ul {
	list-style: none;
}

ul#innerFooter li {
	width: 350px;
	margin-left: 450px; /* Geen linkerkolom, dus: 50px + 400px */
	float: left;
}

ul#innerFooter ul li {
	width: auto;
	margin: 0;
	float: none;
	overflow: hidden;
}

ul#innerFooter li ul.oneHalf,
ul#innerFooter li ul.oneThird {
	width: 146px;
	padding-left: 12px;
	background: transparent url('/images/footer_stripe.png') no-repeat bottom left;
	float: left;
}

ul#innerFooter li ul.oneThird {
	width: 92px;
}

ul#innerFooter li ul.oneHalf.first,
ul#innerFooter li ul.oneThird.first {
	padding-left: 0;
	background: none;
}

#footer a {
	color: #5a5a5a;
}

ul#innerFooter li ul.oneThird a {
	text-decoration: none;
}

a.readMore {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #e9e9e9;
}

h1 {
	padding: 0 0 1.5em;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}

p {
	padding: 0 0 1.5em;
	line-height: 1.4em;
}

a {
	color: #e9e9e9;
}

#content ul {
	padding: 0 0 1.5em 15px;
	line-height: 1.4em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#lightbox_images {
	display: none;
}