@charset "utf-8";

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Geef de focus stijl aan */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* Tables zijn nog wel de 'cellspacing="0"' nodig in de markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img { border:0; }



/* CSS Document format is print */
#header ul, #language-selection, #google_search, #navigation, .content-options, .form-code, #sub-navigation {
	display:none;
}

#logo {
	border-bottom: 20px solid #fff;
}

h1, h2 { 
	font-size:1.4em;
	margin:0 0 18px 0;
	clear: both;
}

p, ul {
	margin:0 0 18px 0;
}

#breadcrumbs {
	border-bottom: 1px solid #ccc;
	margin:0 0 12px 0;
	float:left;
}

#breadcrumbs, #breadcrumbs li {
	list-style-type: none;
	display: block;
}

#breadcrumbs li {
	padding:0 12px 0 0;
	float: left;
}

.step-overview {
	display: block;
	border-bottom: 1px solid #ccc;
	margin:0 0 12px 0;
	padding:0 0 6px 0;
}

.step-overview li {
	padding:4px 0;
	color:#ccc;
}

.step-overview em {
	display: block;
}

.step-overview .current {
	font-weight: bold;
	padding-left:12px;
	color:#000;
}

.step-overview a {
	color:#000;
}

/* Pop-up delen */

#middle,
#middle-step3 {
    float:left;
    height:300px;
}
#middle img,
#middle-step3 img {
    height:300px;
}
#lamps,
#lamps-step3 {
    position:absolute;
    top:0px;
    left:0px;
    height:23px;
}
#left,
#left-step3 {
    float:left;
    width:14px;
    height:300px;
    background-color:#FFFFFF;
}
#right,
#right-step3 {
    float:left;
    width:14px;
    height:300px;
    background-color:#FFFFFF;
}
#left img,
#left-step3 img,
#right img,
#right-step3 img {
    width:14px;
    height:300px;
}

/* Opbouw van de counter */

#counter,
#counter-step3 {
    position:absolute;
    bottom:0px;
    right:58px;
    background-color:#FFFFFF;
    height:120px;
    width:75px;
}
.counter_bg_image {
    /*
    background:url('../images/banner/counter_tullips_transparent.png');
    background-repeat:no-repeat;
    */
}
#counter img,
#counter-step3 img {
    height:120px;
    width:75px;
}
#counter_top,
#counter_top-step3 {
    position:absolute;
    bottom:110px;
    right:58px;
    height:28px;
    width:75px;
}

#banner-builder,
#banner-builder-step3 {
	width:580px;
    border:1px solid #d7d6da;
    overflow:hidden;
    margin-bottom:30px;
    position:relative;
}

/* Pop-up specificaties */

#logo_small,
#logo_small-step3 {
    position:absolute;
    top:240px;
    right:70px;
    text-align:center;
}
#logo_big,
#logo_big-step3 {
    text-align:center;
    display:block;
    margin:8px 0px;
}
#display,
#display_step3 {
    position:absolute;
    top:30px;
    left:0px;
    width:580px;
    z-index:1000;
}
#slogan_display,
#slogan_display_step3 {
    text-align:center;
    display:block;
    font-weight:bold;
    font-size:120%;
    margin:0px 0px 8px 0px;
    padding:0px;
}
#usp1_display,
#usp1_display_step3 {
    text-align:center;
    display:block;
    padding:0px;
}
#usp2_display,
#usp2_display_step3 {
    text-align:center;
    display:block;
    padding:0px;
}
#usp3_display,
#usp3_display_step3 {
    text-align:center;
    display:block;
    padding:0px;
}
.color_block {
    width:18px;
    height:18px;
}

.width_396 {
    width:382px;
}

#banner,
#banner-step3 {
    position:relative;
    height:320px;
    margin:10px auto;
    padding-top:13px;
}

/* Accessoires */
div.accessoires {
	display:block;
	overflow:hidden;
	height:1%;
	margin-bottom:15px;
	padding:15px 0;
	background:url(../images/backgrounds/bg-stippel-horz.gif) bottom repeat-x;
}

div.img-accessoires {
	float:left;
	width:200px;
}

div.img-accessoires input {
	float:left;
	margin-right:15px;
}

div.omsch-accessoires {
	float:left;
	width:380px;
}

div.accessoires h3 {
	float:left;
	width:
	380px;
	margin:0 0 10px 0;
}

p.price-inclusive {
	font-size:1.4em;
	font-weight:bold;
}

p.price-inclusive span {	
	font-size:1.6em;
	color:#ec472b;
	padding-left:10px;
}

form div {
	padding:3px 0;
}

label {
	display: block;
	width: 120px;
	float:left;
}

.form-options input {
	float:left;
	margin:0 4px 0 0;
}

.form-options label {
	width: auto;
}

#content-right {
	margin:20px 0 0 0;
}