/******************************************
** RESETS
******************************************/

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

/******************************************
** TOOLS
******************************************/

.clear {
	clear: both; /* Clearen na een float */
}

.borderTest {
	border: 1px solid red;
}

html>body #header {
	z-index: 10; /* Prevent certain problems with form controls */
}

html>body #footer {
	z-index: 10; /* Prevent certain problems with form controls */
}

html>body {
	height: 100%;
}

form {
	height: 100%;
}

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC9C;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC9C;
}

a {
	text-decoration: underline;
	outline-style: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img {
	border: medium none;
}

p {
}

/******************************************
** STRUCTUUR
******************************************/

html {
	/* height: 100%; */
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #FFCC9C;
	/* height: 100%; */
	background: #000000;
}

#pagewrap {
	margin: 50px auto;
	/* height: 100%; */
	width: 900px;
	background: url(images/background_content.jpg) repeat-y; /* Zet hier de repeat background voor de content! */
}
	
	/* Header */
	#header {
		width: 900px;
		height: 160px;
		overflow: hidden;
		background: url(images/background_header.jpg) no-repeat;
	}
	
		#header h1 { /* Wegwerken van de h1 header in het logo */
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}

	/* Content */
	#content {
		width: 840px;
		background: url(images/background_content.jpg) repeat-y; /* plaatje over de gehele breedte, dus inclusief sidebar */
		padding: 0 30px 0 30px;
	}
	
	#content2 {
		width: 840px;
		background: url(images/background_content2.jpg) no-repeat; /* plaatje over de gehele breedte, dus inclusief sidebar */
		padding: 0 30px 0 30px;
		min-height: 640px;
	}
	
	#content3 {
		width: 840px;
		background: url(images/background_content3.jpg) no-repeat; /* plaatje over de gehele breedte, dus inclusief sidebar */
		padding: 0 30px 0 30px;
		min-height: 640px;
	}
		
		#sidebar {
			width: 165px; /* breedte van je sidebar */
			height: 275px;
			display: inline;
			float: left;
		}
		
			/* Verticale navigatie */
			ul#navigatie {
				display: block;
				width: 165px; /* breedte van button */
				height: 225px; /* hoogte van buttons bij elkaar */
				margin: 0px; /* de X en Y coordinaat van het menu binnen DIV (links boven) */
			}
				
				ul#navigatie li {
					overflow: hidden;
					line-height: 0;
					display: inline; /* Fix voor IE6 */
					float: left;
					margin: 0 0 10px 0;
				}
					
					ul#navigatie li a {
						display: inline;
						height: 35px; /* hoogte van button */
						width: 165px; /* breedte van button */
						float: left;
					}
					
						/* het invoegen van de verschillende buttons */
						ul#navigatie li a.nav_home {
							background: url(images/nav_home.png) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							text-indent: -9999px; /* wegwerken van de tekst */
						}
						
						ul#navigatie li a.nav_bar {
							background: url(images/nav_bar.png) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							text-indent: -9999px; /* wegwerken van de tekst */
						}
						
						ul#navigatie li a.nav_rooms {
							background: url(images/nav_rooms.png) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							text-indent: -9999px; /* wegwerken van de tekst */
						}
						
						ul#navigatie li a.nav_dames {
							background: url(images/nav_dames.png) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							text-indent: -9999px; /* wegwerken van de tekst */
						}
						
						ul#navigatie li a.nav_contact {
							background: url(images/nav_contact.png) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							text-indent: -9999px; /* wegwerken van de tekst */
						}
					
					ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
						background-position: bottom left;
					}
					
			ul#flags {
				margin: 20px 0 0 0;
				display: block;
				text-align: center;
				height: 30px;
			}
			
				ul#flags li {
					display: inline;
					margin: 0 5px;
				}
		
		#contenttext {
			width: 645px;
			display: inline;
			float: right;
			margin: 0 0 30px 30px;
		}
		
			ul#fotos_bedrijfspand {
				display: block;
				text-align: center;
			}
			
				ul#fotos_bedrijfspand li {
					display: inline;
					margin: 0 5px;
				}
				
			#gallery {
				width: 370px;
			}
			
				#gallery .gallery_left {
					float: left;
					margin: 0 0 10px 0;
				}
				
				#gallery .gallery_right {
					float: right;
					margin: 0 0 10px 0;
				}
				
		#contenttext2 {
			width: 450px;
			display: inline;
			float: left;
			margin: 0 0 30px 30px;
		}
	
	#footer {
		width: 900px;
		height: 175px;
		background: url(images/background_footer.jpg) no-repeat;
		position: relative;
	}
	
		#footer a {
			color: #F986F6;
			font-size: 10px;
			text-decoration: none;
			position: absolute;
			bottom: 10px;
			left: 10px;
		}
		
			#footer a:hover {
				text-decoration: none;
			}
			
	#footer2 {
		width: 900px;
		background: url(images/background_content.jpg) repeat-y;
		padding: 0 0 10px 10px;
	}
	
		#footer2 a {
			color: #F986F6;
			font-size: 10px;
			text-decoration: none;
		}
		
			#footer2 a:hover {
				text-decoration: none;
			}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}