/*
Horizontaal met footer

Kleuren stalen:

body: #949393
pagewrap: #7A7A7A

header alternatief: #b60000
content: #7A7A7A


Aanpassen van de opbouw van de website kan vanaf STRUCTUUR.
Aanpassen van de typografie (fonts e.d.) in het gedeelte TYPOGRAFIE en GLOBALE TAGS
Voor het gebruik van het horizontale menu is aangegeven waar waardes moeten worden aangepast.
*/

/******************************************
** 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 */
	color: #FFFFFF;
}

form {
	height: 100%;
}

/* html>body #content {
	height: 100%;
} */

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

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: 13px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	/* height: 100%; */
	background: url("images/bg_texture.jpg") repeat;
}

#pagewrap {
	margin: 0 auto;
	/* height: 100%; */
	width: 1000px;
}

	/* Content */
	#content {
		width: 1000px;
	}
		
		#contenttext {
			width: 960px;
			padding: 20px;
		}
		
			#contenttext_left {
				width: 618px;
				margin: 0 20px 0px 0px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
	
	/* Header */
	#header {
		width: 955px;
		height: 318px;
		overflow: hidden;
		background: url(images/header.jpg) no-repeat;
	}
		
		#header h1 { /* Wegwerken van de h1 header in het logo */
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}
		
		#header h3 {
		 position: absolute;
		padding-top: 20px;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 607px; /* width van alle buttons bij elkaar */
			height: 35px; /* hoogte van button */
			position: absolute;
			top: 282px;
			left: 424px;
		}
		
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 35px; /* hoogte van button (voor IE6) */
			}
				
				ul#navigatie li a {
					display: block;
					height: 35px; /* hoogte van button */
					float: left;
					text-decoration: none;
					margin-right: 30px;
					font-family: fantasy,arial;
					font-size: 18px;
					color: #898989;
				}
				
				ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
					background-position: bottom left;
					text-decoration: none;
					color: #BB8356; 
				}
	
	/* Footer */
	#footer {
		width: 1000px;
		height: 34px;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0;
		background: #101112;
	}
	
		#footer #copyright {
			text-align: center;
		}
	
			#footer #copyright h3 {
				font-size: 13px;
				font-weight: normal;
				font-style: normal;
				line-height: 35px;
			}
			
				#footer #copyright h3 a {
					color: #FFFFFF;
					text-decoration: underline;
				}
				
				#footer #copyright h3 a:hover {
					text-decoration: none;
				}
				
	/* Slideshow */
	#gallery {
	text-align: left;
	position: relative;
	width: 320px;
	height: 240px;
	border: 1px solid #000000;
	}

	#gallery a {
	float: left;
	position: absolute;
	}

	#gallery a img {
	border: none;
	width: 320px;
	height: 240px;
	}

	#gallery a.show {
	z-index: 500;
	}

	#gallery .caption {
	z-index: 600; 
	background-color: #363b41; 
	color: #FFFFFF;
	width: 320px; 
	position: absolute;
	bottom: 0px;
	}

	#gallery .caption .content {
	margin: 5px;
	color: #FFFFFF;
	}

	#gallery .caption .content h3 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	}
	
	
	
	       /* ######## POPUP ########*/
       
       #achtergrond_popup {
          display: none;
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #000000;
          z-index: 9998;
       }
          
          #popup_contact {
             display: none;
             position: absolute;
             width: 406px;
             height: 640px;
             background: url('/upload/2943_popup_apk.jpg') no-repeat 0 40px;
             border: 2px solid gray;
             z-index: 9999;
          }
          
             #popup_contact div.popup_head {
                position: relative;
                height: 40px;
                background: url('/upload/2943_bg_popup_head.jpg') repeat-x center;
             }
          
             #popup_contact div.popup_head h2 {
                line-height: 40px;
                margin: 0;
                padding: 0;
                text-indent: 20px;
                color: #FFFFFF;
             }
             
                #popup_contact div.popup_sluiten {
                   position: absolute;
                   top: 0px;
                   right: 0px;
                   width: 50px;
                   height: 40px;
                   text-indent: -9999px;
                   border: 0;
                   background: url('/upload/2943_btn_popup_close.png') no-repeat center top;
                   cursor: hand;
                   cursor: pointer;
                }
                
                   #popup_contact div.popup_sluiten:hover {
                      background-position: center bottom;
                   }
