/* ----------------------- default ----------------------- */

html,body{
	width:100%; height:100%;
	margin:0px; padding:0px;
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background:url(../img/bg_body.gif) repeat-y left top #ecdcc6;

}

h2{
	margin:0 0 10px 0; padding:0px;
	font-size:100%;
	line-height:20px;
}

form{
	display:inline;
}

a{
	color:#e2007a;	
}

a:hover{
	color:#000;	
	text-decoration:none;
}

/* ----------------------- header ----------------------- */

div#header{
	background:url(../img/bg_header.jpg) no-repeat;
	width:937px; height: 100px;
	margin-left:7px;
}

/* ----------------------- nav-sec ----------------------- */

ul#nav-sec{
	margin:0px; padding:0px;
	width:424px; height:11px;
	float:right;
	display:block;
	text-align:center;
}

ul#nav-sec li{
	display:inline;
	font-size:90%;
	font-weight:bold;
	color:#e2007a;
	list-style: none;
}

ul#nav-sec li a{
	color:#000;
	text-decoration:none;
}

ul#nav-sec li a:hover{
	color:#e2007a;	
}

ul#nav-sec li.selected a{
	color:#e2007a;
	cursor:default;
}

/* ----------------------- logo ----------------------- */

h1{
	margin:0px; padding:0px;
	display:block; clear:both;
}

h1 img{
	border-style:none;
	clear:right;
	margin-left:7px;
}

/* ----------------------- nav-ter ----------------------- */

ul#nav-ter{
	margin:0px; padding:0px;
	width:424px; height:11px;
	float:right;
	display:block;
	text-align:center;
}

ul#nav-ter li{
	display:inline;
	font-weight:bold;
	color:#e2007a;
	text-transform: uppercase;
	margin:0 5px 0 5px;
	list-style: none;
}

ul#nav-ter li a{
	color:#000;
	text-decoration:none;
}

ul#nav-ter li a:hover{
	color:#e2007a;	
}

ul#nav-ter li.selected a{
	color:#e2007a;
	cursor:default;
}

/* ----------------------- nav-prim ----------------------- */

ul#nav-prim{
	margin:0px 0 0 7px; padding:0px;
	width:940px;
	display:block; clear:both;
	height:125px;	
	line-height:10px; /* remove firefox space */
}

ul#nav-prim li{
	float:left;
	border-left:3px solid #fff;
	list-style: none;
}

ul#nav-prim li img{
	border-style:none;
}

ul#nav-prim li a{
	display:block;
	background:url(../img/bg_nav_prim.gif);
	line-height:27px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	text-align:right;
	padding:0 10px 0 0;
}

ul#nav-prim li a:hover{
	background:url(../img/bg_nav_prim_selected.gif);
}



/* ----------------------- content ----------------------- */

div#content-container{
	width: 934px;
	margin: 9px 0 0 9px;
	background:url(../img/bg_content_container.gif) repeat-y 10px;
}

div.content-left{
	float:left;
	width:587px;
	margin:10px 0 0 7px;;
	padding:30px 10px 10px 10px;
}

div.content-left p{
	text-align:justify; 
	line-height:18px;
	margin:0px 10px 15px 0px;
}

div.content-right{
	valign:top;
	float:right; 
	width:309px;	
}

/* ----------------------- footer ----------------------- */

div#footer{
	display:block; clear:both;
	font-size:90%;
	padding:10px 0 0 19px;
}

div#footer a{
	color:#000;
	text-decoration:none;
}

div#footer a:hover{
	color:#000;
	text-decoration:none;
}

/* ----------------------- teaser ----------------------- */

div.teaser{
	background:url(../img/bg_teaser.gif);
	width:310px; height:162px;
	margin-top:5px;
}

ul.teaser-nav{
	float:left;
	width:100px;
	margin:35px 0 0 0;
	padding-left:30px;
}

ul.teaser-nav li{
	color:#c8ff52;	
	line-height: 20px;
}

ul.teaser-nav a{
	text-transform:uppercase;
	color:#fff; font-weight:bold;
	text-decoration:none;
}

ul.teaser-nav a:hover{
	color:#c8ff52;			
}

div.teaser-text{
	float:right; 
	width:140px;
	margin:30px 20px 0 0;
	color:#FFF; font-size:90%;
	line-height:16px;
}

div.teaser-text a{
	color:#c8ff52;	
	text-decoration:none;
}

/* ----------------------- gallery ----------------------- */

div#gallery-container{
	width: 924px;
	margin: 9px 0 0 19px;
}

div.gallery-left{
	float:left;
	width:477px;
}

div.gallery-left p{
	text-align:justify; 
	line-height:18px;
	margin:0px 0px 15px 0px;
}

div.intro{
	background:url(../img/bg_intro.gif);
	width:452px;
	padding:30px 10px 10px 10px;
	height:157px;
}

div.thumbs{
	border:1px solid #fff;
	padding: 10px;
	width:452px;
	margin:10px 0 0 0;
	background-color:#565d67;
}

div.thumbs img{
	float:left;
	background-color:#d9c8ac;
	margin:0 9px 10px 0;
	border:3px solid #fff;
}

div.gallery-left img.banner{
	margin-top:10px;
}

div.gallery-right{
	float:right;
	width:442px;
}

div.gallery-right img{
	border:3px solid #fff;
	background:url(../img/bg_intro.gif);
}

div.gallery-right div{
	height:430px;
	line-height:18spx;
	background-color:#fff;	
	font-size:90%;
}

div.gallery-right div.titel{
	padding-top:20px;
	height:40px;
	line-height:18spx;
	background-color:#fff;	
	font-size:90%;
}

div.gallery-right div a{
	color:#000;
	text-decoration:none;
}

div.gallery-right div span{
	width: 220px;
	height:20px;
	float:left;
	padding-left:10px;
}

div.gallery-right div div{
	width: 200px;
	height:20px;
	float:left;
	text-align:right;	
}


/* ----------------------- contact----------------------- */

div.form-contact{
	float:right;
	width:300px;
	margin-left:20px;
}


div.form-contact h3{
	font-size:100%;
	text-transform:uppercase;
}

div.form-contact div{
	display:block; clear:both;
}

div.form-contact label{
	float:left;
	width:100px;
}

div.form-contact input,
div.form-contact textarea{
	font-size:100%;
	background:#565e69;
	border:1px solid #fff;
	color:#fff;
}

div.form-contact input{
	width:170px;
	margin-bottom:5px;
}

div.form-contact textarea{
	width:188px;
	height:100px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.stap3 textarea{
	font-size:100%;
	background:#565e69;
	border:1px solid #fff;
	color:#fff;
	width:550px;
	height:100px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.form-contact div.submit{
	margin-left:100px;
	margin-top:5px;
}


/* ----------------------- offerte ----------------------- */

h4{
	margin:0px; padding:0 0 0 20px;
	display:block;
	background:url(../img/bg_header_offerte.gif) no-repeat;
	font-size:100%;
	height:23px;
	line-height:23px;
	color:#fff;
	
}


div.volgende{
	display:block; clear:both;
	text-align:center;
	line-height:36px; height:36px;
	margin:20px 0 0 0;
}

div.volgende img{
	border-style:none;
}

/* ----------------------- offerte stap 1 ----------------------- */

img.stap1_illustratie{
	border:4px solid #fff;
}

div.stap1_breedte,
div.stap1_hoogte{
	width:70px; 
	height:40px;
	position:relative; 
}

div.stap1_breedte label,
div.stap1_hoogte label{
	color:#e2117a;
	display:block;
}

div.stap1_breedte{
	top:-40px;
	left:295px;	
	
}

div.stap1_hoogte{
	top:-32px;
	left:220px;
}

div.stap1_breedte input,
div.stap1_hoogte input{
	font-size:100%;
	background:#565e69;
	border:1px solid #fff;
	color:#fff;
	width:60px;
}

img.offerte-illustratie{
	border:4px solid #fff;
		
}

/* ----------------------- offerte stap 2 ----------------------- */

div.stap2{
	width:100px;
	float:left;
	color:#e2117a;
	font-weight:bold;
	margin-top:10px;
}

div.stap2 label{
	color:#000;
}

/* ----------------------- offerte stap 3 ----------------------- */


div.stap3{
	background-color:#faf3eb;
	padding: 7px;
}

div.stap3 p{
	color:#df177a;
	font-weight:bold;
	clear:both;
}

ul.nav-deur{
	display:block; clear:both;
	margin:0px; padding:0px;
	width:510px;
}

ul.nav-deur li{
	font-size:90%;
	width:54px;	height:27px; line-height:27px; 	
	float:left;
	margin:0px; padding:0px; 
	list-style:none;
	background:url(../img/bg_li_nav_deur.gif) repeat-x;	
	margin-right:2px;
	text-align:center;
}

ul.nav-deur li.selected{
	background:url(../img/bg_li_nav_deur_s.gif) repeat-x;		
}

ul.nav-deur li.active{
	background:url(../img/bg_li_nav_deur_a.gif) repeat-x;		
}


ul.nav-deur li a{
	padding:5px 1px 10px 5px;
	color:#FFF;
	font-weight:bold;
	text-transform: uppercase;	
	text-decoration:none;
}

ul#nav-melamine{
	margin:0px; padding:0px;
	display:inline;	
}

ul#nav-melamine li{
	float:left;
	margin: 0 12px 10px 0;
	font-size:90%;
	list-style:none;
}

ul#nav-melamine img{
	display:block;
	border:1px solid #8b8b89;
}


/* ----------------------- offerte stap 4 ----------------------- */

div.stap4{
	width:285px;
	float:right; 
	color:#fe3d96;
	font-weight:bold;
	line-height:20px;
}

div.stap4 p{

}

div.stap4 div.input{
	display:block; clear:both;
}

div.input input{
	width:30px;
	font-size:100%;
	background:#565e69;
	border:1px solid #fff;
	color:#fff;	
}

div.input label{
	font-weight:normal;
}

/* ----------------------- offerte stap 5 ----------------------- */


div.stap5 {
	float:right;
	width:280px
}

div.stap5 label{
	width:80px;
}

div.stap5 input{
	width:200x
}
