/*
Website : saunadenhelder.nl versie 4 / Black style 
CSS : Frank Buschman
E-mail:frank@ihitro.nl
WWW: http://www.ihitro.nl
---------------------------------------
CSS bestand vrijgegeven door ihitro:media onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
*/

@import url('reset.css');

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}


body {
	height: 100%;
	color:#D2D8DE;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;

	background-color:#000;
	background-image:url(../img4/bodyBgHightea.png);
	
	background-position:center top;
	background-repeat:no-repeat;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#container {
	float:left;	
	padding-bottom: 120px; /* foot is 100px + 20px extra spacing is 120px */
}

#wrapper {
	width:950px;
	margin:0 auto;
}

#footer {
	position: relative;
	margin-top: -100px; /* hoogte van de foot is 100px;*/
	height:100px;
	background-image:url(../img4/footBg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

	#footer #footContent {
	} 

a img {
	border : none;
}

a {
	outline: none;
}

	a:link,
	a:visited {
		color:#C5E2B5;
	}
	
	a:hover,
	a:active {
		color:#8dbb2f;
	}

h1 {
	font-size: 22px;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	margin-bottom: 15px;
}

p {
	font-size: 12px;
	margin-bottom: 15px;
}

ul li,
ol li {
	margin-left:25px;
}

th {
	text-align:left;
}


/* -------------------------------------------------------------------------------------------------------------= HEAD =-----*/


#head {
	height:100px;
	position: relative;
}

	#head a {
		display:block;
		height:100px;
		width:250px;
	}
	
	#head a span {
		display:none;
	}
	
	
	#head a#ladiesNight {
		font-family: 'Kristi', arial, serif;
		font-size:33px;
		color:pink;
		display:block;
		position: absolute;
		top: 60px;
		left: 275px;
		width:120px;
		text-decoration:none;		
	}
	
	#head a#ladiesNight:hover {
		text-decoration:;
		color:#fff;	
	}
	


	
	
/* -------------------------------------------------------------------------------------------------------------= LEFT =-----*/


#left {
	width:250px;
	float:left;
}

	#left #navigatie {
		margin-top:25px;
	}
	
	#left #navigatie li {
		list-style:none;
		margin:0;
	}
	
	#left #navigatie li a {
		display:block;
		text-indent:30px;
		height:30px;
		color:#fff;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		text-decoration:none;
		background-image:url(../img4/navItem.png);
	
	}
	
		#left #navigatie li a:hover {
			background-position:0px -30px;
		}
		
	#left #navigatie li a span {
		line-height:30px;
	}
		
	#left #openingstijden,
	#left #specialeOpeningstijden {
		margin-top:25px;
	}
		
	#left #openingstijden th,
	#left #specialeOpeningstijden th {
		width:150px;
		border-bottom:1px dashed #333;
		padding:5px 0;
		font-weight:normal;
	}
	
	#left #openingstijden td,
	#left #specialeOpeningstijden td {
		border-bottom:1px dashed #333;
		text-align:center;
	}
	
	#specialeOpeningstijden p {
		font-style:italic;
		
	}
	
	#left #openingstijden .special,
	#left #specialeOpeningstijden .special {
		color:#9B3FCB;
	}
	

/* -------------------------------------------------------------------------------------------------------------= RIGHT =-----*/


#right {
	width:675px;
	margin-top:25px;
	float:left;
	margin-left:25px;
}


/* -------------------------------------------------------------------------------------------------------------= CONTENT =-----*/


#mainContent {
	line-height:20px;
	letter-spacing:0.03pc;
}

	#mainContent h1 {
		color:#7AA228;
		font-size:18px;
	}
	
	#mainContent h2 {
		color:#7AA228;
		font-size:14px;
	}
	
	#mainContent h3 {
		color:#7AA228;
		font-size:12px;
		
	}

#slideShow {
	height:400px;
	background-image:url(../img4/slideFoto.jpg);
}

table.dt1 {
	width:500px;
}

table.dt1 td,
table.dt1 th {
	border-bottom:1px dashed #333;
	padding:8px 0;
}

table.dt1 th {
	font-weight:bold;
}



/* -------------------------------------------------------------------------------------------------------------= INSCHRIJFFORMULIER =-----*/


#inschrijfFormulier {
	background-image:url(../img4/inschrijfFormulierBg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	padding:25px;
	padding-top:40px;
	margin-top:25px;
	clear:both;
}


#inschrijfFormulier th {
	font-weight:normal;
	width:140px;
	padding:5px 0;
	border-bottom:1px dashed #333;
}

#inschrijfFormulier input.txt {
	width:350px;
	background-color:#111;
	color:#fff;
	border:1px solid #999999;
	padding:3px;
}

#inschrijfFormulier h3 {
	margin-top:25px;
	margin-bottom:0;
}

#inschrijfFormulier p {
	margin-top:10px;
	font-style:italic;
}

span.groen {
	color:#7AA228;
}

input.knop {
	border:2px outset #999 ;
	background-image:url(../img4/bg2.gif);
	color:#fff;
	padding:3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:10px;
}


input.inactief {
	background-color:#990000;
	color:#ccc;
	background-image:url(../img4/bg1.gif);
	border:2px outset #999 ;
}

/* -------------------------------------------------------------------------------------------------------------= TARIEVEN =-----*/


dl.tarievenTabel {
	border-top: 1px solid #333;	
	font: 11px georgia, times, serif;
	margin-top: 25px;
	margin-bottom: 2px;
	width: 305px;
}
	
	.tarievenTabel dt {
		border-bottom:1px dashed #333;
		float: left;
		font-size: 13px;
		font-weight: bold;
		height: 29px;
		padding: 10px 0 10px 5px;	
		width: 100px;	
	}
	
	.tarievenTabel dd {
		border-bottom:1px dashed #333;
		float: left;
		font-size: 13px;
		padding: 18px 0 2px;
		height: 29px;		
		width: 200px;
	}
	
		.prijsHolder {
			background: url(../img4/prijsBg.jpg) no-repeat;
			color: #fff;
			display: block;
			float: left;
			height: 22px;
			padding: 7px 0 0 10px;
			width: 57px;
		}
			
			
/* -------------------------------------------------------------------------------------------------------------= SAUNA GEUREN =-----*/


div.saunaGeuren {
	clear:both;
	float:left;
	margin-bottom:10px;
}

	div.saunaGeuren div.geurAfbeelding {
		border:1px solid #CCC;
		background-color:#fefefe;
		width:80px;
		overflow:hidden;
		text-align:center;
		float:left;
		margin-right:10px;
	}
	
	
	

