/******************************************
** RESETS
******************************************/
* {
	padding: 0px;
	margin: 0px;
	border: none;
}
/******************************************
** TOOLS
******************************************/
.clear {
	clear: both; /* Clearen na een float */
}

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #DB6944;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
    color: #DB6944;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #DB6944;    
}

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

a:hover {
	text-decoration: none;
	outline-style: none;
	color: #DB6944;
}

p {
	line-height: 1.5em;
}

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

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

body {
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #E0B392;
	height: 100%;
	background: url(../images/bg_body.jpg) repeat-x #ac5135;
}

#pagewrap {
	margin: 0 auto;
	height: 100%;
	width: 960px;
	position: relative;
}

/* Header */

/* Horizontale navigatie */

#navigatie {
	width: 960px;
	height: 47px;
	background: url(../images/bg_navigatie.jpg) no-repeat;
}

#navigatie ul {
	display: block;
}

#navigatie li {
	display: inline;
	overflow: hidden;
	line-height: 47px; /* hoogte van button (voor IE6) */
}

#navigatie li a {
	display: block;
	height: 47px; /* hoogte van button */
	float: left;
}
				
/* het invoegen van de verschillende buttons */
#navigatie li a.nav_home {
 	width: 105px; /* breedte van button */
 	background: url(../images/nav_home.jpg) no-repeat;
	background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
	text-indent: -9999px; /* wegwerken van de tekst */
}
					
#navigatie li a.nav_overons {
	width: 137px; /* breedte van button */
	background: url(../images/nav_over_ons.jpg) no-repeat;
	background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
	text-indent: -9999px; /* wegwerken van de tekst */
}

#navigatie li a.nav_dames {
 	width: 103px; /* breedte van button */
 	background: url(../images/nav_dames.jpg) no-repeat;
	background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
	text-indent: -9999px; /* wegwerken van de tekst */
}

#navigatie li a.nav_tarieven {
 	width: 131px; /* breedte van button */
 	background: url(../images/nav_tarieven.jpg) no-repeat;
	background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
	text-indent: -9999px; /* wegwerken van de tekst */
}

#navigatie li a.nav_vacatures {
	width: 153px; /* breedte van button */
	background: url(../images/nav_vacatures.jpg) no-repeat;
	background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
	text-indent: -9999px; /* wegwerken van de tekst */
}
					
#navigatie li a.nav_links {
	width: 91px; /* breedte van button */
	background: url(../images/nav_links.jpg) no-repeat;
	background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
	text-indent: -9999px; /* wegwerken van de tekst */
}

#navigatie li a.nav_contact {
 	width: 143px; /* breedte van button */
 	background: url(../images/nav_contact.jpg) no-repeat;
	background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
	text-indent: -9999px; /* wegwerken van de tekst */
}

#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
	background-position: bottom left;
}

/* Content */
#content {
	position: relative;
	width: 900px;
	margin: 30px 0 0  0; /* Hoogte van header en hoogte van footer */
	padding: 30px;
	height: 820px;
	background: url(../images/bg_content.jpg) no-repeat #2C130E; 
}

#content2 {
	position: relative;
	width: 900px;
	margin: 30px 0 0  0; /* Hoogte van header en hoogte van footer */
	padding: 30px;
	background: url(../images/bg_content.jpg) no-repeat #2C130E; 
}

#content3 {
	position: relative;
	width: 900px;
	margin: 30px 0 0  0; /* Hoogte van header en hoogte van footer */
	padding: 30px;
	height: 1350px;
	background: url(../images/bg_content.jpg) no-repeat #2C130E; 
}


#contentvlak1 {
	position: absolute;
	top: 135px;
	width: 500px; 
}

#contentvlak2 {
	position: absolute;
	top: 550px;
	width: 490px;
	height: 240px;
	padding: 30px;
	background: url(../images/bg_content_vlak2.jpg) no-repeat;
}

#content_img1 {
	position: absolute;
	top: 550px;
	right: 130px;
	width: 310px; 
	height: 310px;
	background: url(../images/content_img1.png) no-repeat;
	/* z-index: 800; */
}

#content_img2 {
	position: absolute;
	top: 470px;
	right: 320px;
	width: 240px;
	height: 240px; 
	background: url(../images/content_img2.png) no-repeat;
	/* z-index: 700; */
}

/* Footer */
#footer {
	width: 960px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	bottom: 0px;
	background: url(../images/bg_footer.jpg) repeat-x #38150C;
}

/* Horizontale navigatie */
ul#footer_navigatie {
	display: block;
	width: 600px; /* width van alle buttons bij elkaar */
	height: 40px; /* hoogte van button */
	margin: 40px 0px 0px 0px; /* de Y en X coordinaat van het menu binnen DIV (links boven) */
	font-family: Trebuchet MS, Georgia;
	font-size: 12px; 
	color: #894531;
	float: right;
}

ul#footer_navigatie li {
	display: inline;
	overflow: hidden;
	line-height: 20px; /* hoogte van button (voor IE6) */
}

ul#footer_navigatie li a {
	display: block;
	height: 40px; /* hoogte van button */
	float: left;
	margin-left: 32px;
}

#footer_txt {
	margin: 20px 0px 0px 30px;
	float: left;
}

#notification_error {
	font-family: Verdana;
	font-size: 12px;
	padding: 20px;
	background: #B20000;
	color: #FFFFFF;
	border: 1px solid #000000;
}

#notification_ok {
	font-family: Verdana;
	font-size: 12px;
	padding: 20px;
	background: #B1DD00;
	color: #000000;
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
}

#form {
	
}

.button {
	background: url(../images/verzenden.jpg);
	text-indent: -9999px;
	width: 90px;
	height: 30px;
	position: relative;
	left: 100px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

input.textbox {
	font-family: Verdana;
	font-size: 12px;
	color: #484848;
	background: url(../images/bg_input.png) bottom right no-repeat #EFEFEF;
	border: 1px solid #434343;
	padding: 10px;
	width: 150px;
}
input.textbox:focus {
	background: url(../images/bg_input.png) bottom right no-repeat #FFFFFF;
	border: 1px solid #545454;
	color: #000000;
}

textarea.textbox {
	font-family: Verdana;
	font-size: 12px;
	color: #484848;
	background: url(../images/bg_input.png) bottom right no-repeat #EFEFEF;
	border: 1px solid #000000;
	padding: 10px;
	width: 250px;
	height: 100px;
}

textarea.textbox:focus {
	background: url(../images/bg_input.png) bottom right no-repeat #FFFFFF;
	border: 1px solid #545454;
	color: #000000;
}

#form_row {
	width: 100%;
	margin-bottom: 5px;
}

#form_left {
	float: left;
	width: 100px;
	margin-top: 10px;
}
