/******************************************************
* GLOBAL
******************************************************/
html, body {
	margin				: 0;
	padding				: 0;
	width				: 100%;
	height				: 100%;
}

p {
	font-family			: Arial;
	font-size			: 12px;
	line-height			: 18px;
}

h1 span,
h2 span,
a span {
	display				: none;
	visibility			: hidden;
}

.marginleft {
	margin				: 0px -23px 0px 12px;
}

.marginright {
	margin-right		: 12px;
}

.icon {
	margin-right		: 4px;
}

.icon2 {
	margin				: 0px 4px 3px 0px;
}

.fix_accord {
	margin-bottom		: 8px;
}

.dots {
	margin				: 1.5em 0px;
}

.single .dots {
	margin				: 0.5em 0px 1.2em -20px;
}

/******************************************************
* STRUCTURE
******************************************************/
#wrap {
	height				: 100%;
}

#wrap div {
	display				: block;
	margin				: 0 auto;
}

#header {
	width				: 960px;
	height				: 123px;
	background			: transparent url('../img/header.jpg') no-repeat;
}

#subheader {
	width				: 917px;
	height				: 273px;
	padding				: 18px 0px 0px 43px;
	position			: relative;
	background			: transparent url('../img/subheader_home_bg.jpg') no-repeat;
}

#navigation_container {
	height				: 38px;
	background			: #7FA1B1;
	position			: relative;
}

.home #navigation {
	width				: 344px;
	height				: 179px;
	position			: absolute;
	top					: 67px;
	left				: 605px;
	background			: transparent;
}

#content_container {
	width				: 960px;
}

#footer_wrap {
	width				: 100%; /*960px;*/
	height				: 282px;
	background			: #7fa1b1 url('../img/footer_home_bg_repeat.gif') repeat-x;
}

/******************************************************
* SUBHEADER
******************************************************/
#subheader h1 {
	margin				: 0;
	padding				: 0;
}

#subheader p {
	font-family			: Arial;
	font-size			: 12px;
	line-height			: 18px;
	font-weight			: bold;
	color				: #FFFFFF;
	width				: 460px;
}

/******************************************************
* NAVIGATION (NON HOME)
******************************************************/
#navigation {
	width				: 960px;
	height				: 38px;
	margin				: 0 auto;
}

#navigation ul {
	list-style			: none;
	margin				: 0;
	padding				: 0;
}

#navigation ul li {
	height				: 38px;
	margin				: 0;
	padding				: 0;
	float				: left;
}

#navigation ul li a {
	display				: block;
	height				: 38px;
	text-decoration		: none;
	background-repeat	: no-repeat;
	background-attachment:scroll;
	background-position	: top;
}

#navigation .home a						{ width: 63px;  background: transparent url('../img/nav_home.gif'); }
#navigation .bouwkundige a				{ width: 226px; background: transparent url('../img/nav_bouwkundige_brandpreventie.gif'); }
#navigation .installatietechnische a	{ width: 271px; background: transparent url('../img/nav_installatietechnische_brandpreventie.gif'); }
#navigation .regelgeving a				{ width: 214px; background: transparent url('../img/nav_regelgeving_certificering.gif'); }
#navigation .links a					{ width: 59px;  background: transparent url('../img/nav_links.gif'); }
#navigation .contact a					{ width: 127px; background: transparent url('../img/nav_contact_route.gif'); }

#navigation ul li a:hover {
	background-position	: 0 -38px;
}

#navigation ul li a.selected,
#navigation ul li a.selected:hover {
	background-position	: 0 -76px;
}

/******************************************************
* NAVIGATION HOME
******************************************************/
.home #navigation ul {
	margin				: 0;
	padding				: 0;
	list-style			: none;
}

.home #navigation ul li {
	display				: block;
	height				: 30px;
	margin-bottom		: 6px;
	float				: right;
	clear				: both;
}

.home #navigation ul li a {
	display				: block;
	height				: 30px;
	background-repeat	: no-repeat;
	background-position	: top;
	background-attachment: scroll;
	text-decoration		: none;
}

.home #navigation ul .bouwkundige a				{ width: 281px; background: transparent url('../img/nav_home_bouwkundige_brandpreventie.png'); }
.home #navigation ul .installatietechnische a	{ width: 344px; background: transparent url('../img/nav_home_installatietechnische_brandpreventie.png'); }
.home #navigation ul .regelgeving a				{ width: 265px; background: transparent url('../img/nav_home_regelgeving_certificering.png'); }
.home #navigation ul .links a					{ width: 55px;  background: transparent url('../img/nav_home_links.png'); }
.home #navigation ul .contact a					{ width: 150px; background: transparent url('../img/nav_home_contact_route.png'); }

.home #navigation ul li a:hover,
.home #navigation ul li a.selected {
	background-position	: 0 -30px;
}

/******************************************************
* CONTENT / SIDEBAR
******************************************************/
#content_container div {
	float				: left;
	margin				: 0;
	padding				: 0;
	display				: inline;
}

#content_container #content {
	width				: 603px;
	padding				: 29px 0px 0px 18px;
	white-space			: nowrap;
}

#content_container #content h1 {
	margin				: 0px 0px 1em 0px;
	padding				: 0;
}

#content_container #content p {
	width				: 595px;
	white-space			: normal;
	line-height			: 20px;
}

#content_container #content a {
	color				: #f39c02;
	text-decoration		: none;
}

#content_container #content a:hover {
	text-decoration		: underline;
}

#content_container #content ol {
	xwidth				: 595px;
	margin				: 0px 1.1em;
	padding				: 0px;
	white-space			: normal;
}

#content_container #content ol li {
	font-family			: Arial;
	font-size			: 12px;
	line-height			: 20px;
}

#content_container #sidebar {
	width				: 267px;
	height				: 560px;
	padding				: 29px 21px 0px 51px;
	background			: transparent url( '../img/sidebar_single.png' ) no-repeat;
}

#content_container #sidebar a.verzenden {
	float: right;
	margin-top			: 8px;
}

#content_container.double #content {
	width				: 413px;
}

#content_container.double #content p {
	width				: 390px;
	line-height			: 20px;
}

#content_container.double #sidebar {
	width				: 529px;
	height				: 569px;
	padding				: 0;
	background			: transparent url( '../img/sidebar_double.png' ) no-repeat;
}

#content_container.double.two #sidebar {
	background			: transparent url( '../img/sidebar_double2.png' ) no-repeat;
}

#content_container.double #sidebar .left {
	font-family			: Arial;
	color				: #FFFFFF;
	width				: 199px;
	/*height			: 440px;*/
	position			: relative;
	top					: 91px;
	left				: 8px;
}

#content_container.double #sidebar .left p.blue {
	color				: #7fa1b1;
}

#content_container.double #sidebar .left p span {
	color				: #F39C02;
}

#content_container.double #sidebar .right {
	font-family			: Arial;
	color				: #FFFFFF;
	width				: 265px;
	/*height			: 510px;*/
	position			: relative;
	top					: 29px;
	left				: 34px;
}

#content_container.double #sidebar .right p {
	width				: 241px;
	color				: #000000;
}

#content_container.single #sidebar p {
	width				: 267px;
	color				: #000000;
}

#content_container.single #sidebar p a img {
	margin-top			: 1.2em;
}

#content_container.double #sidebar div p,
#content_container.single #sidebar p {
	margin				: 0px 0px 1em 0px;
}

#content_container.double #sidebar div h2,
#content_container.single #sidebar h2 {
	margin				: 0px 0px .15em 0px;
	padding				: 0px;
}

#content_container.double #sidebar div h3,
#content_container.single #sidebar h3 {
	font-size			: 12px;
	line-height			: 18px;
	color				: #f39c02;
	margin				: 0px;
	padding				: 0px;
}

#content_container.double #sidebar div ul,
#content_container.single #sidebar ul {
	list-style			: square;
	margin				: 0px 0px .5em 1em;
	padding				: 0px;
}

#content_container.double #sidebar div ul li,
#content_container.single #sidebar ul li {
	font-size			: 12px;
	line-height			: 18px;
}

#content .link {
	width				: 568px;
	white-space			: normal;
	font-family			: Arial;
	font-size			: 12px;
	line-height			: 18px;
	padding				: 1em 0px;
	background			: transparent url( '../img/content_dots.gif' ) no-repeat scroll bottom;
}

#content .link * {
	float				: left;
}

#content .link h3,
#content .contact_gegevens h3 {
	font-weight			: bold;
	font-size			: 12px;
	white-space			: normal;
	color				: #7fa1b1;
	width				: 376px;
	margin				: 0.5em 0px 0px 0px;
	padding				: 0;
}

#content .link a,
#content .contact_gegevens a {
	color				: #f39c02;
	text-decoration		: none;
}

#content .link a:hover,
#content .contact_gegevens a:hover {
	text-decoration		: underline;
}

#content .contact_gegevens {
	width				: 159px;
	height				: 200px;
	font-family			: Arial;
	font-size			: 12px;
	line-height			: 18px;
	margin-bottom		: 35px;
}

#content .contact_route {
	width				: 400px;
	height				: 200px;
	float				: left;
	margin-bottom		: 35px;
}

#content .contact_gegevens h3 {
	margin				: 0;
}
#content .contact_gegevens p {
	margin-top			: 0;
}

#sidebar td {
	font-family			: Arial;
	color				: #000000;
	font-size			: 12px;
	height				: 20px;
}

#sidebar input {
	width				: 158px;
	height				: 17px;
	padding				: 3px 5px 0px 5px;
	margin				: 3px 0px;
	border				: none;
	background			: transparent url('../img/sidebar_input.gif') no-repeat left center;
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: bold;
}

#sidebar .message {
	width				: 245px;
	height				: auto;
	background			: #F59F0C;
	margin				: 0px;
	padding				: 5px 0px;
	border				: 2px solid white;
	border-radius		: 8px;
	-moz-border-radius	: 8px;
	-webkit-border-radius:8px;
	display				: none;
}

#sidebar .message p {
	margin				: 0px;
	text-align			: center;
	font-weight			: bold;
	color				: #FFFFFF;
}

/******************************************************
* FOOTER HOME
******************************************************/
#footer {
	width				: 960px;
	height				: 282px;
	margin				: 0 auto;
	background			: transparent url('../img/footer_home_bg.gif') no-repeat;
}

#footer div {
	width				: 274px;
	height				: 283px;
	padding-right		: 46px;
	float				: left;
}

#footer div.last {
	width				: 295px;
	padding-right		: 25px;
}

#footer div h2 {
	display				: block;
	width				: 320px;
	height				: 86px;
	margin				: 0;
	padding				: 0;
}

#footer div p {
	width				: 245px;
	font-family			: Arial;
	font-size			: 12px;
	line-height			: 18px;
	margin				: 29px 0px 29px 29px;
}

#footer div.last p {
	margin				: 29px 0px 10px 29px;
}
#footer div a {
	xmargin				: 0px 0px 0px 180px;
}

#footer table {
	margin				: 0px 0px 6px 29px;
}

#footer td {
	font-family			: Arial;
	font-size			: 12px;
	height				: 20px;
}

#footer input {
	width				: 158px;
	height				: 17px;
	padding				: 3px 5px 0px 5px;
	margin				: 3px 0px;
	border				: none;
	background			: transparent url('../img/footer_input.gif') no-repeat left center;
	font-family			: Arial;
	font-size			: 12px;
	font-weight			: bold;
}

#footer div .message {
	width				: 245px;
	height				: auto;
	background			: #F59F0C;
	margin				: 0px 0px 0px 28px;
	padding				: 5px 0px;
	border				: 2px solid white;
	border-radius		: 8px;
	-moz-border-radius	: 8px;
	-webkit-border-radius:8px;
	display				: none;
}

#footer div .message p {
	margin				: 0px;
	text-align			: center;
	font-weight			: bold;
	color				: #FFFFFF;
}
