﻿/*algemeen*/
body{
	margin:0;
	background-image:url(/Content/img/achtergrond.gif);
	font-family:Arial, Helvetica, Sans-Serif;
}

a.link_knop
{
    color:#F0F3F8;
    background-color:#5983BD;
    cursor:pointer;
    padding:5px 10px 5px 10px;
    text-decoration:none;
}

a.link_knop img
{
    border:0;
}

.feedback
{
    position:absolute; 
    background-color:#F0F3F8; 
    padding:5px; 
    border:solid 1px #000; 
    z-index:10
}

.info-bubble {
    background-color:white;
    padding:0 4px 0 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:solid 1px #DCE3EE;
    font-size:12px;
}

.tool-bar1 a{
    color:#F0F3F8;
    background-color:#5983BD;
    cursor:pointer;
    padding:5px 10px 5px 10px;
    text-decoration:none;
    margin-right:1px;
    border:solid 1px #5983BD;
}

.tool-bar1 a:hover{
    background-color:#F0F3F8;
    color:#1D4896;
}

/*lijst*/
table.lijst{
    border-collapse:separate;
    border-spacing:1px 0;
}

table.lijst td{
    font-size:12px;
    padding:3px 5px 3px 5px;
}

table.lijst th{
    font-size:12px;
}

table.lijst tbody a{
    color:#000;
    display:block;
    text-decoration:none;
}

table.lijst tr.hover a{
    color:#FFF;
}

table.lijst tr.alternate td{
    background-color:#f0f3f8;
}

table.lijst tr.hover td{
    color:#FFF;
    background-color:#5983bd;
}

table.lijst img{
    border-width:0;
    margin-right:4px;
    vertical-align:top;
}

/*master*/	
#pagina{
	margin:0 auto 0 auto;
	width:1000px;
}
	
#hoofd{
	width:100%;
	height:160px;
	background-image:url(/Content/img/banner.gif);
}

#dealer_login
{
    float:right;
    font-size:12px;
    width:214px;
    height:160px;
    background-color:#F0F3F8;
}

#dealer_login h4
{
    color:#FFF;
    display:block;
    background-color:#5983BD;
    padding:5px 0 5px 20px;
    margin:0;
    font-size:12px;
}

    #dealer_login .login-form {
       margin:5px 0 0 30px;
    }

    #dealer_login label {
        display:block;
        padding:3px 0 0 0;
    }

#dealer_login .input
{
    width:150px;
    border:solid 1px #1D4896;
}

#dealer_login .button2
{
    padding:4px;
    margin:5px 0 0 0;
    background-color:#5983BD;
    color:#f0f3f8;
    border-width:0;
    cursor:pointer;
}

#dealer_login a
{
    color:#1D4896;
    text-decoration:none;
    display:block;
    padding:2px;
    font-size:14px;
}

#dealer_login a i
{
    margin-right:3px;
}
	
#hoofdmenu{
	width:999px;
	height:40px;
	float:left;
	padding-left:1px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	background-color:#F0F3F8;
}
	
#hoofdmenu a{
	display:block;
	padding:9px;
	float:left;
	text-decoration:none;
	font-size:16px;
	color:#1D4896;
	height:22px;
	border-right:solid 1px #fff;
}
	
#hoofdmenu a:hover, #hoofdmenu a.selected
{
    color:#FFF;
	background-color:#5983bd;
}

#hoofdvak
{
    width:1000px;
    float:left;
    background:url(/Content/img/achtergrond2.gif) repeat-y top left;
}
	
#productmenu{
	width:25%;
	height:100%;
	float:left;
}

#zoekbalk
{
    padding:5px;
    border-bottom:2px solid #FFF;
}

.zoekveld
{
    border-width:0;
    width:170px;
}

.zoekknop
{
    background-color:#5983bd;
	color:#FFFFFF;
	font-weight: bold;
	cursor:pointer;
	width:60px;
	border-width:0;
}
	
#content{
	width:75%;
	float:right;
	min-height:500px;
}

/* content stijl */
#content_c
{
    padding:20px;
    font-size: 12px;
	color: #000000;
	line-height:150%;
}

#content_c h1{
	font-size: 14px;
	color: #1D4896;
	padding: 0;
	margin: 0 0 1em 0;
}

#content_c .submenu
{
    font-size: 14px;
	color:#9EB3D5;
	padding: 0;
	margin: 0 0 1em 0;
    text-decoration:none;
    display:block;
    float:left;
    font-weight:bold;
}

#content_c .submenu:hover
{
    color: #1D4896;
}

#content_c h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #1D4896;
}

#content_c h3{
	font-size: 12px;
	color: #1D4896;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
	text-transform: uppercase; 
}

#content_c p{	
	padding-top: 0;
	margin-top: 0;
}

#content_c p a{
	color: #E71802;
	text-decoration: underline;
}

#content_c p a:hover{
	text-decoration: none;
}
	
#footer{
	height:80px;
	width:1000px;
	clear:both;
	background:#FFF url(/content/img/stippellijn.gif) repeat-x top left;
}

#footer div
{
    font-size:11px;
    padding:10px 15px 0 20px;
    color: #5983bd;
}

#footer div a
{
    color: #5983bd;
    text-decoration:none;
}

#footer div a:hover
{
    color: #1D4896;
    text-decoration:underline;
}

/*master product menu*/
.hoofdcat
{
    background-color:#FFFFFF;
    width:248px;
}

.hoofdcat a
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px;
    display: block;
    text-decoration: none;
    color:#E71802;
    padding:2px 0px 2px 15px;
    border-top: 1px solid #CCCCCC;
    outline: none;
    width:225px;
}

.subcats a
{
    font-size:11px;
    display:block;
    height:14px;
    color:#124FA1;
    width:225px;
    text-indent:10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

#kolom_l a:hover
{
    text-decoration:underline;
}

/*home*/
.home-section{
    float: left;
    width:100%;
}

.merk-logo {
    float: left;
    display: block;
    text-decoration: none;
    width: 230px;
    height: 100px;
    margin-right: 4px;
    margin-bottom: 5px;
}

.merk-logo img {
    float: left;
    width: 200px;
    height: 70px;
    border: solid 1px #EEE;
    margin-left: 14px;
}

.merk-logo span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: black;
}

/* product / categorie navigatie */
#navigatie
{
    color:#124FA1;
    font-size:12px;
}

#navigatie a
{
    color: #124FA1;
    text-decoration:none;
}

#navigatie a:hover
{
    text-decoration:underline;
}

#catalogus-titel
{
    float:left;
    padding-top:2px;
    width:100%;
}

#catalogus-titel h1
{
    display:block;
    float:left;
}

#catalogus-titel img
{
    border-width:0;
    float:left;
    padding:0 2px 0 2px;
}

/*categorie*/
.categorie_link
{
    display:block;
    text-decoration:none;
    background-color:#F0F3F8;
    color: #1D4896;
    font-size:12px;
    width:150px;
    float:left;
    height:150px;
    text-align:center;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px;
    transition:background-color 500ms, color 500ms;
}

.categorie_link img
{
    border-width:0px;
    margin-top:10px;
    width:133px;
    height:100px;
}

.categorie_link:hover
{
    color:#F0F3F8;
    background-color:#5983BD;
}

.categorie_link span
{
    display:block;
}

.product_link
{
    display:block;
    font-size:12px;
    text-decoration:none;
    width:100%;
    height:81px;
    color:#144EA0;
    background-color:#F0F3F8;
    margin-bottom:4px;
    border:solid 1px #F0F3F8;
    float:left;
    transition:background-color 500ms, color 500ms;
}

.product_link:hover
{
    color:#F0F3F8;
    background-color:#5983BD;
}

.product_link img
{
    border-width:0px;
    margin:3px;
    vertical-align:middle;
    float:left;
    width:100px;
    height:75px;
}

.product_link span
{
    vertical-align:middle;
    display:block;
    float:left;
}

.product_link_text {
    width:578px;
    margin:20px 0px 0px 10px; 
}

/*product*/

/*formulieren*/
.formulier input[type='text'], .formulier textarea
{
    border:solid 1px #5983BD;
}

.formulier input[type='text'].fout, .formulier textarea.fout
{
    background-color:#FF7878;
}

.formulier input[type='submit']
{
    color:#F0F3F8;
    background-color:#5983BD;
    border-width:0px;
    cursor:pointer;
    padding:5px 10px 5px 10px;
}

#contact_formulier input[type='text'], #contact_formulier textarea
{
    width:250px;
}

#afrond_formulier input[type='text']
{
    width:250px;
}

#afrond_formulier textarea
{
    width:350px;
}

#afrond_formulier h2
{
    margin:1em 0 0 0;
}

/*google maps*/
#map_canvas {
    width: 500px;
    height: 400px;
}