  html {
	height: 100%;
}



body {
	height: 100%;
	font-family:verdana;
	font-size: 12px;
 /* background: url(/voorbeeld4.jpg) top center no-repeat; */
 behavior: url(/javascript/pngbehavior.htc.php);
}

body a
{
	color:#F78A22;
}

table {
	border-spacing: 0;
}

td {
	padding: 2px 2px 2px 2px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

sup {
	font-size: 65%;
	vertical-align: super;	
}

sub {
	font-size: 65%;
	vertical-align: sub;	
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

.checkbox {
	border: 0px;
	width: 20px;
	background: none;
}

#offerte_form  .radiobutton {
	border: 0px;
	width: 20px;
	background: #FFF;
	
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}
p,
input
{
	font-family:verdana;
	font-size:11px;
}
#center_hor {
	position: relative;
	height: 100%;
	margin: 0px auto 0px auto;
	width:880px;
	
}

#center_hor_lang {
	position: relative;
	height: 100%;
	margin: 0px auto 0px auto;
	width:900px;
	
}


/* horizontaal css menu */

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 100%;
	z-index: 15;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #bbbbbb;
}

#menu ul {
	list-style: none;
	margin: 0px;
	width: 125px;
	float: left;
}

#menu a, #menu h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #bbbbbb;
	display: block;
	margin: 0px;
	padding: 4px 2px 4px 2px;
	background: white;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	color: #FFFFFF;
	background: #999999;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	border: 0px solid black;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}




/* Verticaal menu*/

#menu_ver {
	position:absolute;
	top:7px;
	left:7px;
	z-index:900;
	width:110px;
	padding-bottom:12em; /* To allow room for bottom dropdown */
}

#menu_ver a, #menu_ver h2 {
	display:block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #bbbbbb;
	display: block;
	margin: 0;
	padding: 4px 2px 4px 2px;
	background: white;
	text-decoration: none;
	color: #000000;

}

#menu_ver a:hover, #menu_ver a:active{
	color: #FFFFFF;
	background: #999999;
}

#menu_ver ul{
	list-style:none;
	margin: 0px;
	width:100%;
}

div#menu_ver li, div#menu li:hover{
	position:relative;
}

div#menu_ver li ul{
	position:absolute;
	top:0px;
	left:100%;
	display:none;
}

div#menu_ver ul ul,
div#menu_ver ul ul ul,
div#menu_ver ul li:hover ul ul,
div#menu_ver ul li:hover ul ul ul{
	display:none;
}

div#menu_ver ul li:hover ul,
div#menu_ver ul ul li:hover ul,
div#menu_ver ul ul ul li:hover ul {
	display:block;
}



/* normaal menu */

#main_menu {
	text-transform:uppercase;
	font-family:arial;
	font-size:14px;
	margin:43px 0 0 12px;
	position: relative;	
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #ede9e6;
	float:left;	
	height:17px;
	letter-spacing:0px;
	width:458px;	
}



#main_menu ul {
	list-style-type: none;
	margin: 0px;
}

#main_menu ul li {
	float: left;
	height:5px;
	margin: 0px 0px 0px 23px;
	text-align: left;	
}

#main_menu ul li a:link,
#main_menu ul li a:visited,
#main_menu ul li a:active,
#main_menu ul .active ul a:link,
#main_menu ul .active ul a:visited,
#main_menu ul .active ul a:active
{
	color:#b8a79b;
	padding: 2px 0px 0px 0px;
	height: 37px;
	text-decoration: none;
}

#main_menu ul li a:hover,
#main_menu ul .active ul a:hover
{
	color:#ffaf60;
}
#main_menu ul li ul
{
	float:left;
	position:absolute;	
	left:0;
	top:38px;
	clear:left;
	margin-left:21px;
	word-spacing:1px;
}
#main_menu ul li ul li
{
	margin:0px 11px 0px 0px;
	font-size:10px;
	letter-spacing:0.02em;
}

#main_menu ul li a:hover {
	color : #ffaf60;
}

#main_menu ul .active a:link,
#main_menu ul .active a:visited,
#main_menu ul .active a:hover,
#main_menu ul .active a:active,
#main_menu ul .active ul .active a:link,
#main_menu ul .active ul .active a:visited,
#main_menu ul .active ul .active a:active
{
	color : #ffaf60;
}


#top {
	height:130px;
	position: relative;
	background: url(/visuals/basis/logo_links.jpg) 44px 52px no-repeat;
}

.homelink
{
	display:block;
	width:50px;
	height:60px;
	float:left;
	margin-left:40px;
	margin-top:40px;

}



#content {	
	font-size:11px;
	font-family:Verdana;	
	position: relative;	
	color:#91806f;
	width:880px;		
}

#swfBase {
	margin:0px;
	padding:0px;
	width:100%;
}

#content_links_lang
{
	width:627px;
	float:left;	
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.frame {
	padding: 0px;
	margin: 0px auto 0px auto;
}

.frame img {
	display: inline;
	float: left;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.right_shadow {
	display: inline;
	float: left;
	width: 7px;
	font-size: 0px;
	line-height: 0px;
}

.shadow_top_right {
	width: 7px;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right_top.png') top left no-repeat;
}

.shadow_right {
	width: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right.png') top left repeat-y;
}

.bottom_shadow {
	clear: both;
	height: 7px;
	font-size: 0px;
}

.shadow_bottom_left {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_left_bottom.png') top left no-repeat;
}

.shadow_bottom {
	display: inline;
	float: left;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_bottom.png') top left repeat-x;
}

.shadow_bottom_right {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_right_bottom.png') top left no-repeat;
}

#popup {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	min-height: 100%;
	width: 100%;
	text-align: center;
	background:  url('/visuals/basis/popup.png') top left repeat;
}
#flash_photo_top
{
	width:170px;
	height:130px;
	float:left;
	margin:8px 0px 0 4px;
}

#photo_top
{
	width:170px;
	height:130px;
	float:left;
	margin:8px 0px 0 4px;
	background: url(/visuals/basis/rotatie_logo_v3.png) top left no-repeat;
	
}
#contact_tekst
{
	width:134px;
	float:left;
	color:#ff8b04;
	margin:25px 0 0 11px;
}
#contact_tekst p
{
	line-height:14px;
	font-size:10px;
	margin:0;
	letter-spacing:0;
	word-spacing: -2px;
}
#contact_tekst strong
{
	font-weight:bold;
}
.icoon_telefoon
{
	margin-top:4px;
	height:13px;
	background: url(/visuals/basis/icoon_telefoon.jpg) top left no-repeat;
	width:100px;
	padding-left:24px;
}
#contact_tekst .icoon_telefoon p
{
	letter-spacing: 1px;
	
}
#content_links
{
	width:300px;
	float:left;
	margin-top:26px;

}
#content_midden
{	
	width:347px;
	float:left;
	padding:0;
	margin-top:20px;
	margin-left:2px;
	font-size:11px;
}
#content_midden p
{		
	margin-bottom:17px;	
	line-height:17px;
	font-size:11px;
	width:317px;
	letter-spacing:0.01em;
}
#content_midden_lang
{
	width:475px;
	float:left;
}
#content_midden_lang strong
{
	font-weight:bold;
}


#content_rechts strong,
#content_c strong,
#content_midden strong
{
	font-weight:bold;
}

#content_midden em
{
	font-style:italic;
}
#content_rechts
{
	width:209px;	
	float:left;
	color:#00afd4;
	position:relative;
	height:381px;
	margin-top:20px;

}

#content_rechts p
{
	font-size:10px;
	line-height:16px;
}


#content_rechts hr
{
	background:#38ADD1;
	height:1px;
	border:none;
	margin-left:33px;
	width:210px;
}


#klant_login_top
{
	float:left;
	padding-left:20px;
	width:210px;
	height:26px;
	margin-bottom:8px;
	height:25px;
	
}

#klant_login_midden
{
	margin:0px 0px 0px 20px;	
	width:209px;

	clear:left;
	
}

.offerte_link
{
	height:10px;	
	margin:8px 0;
}

#rechts_bottom
{

	padding-left:21px;
	width:209px;
}

#klant_login_midden p
{
	margin-bottom:10px;

}
#klant_login_midden form p
{
	margin-bottom:5px;
}

#klant_login_top p
{
	font-family:arial;
	float:left;
	font-size:13px;	
	width:104px;
	border-bottom:1px solid #c5ebf4;
	height:26px;
	
}

#klant_login_midden input
{
	height:16px;
	width:100px;
	padding:0;
	background:#ebe7e3;
	border:none;
	text-align:center;
	color:#bdada3;
	margin-top:5px;
	padding-top:4px;
	float:left;
}
#aanvraag_rechts_offerte
{	
	width:209px;
	height:63px;
	margin-left:-4px;
	background: url(/visuals/basis/rechts_aanvraag_offerte.jpg) top left no-repeat;
	border-bottom:1px solid #c5ebf4;
}
#aanvraag_links_advies a,
#aanvraag_rechts_offerte a
{		
	
	color:#38ADD1;
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;

}


#aanvraag_links_advies
{
	width:209px;
	height:63px;
	margin-left:-4px;
	background: url(/visuals/basis/rechts_aanvraag_advies.jpg) top left no-repeat;
	border-bottom:1px solid #c5ebf4;
	
}#logo_rechts_upload
{
	width:209px;
	height:63px;
	margin-left:-4px;
	background: url(/visuals/basis/logo_rechts_upload.jpg) top left no-repeat;
	border-bottom:1px solid #c5ebf4;
	border-top:1px solid #c5ebf4;
}

#logo_rechts_upload a
{
	color: #5EADD1;
}


#logo_rechts_upload p,
#aanvraag_links_advies p,
#aanvraag_rechts_offerte p
{	
	font-size:10px;
	padding-left:48px;
	padding-top:14px;
	
}
.clear
{
	clear:both;
	height:0px;
}

.logo_rechts_fsv
{
	width:59px;
	height:66px;
	background: url(/visuals/basis/logo_rechts_fsc.jpg) top left no-repeat;
	float:left;
	margin:9px 25px 9px 22px;
}


.logo_rechts_kvgo a,
.logo_rechts_fsv a
{
	height:100%;
	width:100%;
	display:block;
}
.logo_rechts_kvgo
{
	width:103px;
	height:61px;
	background: url(/visuals/basis/logo_rechts_kvgo.jpg) top left no-repeat;
	float:left;
	margin:0;
}


.logo_rechts_fsv2
{
	width:150px;
	height:76px;
	background: url(/visuals/basis/logo_rechts_fsc2.jpg) top left no-repeat;
	float:left;
	margin:9px 25px 9px 22px;
}


.logo_rechts_fsv2 a
{
	height:100%;
	width:100%;
	display:block;
}



#bottom_menu
{

	bottom:0;
	width:100%;
	margin-left:20px;
	width:209px;	
	
}
#bottom_menu ul
{
	margin:0;
}
#bottom_menu ul li
{
	margin-top:10px;
	list-style-type: none;	
}

#bottom_menu ul li a
{
	color:#00afd4;	
}


#offerte_form 
{
	width:578px;
	margin-left:2px;
	color:#B2A69A;
}

#advies_form label
{
	clear:left;
	float:left;
	width:149px;
	margin-top:9px;	
	padding-top:3px;
	font-size:11px;
	line-height:12px;
	
}
#offerte_form label

{
	clear:left;
	float:left;
	width:149px;
	margin-top:9px;	
	padding-top:3px;
	font-size:11px;
	line-height:12px;
}


#offerte_form select,
#advies_form select
{
	width:90px;
	background:#E9E6E2;
	border:none;
	font-size:9px;
}

#offerte_form input,
#offerte_form textarea
{
	float:left;
	background:#E9E6E2;
	border:none;
	width:261px;
	color : #B2A69A;	
	margin:4px 0;
	font-family:verdana;
	vertical-align:middle;
	font-size:10px;
	}
	
	
#advies_form input,
#advies_form textarea
{
	float:left;
	background:#E9E6E2;
	border:none;
	width:249px;
	color : #B2A69A;	
	margin:4px 0;
	font-family:verdana;
	vertical-align:middle;
	font-size:10px;
}


#advies_form .button_advies
{
	margin-top:7px;
	float:right;
	background-color:#F78A22; 
	color:#fff;
	font-weight:bold;
	width:152px;
	height:22px;
	font-size:11px;
	background: url(/visuals/basis/bekijk_aanvraag.jpg) top left no-repeat;	
}

#offerte_form input,
#advies_form input
{
	height:16px;
	padding-top:4px;
	padding-left:4px;
}



#advies_form
{
	width:415px;
	line-height:18px;
	margin-top:-1px;
	color:#B2A69A;
	
}

#offerte_form textarea,
#advies_form textarea
{
	height:100px;
	width:415px;
	color:#B2A69A;
}
#offerte_form hr,
#advies_form hr
{
	border:none;
	background:#E9E6E2;
	clear:left;
	width:415px;
	margin:0;
	padding:0;
	
}

.advies_sessie
{
	width:581px;
	text-align:left;
	margin-top:15px;
	
}

.advies_sessie p
{
	line-height:200%;
	font-size:11px;
}
.balkje_grijs {
	clear:left;
	border-bottom:1px solid #e1dad4; 
	background-repeat:repeat-x; 
}

.balkje_blauw {
	clear:left;
	margin:5px 0 0 20px;
	width:210px;
	height: 1px;	
	border-bottom:1px solid #C5EBF4; 
	background-repeat:repeat-x; 
	
}

.balkje_oranje {
	clear:left;	
	border-bottom:1px solid #F8B773;
}

.home_logo
{
	margin-left:100px;
	width:425px;
	height:397px;
	background: url(/visuals/basis/home.jpg) top right no-repeat;		
}

#advies_form .knopje_volgende
{
	float:right;
	width:142px;
	height:22px;
	background: url(/visuals/basis/knopje_volgende.jpg) top right no-repeat;		
	cursor:pointer;
	margin-top:10px;
	
}
#klant_login_midden .knopje_volgende
{
	float:left;
	width:22px;
	height:22px;
	background: url(/visuals/basis/knopje_volgende.jpg) top right no-repeat;		
	cursor:pointer;
	margin-left:4px;

}

#offerte_form .knopje_volgende
{
	float:right;
	width:22px;
	height:22px;
	background: url(/visuals/basis/knopje_volgende.jpg) top right no-repeat;		
	cursor:pointer;
	margin-left:4px;

}

.home_logo a
{
	width: 100%;
	height:100%;
	display:block;
	text-decoration:none;
}
.home_logo_top
{
	padding-left:118px;
	margin-top:53px;
	margin-right:15px;
	float:left;
	width:425px;
	height:67px;
	background: url(/visuals/basis/home_top.jpg) top right no-repeat;		
}

#offerte_links
{
	width:430px;	
	float:left;
}

#offerte_rechts
{
	float:right;
	width:131px;
	margin-top:9px;	
	padding-left:12px;
	
}

#offerte_rechts p
{
	letter-spacing:-0.01em;		
	line-height:18px;
	padding-bottom:10px;

}


#advies_form .sterretje

{
	float:left;
	padding-top:0px;
	padding-left:5px;
}



#offerte_links  .sterretje
{
	float:left;
	padding-top:4px;
	padding-left:5px;
}

#offerte_stap
{
	float:right;
	height:30px;
	margin:0;
	padding-top:5px;
	letter-spacing:0em;
	color:#b8a79b;
	line-height:12px;
}

#offerte_form .dd
{
	width:30px;
	margin-right:3px;
}
#offerte_form   .dy
{
	width:43px;
}
#offerte_s2_top
{
	padding:15px 0px 0px 0px;
	height:61px;
	width:580px;
	border-top:2px solid #ebe6e2;
}


#offerte_s2_midden
{
	height:76px;
	width:580px;
	margin:0;
	padding:0;
	border-top:2px solid #ebe6e2;
	margin-bottom:15px;	
}
 
#offerte_s2_midden th
{
	vertical-align:top;
	padding:6px 0 2px 0px;
	height:10px;
}


#offerte_s2_bottom
{
	padding-top:13px;
	width:580px;
	border-top:2px solid #ebe6e2;
}

#offerte_s2_bottom input
{
	float:left;
	width:14px;
	height:14px;
	padding-top:4px;
	padding-left:2px;
}


#offerte_s2_bottom table
{
	margin-left:-7px;
}

#offerte_s2_bottom .cell1
{ 
	
	width:117px;
}

#offerte_s2_bottom .cell2
{ 
	
	width:134px;
}

#offerte_s2_bottom .cell3
{ 
	
	width:117px;
}

#offerte_s2_bottom .cell4
{ 
	
	width:110px;
}.

.radiobutton
{
	background:#fff;
}

.vraagteken
{
	width:28px;
	height:22px;
	background: url(/visuals/basis/vraagteken.jpg) top left no-repeat;
	float:left;
	margin-top:-4px;
	padding:0;

}
.vraagteken_twee span { float:left; }
.vraagteken_twee a,
.vraagteken a
{
float:left;
	width:24px;
	display:block;
	height:24px;
}
.vraagteken_twee
{
	width:71px;
	height:19px;
	background: url(/visuals/basis/vraagteken.jpg) top right no-repeat;
	padding-top:4px;
	font-weight:bold;
	margin-top:4px;
	
}
.stap_titel
{
	float:left;
	font-weight:bold;
	line-height: 14px;
}

.stap_titel_twee
{
	font-weight:bold;
}

.select_product_soort
{
	
	clear:left;
	
}

.select_product_soort select
{
	;
	width:180px;	
}

.off_stap2_top_left
{
	float:left;
}


.off_stap2_top_right,
.off_stap2_top_center
{ 
	float:left;
	padding-left:15px;
	
}

#offerte_form .off_stap2_top_right input
{

	float:left;
	width:14px;
	height:14px;
	padding:4px;
	margin:0;
	margin-right:8px;


}


#offerte_form .off_stap2_top_right table{
	
}

#offerte_form .off_stap2_top_right td 
{

}


#offerte_form .off_stap2_top_right tr
{
	
	height:12px;
}


#offerte_form .off_stap2_top_center label
{
	width:62px;
	float:none;
	margin:0px;
	padding:0px;
	
}

#offerte_form .off_stap2_top_center input
{
	width:62px;	
	float:none;
	padding-top:4px;
	height:16px;
	margin-top:4px;
	margin-left:1px;

}

#offerte_form #offerte_s2_midden input
{
	width:160px;		
	float:none;
	height:16px;
}



#offerte_form #offerte_s2_midden
{
	padding-bottom:10px;
}

#offerte_form #offerte_s2_midden td
{	
	padding:0;
	vertical-align:top;
}

#offerte_form #offerte_s2_midden  .cell1
{
	width:128px;	
	vertical-align:top;
	padding-top:7px;
}

#offerte_form #offerte_s2_midden  .cell2
{
	padding-left:36px;
	width:103px;
	padding-top:7px;
}


.bedrukking1
{
	width:109px;
	height:36px;
	background: url(/visuals/basis/bedrukking1.jpg) top left no-repeat;
	padding-top:76px;
	padding-left:3px;
	font-size:10px;
}

#offerte_s2_bottom .bedrukking4 input,
#offerte_s2_bottom .bedrukking3 input,
#offerte_s2_bottom .bedrukking2 input,
#offerte_s2_bottom .bedrukking1 input

{
	margin:0;
	padding:0;
	float:left;
}


#offerte_s2_bottom .bedrukking4 p,
#offerte_s2_bottom .bedrukking3 p,
#offerte_s2_bottom .bedrukking2 p,
#offerte_s2_bottom .bedrukking1 p

{
	font-size:9px;
	margin-left:2px;
	line-height:15px;
	padding:0;
	float:left;
}
.bedrukking2
{
	width:116px;
	height:36px;
	background: url(/visuals/basis/bedrukking2.jpg) top left no-repeat;
	padding-top:76px;
	font-size:10px;
}
.bedrukking3
{	
	width:114px;
	height:36px;
	background: url(/visuals/basis/bedrukking3.jpg) top left no-repeat;
	padding-top:76px;
	font-size:10px;
}
.bedrukking4
{
	width:95px;
	height:36px;
	background: url(/visuals/basis/bedrukking4.jpg) top left no-repeat;
	padding-top:76px;
	font-size:10px;
}




.stap2_bottom_right
{
	float:left;
	width:120px;
	height:75px;
	
}

.stap2_bottom_right p
{
	margin:2px 0px 0px 36px;
}

.stap2_bottom_left
{
	float:left;
	width:444px;
}

.kleurcodes
{
	margin-left:24px;
	width:110px;	
	margin-top:16px;
	
}

#offerte_s2_bottom .kleurcodes input
{
	float:left;
	width:81px;
	padding-bottom:4px;
}

#offerte_s2_bottom .kleurcodes label
{
	clear:left;
	float:left;
	width:16px;	
	text-align:right;
	
}
#offerte_stap3_top
{
	padding:12px 0px 0px 0px;
	height:63px;
	width:580px;
	margin-right:10px;
	border-top:2px solid #ebe6e2;
}


#offerte_stap3_top input
{	
	margin:0;
	padding:0;
}


#offerte_stap3_middle
{
	padding:15px 0px 0px 0px;
	height:59px;
	width:580px;
	border-top:2px solid #ebe6e2;
}

#offerte_stap3_opmerkingen
{
	padding:10px 0px 0px 0px;
	height:100px;
	width:580px;
	border-top:2px solid #ebe6e2;

}
#offerte_stap3_bottom
{
	padding:15px 0px 0px 0px;
	height:55px;
	width:580px;
	border-top:2px solid #ebe6e2;
}

#offerte_form  #offerte_stap3_opmerkingen textarea
{
	margin-left:22px;
	width:405px;
	height:20px;
	margin-top:10px;
	height:72px;
	

}

#offerte_stap3_bottom table,
#offerte_stap3_middle table,
#offerte_stap3_top table
{
	margin-left:26px;

}

 #offerte_stap3_middle td
{
	vertical-align:top;
}

#offerte_form #offerte_stap3_middle .vouw_formaat
{
	width:140px;
	
}
#offerte_form #offerte_stap3_middle input,
#offerte_form #offerte_stap3_top input
{
	margin-bottom:2px;
}



#offerte_stap3_middle .off_stap2_top_right .col2
{
	padding-left:15px;	
		margin-top:4px;
	
}

#offerte_stap3_bottom  .col1
{
	padding-left:19px;
}

#offerte_stap3_bottom  .col2
{
	padding-left:27px;
	
}

#offerte_stap3_bottom  .col3
{
	padding-left:34px;
	
}

#offerte_stap3_middle  .col1
{
	width:140px;
	padding-left:27px;
}
#offerte_stap3_top .col1
{
	width:127px;	
	padding-left:10px;	
}
#offerte_stap3_middle td
{
	padding:0;
	margin:0;
	padding-bottom:4px;

}
#offerte_stap3_top td
{
	padding-top:3px;
}
#offerte_stap3_middle  .col2,
#offerte_stap3_top .col2
{
	width:127px;	
	padding-left:17px;	
}
#offerte_stap3_middle  .col3,
#offerte_stap3_top .col3
{
	width:116px;	
	padding-left:15px;
}
.vorige_knop
{
	float:left;
	text-align:right;
	height:22px;
	width:71px;
	background: url(/visuals/basis/vorige_knop.jpg) top left no-repeat;
	padding-top:5px;
	line-height:12px;
}

.vorige_knop a
{
	display:block;
	height:100%;
	color:#b8a79b;

}

 .verzend_offerte {
	cursor:pointer;
	margin-top:8px;
	float:right;
	width:153px;
	height:22px;
	position: relative;
	background: url(/visuals/basis/verzend_offerte.jpg) top left no-repeat;
}

 .bekijk_offerte {
	cursor:pointer;
	margin-top:8px;
	float:right;
	width:153px;
	height:22px;
	position: relative;
	background: url(/visuals/basis/bekijk_offerte.jpg) top left no-repeat;
}



 .print_offerte {
	cursor:pointer;
	margin-top:8px;
	float:left;
	width:134px;
	height:22px;
	position: relative;
	background: url(/visuals/basis/print_offerte.jpg) top left no-repeat;
}


.opslaan_pdf {
	border:none;
	cursor: pointer;
	margin-right:8px;
	margin-top:8px;
	float:left;
	width:189px;
	height:22px;
	position: relative;
	background: url(/visuals/basis/opslaan_pdf.jpg) top left no-repeat;
}


.print_advies
{
	border:none;
	cursor: pointer;
	margin-right:8px;
	margin-top:8px;
	float:left;
	width:134px;
	height:22px;
	position: relative;
	background: url(/visuals/basis/print_advies.jpg) top left no-repeat;
}

.verzend_advies
{
	border:none;
	cursor: pointer;
	margin-top:8px;
	float:right;
	width:153px;
	height:22px;
	position: relative;
	background: url(/visuals/basis/verzend_advies.jpg) top right no-repeat;
}

.pdf_advies
{
	border:none;
	cursor: pointer;
	margin-right:8px;
	margin-top:8px;
	float:left;
	width:189px;
	height:22px;
	position: relative;
	background: url(/visuals/basis/pdf_advies.jpg) top left no-repeat;
}

.print_advies a,
.verzend_advies a,
.pdf_advies a 
{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;

}



.bekijk_offerte a,
.verzend_offerte a,
.print_offerte a,
.opslaan_pdf a
{
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
}

.offerte_header
{
	padding-top:19px;
	letter-spacing:-0.05em;
}



.offerte_header strong
{
	float:left;
	line-height:15px;
} 



#flash_home
{
	margin-top:12px;
	margin-left:120px;
}


.uit
{
	color:#cec2b6;	

}
#offerte_form #offerte_s2_midden .uit_input
{
	background:#f4f3f1;
}



#lightbox{
	display:none;
	position: absolute;
	top:55%;
	left:800px;
	z-index:9999;
	width:275px;	
	padding: 0px 30px 0px 0px;
	margin:-220px 0 0 -250px;
	
	text-align:left;
	line-height:13px;
	font-family:verdana;
	font-size: 12px;
	color:#3f3c38;
}

#lightbox  p {

	clear:left;
	padding:12px 0;
	margin-left:32px;
	border-top:1px solid #e1dad4; 
	border-bottom:1px solid #e1dad4; 
	width:213px;
}

#lightbox[id]{
	position:fixed;
}

#lightbox img{
	margin-right:10px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#fff;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	
}

#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

#popup_top
{	
	position:relative;	
	height:25px;
	width:275px;
	background: url(/visuals/basis/boven_popup.png) center right no-repeat;
	display:block;
	
}

#popup_bottom
{
	position:relative;	
	
	height:25px;
	width:275px;	
	display:block;
	background: url(/visuals/basis/onder_popup.png) top right  no-repeat;
}
#wachtwoord_form  input
{
	float:left;
	margin:4px 0;
}
#wachtwoord_form label
{
	clear:left;
	float:left;
	width:140px;
	margin:4px 0;
}

p
{
	line-height:16px;
}

#sluit_pop {
	position:relative;	
	right:10px;
	left:178px;
	width: 80px;
	height: 27px;
	color:white;
	background: url(/visuals/basis/asdasd.jpg) top left no-repeat;
	
}

#sluit_pop a{
	position:relative;
	height:100%;
	display:block;
	color:white;
	text-decoration:none;
	width: 55px;
}

#sluit{
	position:absolute;
	top:0px;
	right:40px;
	width: 50px;
	height: 50px;
	color:white;
	display:block;
}

#sluit a{
	position:relative;
	height:50px;
	color:white;
	text-decoration:none;
	width:80px;
	display:block;
}
#popup {
	position:absolute;
	display:none;
	top:25px;
	left:50px;	
	width: 300px;
	
}

#content_midden_popup
{
	position:relative;
	top:0px;
	background: url(/visuals/basis/popup_midden.png) top left repeat-y;
}


.offerte_overzicht_links
{
	width:195px;
	float:left;
	padding:2px 0;
}


.offerte_overzicht_rechts
{
	
	float:left;
	padding:2px 0;

}

#advies_form .button_registeren
{
	background:#fff;
	float:right;
}


#offerte_form_overzicht
{
	padding-left:83px;
	width:500px;
}
#offerte_form_overzicht strong
{
	font-weight:bold;

}

.login_melding
{
	line-height:16px;

}
.login_melding p
{
	font-size:11px;
	letter-spacing:0.01em;
	line-height:17px;
	margin-bottom:17px;
	width:457px;
}

.inlog_melding
{
	height:30px;
	border-bottom:1px solid #c5ebf4;
	margin-bottom:8px;
}

.inlog_melding p
{
	float:left;
	margin-top:5px;
}
.inlog_melding  .uitloggen a
{
	display:block;
	width:100%;
	height:100%;
	
}

.inlog_melding .uitloggen
{
	float:right;
	background:left;
	width:79px;
	height:22px;
	background: url(/visuals/basis/knop_uitloggen.jpg) top center no-repeat; 
}
