/** 	algemeen.css  
 	Versie 1.1 / 25-2-2007
  	
  	(C) Doorn WebBouw 2007 
  	http://www.doornwebbouw.nl | info@doornwebbouw.nl
-----------------------------------------------------------------------------*/


/* Algemeen (reset.yahoo)
-----------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Achtergronden
-----------------------------------------------------------------------------*/

body{
bbackground: #E5F0F4;
background: #EAEFEF;
}

#header{
	background: url(../images/headerback.gif) left top no-repeat;
}

#subheader{
}

#main{
	background: url(../images/mainback.gif) left top repeat-y;
	
}

#content{

}

#leftbar{

}

#rightbar{

}

#footer{
	background: url(../images/footerback.gif) left top no-repeat;	
}



/* overall typografie 
-----------------------------------------------------------------------------*/

body{
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
	lline-height: 1.8em;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

input{
	font-size: 1.1em;
}

a{
	text-decoration: underline;
	color:  #0000de;
	font-weight: bold;
}

a:hover{
	ccolor:gray !important;
}

hr{
	border: 2px dotted #ed154b;
	width: 100%;
	height: 2px;
	margin: 0px 0px 8px 0px;
	clear: both;
}

hr#sluitaf{
	margin-top: 20px;
}

#extranav a:hover{
	color: red !important;
}

#homelink, #homelink a{
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	text-decoration: none;
}


#content{
	font-size: 1.20em;
	line-height: 1.5em;
}

#content h1{
	font-size: 1.6em;
	margin-bottom: 20px;
	color: #333;
}

#content h2{
	font-size: 1.1em;
	color: #333;
	margin-bottom: -1px;
margin-top: 20px;
	font-weight: bold;
color: #333;
}

#content h3{
	font-size: 1.1em;
	color: #333;
	margin-bottom: 4px;
	font-weight: normal;
}


#content h4{
	font-size: 1.3em;
	color: #ED154B;
	font-weight: bold;
	background: #fff;
	border: 1px dashed #ED154B;
	border-width: 1px 0px 1px 0px;
	padding: 4px;
	padding-top: 6px;
	width: 480px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 0px;
	height: 22px;
	clear: both;
}

#content p{
	margin-bottom: 12px;
}

#extranav a{
	font-size: 1.15em;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

#leftbar{}

#leftbar .box{
	font-size: 1.1em;
}



#footer, #footer a{
	color: white;
	text-decoration: none;
}



/* HTML elementen
-----------------------------------------------------------------------------*/

ul{
	margin-bottom: 20px;
}

li{
	list-style-type: square;
	margin-left: 24px;
	margin-bottom: 10px;
}



/* Overall layout
-----------------------------------------------------------------------------*/

#container{
	position: relative;
	margin: auto;
	width: 790px;
	height: auto;
	ooverflow: auto;
}

#header{
	position: relative;
	width: 100%;
	height: 155px;
	padding: 0px 30px 0px 30px;
}

#homelink{
	position: absolute;
	top: 134px;
	right: 104px;
}

#subheader{
}

#extranav{
	position: absolute;
	width: 600px;
	top: 4px;
	left: 31px;
z-index:100;
}

#main{
	position: relative;
	width: 758px;
	mmin-height: 540px;
	overflow: auto;
	padding: 0px 31px 0px 31px;
}


#content{
	position: relative;
	float: right;
	width: 488px;	
	padding: 36px 46px 0px 24px;
	
	/*
	width: 488px;	
	padding: 36px 16px 0px 24px;
	*/
}


#leftbar{
	/* float: left;
	width: 200px;
	position: relative; */
	
	position: relative;
	width: 200px;
	float: right;
}


#footer{
	width: 710px;
	height: 62px;	
	padding: 18px 40px 0px 40px;
}

#footer #left{
	float: left;
	width: 560px;
}

#footer #right{
	float: left;
	width: 140px;
	text-align: right;
}

	
/* Suckerfish 
	Houd intact ivm begrip van de code
	Let op: IE (5?, 6?, 7?) vraagt een JS toevoeging
	
-----------------------------------------------------------------------------*/
#navigation{
	position:relative;
	z-index:99;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 100%;
  	color: #fff;
  	font-size: 1.2em;
  	font-weight: normal;
  	text-decoration: none;
}

#nav a:hover {
	color: white !important;
}


#nav li {
	float: left;
	width: 10em;
    	width: 190px;
	height: 24px;
	text-align: left;
	padding: 6px 0px 0px 10px;
	margin: 2px 0px 0px 0px;
	background: url(../images/navbutback.gif) right bottom no-repeat;
	list-style-type: none;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li ul li{
	margin: 0px;
	border: 1px white solid;
	border-width: 0px 0px 0px 1px;	
	background: url(../images/navbutback.gif) right bottom no-repeat;
}

#nav li:hover ul, #nav ul li.hhover ul {
	left: 200px !important;
	top: auto;
	margin-top: -20px;
}

#nav li:hover{
	background: url(../images/navbutback.gif) right bottom no-repeat;
}


#nav li.haschildren{
	background: url(../images/navbutback.gif) right bottom no-repeat;
}

#nav li.haschildren:hover, {
	background: url(../images/navbutback.gif) right bottom no-repeat;
}	

/* einde suckerfish */





/* Template specifiek
-----------------------------------------------------------------------------*/

/* Tdealerworden */ 

.Tdealerworden #content li{
	list-style-image: url(../images/li-check.gif);
	margin-left: 20px;
	padding: 0px;
}

.Tdealerworden #content .leesmeer, .Tdealerworden #content .leesmeer a{
	font-size: 12px;
	clear: right;
	text-decoration: none;
}

.Tdealerworden #content h2{
	margin-top: 30px;
}

.Tdealerworden #content h4{
	font-weight: bold;
}

/* Ttrailertec */ 

.Ttrailertec h1{
	background: url(../images/logo-trailertec.gif) left 0px no-repeat;
	height: 35px;
	padding-left: 195px;padding-top:5px;
	margin-bottom: -10px;
}


/* Pagina specifiek
-----------------------------------------------------------------------------*/

/* index (voorpagina) */
#Pindex #content{
	width: 502px;	
	padding: 4px 32px 0px 24px;
}

#Pindex #about{
	width: 280px;
	text-align: justify;
	font-size: 1.1em;
	margin-right: 22px;
	float: left;
	line-height: 1.4em;
	padding-top: 16px;
}

#Pindex #about h3{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}

#Pindex .box#tandemasser{
	float: left;
}


#Pindex #provincies{
	margin-top: -5px;
}

#Pindex hr#sluitaf{
	margin-top: -5px;
}


/* Pcontactinformatie */
#Pcontactinformatie blockquote{
	background: url(../images/abasis.jpg) right bottom no-repeat #fff;
	border: 1px solid gray;
	padding: 12px;
	margin: 30px 0px 30px 0px;
	line-height: 1.4em;
	font-size: 1.1em;
}

#Pcontactinformatie blockquote p#blckqkop{
	font-weight: bold;
}


form p{
	mmin-height: 16px;
	m_height: 16px;
	pposition: relative;
	width: 420px;
}

form .inplong{
	width: 200px;
}

form .inpzeerlang{
	width: 380px;
	
}

form .inpkort{
	width: 60px;
}

form .inphalf{
	width: 136px;
}


form p span{
	float: left;
}

form textarea{
	margin-bottom: 8px;
	margin-top: 4px;
	
}

#content p span.omschr{
	width: 180px !important;
	clear: left;
}

 p span.veld{
	width: 240px;
}

form p.ov{
	background: #f5f5f5;
	font-weight: bold;
}

form hr{
	
	border: 1px dotted #ccc;
	margin: 8px 0px 8px 0px;
}

form #subm{
	
}

/* Pfaq */

#Pfaq h3{
	margin-bottom: 10px;
	margin-top: 24px;
	font-style:italic;
}



/* assortiment */

#Passortiment #content{
width: 502px;
padding: 36px 32px 0px 24px;
}

#Passortiment p span{
	float: left;
}


#Passortiment .item{
mmin-height: 380px;
pposition: relative;
overflow: auto;
}

.itemkol{
float: left;
bbackground: #fafafa;
bborder-bottom: 1px solid gray;
padding-top: 4px;
margin-top: 10px;
margin-bottom: 30px;
}

#Passortiment p.itemregel{
min-width: 251px;
_width: 251px;
padding-left: 0px;
border-bottom: 1px silver solid;
overflow: visible;
margin-bottom: 0px;
height: 28px;

}

#Passortiment #content p.itemregel span.omschr{
	width: 96px !important;
	clear: left;
	background: #f0f0f0;
	padding-left: 4px;
	height: 24px;
	padding-top:4px;
	font-weight: bold;
}

#Passortiment #content p.itemregel span.lang{
	width: 240px !important;
}

#Passortiment #content p.itemregel span.veld{
	width: 143px;
padding-left: 4px;
padding-top:4px;
}

#Passortiment #content p.itemregel span.kleinveld{
	width: 62px;
padding-left: 4px;
padding-top:4px;
text-align: right;
}

.sup{
font-size: .4em !important;
margin-top: -10px;
width: 4px;
clear: none;
float: none;
display: inline-block;
}

#Passortiment h4{
color: #333;
font-weight: bold;
font-size: 1.5em;
width: 494px;
margin-top: 30px;
text-align: left;
}

#Passortiment .item img{
margin-right: 0px;
}



#leftbar #zoekbox{
	height: 20px !important;
	padding-top: 6px;
	float: left;
}

#leftbar #zoekbox #q{
	width: 125px;
}

#leftbar #zoekbox #s{
	position: relative;
	top:1px;
	width: 60px;
}




/* Overig
-----------------------------------------------------------------------------*/

.floatright{
	float: right;
	margin-left: 8px;
	pposition: relative;
}


.floatleft{
	float: left;
	margin-right: 8px;
	margin-top: 5px;
	pposition: relative;
}

img.floatright, img.floatleft{
	border: 1px solid #333;
}

.noborder{
	border: 0px !important;
}

#top3wagens{
	position: absolute;
	left: 40px;
	top: 21px;
}

.error{
	color: red;
}

.pending{
	color: red;
	font-weight: bold;
	display: none;
}

/* Zoeken
-----------------------------------------------------------------------------*/

#content #resultkop{
	font-size: 1.15em;
	margin-bottom: 20px;
}

#hits{
	
}

.hit{
	margin-left: 20px;
	margin-bottom: 24px;
	margin-right: 20px;
}

.hittitel{
	font-weight: normal;
	font-size: 16px;
	color: #0000CC;
}

.hitsnippet{
	font-size: 12px;
}

.hiturl{
	font-size: 11px;
	color: gray;
	font-weight: normal;
}

.highlight{
	color: red;
	font-weight: bold;
}



/* boxen
-----------------------------------------------------------------------------*/

.box{
	width: 190px;
	border: 1px solid gray;
	padding: 4px;
	margin-bottom: 12px;
	float: left;	
}

.box h2{
	font-size: 1.7em;	
}

.box h3{
	font-size: 1.6em;	
}

.leesmeer{
	font-size: .8em;
	font-weight: bold;
	padding-right: 28px;
	background: url(../images/leesmeer.gif) right 2px no-repeat;
	text-align: right;
	color: black;
	font-weight: bold;
	height: 20px;
	margin-top: 4px;
}

.box .leesmeer a{
	color: black;
	font-size: 1.3em;
	text-decoration: none;
}


.box#saris{
	float: left;
	clear: left;
	margin-top: 10px;
	position: relative;
	
}

.box#saris p{
	float: left;
	width: 90px;
}

.box#saris img{
	padding-top: 4px;
}

.box#goedkoopsturen{
	background: url(../images/box-goedkoopsturen-back.gif) left top no-repeat #fff;
	text-align: center;
	padding-top: 50px;
	font-weight: bold;
	font-size: 1.1em;
	color: #2f3192;
}

.box#trailertec{

}

.box#tandemasser{
	font-size: .9em;
	line-height: 1.3em;
}

.box#tandemasser h3{
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -4px;
	clear: right;
	line-height: 1.4em;
}


.box#dealerworden{

}

.box#vestigingzoeker{
	background: url(../images/dealerzoekerback.gif) right bottom no-repeat;
	bborder-color: #ed154b;
	border: 0px;
	color: white;
	float: left;
	height: 88px;position: relative;
}

.box#vestigingzoeker h2{
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 0px;
margin-top: 8px;
}

.box#vestigingzoeker p#ondertitel{
	text-align: right;
	padding-right: 5px;
	margin-top: -2px;
	font-size: 1.3em;
}

.box#vestigingzoeker form{
	margin-left: 16px;
}

.box#vestigingzoeker #vds{
	float:left;
	margin-top:-2px;
}

.box#vestigingzoeker #p{
	float:left;
	margin-right: 3px;margin-bottom: 4px;
	border:1px;
	font-family: courier new;
	width: 140px;
	height: 16px;
}	


#provincies{
	wwidth: 478px;
	height: 85px;
	background: #f5f5f5;
	padding: 6px;
	padding-left: 18px;
	margin-top: 0px;
	overflow: hidden;
	line-height: 1.7em;
}

#provincies div{
	float: left;
	width: 128px;
	margin-left: 18px;	
}

#provincies div a{
	font-weight: normal;
font-size: 1em;
}

#provincies h3{
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
	font-style: normal;
	margin-top: 0px;
}

#Passortiment h4 form{
	font-size: 11px;
	float: right;
	font-weight: normal;
}

#Passortiment h4 form #p{
	width: 48px;	height: 13px;padding-top: 2px;
}

#Passortiment h4 form #subm{
	padding: 1px 8px;
	margin-top: -3px;
	margin-left: 3px;
}



#pc_fout{
	font-weight: bold;
	display: block;
	width: 140px;
	color: yellow;
	top: 74px;left: 20px;
	position: absolute;
}

.plattelink{
	color: #0000DE !important;
	font-weight: normal !important;
}

