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

body {
	background-color: #000;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
}

#container {
	width: 500px;
	margin: 30px auto;
	background: #000;
	border: 7px solid #fff;
}

#content {
	padding: 20px 53px 15px 28px;
}

#content a {
	color: #fff;
}

.hr {
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-top: 1px solid #fff;
	margin: 15px 0;
	clear: both;
}

#header {
	padding: 22px 30px;
	font-size: 14px;
}

#header .date {
	color: #A88F62;
}

#header-spacer {
	clear: both;
	height: 10px;
}

h1 {
	font-size: 40px;
	margin-bottom: 12px;
	font-weight: normal;
}

h2 {
	font-size: 23px;
	font-weight: normal;
	line-height: 26px;
}

h3 {
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: normal;
}

ul {
	padding-left: 15px;

}

.textblock {
	line-height: 18px;
}

#bottom-border {
	height: 34px;
}

#logo {
	width: 211px;
	height: 88px;
	float: right;
}

.logo-hoogstpersoonlijk {
	background: url('/landingspages/img/logo-hertogjan-personal-right.gif');
}

.logo-default {
	background: url('/landingspages/img/logo-hertogjan-right.gif');
}



#closebutton {
	text-align: right;
	padding-top: 15px;
}

#closebutton a {
	text-decoration: none;
}

#container-flashmovie {
	height: 294px;
}

#flashmovie:focus {
	-moz-outline-style: none;
}



/*** Body footer ***/

#body-footer {
	margin-top: 5px;
	clear: both;
}

#body-footer .hr {
	margin-bottom: 12px;
}

#body-footer a {
	text-decoration: none;
}

#body-footer #url {
	float: right;
	text-align: right;
	margin-bottom: 5px;
}

#body-footer #close {
	float: left;
	margin-bottom: 5px;
}



/*** Fader ***/

.body-imgs {
	position: relative;
	height: 281px;
	overflow-y: hidden;
}

.body-imgs img {
	border: 0;
}


/*** Fancy imgs ***/

.fancy-thumb {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

