/******************************************
Website : www.bogra-matic.nl
CSS : Lautenbag Reclame (Diederik Dijkstra)
E-mail: info@lautenbag.nl
WWW: http://www.lautenbag.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
******************************************/

/*
1. LAYOUT
2. HOME
3. CONTENT
4. TYPOGRAFIE
5. LINKS
6. MENU
7. SUBMENU
8. TABLE PRODUCT
9. FORMULIER
*/

/*--- reset ---*/
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, font, img, ins, kbd, q, s, samp, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;}

img, a img, :link img, :visited img { border: 0;}
:-moz-any-link:focus { outline: none; }

/* 1. LAYOUT
******************************************/

body{
	font: normal 11px/15px Arial, sans-serif;
	text-align: center;
	background: #fff url('img/bg.jpg') center top repeat-x;}

div#header{
	height:100px;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background: #3c4891;
	color: #fff}

div#logo{
	float: left;
	display: inline;
	width: 190px;
	height: 100px;
	background: transparent url('img/logo.jpg') left top no-repeat;}

div#headerinfo{
	float: left;
	display: inline;
	margin-top: 30px;
	line-height: 13px;
	text-align: right;}

div#slogan{
	clear:left;
	float:left;
	display: inline;
	width:180px;
	margin-top: 10px;}
	
/* 2. HOME
******************************************/

div.home-item{
	float: left;
	display: inline;
	overflow: hidden;
	width: 178px;
	margin: 0 0 10px 10px;
	height: 218px;
	background: #fff;
	border: 1px solid #aab0d1;}

div.home-item table{
	width: 178px;}

td.titel{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 35px;
	background: #3c4891;
	color: #fff;}

div#extra td.titel{
	background: #7d86b8;}

div.home-item td.product{
	display: table-cell;
	vertical-align: middle;
	text-align: center;}

div.pic td.product{
	height: 183px;}

div.home-item td.product a{
	float: left;
	display: inline;
	width: 178px;
	height: 183px;
	text-decoration: none;
	background: transparent url('img/hover.gif') -2px top no-repeat;}

div.home-item td.product a:hover{
	background: transparent url('img/hover.gif') left top repeat-x;}

div.home-item td.product a span{
	display: none;}

div.home-item td.product a:hover span{
    position: relative;
    left: 39px;
    top: 80px;
    float: left;
    display: inline;
    width: 96px;
    height: 26px;
    line-height: 26px;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    color: #3c4891;
    border: 2px solid #3c4891;
    cursor: pointer}

td.intro{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	height: 413px;}

td.intro div.intro{
	margin: 10px;}	

td.aanbieding{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #3c4891;
	color: #fff;
	height: 183px;}

td.aanbieding div.aanbieding{
	font: bold 22px/26px Tahoma, Arial, sans-serif;
	margin: 10px;
	text-align: center;}	

/* 3. CONTENT
******************************************/

div.page{
	float: left;
	display: inline;
	width:558px;
	height: 448px;
	margin: 0 0 10px 10px;
	border: 1px solid #aab0d1;}

div.page div.scroll{
	float: left;
	display: inline;
	width: 558px;
	height: 413px;
	background-color: #fff;
	overflow: auto;}
	
div.tekst{margin: 10px;}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #fff;
	clear: both;}


/* 4. TYPOGRAFIE
******************************************/

p{ margin: 0 0 10px;}

h2{	font: bold 12px/14px Arial, sans-serif;}

div.home-item td.titel h2,
td.titel h2{
	width: 162px;
	margin: 3px 8px;
	text-align: center;}

div.page td.titel h2{
	width: 542px;
	margin: 3px 8px;
	text-align: center;}

div.page ul{
	list-style-type:none;
	margin: 0 0 10px;
	padding: 0;}

div.page ul li{
	list-style-type:none;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left; 
	background: transparent url('img/dot2.jpg') left 5px no-repeat;}

ul.kleuren{
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 300px;}

ul.kleuren li{
	list-style-type:none;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	float: left;
	display: block;
	width: 135px;
	background: transparent url('img/dot2.jpg') 0 50% no-repeat;}

p.downloadpdf{
  font: bold 14px/18px Arial, sans-serif;
  margin: 20px 0 0 0;}

p.downloadpdf a {
  text-decoration: none;
  font-weight: bold;
  padding: 5px 0 5px 20px;
	background: transparent url(img/icon_pdf.gif) no-repeat center left;}

p.downloadpdf a:link {    color: #3c4891;}
p.downloadpdf a:visited { color: #3c4891;}
p.downloadpdf a:hover {   color: #3c4891; text-decoration: underline;}
p.downloadpdf a:active {  color: #3c4891;}

p.downloadpdf span.small{
  font: normal 10px/12px Arial, sans-serif;}

/* 5. LINKS
******************************************/

a {         text-decoration: none; font-weight: normal;}
a:link {    color: #3c4891;}
a:visited { color: #3c4891;}
a:hover {   color: #3c4891; text-decoration: underline;}
a:active {  color: #3c4891;}

div#headerinfo a{color: #fff;}

/* 6. MENU
******************************************/

div#menu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;}

div#menu ul li{
	display: inline;
	float: right;
	list-style-type: none;
	margin: 4px 0 0 1px;}
	
div#menu ul li a{
	padding: 4px 7px 3px;
	line-height:22px;
	font-weight: bold;
	font-size: 12px;}
	
div#menu ul li a:link,
div#menu ul li a:visited{
	color: #fff;
	background-color: #6974ad;
	text-decoration: none;
	height:22px;}
	
div#menu ul li a:hover{
	color: #fff;
	background-color: #7d86b8;
	text-decoration: none;
	height:22px;}
	
div#menu ul li a:active{
	color: #fff;
	background-color: #7d86b8;
	text-decoration: none;
	height:22px;}

/* Menu class=hier */

div#menu ul li.hier {
	display: inline;
	float: right;
	list-style-type: none;
	margin: 0 0 0 1px;}

div#menu ul li.hier a {
	line-height:26px;
	margin: 0;
	padding: 7px 9px 8px;
	font-weight: bold;
	font-size: 12px;
	background: transparent url('img/button.jpg') left top repeat-x;}
	
div#menu ul li.hier a:link,
div#menu ul li.hier a:visited{
	color: #3c4891;
	text-decoration: none;
	height:26px;}
	
div#menu ul li.hier a:hover{
	color: #6974ad;
	text-decoration: none;
	height:26px;}

/* 7. SUBMENU (producten)
******************************************/
ul#submenu{
	list-style-type:none;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 160px;
	border-top: 1px solid #aab0d1;}

ul#submenu li{
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	display: block;
	clear: left;
	width: 160px;
	border-bottom: 1px solid #aab0d1;}

ul#submenu li a {
	margin: 0;
	float: left;
	display: block;
	padding: 4px 10px 4px 20px;
	font-weight: normal;
	text-decoration: none;
	color: #3c4891;
	width: 130px;
	background: transparent url('img/dot2.jpg') 6px 50% no-repeat;}

ul#submenu li.hier a{
	font-weight: bold;
	color: #000;
	background: transparent url('img/dot3.jpg') 6px 50% no-repeat;}

ul#submenu li a:hover{
	text-decoration: none;
	color: #6974ad;
	background-color: #f1f2f7;}

ul#submenu li.hier a:hover{
	font-weight: bold;
	color: #333;}

/* 8. TABLE PRODUCT
******************************************/

table#product, table#kleuren{
	border: 0;
	margin-bottom: 10px;}
	
table#product th{
	background-color: #3c4891;
	color: #fff;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold}

table#product th.empty{
	background-color: #fff;}

table#product th.vertical{
	font-size: 10px;
	writing-mode: tb-rl;}

table#product td{
	background-color: #f1f2f7;
	text-align: center;}

table#product td.l,
table#product th.l{
	text-align: left;
	padding-left: 10px;}

table#product tr.bottom td{
	border-bottom: 5px solid #fff;}

table.kleuren h2 { margin: 11px 3px;}
table.kleuren    { line-height: 11px;}

/* 9. FORMULIER
*****************************************/
form{margin: 0; padding: 0;}

table#tabelFormulier{
	width: 518px;
	margin: 0 0 10px;
	background: #f1f2f7;
	border: 1px solid #aab0d1;}

table#tabelFormulier label{
	color: #000;
	font-weight: normal;}

table#tabelFormulier tr td {
	background: #f1f2f7;
	padding: 5px 2px; }

table#tabelFormulier input,
table#tabelFormulier textarea{
	font: normal 11px/18px Arial, sans-serif;
	color: #3c4891;}
	 
table#tabelFormulier .button{
	background-color: #3c4891;
	border: 3px solid #3c4891;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0}

label.veld-Bedrijfsnaam,
label.veld-Naam,
label.veld-Telefoon,
label.veld-E-mail,
label.veld-Zoeken,
label.veld-Bericht{
	font-size: 11px;
	line-height: 16px}

input.veld-Bedrijfsnaam,
input.veld-Zoeken,
input.veld-Naam,
input.veld-Telefoon,
input.veld-E-mail{
	width: 96%;
	padding: 3px 2px;
	margin: 0 0 5px 0;
	line-height: 24px;
	border: 1px solid #aab0d1;
	background-color: #fff;}

table#tabelFormulier textarea{
	width: 98%;
	padding: 3px 2px;
	margin: 0 0 5px 0;
	height: 130px;
	border: 1px solid #aab0d1;
	background-color: #fff}

    
