/*
[Contents]

	0- Global
	1- Header
	2- Main
	3- Footer
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/

/* =1 Header
---------------------------------------------------------------------------------------------------------------------*/
#header{
	background:url(images/header-bg.png) no-repeat;
}
.slogan{
	background:url(images/slogen.png) no-repeat;
	height:10px;
	text-indent:-5000px;
	width:350px;
    right:18px;
}
.nav > li{
	background:url(images/nav-bg.png) no-repeat right center;
	float:left;
	padding-right:2px;
	position:relative;
}
.nav > li > a{
	display:block;
	font-size:13px;
	height:43px;
	line-height:43px;
	padding:0 14px;
}
.nav > li.process > a{
	padding:0 28px;
}
.nav > li > a:hover,
.nav > li.active > a{
	background:url(images/nav-item-bg.png) repeat-x;
	color:#F8F9FA;
	text-decoration:none;
}
.nav li ul{
	display:none;
	left:0;
	padding-top:8px;
	position:absolute;
	top:42px;
	width:500px;
}
.nav li:hover ul,
.nav li.active ul{
	display:block;
}
.nav li li{
	float:left;
	margin-right:6px;
}
.nav li li a{
	background:url(images/nav-subitem-bg.png) repeat;
	color:#FCF8F8;
	display:block;
	font-size:15px;
	height:21px;
	padding:5px;
	line-height:21px;
	text-align:center;
	/* width:28px; */
}
.nav li li a:hover,
.nav li li.active a{
	background:url(images/nav-subitem-hover-bg.png) repeat;
	font-weight:normal;
	text-decoration:none;
}
/* =2 Main
---------------------------------------------------------------------------------------------------------------------*/
/* Pagination
-------------------------------------------------------*/
.pagination {
    position: absolute;
    width: 941px;
    height: 45px;
    top: 20%;
    left: 0px;
    z-index: 1000;
}
.pagination a{
	display:block;
	height:45px;
	position:absolute;
	text-indent:-5000px;
	top:161px;
	width:23px;
}
.pagination .prev{
	background:url(images/arrow-left.png) no-repeat;
	left:0;
}
.pagination .prev:hover{
	background-image:url(images/arrow-left-hover.png);
}
.pagination .next{
	background:url(images/arrow-right.png) no-repeat;
	right:0;
}
.pagination .next:hover{
	background-image:url(images/arrow-right-hover.png);
}
/* Title
-------------------------------------------------------*/
h1.title, h2.title{
	color:#FFF;
	font-size:48px;
	height:96px;
	margin-bottom:65px;
	text-shadow:2px 2px 2px #666;
}
h1.title strong, h2.title strong{
	display:block;
	font-size:48px;
	font-weight:bold;
}
/* Title
-------------------------------------------------------*/
.content{
	background:url(images/content-bg.png) repeat;
	min-height:110px;
	padding:20px;
    color:#ffffff;
}
/* Page
-------------------------------------------------------*/
/* Index */
.index h1.title, .index h2.title strong{
	margin-left:50px;
}
.index h1.title strong 
{
    margin-bottom:20px;
}
/* Over ons */
.overons .content{
	width: 450px;
}
.overons h1.title, .overons h2.title{
	height: 36px;
	text-indent: -9999px;
}
/* Raatliggers */
.raatliggers_calc .content{
	width: 530px;
}
.raatliggers_calc h1.title, .raatliggers h2.title{
	height: 36px;
}
/* Vloerliggers */
.vloerliggers .content{
	width: 530px;
}
.vloerliggers h1.title, .vloerliggers h2.title{
	height: 36px;
}
/* Referenties */
.referenties-1 h1.title, .referenties-2 h1.title, .referenties-1 h2.title, .referenties-2 h2.title {
    width: 440px;
    margin-left: 320px;
	height: 36px;
	text-indent: -9999px;
}
.referenties-1 .content, .referenties-2 .content {
    width: 440px;
    margin-left: 320px;
}
/* Contact */
.contact h1.title, .contact h2.title{
	margin-bottom:35px;
}
.contact .left{
	width:405px;
}
.contact .post-success{
	width:405px;
}
.contact .content{
	background: #FFFFFF;
	font-size:15px;
	padding:15px 10px;
}
.contact .content p{
	margin:10px 0 0 12px;
	color: #000000;
}
.bereken {
	position:absolute;
	display:block;
	float:left;
	background-color:#000;
	width:200px;
	color:fff;
	text-align:center;
	padding:10px;
}
.bereken a
{
    color:#fff;
}
.displaymoney 
{
    background: transparent;
    border: none;
    font-weight: bold;
    color: white;
    border-bottom: 1px double white;
}
.last {
	margin-left :300px;
	}
/* =3 Footer
---------------------------------------------------------------------------------------------------------------------*/
.rekenmodule tr {height:28px;}
.rekenmodule td input {width:80px;}
.rekenmodule td select {width:84px;}
#footer ul{
	background:url(images/footer-bg.png) no-repeat;
	color:#283040;
	width:
}
#footer li{
	float:left;
	margin-right:7px;
}
#footer strong{
	font-weight:bold;
}
#footer a{
	color:#283040;
}
#footer .home-link{
	background:url(images/button.png) no-repeat;
	color:#FFF;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:15px;
	line-height:15px;
	margin-top:3px;
	text-align:center;
	width:44px;
}
#footer .home-link:hover{
	text-decoration:none;
}
#footer .email-link{
	background:url(images/icon-email.png) no-repeat right center;
	display:block;
	padding-right:30px;
}
button {text-align:center;}