/*************************************************************
  
Website Concept & Design by Tabeoka
Realisation & Implementation by Tabeoka .
Copyright - 2009 - by 'Tabeoka'. All rights reserved.

Graphic Design by 'Michael' 
HTML & CSS production by 'John Moors' 
john@tabeoka.be - www.tabeoka.be 
  
/************************************************************/

/*============================================================
  01. PAGE STRUCTURE
============================================================*/

body /*!T!*/ {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 1em;
}

#wrapper {
	height: 855px;
	width: 1190px;
	margin: auto;
	min-height: 855px;
}
#top {
	height: 95px;
	width: 970px;
	float: left;
	padding-right: 110px;
	padding-left: 110px;
}
#top_radiospot {
	height: 90px;
	width: 240px;
	float: left;
	background-color: #D9E2EB;
	padding-top: 5px;
}
#top_menu {
	height: 70px;
	float: left;
	width: 430px;
	padding-left: 60px;
	margin-top: 25px;
}

#top_menu ul li {
	float:left;
	padding-right: 15px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 10px;
	background-image: url(../img/top_li.gif);
	background-repeat: no-repeat;
}
#top_menu ul li a {
	text-decoration: none;
	color: #013D79;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#top_menu  ul  li  a:hover  {
      /* Rollover Colour/Styles here */
      color: #F5911F;
   }


#top_zoeken {
	height: 65px;
	float: left;
	width: 240px;
	padding-top: 30px;
	color: #013D79;
}
#top_zoeken  input {
	color: #97B0C9;
	font-size: 14px;

}






/*============================================================
  02. HEADER
============================================================*/

#header {
	float: left;
	height: 240px;
	width: 970px;
	padding-right: 110px;
	padding-left: 110px;
	background-color: #D9E2EB;
}




#header h1   {
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-left: 25px;
}
#header h1 a {
	height: 41px;
	width: 155px;
	background-image: url(../img/logo.png);
	float: left;
	display: block;
}
#taalkeuze {
	float: right;
	width: auto;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #6886a4;
}
#L-menu {
	width: 250px;
	float: left;
	min-height: 520px;
	position: relative;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#L-menu ul {
	padding-top: 100px;
	text-align: right;
}
#L-menu ul li {
	background-image: url(../img/bg_L-menu-li.gif);
	background-repeat: repeat-y;
	padding-right: 25px;
	line-height: 33px;
	font-size: 0.85em;
	color: #FFFFFF;
}
#L-menu  ul  li  a:link {
	color: #FFFFFF;
	background-image: url(../img/bg_L-menu-li.gif);
	background-repeat: repeat-y;
	text-decoration:none;
	display: inline;
}

#L-menu ul li a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
#L-menu ul li a:hover {
	color:  #013D79;
	display:block;
	background-color: #F7C87F;
	margin-right: -15px;
	padding-right: 15px;
	height: 100%;
}

#L-menu  ul  li  a.actief1 {
	color: #013D79;
	display:block;
	background-color: #F7C87F;
	margin-right: -15px;
	padding-right: 15px;
}

#L-menu ul li ul {
	padding-top: 0px;
	font-size: 14px;
}
#L-menu ul li ul li {
	background-image: url(../img/bg_L-menu-li-li.gif);
	background-repeat: no-repeat;
	margin-right: -25px;

}
#L-menu ul li ul li a:link {
	color: #013D79;
	background-image: url(../img/bg_L-menu-li-li.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	display: inline;
}
#L-menu ul li ul li a.actief {
	color:  #013D79;
	text-decoration: underline;
	padding-right: 20px;
}
#L-menu ul li ul li a:hover {
	background-image: url(../img/bg_L-menu-li-li.gif);
	background-repeat: no-repeat;
	text-decoration:underline;
	margin-right:0px;
	}

#L-menu ul li ul li a:visited {
	color: #013D79;
	padding-right: 20px;
}


#kruimel {
	font-size: 12px;
	color: #d9e2eb;
	text-transform: uppercase;
	padding-top: 5px;
	font-weight: bold;
	height: 20px;
	float: left;
	width: 670px;
	padding-left: 50px;
	position: relative;
}



/*============================================================
  04. CONTENT
============================================================*/

#content {
	width: 670px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	float: left;
	z-index: 99;
	background-color: #FFFFFF;
	position: relative;
}
#content h1 {
	color: #F5911F;
	font-size: 2.6em;
	padding-bottom: 20px;
}
#content p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 17px;
	padding-right: 10px;
}
#content p.pijl    {
	background-image: url(../img/content_li.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 0px 2px;
}
#content a:visited {
	color: #000000!important;
	text-decoration:underline;
}
#content a:link {
	color: #000000!important;
	text-decoration:underline;
}
#content a:hover {
	color: #003d79;
	text-decoration:none;
}


#content ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content ul li {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 3px;
	line-height: 17px;
}

#content ol {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content ol li {
	line-height: 17px;
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 20px;
}

.blauwtitel {
	font-size: 1.5em;
	color: #013D79;
	line-height: 22px;
	text-decoration: none;
}
#footer {
	background-color: #97b0c9;
	font-size: 12px;
	text-align: center;
	width: 240px;
	bottom: 0px;
	line-height: 22px;
	margin-left: 110px;
	float: left;
	position: relative;
	margin-right: 840px;
	margin-bottom: 20px;
}
#footer a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#inhoudscontainer {
	background-image: url(../img/bg_L-menu.gif);
	min-height: 500px;
	float: left;
	margin-left: 110px;
	background-repeat: repeat-y;
	width: 1080px;
}
#content input {
	font-size: 11px;
	color: #333333;
}
#content input[type=checkbox] {
	width:auto;
	margin: 0px;
	padding: 0px;
}
#content input[type=radio] {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#content input[type=image] {
	margin: 0px;
	padding: 0px;
	width:auto;
}
.klein {
	font-size: 10px;
}
.invulstrook{
	background-color:#FFFFFF;
	height:16px;
	width:150px;
}
.invulstrook_klein{
	background-color:#FFFFFF;
	height:16px;
	width:50px;
} 
h2 {
	background-color: #D9E2EB;
	font-weight: normal;
	line-height: 18px;
	padding-left: 5px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	background-color: #D9E2EB;
	line-height: 18px;
	padding-left: 5px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding-left: 5px;
}
#form1 table p {
	padding-left: 5px;
}

/* DEALERS */
table.dealers {
	border-collapse: collapse;
	width: 89%;
	vertical-align: top;
	text-align: left;
}

table.dealers th, table.dealers td {
	padding: 3px;
	border: 1px solid #D9E2EB;
	vertical-align:top;
	white-space: nowrap;
}

table.dealers th {
	background-color: #F09100;
	color: #fff;
	border: 2px solid #F09100;
	vertical-align:top;
	font-size: 14px;
	font-weight: normal;
}
/*============================================================
  05. BON
============================================================*/
#bon
  {
	color: #013D79;
	font-family: Arial, Helvetica, sans-serif;
	width: 666px;
	background-image: url(../img/schaar.gif);
	background-repeat: no-repeat;
	background-position: 400px top;
	padding-top: 10px;
}
#bon p {
	padding-right: 0px;
}

.schaar {
	border: thin dashed #666666;

}
.unieke-code {
	font-size: 10px;
}


#bon  h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 28px;
	padding-bottom: 10px;
}
#bon  h4 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 15px;
}
._20px {
	font-size: 20px;
}

#form_bon {
	font-size: 12px;
}

#bon label   {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	width: 150px;
	float: left;
}
#bon input[type="text"] {
	width: 220px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#bon input.postcode {
	width: 40px;
}
#bon input[type=radio] {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
