/* Tallieu & Tallieu nv - www.tnt.be*/

a
{
	text-decoration: none;
	color: #fff;
}

a:active, a:focus
{
	outline: none;
}

img
{
	border: 0;
}

*,div,ul,li,h1,h2,p,img
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #000;
/*
	background-color: #171717;
	background-image: url(_images/bg.jpg);
*/
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma;
}


h4.slogan
{
	background: transparent url(_images/unlock-the-beauty-secret-of-your-car.png) no-repeat top left;
	text-indent: -9999px;
	display: block;
	width: 186px;
	height: 250px;
	position: absolute;
	bottom: 60px;
	left: 20px;
}



#wrapper
{
	width: 100%;
	height: 100%;
}


#top
{
	height: 65px;
	width: 1000px;
	margin: 0 auto;
}


#top h1 a
{
	display: block;
	margin: 20px 0 0px 0;
	height: 57px;
	width: 150px;
	background-image: url(_images/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#content
{
	width: 1000px;
	margin: 0 auto;
}


#content #left
{
	float: left;
	background-image: url(_images/content-bg-1.jpg);
	background-repeat: no-repeat;	
	width: 400px;
	min-height: 500px;
	height: 500px;
	position: relative;
}



#content #left .foto
{
	margin: 0;
}

#autos #content #left .foto img
{
	border-bottom:1px solid #000;
}

#content #left .foto img
{
	position: absolute;
}

#content #txt
{
	float: left;
	width: 350px;
	min-height: 500px;
	background-color: #000;
	background-image: url(_images/txt-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#content #txt a
{
	text-decoration: underline;
}

#content #txt a:hover
{
	text-decoration: none;
}

#content #txt #slide
{
	margin: 40px;
}

#content #txt h2
{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#content #txt p
{
	line-height: 17px;
	text-align: justify;
	margin: 10px 0 10px 0;
}

#txt dl dt
{
	display: block;
	float: left;
	width: 100px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#txt dl dd
{
	float: left;
	width: 150px;
}

#assortiment a
{
	margin: 5px 0 5px 0;
	display:block;
	clear: both;
	font-weight: bold;
}

#assortiment a.active
{
	text-decoration: none;
	color: #999;
}


#content #txt p.ref
{
	text-align: right;
	padding: 0 0 10px 0; 
	border-bottom: #333 solid 1px;
	color: #5F2B06;
}


#content #txt #slide ul
{
	list-style: none;
}


#content #txt #slide ul li
{
	-display: inline;
}


#content #txt #slide ul li a
{
	text-align: left;
	padding: 0 0 5px 0; 
	border-bottom: #333 solid 1px;
	color: #fff;
	line-height: 35px;
	text-decoration: none;
}


#content #txt #slide ul li a:hover
{
	text-decoration: none;
	border-bottom: #5F2B06 solid 1px;

}

#content #right
{
	float: left;
	background-repeat: no-repeat;
	background-image: url(_images/content-bg-2.jpg);
	background-position: top right;
	width: 250px;
	min-height: 500px;
	height: 500px;
	position: relative;
}

#autos #content #right,
#yachting #content #right

{
	background-repeat: no-repeat;
	background-image: url(_images/content-bg-3.jpg);
}

#autos #content #left,
#autos #content #txt,
#autos #content #right,
#yachting #content #left,
#yachting #content #txt,
#yachting #content #right
{
	height:600px;
	min-height:600px;
}


#nav
{
	list-style: none;
	margin: 80px 0 0 30px;	
	position: absolute;
}

#nav li a
{
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	display: block;
	text-indent: -9999px;
	height: 30px;
	width: 150px;
	border-bottom: 1px solid transparent;
}

#nav li a:hover
{
	opacity: 0.7;
}

#nav li a.active
{
	border-bottom: 1px solid #6F0712;
}

#nav li a.welkom
{
	background-image: url(_images/welkom.png);
}

#nav li a.nieuws
{
	background-image: url(_images/nieuws.png);
}

#nav li a.autos
{
	background-image: url(_images/autos.png);
}

#nav li a.yachting
{
	background-image: url(_images/yachting.png);
}

#nav li a.referenties
{
	background-image: url(_images/referenties.png);
}

#nav li a.media
{
	background-image: url(_images/media.png);
}

#nav li a.contact
{
	background-image: url(_images/contact.png);
}


#nav li a.bedrijfsfilm
{
	background-image: url(_images/bedrijfsfilm.png);
}

#nav li a.webshop
{
	background-image: url(_images/webshop.png);
}

#nav li ul
{
	list-style: none;
	padding: 3px 0 10px 0px;
	display: none;
}

#nav li ul li
{
	display: block;
	width: 200px;
	height: 25px;
	border-bottom: 1px solid #6F0712;
}

#nav li ul li a
{
	display: block;
	text-indent: 0;
	width: 200px;
	height: auto;
	font-size: 11px;
	border: none;

}

#nav li ul li a:hover
{
	opacity: 1;
/*
	border-bottom: 1px solid #999;
*/
	color: #999;	
}

#nav li ul li a.active
{
	font-weight: bold;
	border: none;
}

#footer
{
	width: 985px;
	margin: 0 auto;
	clear: both;
/*
	background-color: #171717;
	background-image: url(_images/footer-bg.jpg);
*/
	padding: 15px 15px 0 0;
	font: 10px/18px Helvetica, Arial, "Trebuchet MS", Tahoma;
}

p.left
{
float: left;
color: #777;
font: 10px/18px Helvetica, Arial, "Trebuchet MS", Tahoma;
}


p.right
{
float: right;
color: #777;
font: 10px/18px Helvetica, Arial, "Trebuchet MS", Tahoma;
}



p.left a, p.right a:link, p.right a:visited
{
float: right;
color: #777;
font: 10px/18px Helvetica, Arial, "Trebuchet MS", Tahoma;
text-decoration: underline;
}


p.left a:hover
{
text-decoration: none;
}





.option
{
	color: #C0C0C0;
	text-align: right;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
}

.linkbutton
{
	display: block;
	float: right;
	text-transform: uppercase;
	font-size: 9px;
	padding: 3px;
	color: #F0F0F0;
	background-color: #171717;
}

.linkbutton:hover
{
	color: #FB7C00;
	background-color: #171717;
}

.tabcontainer {
	overflow: hidden;
	width: 350px;
	position: relative;
}
	
.tabber	{
	/*overflow: hidden;*/
	width: 9999em;
	position: relative;
}

.tabber .tab {
	float: left;
	width: 270px;
	padding: 40px;
}

fieldset
{
	border: none;
}

fieldset label
{
	float: left;
	display: block;
	width: 130px;
	text-transform: uppercase;
}

fieldset input
{
	background-color: transparent;
	border: 1px solid #6F0712;
	width: 120px;
	color: #fff;
}

fieldset input:focus
{
	border-color: #6F0712;
}
fieldset .botstop	{
	display: none;
	}
fieldset textarea
{
	border: 1px solid #6F0712;
	background-color: transparent;
	float: left;
	width: 120px;
	height: 100px;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, "Trebuchet MS", Tahoma;
	font-size: 12px;
	color: #fff;
}



fieldset button
{
	background-color: transparent;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	margin: 15px 0 0 130px;
}



fieldset br
{
	clear: both;
}



#map
{
	height: 230px;
	background-color: #6F0712;
	color: #000;
}



#mapdata
{
	display: none;
}



input#saddr
{
width: 218px;
margin: 0 3px 0 0;
float: left;
padding: 2px 1px 2px 1px;
color: #fff;
background: #000;
border: #6F0712 solid 1px;
font: 11px/11px Helvetica, Arial, "Trebuchet MS", Tahoma;
}



input#go
{
float: left;
width: 25px; 
height: 18px; 
background: #6F0712; 
color: #fff;
border: #6F0712 solid 1px;
text-transform: uppercase;
}





/* ORANJE VLAKKEN = scheef experiment van Rein */
/*

#orangeleft
{
	background-color: #ef7a24;
	position: absolute;
	width: 150px;
	height: 415px;
	top: 45px; 
	right: 0;
	opacity: 0.6;
}

#orangeleft.full
{
	width: 100%;
}

#orangeright
{
	background-color: #ef7a24;
	width: 200px;
	height: 415px;
	top: 45px; 
	left: 0;
	opacity: 0.6;
	position: absolute;
}
*/

/* MEDIABOX */

div#videobox
{
	position: absolute;
	top: 145px;
	right: 50%;
	margin-right: -195px;
}

div.video_desc
{
	float: right;
	margin: 20px 0 0 0;
	color: #C0C0C0;
}

p.succes
{
	display: none;
	background-color: #fff;
	color: green;
	padding: 5px;
}

p.error
{
	display: none;
	background-color: #fff;
	color: red;
	padding: 5px;	
}


h2
{
text-indent: -999999px;
width: 300px;
height: 40px;
display: block;
}

h2#welkom
{
background: transparent url(_images/_titles/welkom-t.png) no-repeat top left;
}


h2#nieuws
{
background: transparent url(_images/_titles/nieuws.png) no-repeat top left;
}



h2#diensten
{
background: transparent url(_images/_titles/diensten.png) no-repeat top left;
}



h2#referenties
{
background: transparent url(_images/_titles/referenties.png) no-repeat top left;
}



h2#media
{
background: transparent url(_images/_titles/media.png) no-repeat top left;
}



h2#algemene-gegevens-t
{
background: transparent url(_images/_titles/algemene-gegevens.png) no-repeat top left;
}


h2#nieuwsbrief-t
{
background: transparent url(_images/_titles/nieuwsbrief.png) no-repeat top left;
}



h2#wegbeschrijving-t
{
background: transparent url(_images/_titles/wegbeschrijving.png) no-repeat top left;
}



h2#contactformulier-t
{
background: transparent url(_images/_titles/contactformulier.png) no-repeat top left;
}



h2#lakbehandeling
{
background: transparent url(_images/_titles/lakbehandeling.png) no-repeat top left;
height: 83px;

}


h2#klaar-zetten-nieuwe-wagens-t
{
background: transparent url(_images/_titles/klaarzetten-nieuwe-wagens.png) no-repeat top left;
height: 83px;

}


h2#simo
{
background: transparent url(_images/_titles/simoniseren-polieren-interi.png) no-repeat top left;
height: 83px;

}



h2#ontgeuren
{
background: transparent url(_images/_titles/ontgeuren.png) no-repeat top left;
height: 83px;

}



h2#lakherstel-lakcorrecties
{
background: transparent url(_images/_titles/lakherstel-lakcorrecties.png) no-repeat top left;
height: 83px;
}

h2#voordelen-t
{
background: transparent url(_images/_titles/voordelen.png) no-repeat top left;
height: 83px;
}

h2#verzorging-t
{
background: transparent url(_images/_titles/verzorging.png) no-repeat top left;
height: 83px;
}

h2#bescherming-t
{
background: transparent url(_images/_titles/bescherming.png) no-repeat top left;
height: 83px;
}

h2#milieu-t
{
background: transparent url(_images/_titles/milieu.png) no-repeat top left;
height: 83px;
}

h2#assortiment-t
{
background: transparent url(_images/_titles/assortiment.png) no-repeat top left;
height: 83px;
}




h2#ophaaldienst-t
{
background: transparent url(_images/_titles/ophaaldienst.png) no-repeat top left;
height: 83px;

}


h2#consumentenproducten-t
{
background: transparent url(_images/_titles/consumentenproducten.png) no-repeat top left;
height: 83px;

}

p#disclaimer
{
margin: 30px 0 0 0;
color: #ccc;
}


