/*
-------------------------------------------------+
Client: Mijn Dutchtub
Date: 18/08/2008
Copyright: DOS Creations
Author: Johan Deketelaere
-------------------------------------------------+
*/

#preload { display: none; z-index:-10; }

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	color: #C8C8C8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	background-color:#333333;
	position:relative;
	
		}

#homepage {
	background:url(../images/back.jpg) repeat-x left top;
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	}

#binnen {
background:url(../images/back_in.jpg) repeat-x left top;
background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	}

.pijlomlaag {
margin-top:10px;
}


	
#container {
	margin: 0 auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}



/*--[ header ]----------------------------------------------------------------*/
#header {
background-image:url(../images/header.jpg) top left no-repeat;
	height: 243px;
	z-index: 2;
	position: relative;
}

/*--[ navigation ]----------------------------------------------------------------*/

#nav {
background-color:#333333;
	left: 70px;
	top: 0px;
	height: 105px;
	width: 115px;
	margin: 0px;
	position:relative;
		}
#nav li {
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0;
	padding: 0px;
	position: relative;
	height: 35px;
	list-style-image:none;
	list-style-type:none;
	}

#nav li a {
	display: block;
	height: 25px;
	padding: 0px;
	z-index:100;
	list-style-type:none;
	list-style-image:none;
}

/* home knop */

#nav .knop a {
background-image: url(/images/navi.jpg);
	background-repeat: no-repeat;
	width:115px;
	height:25px;
	color:#E9E9E9;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	padding-top:5px;	
	}

#nav .knop a:hover {
background-image: url(/images/navi_in.jpg);
	background-repeat: no-repeat;
	width:115px;
	height:25px;
	}

#nav .knop_active a, #nav .knop_active a:hover {
background-image: url(/images/navi_in.jpg);
	background-repeat: no-repeat;
	width:115px;
	height:25px;
	color:#E9E9E9;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	padding-top:5px;	
	}

/* INDEX PAGINA */

/* huren knop */

a.huren:link, a.huren:visited, a.huren:active {
background-image: url(/images/dutchtub_huren.jpg);
	background-repeat: no-repeat;
	width:203px;
	height:318px;
	display: block;
	}

a.huren:hover {
background-image: url(/images/dutchtub_huren_over.jpg);
	background-repeat: no-repeat;
	width:203px;
	height:318px;
	display: block;
	}

a.huren_active:link, a.huren_active:hover {
background-image: url(/images/dutchtub_huren_over.jpg);
	background-repeat: no-repeat;
	width:203px;
	height:318px;
	display: block;
	}

a.huren span { position: absolute; left: -999em; }

/* vragen knop */

a.vragen:link, a.vragen:visited, a.vragen:active {
background-image: url(/images/veel_gestelde_vragen.jpg);
	background-repeat: no-repeat;
	width:280px;
	height:366px;
	display: block;
	}

a.vragen:hover {
background-image: url(/images/veel_gestelde_vragen_over.jpg);
	background-repeat: no-repeat;
	width:280px;
	height:366px;
	display: block;
	}

a.vragen_active:link, a.vragen_active:hover {
background-image: url(/images/veel_gestelde_vragen_over.jpg);
	background-repeat: no-repeat;
	width:280px;
	height:366px;
	display: block;
	}

a.vragen span { position: absolute; left: -999em; }

/* kopen knop */

a.kopen:link, a.kopen:visited, a.kopen:active {
background-image: url(/images/dutchtub_kopen.jpg);
	background-repeat: no-repeat;
	width:266px;
	height:318px;
	display: block;
	}

a.kopen:hover {
background-image: url(/images/dutchtub_kopen_over.jpg);
	background-repeat: no-repeat;
	width:266px;
	height:318px;
	display: block;
	}

a.kopen_active:link, a.kopen_active:hover {
background-image: url(/images/dutchtub_kopen_over.jpg);
	background-repeat: no-repeat;
	width:266px;
	height:318px;
	display: block;
	}

a.kopen span { position: absolute; left: -999em; }




/* BINNEN PAGINA */

/* huren_in knop */

a.huren_in:link, a.huren_in:visited, a.huren_in:active {
background-image: url(/images/huren.jpg);
	background-repeat: no-repeat;
	width:117px;
	height:227px;
	display: block;
	}

a.huren_in:hover {
background-image: url(/images/huren_over.jpg);
	background-repeat: no-repeat;
	width:117px;
	height:227px;
	display: block;
	}

a.huren_in_active:link, a.huren_in_active:hover, a.huren_in_active:visited, a.huren_in_active:active {
background-image: url(/images/huren_over.jpg);
	background-repeat: no-repeat;
	width:117px;
	height:227px;
	display: block;
	}

a.huren_in span { position: absolute; left: -999em; }
a.huren_in_active span { position: absolute; left: -999em; }

/* vragen binnen knop */

a.vragen_in:link, a.vragen_in:visited, a.vragen_in:active {
background-image: url(/images/vragen.jpg);
	background-repeat: no-repeat;
	width:122px;
	height:227px;
	display: block;
	}

a.vragen_in:hover {
background-image: url(/images/vragen_over.jpg);
	background-repeat: no-repeat;
	width:122px;
	height:227px;
	display: block;
	}

a.vragen_in_active:link, a.vragen_in_active:hover, a.vragen_in_active:visited, a.vragen_in_active:active {
background-image: url(/images/vragen_over.jpg);
	background-repeat: no-repeat;
	width:122px;
	height:227px;
	display: block;
	}

a.vragen_in span { position: absolute; left: -999em; }
a.vragen_in_active span { position: absolute; left: -999em; }

/* kopen knop */

a.kopen_in:link, a.kopen_in:visited, a.kopen_in:active {
background-image: url(/images/kopen.jpg);
	background-repeat: no-repeat;
	width:130px;
	height:227px;
	display: block;
	}

a.kopen_in:hover {
background-image: url(/images/kopen_over.jpg);
	background-repeat: no-repeat;
	width:130px;
	height:227px;
	display: block;
	}

a.kopen_in_active:link, a.kopen_in_active:hover, a.kopen_in_active:visited, a.kopen_in_active:active {
background-image: url(/images/kopen_over.jpg);
	background-repeat: no-repeat;
	width:130px;
	height:227px;
	display: block;
	}

a.kopen_in span { position: absolute; left: -999em; }
a.kopen_in_active span { position: absolute; left: -999em; }





/*--[ content ]----------------------------------------------------------------*/

.titel_blok {
background:url(../images/titel_balk.jpg) no-repeat left top;
font-size: 14px;
font-weight:bold;
padding-left:20px;
color: #ffffff;
}


.ondertitel_blok {
	background:url(../images/tussentitel_bg.jpg) no-repeat left top;
	height: 24px;
	width: 199px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	color: #ffffff;
}

#infobalk{
background-color:#333333;
	left: 70px;
	
	width: 115px;
	margin: 0px;
	position:relative;
}

.info_blok {
background:url(../images/balk.jpg) no-repeat left top;
text-align:left;
padding-left: 20px;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}

#prijs_hh {
left: 400px;
top: 0px;
position: absolute;
}

.tekstblok {
padding: 20px 20px 20px 20px;
}

.tekst {
font-size: 12px;
}


.tekstspecial {
font-size: 14px;
font-weight:bold;
color: #00A0C6;
}

.titel_tekst {
font-size: 16px;
font-weight:bold;
}

a.witurl:link, a.witurl:visited, a.witurl:active {
color:#FFFFFF;
text-decoration:none;
	}

a.witurl:hover {
color:#FFFFFF;
text-decoration:underline;
	}
	
a.lopendetekstlink:link, a.lopendetekstlink:visited, a.lopendetekstlink:active {
color:#E9E9E9;
text-decoration: none;
}

a.lopendetekstlink:hover {
color: #00A0C6;
text-decoration:none;


	}
	

.lijstster {
	list-style-image: url(../images/ster.jpg);
	text-indent:20px;
	}




/*--[ contact ]----------------------------------------------------------------*/

.formvelden {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #E9E9E9;
	width: 150px;
	height:15px;
	vertical-align: middle;
	background-color: #373737;
	color: #FFFFFF;
}

.sendknop { 
border: 1px solid #ffffff;
color:#ffffff;
font-size:11px;
background:#373737;
font-family: Arial, Helvetica, sans-serif;
}

.labelveld {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
vertical-align: middle;
height: 17px;
}


select {width: 210px;}

textarea {
	width: 300px;
	height: 100px;
	overflow: auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #ffffff;
	vertical-align: middle;
	background-color: #373737;
	color: #FFFFFF;
}

.selecteerknop {
	overflow: auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ffffff;
	vertical-align: middle;
	background-color: #373737;
	color: #FFFFFF;
}

div.error input,  div.error textarea { 
	border-color: #e23b00; 
	background: #fff3ef url(../i/layout/bg-error.gif) 0.4em 0.4em no-repeat;
	text-indent: 10px;
	}
div.error select {background: #fff3ef;}	
input:focus, input.error:focus, textarea:focus {border-color: #bbb; }
form .textarea {
	clear: both;
	width: 200px;
	float: left;
}
.button {
	clear: both;
}
.button input {
	margin: 0 0 0 130px;
	float: left;
	display: inline;
	width: 108px;
	height: 30px;
	padding: 0;
	border: 0px;
}
#interested, .info {
	clear: both;
	float: left;
	width: 720px;
	margin-bottom: 10px;
}


.button p {
	float: right;
	line-height: 36px;
	width: 440px;
	margin: 0px;
	color: #666;
}
.errors, #success {
	clear: both;
	padding: 20px;
	background: #e23b00;
	margin : 0 0 10px 130px;
}
#success {
	background: #7CB439;
	margin : 0;
}
.errors h3, #success h3 {
	clear: both;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0px;
	margin: 0px;
}

/*--[ footer ]----------------------------------------------------------------*/
#footer {
	background-color:#CCCCCC;
	width: 820px;
	height: 19px;
	padding-left: 20px;
	clear: both;
	position: relative;
	
}
#footer ul {
	width: 190px;
	float: left;
	display: inline;
	margin: 0px;
}
#footer li {
	background: none;
	color: #b8b4ad;
	border-bottom: 1px solid #817c75;
	padding: 0px;
	float: left;
	display: inline;
	width: 170px;
	line-height: 2.0em;
	margin: 0 20px 0 0;
}
#footer a {color: #d8d8d8;}
#footer a:hover {color: #f1f1f1;}

#footer h4 {
	background: #5f5951 url(../i/layout/logo-footer.gif) 0 0 no-repeat;
	z-index: 10;
	float: right;
	padding-top: 75px;
	height: 0px !important;
	width: 150px;
	overflow: hidden;
}
#contactinfo li{
	background: none;
	list-style: none;
	padding: 0;
}

.link a {
	color: #fff;
	text-decoration: none;
	}
	
.link a:hover {
	color: #fff;
	text-decoration: underline;
	}
