* {
	/* Voorkomt verschillende ideen over gebruik van hoeveelheid padding/margin voor bepaalde elementen */
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
	background: #697080;
	width: 100%;
	text-align: center; /* Margin 0 auto fix voor IE6 */
}

img {
	border: 0;
	outline: 0;
}

a {
	outline: 0;
}

a:link, a:visited, a:active {
	color: #b12137;
	text-decoration: none;
}

a:hover {
	color: #b12137;
	text-decoration: underline;
}

h1, h2 {
	color: #1b3557;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 0;
	display: block;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 17px;
}

ul {
	list-style-type: circle;
	padding: 2px 0 2px 15px;
	margin: 0 0 0 10px;
}

p {
	margin: 10px 0;
}

.horizBorder {
	width: 100%;
	margin: 10px 0;
	height: 2px;
	background: url(../images/borderHoriz.png) repeat-x top;
}

.noTopPadding {
	padding-top: 0;
}

.noTopMargin {
	margin-top: 0;
}

#container {
	background: #fff url(../images/mainTile.jpg) repeat-x top left;
	width: 100%;
	text-align: left;
}

/* Menu container */
#menu {
	width: 960px;
	margin: 0 auto;
	height: 60px;
}

/* Menu lijst */
#menuUl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menuUl li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

/* Een menu item (link met hover) */
a.menuItem {
	width: 130px;
	height: 27px;
	display: block;
	margin: 20px 0 0;
	position: relative;
}
a.menuItem:hover {
	background-position: bottom;
}

/* Menu knoppen */
.knopWeblog {
	background: url(../images/knopWeblog.jpg) no-repeat;
}
.knopBiografie {
	background: url(../images/knopBiografie.jpg) no-repeat;
}
.knopAgenda {
	background: url(../images/knopAgenda.jpg) no-repeat top center;
}
.knopVideo {
	background: url(../images/knopVideo.jpg) no-repeat top center;
}
.knopFotos {
	background: url(../images/knopFotos.jpg) no-repeat top center;
}
.knopContact {
	background: url(../images/knopContact.jpg) no-repeat top center;
}


/* Als de huidige pagina de betreffende knop is, de selected-knop weergeven */
.menuSelected {
	background-position: bottom center;
}
.menuNotSelected {
	background-position: top center;
}

#header {
	width: 920px;
	margin: 0 auto;
	height: 280px;
	padding: 35px 0 0 0;
	font-size: 13px;
	color: #fff;
	line-height: 21px;
	background: url(../images/bgGlowHeader.jpg) no-repeat 365px top;
}


#headerLeesverder {
	margin: 10px 0 0 0;
}

.headerfoto {
	margin: -49px 0 0 530px;
	position: absolute;

}

#headerLogo {
	margin: 0 0 10px 0;
	z-index: 1;
	position: relative;
}


#headerSpacer {
	width: 350px;
	height: 230px;
	float: right;
}

#content {
	margin: -10px auto 0;
	width: 920px;
	min-height: 100px;
	line-height: 20px;
}

#contentLeft {
	width: 630px;
	background: url(../images/borderVert.png) repeat-y 617px top;
}

#contentLeftInner {
	width: 610px;
	font-size: 12px;
	line-height: 22px;
}

.blogFoto {
	margin: 0 15px 5px 0;
	padding: 5px;
	background: white;
	border: 1px solid #cfd1d6;
	float: left;
}

.agendaFoto {
	margin: 0 0 5px 15px;
	padding: 3px;
	background: white;
	border: 1px solid #cfd1d6;
	float: right;
}

#blogFotoList, #blogVideoList {
	width: 100%;
	margin: 10px 0;
	display: block;
}

.fotoListFoto, .videoListVideo, .photoVideoListItem {
	padding: 3px;
	background: white;
	border: 1px solid #cfd1d6;
	display: block;
}

.fotoListFoto, .videoListVideo {
	float: left;
	margin: 3px;
}

#paginas {
	margin: 30px 0 0 0;
}

.paginaLabel {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

a.pagina {
	display: block;
	float: left;
	border: 1px solid #666666;
	margin: 0 5px;
	padding: 0 6px;
	color: #b12137;
	text-decoration: none;
}

a.currPagina {
	color: #666666;
}

#contentRight {
	width: 290px;
}

.calendarIcon {
	width: 63px;
	height: 60px;
	margin: 3px 5px 3px 0;
	background: url(../images/calendarIcon.png) no-repeat;
	line-height: normal;
	float: left;
}

.calendarIcon .month {
	position: absolute;
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size: 13px;
	color: #fff;
	margin: -1px auto 0;
	width: 60px;
	text-align: center;
	text-transform: uppercase;
	
}

.calendarIcon .day {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1b3557;
	margin: 18px auto 0;
	width: 60px;
	text-align: center;
	
}

#footer {
	background: url(../images/footerTile.jpg) repeat-x top left;
	height: 131px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	padding: 80px 0 10px;
	text-align: center;
}

a.footerLink {
	color: #fff;
}

.fout {
	color: #990000;
}