/* @override 
	http://zumex.html.uwcoder.nl/css/main.css
	http://www.zumex-nederland.nl/demo/css/main.css
	http://zumex-nederland.nl/demo/css/main.css
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	border-width: 0;
	border-style: none;
	background: #eeeeee no-repeat left bottom;
	height: 100%;
}

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #000;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

img {
	border-style: none;
	vertical-align: bottom;
}

h1, h2, h3, h4 {
	font-size: 1em;
	line-height: 1.5em;
}

a:link, a:visited {
	text-decoration: underline;
	color: #2d0f39;
}

a:link:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
}

/* --- */

#wrapper {
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/bg.jpg) no-repeat left bottom;
}

#main {
	width: 988px;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 2px;
	background: url(../images/main_bg.png) 0 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* @group assets */

/* @group loader */

.loader {
	height: 333px;
}



/* @end */

/* @group specificaties */

.specificaties {
	list-style-type: none;
	font-size: 11px;
}

.specificaties li {
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid #d8d2ac;
	padding-bottom: 5px;
	padding-top: 5px;
}

.specificaties li.noline {
	border-bottom-style: none;
}

.specificaties li .left {
	float: left;
	width: 122px;
	color: #f58220;
}

.specificaties li .right {
	float: right;
	width: 242px;
	font-weight: bold;
	color: #000;
}

/* @end */

/* @group opsomming */

.opsomming {
	list-style-type: none;
}

.opsomming li {
	background: url(../images/opsomming_li.png) no-repeat 0 5px;
	padding-left: 20px;
}

.opsomming li em {
	color: #f58220;
	font-weight: normal;
	font-style: normal;
	float: left;
}

/* @end */

/* @end */

/* @group essentials */

/* @group header */

#header {
	width: 944px;
	height: 80px;
	background: url(../images/header_bg.png) no-repeat 1px 35px;
	padding: 50px 25px 0;
	margin-left: auto;
	margin-right: auto;
}

#header #logo {
	width: 145px;
	height: 60px;
	float: right;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
}

#header #navigation {
	font-size: 16px;
	list-style-type: none;
	padding-top: 40px;
	margin-bottom: 0;
	float: left;
}

#header #navigation li {
	display: inline;
	background: url(../images/navigation_bullet.png) no-repeat 0 center;
	padding-left: 19px;
	padding-right: 3px;
}

#header #navigation li.nobullet {
	background-image: none;
	padding-left: 0;
}

#header #navigation li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #515151;
	font-weight: bold;
}

#header #navigation li a:hover {
	text-decoration: underline;
	color: #000;
}

#header #navigation li.current a {
	color: #000;
}

/* @end */

/* @group sidebar */

#sidebar {
	float: left;
	width: 303px;
	padding-top: 18px;
	color: #000;
	font-size: 14px;
	padding-bottom: 55px;
}

#sidebar #logo2 {
	width: 94px;
	height: 45px;
	background-image: url(../images/logo2.png);
	text-indent: -9999px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 12px;
}

#sidebar ul {
	
}

#sidebar ul li {
	
}

#sidebar ul li a {
	display: block;
	width: 280px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 0 2px 23px;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li.current a {
	background-color: #f9b174;
}

#sidebar ul li ul {
	margin-bottom: 0;
}

#sidebar ul li ul li {
	
}

#sidebar ul li ul li a {
	color: #fff;
}

/* @end */

/* @group content */

#content {
	float: right;
	width: 642px;
	padding: 11px 23px 52px 20px;
}

#content .btn-print {
	background-image: url(../images/icons/print.png);
	text-indent: -9999px;
	display: block;
	width: 45px;
	height: 39px;
	position: absolute;
	bottom: 10px;
	left: 324px;
}

#content hr {
	border-right-style: none;
	border-left-style: none;
	border-left-width: 0;
	border-right-width: 0;
	border-top: 1px solid #d8d2ac;
	border-bottom: 1px solid #d8d2ac;
}

#content h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}

#content h2 strong {
	color: #f58220;
}

#content .row {
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid #d8d2ac;
	margin-bottom: 18px;
	padding-bottom: 1px;
}

#content .row.noline {
	border-bottom-style: none;
}

#content .row .column1 {
	width: 364px;
	float: left;
}

#content .row .column2 {
	float: right;
	width: 278px;
	text-align: right;
	padding-bottom: 17px;
}

/* @end */

/* @group footer */

#footer {
	background: url(../images/footer_bg.png) no-repeat 0 0;
	padding: 10px 3px 0 23px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 966px;
}

/* @end */

/* @end */

.loader {background: #FFF url(../images/loading.gif) no-repeat center center;}

.thumbs a {

}

.clear {
	clear: both;
}