/*CSS voor Overlib*/
.overlib a:link, .overlib a:visited, .overlib a:active {
	text-decoration: none;
	color: #266493;
	font-weight: normal;
}
.overlib a:hover {
	text-decoration: none;
	
	font-weight: normal;
}
h1 .overlib a:link, h1 .overlib a:visited, h1 .overlib a:active {
	text-decoration: none;
	color: #FFDE00;
	font-weight: bold;
}
h1 .overlib a:hover {
	text-decoration: none;
	font-weight: bold;
}

/*CSS voor cross sell pagina */
.xsellheader {
	padding: 5px 0px 5px 5px;
	background-color: #0255A5;
	color: #FFFFFF;
}
.clearxsell {
	height: 5px;
	clear: both;
}
.xsellblock {
	width: 178px;
	padding: 4px;
	margin: 3px;
	float: left;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.xsellblock .img {
	height: 80px;
}
.xsellblock .naam {
	height: 27px;
}
.xsellblock .productBestellen {
	margin-top: 5px;
}

/*Bestel en reserveer knop */
.bestelknop_product_info {
	color: White;
	font-weight: bold;
	background-color: #0056A4;
	text-align: center;
	padding: 5px 0px;
	border-left: 2px solid White;
	float: left;
        width: 100%;
}
.bestelknop {
	color: White;
	font-weight: bold;
	background-color: #0056A4;
	width: 80px;
	text-align: center;
	height: 18px;
	padding-top: 4px;
	border-left: 2px solid White;
	float: left;
}
.bestelknop a, .bestelknop a:hover, .bestelknop a:visited,
.bestelknop_product_info a, .bestelknop_product_info a:hover, .bestelknop_product_info a:visited {
	color: White;
}
.reserveerknop {
	color: White;
	font-weight: bold;
	background-color: #0056A4;
	width: 80px;
	text-align: center;
	height: 18px;
	padding-top: 4px;
	border-left: 2px solid White;
	float: left;
}
.reserveerknop a, .reserveerknop a:hover, .reserveerknop a:visited {
	color: White;
}
/*Agenda*/
.agendabox {
	width: 625px;
	margin: 5px 10px;
	float: left;
}
.agendatitel {
	width: 625px;
	margin-bottom: 3px;
	float: left;
}
.agendatitel h2{
	margin: 2px 2px;
	color: #0056A4;
	font-size: 14px;
	font-weight: bold;
}
.agendaimg {
	width: 130px;
	height: 130px;
	float: left;
	border: 1px solid #000000;
}
.agendacontent {
	width: 470px;
	margin-left: 7px;
	float: left;
}
.agendadatum {
	margin-bottom: 5px;
	color: #0056A4;
	font-weight: bold;
}
.agendaomschrijving {
	font-size: 11px;
}
.agendaomschrijving a:link, .agendaomschrijving a:active, .agendaomschrijving a:visited {
	color: #0056A4;
}
.agendaomschrijving a:hover {
	color: #0056A4;
	text-decoration: underline;
}
.linklijst {
	text-align: center;

	color: #000000;
}
.linklijst a:link, .linklijst a:active, .linklijst a:visited {
	color: #0056A4;
}
.linklijst a:hover {
	color: #0056A4;
	text-decoration: underline;
}
.archiefbar {
	padding: 2px 5px;
	font-size: 11px;
	text-align: right;
}
.archiefbar a:link, .archiefbar a:active, .archiefbar a:visited {
	color: #0056A4;
}
.archiefbar a:hover {
	color: #0056A4;
	text-decoration: underline;
}