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

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

body{
background:#e5dcc4 url('/images/bg.jpg') top center repeat-y;
width:100%;
}

#body_wrapper{
width:900px;
margin:0px auto;
}

#header_wrapper{
float:left;
width:900px;
height: 186px;
background: #ffffff url('/images/header_bg.jpg') top center repeat-y;
}

#navigation{
position:absolute;
float:left;
top:0px;

margin-top:195px;
margin-left:0px;
}

	#navigation ul{
		
		margin-left:260px;
		}
		#navigation ul li{
			padding:10px 5px 0px 5px;
			display:inline;
			list-style-type:none;
			border-left:1px solid #ccba8a;
		}
		
		#navigation ul li.last{
			border-right:1px solid #ccba8a;
		}
		
		#navigation ul li a:link,
		#navigation ul li a:active,
		#navigation ul li a:visited{
			color:#16518C;
			font-weight:bolder;
			font-size:13px;
			text-decoration:none;
		}
		
		#navigation ul li a:hover{
			color:#BD0651;
		}

#header_overlay{
background:transparent url('/images/header_overlay.png') top left no-repeat;
width:900px;
position:absolute;
margin-left:0px;
height:167px;
text-align:center;
clear:all;
top:0px;
z-index:20;
}

#marker{
position:absolute;
top:181px;

z-index:30;
}

#logo{
margin-top:20px;
}

.gradient{
position:relative;
display:block;
float:left;
height:190px;
width:300px;
}

/** content */
#content_wrapper{
float:left;
background:#fff url('/images/content_bg.jpg') top left repeat-x;
width:900px;
margin-left:0px;
padding-top:72px;
}

	#content img{
		vertical-align:middle;
	}

#tracker_left{
float:left;
margin-left:15px;
width:220px;
}
	#tracker_left .dummy{
	width:220px;
	display:inline;
	}
#content{
float:left;
margin-left:30px;
margin-right:20px;
width:365px;
margin-bottom:20px;
}

#tracker_right{
float:left;
margin-right:0px;
}

.video_wrapper{
background: transparent url('/images/video_wrapper.jpg') top left no-repeat;
width:235px;
height:220px;
}

	.video_wrapper ul {
		list-style: none;	
	}

.nieuwsbrief_wrapper{
background: transparent url('/images/nieuwsbrief_wrapper.jpg') top left no-repeat;
width:235px;
height:60px;
}

.gastboek_wrapper{
background: transparent url('/images/gastboek_wrapper.jpg') top left no-repeat;
width:235px;
height:144px;
}

.video_wrapper,
.nieuwsbrief_wrapper,
.gastboek_wrapper{
padding-top:10px;
padding-left:15px;
}

/** Forms */

.nieuwsbrief_wrapper input.text{
background: transparent url('/images/text_input.jpg') top left no-repeat;
height:20px;
width:153px;
border:0;
padding-left:5px;
padding-top:5px;
font-size:10px;
line-height:24px;
color:#666;
}

.nieuwsbrief_wrapper input.submit{
background: transparent url('/images/submit.jpg') top left no-repeat;
width:46px;
height:20px;
border:0;
cursor:hand;
cursor:pointer;
}

.nieuwsbrief_wrapper .message{
margin-top:5px;
color:#a00;
}

/** typography */
#body_wrapper{
font-family: Verdana, Arial, Helvetica, Sans serif;
font-size:12px;
line-height:20px;
color:#666666;
}

	#content ul li{
	list-style-type:none;
	}
	
	#content p{
	margin-bottom:1em;
	}
	
	#content img.floatRight{
	float:right;
	margin:10px;
	margin-top:0px;
	}

	

a img{
border:0;
}

h1,h2{
font-size:14px;
color:#16518c;
text-transform:uppercase;
}

a:link,
a:visited,
a:active{
color:#bd0651;
font-size:12px;
}

