/* gedeelte om de website te centreren */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff;
	vertical-align: top;
}
#mainsite {
	position:absolute;
	width:959px;
	left: 50%;
	height:100%;
	margin-left: -479px;
	text-align: left;
	background: #ddde4a;
}


/* Header */
#header .logo {
	position: absolute;
	width: 226px;
	height: 201px;
	background: #f6da00 url(/images/logo.gif) no-repeat 49px 20px;
}
#header .title {
	position: absolute;
	left: 226px;
	width: 733px;
	height: 48px;
	background: #b0000c url(/images/diergaarde-blijdorp-fotoboek.png) no-repeat 25px 15px;
}
#header a.backlink {
	position: absolute;
	top: 152px;
	width: 182px;
	_width: 225px;
	height: 49px;
	padding: 19px 10px 0 33px;
	background: #b0000c url(/images/curl.png) no-repeat;
	color: #fff;
	text-decoration: none;
}
#header .bigphoto {
	position: absolute;
	top: 48px;
	left: 226px;
	width: 733px;
	height: 104px;
	background: #f6da00;
}
#header .subtitle {
	position: absolute;
	top: 152px;
	left: 226px;
	width: 708px;
	_width: 733px;
	height: 49px;
	background: #b0000c;
	font-family: "Trebuchet MS", Verdana;
	font-size: 19px;
	color: #fff;
	padding: 12px 0 0 25px;
}


/* Main parts */
#main {
	position: absolute;
	width: 959px;
	top: 201px;
	background: #ddde4a;
}
.sidebar {
	float: left;
	width: 164px;
	_width: 226px;
	height: 500px;
	padding: 21px 15px 21px;
	background: #fff;
	border: 16px solid #ddde4a;
}
.content {
	float:right;
	width: 701px;
	_width: 733px;
	padding: 16px;
}
.thumbview {
	width: 717px;
	_width: 733px;
	padding-right: 0;
}


/* Navigation */
.sidebar UL {
	margin: 0;
	padding: 0;
}
.sidebar UL UL {
	margin-left: 20px;
}
.sidebar UL LI {
	list-style: none;
}
.sidebar a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:13px;
	line-height:22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.sidebar a.active {
	color: #b0000c;
}


/* Search box */
.searchbox {
	margin: 15px 0 0;
	padding: 11px;
	height: 60px;
	background: #dede4a;
}
.searchbox h2 {
	margin: 0 0 4px;
}
.searchbox input {
	float: left;
	width: 105px;
	height: 18px;
	background: #fff;
	border: 0;
}
.searchbox input.button {
	width: 35px;
	padding-left: 4px;
	background: #b0000c;
}