	
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* kleuren: */
/* #c8ff00 logo-groen */
/* #4b35a5 logo-paars */
/* #1b0f4f donker paars */
/* #ff9000 helder oranje */
/* #874f05 donker oranje */

/* #b70006 donker rood H1 */
/* #b04b00 donker oranje H2 */
/* #0b0b30 donker blauw tekst */

html, body {
	height: 100% ;
}

body {
	margin: 0 ;
	padding: 0 ;
	background: #d2c0a4;
/*	background: url('../images/siteback.jpg') no-repeat center center fixed; */
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Cambria, serif;
}

a img {
	border: 0px ;
}

#container {
	z-index: 111 ;
	position: relative ;
	width: 980px ;
  margin-left: auto ;
  margin-right: auto ;
  background: #ffdc7e ;
  height: 330px ;
}

div.logo {
	z-index: 555 ;
	position: absolute ;
	top: 2px ;
	left: 10px ;
}

div.logo-cirkel {
	z-index: 555 ;
	position: absolute ;
	top: 0px ;
	left: 0px ;
}

div.headerimage {
	z-index: 333 ;
	position: absolute ;
	top: 70px ;
	left: 0px ;
	background: url('../images/header-back.jpg')
}

div.headerimage img { 
	position:absolute ;
	left: 0 ;
	top: 0 ;
}

div.followus {
	z-index: 777 ;
	position: absolute ;
	top: 285px ;
	right: 35px ;
}

div.headertext {
	z-index: 444 ;
	position: absolute ;
	top: 210px ;
	left: 35px ;
	font-size: 60px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 10px #000000;
	color: white;
}

div.headerlines {
	z-index: 333 ;
	position: absolute ;
	top: 320px ;
	left: 0px ;
}

div.reviewimage {
	z-index: 666 ;
	position: absolute ;
	top: 320px ;
	left: 685px ;
}

div.reviewimage img { 
	position:absolute ;
	left: 0 ;
	top: 0 ;
}

table, th, td {
	border: 0px solid white;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

div.tekstcontainer {
	position: absolute ;
	top: 320px ;
	left: 0px ;
	width: 980px ;
  background: #ffffff ;
  min-height: 100% ;
  padding-left: 20px ;
  padding-top: 15px ;
}

div.footer {
	position: relative;
	left: -20px ;
	width: 980px ;
	height: 40px ;
	background-color: #b70006;
	color: #fff;
	text-transform: uppercase;
	font: bold 14px/25px Arial, Helvetica;
	text-shadow: 1px 1px 6px #000;
	padding: 10px 35px 10px 35px ;
  display: inline-block;
}

div.space {
	float:left;
  width: 5px ;
}

div.kolom {
	float:left;
  top: 0px ;
	padding: 0px 5px ;
}

.single {
  width: 310px ;
}

.double {
  width: 625px ;
}

.triple {
  width: 950px ;
}

div.link:hover {
	background-color: #ffdc7e;
}

img.home {
	float: left ;
	margin: 15px 20px 10px 10px ;
}

img.tekst {
	float: left ;
	margin: 10px 20px 10px 0px ;
}

img.klein {
	float: left ;
	width: 60px ;
	margin: 12px 10px 0px 10px ;
}

H1 {
	font-size: 19pt ;
	line-height: 24pt ;
	font-weight: bold;
	text-shadow: 0px 0px 0px #000000;
	color: #b70006 ;
	margin: 10px ;
}

H2 {
	font-size: 11pt ;
	line-height: 15pt ;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.05em ;
	text-shadow: 0px 0px 0px #000000;
	color: #b04b00 ;
	margin: 10px ;
}

p {
	font-family: arial, sans-serif;
	font-size: 9pt ;
	line-height: 12pt ;
	color: #0b0b30 ;
	text-align: left ;
	margin: 10px ;
}


a {
	color: #0b0b30;
	text-decoration: none;
} 

a:visited {
	color: #0b0b30;
	text-decoration: none;
}

a:hover {
	color: #0b0b30;
}

HR {
	margin: 20px 20px 10px 10px ;
	Border: 1px solid #b70006 ;
}

.twtr-hd { 
	display: none;
} 

/* MENU */

div.menubox {
	height: 30px;
	top: 40px;
	left: 330px;
	position: absolute
}

#menu{
	width: 650px ;
	height: 30px;
	margin: 0;
	margin-bottom: 0px;
	padding: 3px 0 0 0;
	list-style: none;  
	background: #b70006;
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 32px;
	padding: 0 25px;
	color: #fff;
	text-transform: uppercase;
	font: bold 14px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 1px 1px 6px #000;
}

#menu li:hover > a{
	color: #fff;
	text-shadow: 3px 3px 9px #000;
}

*html #menu li a:hover{ /* IE6 */
	color: #fafafa;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;	
	display: none;
	position: absolute;
	top: 27px;
	left: 15px;
	z-index: 99999;	
	background: #384649;
	background: -moz-linear-gradient(#384649, #102024);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #102024),color-stop(1, #384649));
	background: -webkit-linear-gradient(#384649, #102024);	
	background: -o-linear-gradient(#384649, #102024);	
	background: -ms-linear-gradient(#384649, #102024);	
	background: linear-gradient(#384649, #102024);	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menu ul li{
	float: none;
	margin: 0;
	padding: 0;
	display: block;  
	-moz-box-shadow: 0 1px 0 #102024, 0 2px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #102024, 0 2px 0 #777777;
	box-shadow: 0 1px 0 #102024, 0 2px 0 #777777;
}

#menu ul li:last-child{   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}

#menu ul a{	
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */	
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
	background: #b70006;
	background: -moz-linear-gradient(#612124,  #b70006);	
	background: -webkit-gradient(linear, left top, left bottom, from(#612124), to(#b70006));
	background: -webkit-linear-gradient(#612124,  #b70006);
	background: -o-linear-gradient(#612124,  #b70006);
	background: -ms-linear-gradient(#612124,  #b70006);
	background: linear-gradient(#612124,  #b70006);
}

#menu ul li:first-child a{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #384649;
}

#menu ul li:first-child a:hover:after{
	border-bottom-color: #612124; 
}

#menu ul li:last-child a{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu			 { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/* EINDE MENU */