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

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


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

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

img
{
	border: 0;
}

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

html
{
	height: 100%;
	overflow-y: scroll;	
}

body
{
	margin: 0;
	padding: 0;
	background-color: #40392f;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	font-family: "Trebuchet MS", Tahoma, Arial;	
}

/* WRAPPER */

h2#logo
{
	position: absolute;
	top: 295px;
	left: 0;
}

h2#logo a
{
	display: block;
	width: 340px;
	height: 140px;
	background-color: #fff;
	background-image: url(_images/logo.gif);
	text-indent: -9999px;
}

#wrapper
{
	margin: 0 auto;
	padding-left: 35px;
	width: 965px;
	position: relative;
}

#topwrapper
{
	height: 430px;
	padding: 35px;
	background-color: #000;
}

#topwrapper #slider
{
	background-color: #000;
	height: 400px;
	width: 895px;
	overflow: hidden;
	position: relative;
}

#imgcontainer
{
	overflow: hidden;
	white-space: nowrap;
}

#imgcontainer img
{
	opacity: 0.4;
}

#topwrapper #slider .controls
{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	display: none;
}

#topwrapper #slider .controls a
{
	display: block;
	height: 18px;
	width: 18px;
	padding: 0 0 0 0;
	text-align: center;
	color: #fff;
	float: left;
	border: 1px solid transparent;
}

#topwrapper #slider .controls a:hover
{
	background-color: #111;
	border: 1px solid #333;
}

#topwrapper #slider .controls a.active
{
	border: 1px solid #FF6300;
}

#topwrapper #mainnav
{
	float: right;
	margin-top: 20px;
	list-style: none;
}

#topwrapper #mainnav li
{
	float: left;
	padding-left: 19px;
}

#topwrapper #mainnav li a
{
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

#topwrapper #mainnav li a.active
{
	color: #FF6300;
}

#topwrapper #mainnav li a.active:hover
{
	color: #FF6300;
}

#topwrapper #mainnav li a:hover
{
	color: #53555F;
}

#txt
{
	width: 445px;
	float: right;
	padding-right: 35px;
}

#txt a
{
	text-decoration: underline;
	color: #BFB6A7;
}

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

#txt p
{
	margin-bottom: 25px;
	text-align: justify;
}

#txt h1
{
	text-transform: uppercase;
	font: bold 22px/23px Arial, sans-serif;
	color: #ff6300;
	margin: 20px 0 20px 0;
}

#txt h1 span
{
	font-weight: normal;
}

.pauze
{
	background-image: url(_images/pauze.gif);
}

.play
{
	background-image: url(_images/play.gif);
}

#adres
{
	width: 270px;
	float: left;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #45464F;
}

#txt p.tnt
{
	font-size: 10px;
	margin-top: 20px;
	text-align: right;
}

#txt p.tnt a
{
	color: #7F786F;
	text-decoration: underline;
}

#txt p.tnt a:hover
{
	color: #7F786F;
	text-decoration: none;
}

#map
{
	float: left;
	background-color: #C0C0C0;
	position: absolute;
	top: 0;
	right: 0;
	width: 445px;
	height: 400px;
}

#contactform
{
	float: right;
	background-color: #000;
	_display: inline;
	width: 440px;
	_width: 400px;
	height: 280px;
}

#contactform form, #contactform fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}

#contactform form fieldset label
{
	float: left;
	width: 100px;
	_width: 80px;
	_display: inline;
	color: #fff;
	margin: 0 5px 5px 10px;
}

#contactform form fieldset input
{
	float: left;
	_display: inline;
	border: 0;
	color: #fff;
	width: 290px;
	_width: 270px;
	padding: 5px;
	background: #000;
	margin-bottom: 5px;
	border: 1px #40392F solid;
}
form fieldset .botstop	{
	display: none;
	}
#contactform form fieldset input:focus, #contactform form fieldset textarea:focus
{
	background-color: #fff;
	color: #000;
}

#contactform form fieldset br
{
	clear: both;
}

#contactform form fieldset textarea
{
	width: 290px;
	_display: inline;
	width: 270px;
	height: 150px;
	background-color: #000;
	border: 0;
	color: #fff;
	padding: 5px;
	border: 1px #40392F solid;
	font-size: 11px;
	line-height: 18px;
	font-family: "Trebuchet MS", Tahoma, Arial;	
}


#contactform form fieldset button
{
	border: 0;
	background-color: transparent;
	color: #fff;
	font-size: 10px;
	float: right;
	padding: 5px;
	margin: 0 23px 0 0;
	border: 1px #40392F solid;
	
}
.botstop	{
	display: none;
	}
.error, .succes
{
	/*display: none;*/
	margin: 0 0 5px 0;
}
.failure	{
	margin: 3px 22px 3px 12px;
	padding: 3px;
	color: #FF6300;
	border: 1px solid #FF6300;
	}
.error
{
	color: #fff;
}

.succes
{
	color: #fff;
}


p#disclaimer
{
color: #fff;
width: 400px; 
font: 10px/13px Trebuchet ms;
margin: 10px 0 0 10px;
color: #666;
}

p#disclaimer a
{
color: #666;
text-decoration: underline;
}

div#txt fieldset
{
	border: 0;
}

div#txt fieldset label
{
	float: left;
	width: 155px;
}

div#txt fieldset input, div#txt fieldset textarea
{
	color: #fff;
	border: 1px solid #696258;
	background-color: transparent;
	padding: 3px;
	margin: 0 0 3px 0;
}

div#txt fieldset input:focus, div#txt fieldset textarea:focus
{
	border: 1px solid #8F7E62;
}

div#txt fieldset textarea
{
	font-family: "Trebuchet MS", Tahoma, Arial;	
	line-height: 18px;
	font-size: 11px;
	width: 200px;
	height: 100px;
}

div#txt fieldset button
{
	margin: 10px 0 0 155px;
	border: 0;
	padding: 5px;
	color: #fff;
	border: 1px solid #696258;
	background-color: transparent;
}

div#txt .failure
{
	margin: 0 0 20px 0;
}

div#txt fieldset button.akkoordbutton
{
	margin: 0 0 0 0;
}

