html{
	height: 100%;
}
body{ 	
	font-family: "Times New Roman", "Times", serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 100%;
}

#site{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
	width: 808px;
	height: 600px;
	border: 0px solid #ffffff;
	background-color: #F7B9D4;
	z-index: 10;
	overflow: hidden;
}

#logo{
	position: absolute;
	margin-left: 13px;
	margin-top: 11px;
}

#menu{
	position: absolute;
	margin-left: 471px;
	margin-top: 11px;
}

#menu1{
	border-left: 1px solid #000000;
	padding-left: 3px;
	position: absolute;
	width: 77px;
	height: 54px;
	overflow: hidden;
}

#menu2{
	border-left: 1px solid #000000;
	padding-left: 3px;
	position: absolute;
	width: 106px;
	margin-left: 81px;
	height: 54px;
	overflow: hidden;
}

#menu3{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 3px;
	position: absolute;
	margin-left: 191px;
	width: 129px;
	height: 54px;
	overflow: hidden;
}

#container{
	position: absolute;
	width: 783px;
	height: 518px;
	margin-left: 13px;
	margin-top: 72px;
	overflow: hidden;
	border: 0px solid #ffffff;
}

.divider{
	clear: both;
	height: 1px;
}

.divcol{
	float: left;
	width: 10px;
	height: 518px;
}

.divhead{
	float: left;
	width: 10px;
	height: 40px;
}

.line{
	border-top: 1px solid #000000;
	margin-bottom: 3px;
}

.stripe{
	border-top: 1px dotted #000000;
	margin-bottom: 3px;
}

.content p{
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

.column{
	border: 0px solid #ffffff;
}

.block{
	overflow: hidden;
	border: 0px solid #ffffff;
}

.scrollbuttons{
			margin-top: 2px;
		float: right;
	font-size: 0px;
}

.scroll_container{
	overflow: hidden !important;
}

.content{
	line-height: 120%;
}

.content .title{
	float: left;
}

.content .inputtext{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #000000;
}

.content h1{
	font-size: 50px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 90%;
	margin-top: -3px;
}

.content h2{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 90%;
}

.content h3{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 90%;
}

.content h4{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 90%;
	font-style: italic;
}

.content h5{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 2px;
}

.content a img{
	border: 0px;
}

.content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 1em;
}

.content a{
	color: #000000;
}

.content a:hover{
	color: #ffffff;
}

.content .txtbutton{
	text-decoration: none;
}

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

.mediaplayer{
	background-color: #000000;
}

.play{
	float: right;
	background: url('http://www.barkers.nl/img/playbutton.png') left center no-repeat;
}

.play a{
	text-decoration: none;
	margin-left: 10px;
}