/*------------------------------------------------
--[ CSS jdv Benelux 2006, copyright Robarov ]--
------------------------------------------------*/
*
{
	font-size:100%;
	margin:0;
	padding:0;
}

body
{
	background: #F5F5F5 url(../i/layout/bg-body.gif) top center repeat-x;
	color:#434343;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:2em;
}

#container
{
	width:750px;
	text-align:left;
	margin:0 auto;
}

#content
{
	background:#fff;
	width:750px;
	overflow:hidden;
	padding:0 0 20px;
	
	box-shadow: 0 0 5px #c2c2c2;
	-moz-box-shadow: 0 0 5px #c2c2c2;
	-webkit-box-shadow: 0 0 5px #c2c2c2;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

/*--[ header ]----------------------------------------------------------------*/
#header
{
	position:relative;
	background:url(../i/layout/bg-header.gif) 0 0 no-repeat;
	width:750px;
	height:139px;
}

#header h2
{
	position:absolute;
	top:15px;
	left:90px;
	background:#fff url(../i/layout/logo.gif) 0 0 no-repeat;
	margin:0;
}

#header h2 a
{
	background:#fff url(../i/layout/logo.gif) 0 0 no-repeat;
	text-indent:-9000em;
	overflow:hidden;
	width:280px;
	height:55px;
	display:block;
	text-decoration:none;
	float:left;
}

#header h3
{
	position:absolute;
	top:45px;
	right:30px;
	color:#fff;
	font-size:1.6em;
	font-weight:400;
	width:300px;
	margin:0;
	text-shadow: 1px 1px 0px #000;
}

#header h3 span
{
	color:#ccc;
}

#header p
{
	position:absolute;
	top:75px;
	right:20px;
	font-size:.9em;
	line-height:30px;
	text-align:right;
	color:#b7b7b7;
	z-index:2;
	margin:0;
}

#header p span
{
	color:#fff;
	background:url(../i/layout/phone.gif) 0 50% no-repeat;
	padding:0 0 0 20px;
}

/*--[ common ]----------------------------------------------------------------*/
h1,h2,h3,h4
{
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-style:italic;
	color:#c71013;
	margin:0 20px;
}

h1
{
	font-size:2.2em;
	margin:10px 20px;
}

h2
{
	font-size:1.6em;
	margin:0 20px 10px;
	padding:0 0 4px;
}

h3
{
	font-size:1.3em;
	margin:0 20px;
}

dt
{
	font-weight:700;
	color:#DC1515;
	float:left;
	width:200px;
	border-top:1px dashed #bbb;
	display:inline;
}

dd
{
	border-top:1px dashed #bbb;
	margin-left:220px;
}

strong
{
	font-weight:700;
}

ol
{
	margin:0 40px 15px;
}

ul
{
	margin:0 20px;
}

ul li
{
	background:url(../i/layout/bullet.gif) 0 0.4em no-repeat;
	list-style-type:none;
	padding:0 0 0 16px;
}

a:link,a:visited
{
	color:#c71013;
	text-decoration:none;
}

a:hover
{
	color:#870406;
	text-decoration:underline;
}

a:active
{
	color:#f0494c;
}

img
{
	border:1px solid #ccc;
	margin:10px 0 0 20px;
	padding:2px;
}

.alignleft
{
	float:left;
	display:inline;
	margin:0 15px 5px 20px;
}

.alignright
{
	float:right;
	display:inline;
	margin:0 20px 5px 15px;
}

.highlight
{
	background:#FFC;
}

.hide
{
	position:absolute;
	left:-9999px;
	overflow:hidden;
}

.info
{
	background:#f8f3eb;
	border:1px solid #ddd1bd;
	color:#88736d;
	padding:10px 20px;
}

em
{
	font-style:normal;
	color:#c81014;
}

em.footnote
{
	font-size:10px;
}

blockquote p
{
	clear:both;
	font-size:18px;
	line-height:22px;
	text-align:center;
	width:auto;
	color:#CC1215;
	margin:0 50px 10px;
	padding:0 5px 10px;
}

.center
{
	width:640px;
	margin:10px auto 0;
}

p.contact-finance {
	text-align: center;
	border: 1px solid #C71013;
}
/*--[ crumb ]----------------------------------------------------------------*/
#crumb
{
	color:#b7b2b2;
	font-size:0.9em;
	margin:0 20px 10px;
}

#crumb a:link,#crumb a:visited
{
	color:#868686;
	text-decoration:none;
}

#crumb a:hover
{
	color:#333;
	text-decoration:underline;
}

/*--[ nav ]----------------------------------------------------------------*/
#nav
{
	position:absolute;
	bottom:0;
	left:0;
	background:url(../i/layout/bg-nav.gif) 0 0 no-repeat;
	width:740px;
	height:42px;
	z-index:1;
	margin:0;
	display: block;
	padding: 0 0 0 10px;
}

#nav li
{
	height:42px;
	width:112px;
	background:none;
	padding:0;
	display: inline;
	margin-right: 10px;
	float: left;
}

#nav li a
{
	display:block;
	overflow:hidden;
	height:42px;
	width:112px;
	float:left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 34px;
	
	text-shadow: 1px 1px 0px #000;
}

#nav li a:hover,
#nav li.active a
{
	background-image: url(../i/layout/bg-nav.gif);
	background-repeat: no-repeat;
}

#nav li#nav1 a:hover,
#nav li#nav1.active a
{
	background-position:-10px -42px;
}

#nav li#nav2 a:hover,
#nav li#nav2.active a
{
	background-position:-132px -42px;
}

#nav li#nav3 a:hover,
#nav li#nav3.active a
{
	background-position:-254px -42px;
}

#nav li#nav4 a:hover,
#nav li#nav4.active a
{
	background-position:-376px -42px;
}

#nav li#nav5 a:hover,
#nav li#nav5.active a
{
	background-position:-498px -42px;
}

/*--[ products ]----------------------------------------------------------------*/
ul#productlist
{
	clear:both;
	margin-top:10px;
	float:left;
	display:inline;
	width: 750px;
}

#productlist li
{
	background:url(../i/layout/bg-productlist.gif) bottom left no-repeat;
	width:230px;
	text-align:center;
	float:left;
	display:inline;
	margin:0 0 10px;
	padding:0;
}

#productlist img
{
	display:block;
	border:none;
	margin:0;
	padding:0;
}

#productlist li h2
{
	margin:0;
}

#productlist .padding
{
	margin:0 10px 10px;
}

#productlist li h2 a:hover
{
	text-decoration:none;
}

.productbox
{
	float:left;
	width:100%;
}

.productbox img
{
	float:left;
	margin:0 10px 10px 20px;
}

.veranda
{
	margin:0 0 0 -7px;
	padding:5px 0 0;
}

.veranda-realisation
{
	width:280px;
	float:left;
}

.veranda-list
{
	float:left;
	width:auto;
	margin:0 10px 10px 3px;
}

.veranda-list li
{
	height:22px;
	line-height:22px;
}

form
{
	background:url('../i/layout/line.gif');
	padding:10px 20px;
}

.floatl
{
	width:200px;
	float:left;
}

.floatr
{
	width:200px;
	float:right;
}

input,textarea
{
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size:1em;
	border:1px solid #C3C3C3;
	border-top-color:#7C7C7C;
	border-bottom-color:#DDD;
}

input
{
	width:200px;
}

#address
{
	width:300px;
	float:left;
}

#openingsuren
{
	margin:-10px 0 15px;
}

#route
{
	width:270px;
	float:left;
}

#route a
{
	text-decoration:none;
	margin:0;
	padding:0;
}

span.error
{
	color:#c00;
	font-size:.8em;
	text-transform:uppercase;
}

fieldset
{
	border:none;
}

form div
{
	margin:0 0 .6em;
}

form label
{
	display:block;
}

#message
{
	width:680px;
}

#submit,.btn
{
	background:#C61013;
	color:#FFF;
	width:auto;
	border:none;
}

.btn
{
	float:none;
}

#content ul.attention
{
	border-top:1px solid #ffbc2c;
	border-bottom:1px solid #ffbc2c;
	background:#fff4b6;
	color:#BC7C12;
	display:block;
	padding:5px 10px;
}

#content .attention li
{
	background:url(../i/layout/attention.gif) 0 50% no-repeat;
	padding:0 0 0 20px;
}

/*--[ home ]----------------------------------------------------------------*/
#services
{
	background:url(../i/totem.jpg) 0 0 no-repeat;
	font-size:1.2em;
	font-weight:700;
	margin:20px;
	padding:10px 0 20px 220px;
}

#services li
{
	line-height:1.42em;
	margin:1.5em 0;
}

#movie,#finance
{
	width:375px;
	float:left;
}

#finance h2,#finance p
{
	margin-left:0;
}
#movie h3 { text-align:  center; }
#finance a h3 { margin: 0; }
#finance a h3 img { margin-left: 0; border: none; }
ul.leveranciers
{
	width:750px;
	margin-left:0;
	padding-left:0;
	float:left;
	display:inline;
	padding-bottom:10px;
}

ul.leveranciers	li
{
	background:none;
	float:left;
	display:inline;
	width:250px;
	padding:0;
}

ul.leverancier li a
{
	float:left;
	display:inline;
	width:250px;
}

ul.leveranciers li h2
{
	font-size:12px;
	line-height:18px;
	margin:0 20px;
}



/*--[ footer ]----------------------------------------------------------------*/
#footer
{
	background:#f2f2f2 url(../i/layout/bg-footer.gif) 0 0 no-repeat;
	color:#f1f1f1;
	text-align:right;
	font-size:0.9em;
	margin: 10px 0 0 0;
	padding:4px 42px 20px 0;
}

#footer a:link,#footer a:visited
{
	color:#ffefc3;
	text-decoration:none;
}

#footer a:hover
{
	color:#ffde84;
	text-decoration:underline;
}

p,dl
{
	margin:0 20px 15px;
}

.clear,.extra-text,#contact-form
{
	clear:both;
<<<<<<< .mine
}=======
}
>>>>>>> .r15

