/* CSS Document */

html, body {
  height: 100%;
  width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	position: relative;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	overflow:hidden;
}

#holder {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	margin: -300px 0 0 -450px;
	
	border:1px solid #0067b1;
	border-bottom:none;
}

#header {
	position:relative;
	float:left;
	width: 898px;
	height: 64px;
	
	background-color:#ff6600;
	
	border:1px solid #FFFFFF;
}

#logo{
	position:relative;
	float:left;
	width: 247px;
	height: 44px;
	
	margin-left:30px;
	margin-top:12px;
}

#quickNav{
	position:relative;
	float:left;
	width: 150px;
	height: 15px;
	margin-left:460px;
	margin-top:40px;

}

#stripe_hori {
	position:relative;
	float:left;
	width: 900px;
	height: 6px;
	background-color:#0067b1;
}

#content {
	position:relative;
	float:left;
	width: 900px;
	height: 505px;
	background-color: #FFFFFF;
}

#menu {
	position:relative;
	float:left;
	width: 190px;
	min-height: 300px;
	background-color: #FFFFFF;
}

#divider {
	position:relative;
	float:left;
	width: 30px;
	min-height: 300px;
	background-color:#FFFFFF;
	margin-right:30px;
	
}

#divider img{
	margin-top:30px;
}

#teksten {
	position:relative;
	float:left;
	width: 450px;
	min-height: 300px;
	background-color:#FFFFFF;
}

h1{
	position:relative;
	float:left;
	padding:0;
	margin:0;
	margin-top:20px;
	width: 450px;
	height: 30px;
}

#tekst {
	position:relative;
	float:left;
	width: 440px;
	min-height: 300px;
}

#foto {
	position:relative;
	float:left;
	width: 200px;
	min-height: 300px;
	margin-top:75px;
}

#footer{
	position:relative;
	float:left;
	width: 900px;
	height: 25px;

	margin-left:-1px;
	border:1px solid #0067b1;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
