body {
	text-align: center;
	background-image: url('../img/bodybg.gif');
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
	background-color: #f5f5f5;
}

#container {
	margin: auto;
	width: 960px;
	margin-top: 22px;
	text-align: left;
}

#logo {
	width: 958px;
	height: 72px;
	display: block;
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-bottom: none;
}

#logo a {
	text-indent: -999px;
	display: block;
	width: 200px;
	height: 72px;
}

#menu {
	width: 960px;
	height: 50px;
	background-image: url('../img/hoofdmenubg.gif');
	background-repeat: no-repeat;
	font-size: 12px;
}

#menu li {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	height: 50px;
	line-height: 48px;
	font-weight: bold;
}

#menu li a {
	text-decoration: none;
	color: #fff;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li.active {
	background-color: #ed0000;
}

#submenu {
	width: 935px;
	height: 46px;
	background-image: url('../img/submenubg.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 25px;
}

#submenu li {
	float: left;
	padding-right: 19px;
	height: 46px;
	line-height: 46px;
	font-weight: normal;
}

#submenu li a {
	text-decoration: underline;
	color: #fff;
}

#breadcrump {
	width: 958px;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	text-indent: 25px;
	color: #5f5f5f;
	border: 1px solid #dfdfdf;
	border-top: none;
}
#breadcrump a {
	color: #5f5f5f;
}

#holder {
	width: 958px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background-color: #fff;
	padding-bottom: 60px;
	overflow: hidden;
}


#holder h1 {
	font-size: 19px;
	font-weight: bold;
	color: #c50101;
	line-height: 26px;
}

#holder h2 {
	margin-top: 35px;
	color: #c50101;
	border-bottom: 1px solid #d3d3d3;
}

#holder em {
	font-style: normal;
	font-size: 11px;
}

.mainColumn {
	width: 561px;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	line-height: 19px;
	color: #202020;
}

.mainColumn ul {
	list-style-type: square;
	padding-left: 13px;
}

.headlines {
	line-height: 22px;
}
.headlines a {
	color: #202020;
}

.btn {
	text-align: center;
	background-image: url('../img/btnbg.gif');
	background-repeat: repeat-x;
	border: 1px solid #780202;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 6px;
	position: relative;
	top: 7px;
	margin-right: 7px;
}

#leftColumn {
	width: 350px;
	padding-top: 28px;
	float: left;
	overflow: hidden;
}

.fotoHolder {
	width: 319px;
	border: 1px solid #c4c4c4;
	background-color: #f5f5f5;
	margin-left: 29px;
	margin-bottom: 29px;
}

.fotoHolder img {
	margin-top: 15px;
	margin-left: 15px;
	border: 1px solid #b8b8b8;
}

.fotoHolder a {
	display: block;
	height: 31px;
	background-image: url(../img/fotoBg.gif);
	background-repeat: repeat-x;
	line-height: 31px;
	text-align: right;
	font-weight: bold;
	color: #3f3f3f;
	text-decoration: none;
	padding-right: 15px;
}

.fotoHolder a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(../img/footerbg.gif);
	height: 154px;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	padding-left: 25px;
	padding-top: 25px;
}

#footer a {
	color: #fff;
}

#footer strong {
	font-size: 12px;
	text-decoration: underline;
}

#payoff {
	text-align: center;
	height: 32px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-top: none;
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 11px;
}

#payoff a {
	color: #000;
}

.albumfoto {
	border: 2px solid #c50101;
}

a.btn:link, a.btn:visited, a.btn:active {
	color: #fff;
}

a:link, a:visited, a:active {
	color: #c50101;
}