@charset "utf-8";
*{
	padding: 0;
	margin: 0;
	/*border: solid 1px #000000;*/
}

body, html {
	height: 100%;
	background-image: url(../img/bg_repeat.jpg);
	background-color: #81B9D7;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #033151;
}
#main_container {
	min-height: 100%;
	_height:100%; /* IE hack */
	background-attachment: fixed;
	background-image: url(../img/bg_wit.png);
	background-repeat: repeat-y;
	background-position: center;
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}
#placeholder {
	width: 900px;
	margin-left: 30px;
}

#main_content {
	position: relative;
	left: 30px;
	width: 660px;
	padding: 0 0 20px 0;
	float: left;
}
#hp_movie {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 170px;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
}
#members_info {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 450px;
	padding: 0;
}
.titel_groot {
	background-image: url(../img/titel_groot.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 670px;
	padding: 8px 0 0 10px;
	margin: 0 0 10px -10px;
}
.titel_klein {
	background-image: url(../img/titel_smal.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 305px;
	padding: 8px 0 0 10px;
	margin: 0 0 10px -10px;
}
.kolom_links {
	float: left;
	width: 315px;
}
.kolom_rechts {
	float: left;
	width: 305px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
#breed_tekst{
	width: 520px;
}
#main_content img {
	margin: 0 10px 0 0;
	padding: 0 13px 13px 0;
	background-image: url(../img/dropshadow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.stippellijn{
	margin: 20px 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CAE6F2;
	clear:both;
}
