* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140;
 }
 
 body {
  font-family: tahoma;
  font-size: 11px;
  color: #666;
  background-image: url(images/background5.gif);
  background-repeat: repeat-y;
  background-color: #1a1a1a;
 }
 
 .left {
	position: absolute;
	z-index : 0px;
	margin-top: 100px;
	padding-top: 40px;
	width: 300px;
	top: 60px;
	left: 0px;
 }

.left ul li {
  float: right;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
 }

.left ul li a {
  margin-top: 2px;
  font-weight: bold;
  letter-spacing:2px;
  font-size: 12px;
  color: #FFF;
  text-decoration:none;
  padding-top: 7px;
  padding-left: 5px;
  width: 200px;
  height: 23px;
  float: right;
  }

.left ul li a:hover {
  color: #ffaa00;
  background-image: url(images/menu.png);
  background-position: bottom left;
  }
 
 .left ul li.active a {
  color: #ffaa00;
  background-image: url(images/menu.png);
  background-position: top left;
 }
 
 .right {
	position:absolute;
  padding-left: 40px;
  padding-top: 200px;
  margin-left: 300px;
  margin-bottom: 10px;
}

.right img {
	margin-right: 10px;
	display: block;
	border: 0px solid #1a1a1a;
 }
 
 .right img:hover {
  border: 0px solid #CCCCCC;
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
  margin-left: 30px;
  }
 
h1 {
	font-size: 11px;
	color: #FF00AA;
	font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
h3 {
  font-size: 14px;
  color: #FF00AA;
  word-spacing: 12pt;
  letter-spacing:1px;
  text-transform:uppercase;
  text-indent:5px;
  font-variant:inherit;
  }
   
h4 {
  font-size: 9px;
  color:#FFF;
  letter-spacing:4px;
  text-transform:lowercase;
  text-indent:5px;
  font-variant:inherit;
  }
h5 {
  font-size: 12px;
  color:#FFF;
  font-variant:inherit;
  }
 
a {
  color: #999;
  text-decoration: none;
  outline: 0; 
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
  margin-left: 30px;
 }
 
  .picture1 {
	width: 160px;
	height: auto;
 }
 
  .picture2 {
	width: 440px;
	margin-left: 160px;
	height: auto;
}
 
 .divider
{
font-size: 0px;
position: relative;
border-bottom: solid 1px #333333;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.img_holder {
float : left;
width : 300px;
height : 80px;
}

.img1 {
	position : absolute;
	z-index : 0;
	width : 300px;
	height : 120px;
	top: 60px;
	left: 0px;
	
}
.img2 {
	position : absolute;
	z-index : 0;
	width : 300px;
	height : 120px;
	top: 300px;
	left: 0px;
}

.img3 {
	position : absolute;
	z-index : 0;
	width : 165px;
	height : 35px;
	top: 600px;
	left: 370px;
}


.banner1 {
	position : absolute;
	z-index : 0;
	width : 160px;
	height : 145px;
	top: 30px;
	left: 720px;
	padding: 20px 20px 20px 20px;
	background-image:url(images/postzegel.png)
	
}

.balk {
	position : absolute;
	z-index : 0;
	width : 19px;
	height : 300px;
	top: 0px;
	left: 281px;
}

.hoek {
	position : absolute;
	z-index : 0;
	width : 50px;
	height : 50px;
	top: 0px;
	left: 300px;
}

.paperclip {
	position : absolute;
	z-index : 0;
	width : 150px;
	height : 150px;
	top: 10px;
	left: 256px;
}

.kop {
	position : absolute;
	z-index : 0;
	width : 400px;
	height : 200px;
	top: 10px;
	left: 310px;
}

.remooz-element
{
cursor:-moz-zoom-in;
}
.remooz-box
{
position:absolute;
top:0;
left:0;
background:#fff no-repeat center;
z-index:100;
}
.remooz-loading
{
background-image:url(/remooz/spinner.gif);
}
.remooz-body
{
width:100%;
height:100%;
}
.remooz-box-focus.remooz-type-image .remooz-body
{
cursor:-moz-zoom-out;
}
.remooz-box-dragging .remooz-body
{
cursor:move;
}
.remooz-btn-close
{
position:absolute;
left:-15px;
top:-15px;
width:30px;
height:30px;
text-decoration:none;
border:0;
background:url(/remooz/closebox.png) no-repeat center;
visibility: hidden;
cursor:pointer;
}
.remooz-engine-trident4 .remooz-btn-close
{
background-image:url(/remooz/closebox.gif);
}
.remooz-title
{
position:relative;
left:0;
top:15px;
text-align:left;
}
.remooz-title-bg
{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-color:#000;
z-index:99;
-moz-border-radius:5px;
-webkit-border-radius:5px;
/* shadow opacity differs from box shadow because its default set to opacity 0.8 */
-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.9);
}
.remooz-title-content
{
position:relative;
padding:5px 15px;
color:#fff;
z-index:101;
font:11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.remooz-engine-trident4 .remooz-title-bg
{
display:none;
}
.remooz-engine-trident4 .remooz-title-content
{
background-color:#333;
}
.remooz-title-content h6
{
font-size:1.2em;
font-weight:bold;
color:#eee;
}
.remooz-title-content p
{
color:#eee;
}
.remooz-type-image img
{
display:block;
border:0;
width:100%;
height:100%;
}
.remooz-bg
{
position:absolute;
width:33px;
height:40px;
}
.remooz-bg-n
{
left:0;
top:-40px;
width:100%;
background:url(/remooz/remo_bg_n.png) repeat-x;
}
.remooz-bg-ne
{
right:-33px;
top:-40px;
background:url(/remooz/remo_bg_ne.png) no-repeat;
}
.remooz-bg-e
{
right:-33px;
top:0;
height:100%;
background:url(/remooz/remo_bg_e.png) repeat-y;
}
.remooz-bg-se
{
right:-33px;
bottom:-40px;
background:url(/remooz/remo_bg_se.png) no-repeat;
}
.remooz-bg-s
{
left:0;
bottom:-40px;
width:100%;
background:url(/remooz/remo_bg_s.png) repeat-x;
}
.remooz-bg-sw
{
left:-33px;
bottom:-40px;
background:url(/remooz/remo_bg_sw.png) no-repeat;
}
.remooz-bg-w
{
left:-33px;
top:0;
height:100%;
background:url(/remooz/remo_bg_w.png) repeat-y;
}
.remooz-bg-nw
{
left:-33px;
top:-40px;
background:url(/remooz/remo_bg_nw.png) no-repeat;
}

