/* algemene instellingen */

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

body{
	width:100%;
	background-color:#2a1209;
	background-image:url(images/oxblood.jpg);
	font-family:comic sans, Geneva, Arial;
	font-size:12px;
	
}

#totalContainer{
	background-color:white;
	width:1170px;
	height:190em;
	position:relative;
	margin: auto;
}

h2{
	position:absolute;
	text-indent:-5000px;
}

h3{
	font-size:21px;
	font-weight:bold;
	text-align: left;
	margin: 20px 0 5px 0;
}

h4{
	font-size:17px;
	font-weight:normal;
	text-align: left;
	margin: 20px 0 5px 0;
}

h5{
	font-size:12px;
	font-weight: bold;
	padding-top:10px;
}

p{
	padding:0 0 5px 0;
}

.normal{
	font-size:12px;
	font-weight:normal;
}

/* header */

.small{
	font-size: 10px;
}

a {
	color:black;
}

h1{
	text-indent:-5000px;
	background-image:url(images/header.jpg);
	height:115px;
}

#logo{
	position: absolute;
	left:30px;
	top:14px;
}


/* hoofdmenu */

#menu{
  height:35px;
  background-color: black;
 }

#menu ul{
	margin-left: 50px;
}

#menu li{
  /*display => block;*/
  list-style:none;
  margin-top:8px;
  float:left;
}

#menu a, .actief{
  text-decoration: none;
  font-size: 13px;
  font-weight:bold;
  color:white;
  }

.spatie{
	float:left;
	color:white;
	font-weight:bold;
	margin:8px 15px 0 15px;
	
}

#menu a:hover, .actief {
  color: #efae3a;
}


/*zijbalk "samen" rechts*/

#samen{
	clear:both;
	position:absolute;
	top:180px;
	left:980px;
	
}

#samenUp{
	position:relative;
	width:165px;

	background-image: url(images/samenUp.gif);
	background-position: top;
	background-repeat: no-repeat;

}

#samenMid {
	width:165px;
	background-image: url(images/samenMid.gif);
	background-repeat: repeat-y;
}

#samenDown{
	position:relative;
	width:165px;
	background-image: url(images/samenDown.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
}

#samenMid h5, #samenMid p {
	margin-left:10px;
	width:140px;
	text-align:center;
	position:relative;
}

#samenMid p{
	margin-top:5px;
}

.samenImages{
	margin:10px 0 0 14px;;
}

/* images links */

#fotoKolom{
	width: 350px;
}

.imageLeft, .youTube{
	margin: 20px 0 0 20px;
	width:350px;
}


/*tekstveld*/
#tekstveld{
	position: absolute;
	top: 150px;
	left: 390px;
  width: 560px;
   
}

/* tabel */

table{
	border:1px solid black;
	width: 752px;
	
}

td{
	border:1px solid black;
	padding:10px;
}

li{
	list-style:none;
}

.red{
	color:red;
}

.price{
	color:red;
	float: right;
	
}

.lijn{
	border-top:1px solid #BBB;
	padding-top:10px;
}
