/*----- BOX blue -----*/

.box_blue {
	margin: 0 0 10px 0;
	padding: 0;
	width: auto;
	}

.box_blue .boxheader {
	background: url(../images/corners_ne_blue.png) no-repeat top right;
	background-color: #039;
	margin: 0;
	padding: 0;
	text-align: left;
	}

.box_blue .boxheader h2 {
	background: url(../images/corners_nw_blue.png) no-repeat top left;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	}

.box_blue .boxcontent {
	margin: 0;
	padding: 0;
	background-color: #eee;
	}

.box_blue .boxcontent .news_summary a, .box_blue .boxcontent .news_summary a:link {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px;
	border-bottom: solid 1px #ddd;
	display: block;
	}

.box_blue .boxcontent .news_summary a:hover {
	background: #ddd;
	}

.box_blue .boxfooter {
	background: url(../images/corners_se_blue.png) no-repeat bottom right;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #039;
	}
.box_blue .boxfooterleft {
	background: url(../images/corners_sw_blue.png) no-repeat bottom left;
	margin: auto auto 0 0;
	padding: 0;
	background-color: #039;
	width: 10px;
	height: 15px;
	}
.box_blue .boxfooter .boxfooterleft {
	background: url(../images/corners_sw_blue.png) no-repeat bottom left;
	margin: auto auto 0 0;
	padding: 0;
	width: 10px;
	height: 15px;
	}


/*----- BOX grey -----*/		

.box_grey {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	}


/*----- BOX header -----*/		

.box_grey .boxheader {
	width: 100%;
	background: url(../images/corners_ne_grey.png) no-repeat top right;
	background-color: #ddd;
	margin: 0;
	padding: 0;
	text-align: left;
	}
.box_grey .boxheaderleft {
	background: url(../images/corners_nw_grey.png) no-repeat top left;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	width: 10px;
	height: auto;
	}
.box_grey h2 {
	background: url(../images/corners_nw_grey.png) no-repeat top left;
	margin: 0;
	padding: 5px 10px;
	color: #039;
	font-size: 11px;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	}


/*----- BOX content -----*/		

.box_grey .boxcontent {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	overflow: hidden;
	float: left;
	clear: both;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #eee;
	}

.box_grey .boxcontent p {
	float: left;
	clear: both;
	line-height: 18px;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	margin: 0;
	list-style-type: none;	
	}
.box_grey .boxcontent p a {
	list-style-type: none;
	overflow: hidden;
	}

.box_grey .boxcontent #maplinks .maplink {
	text-transform: none;
	text-decoration: none;
	overflow: hidden;
	list-style-type: none;
	}
.box_grey .boxcontent #maplinks .maplink a {
	line-height: 12px;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	text-decoration: none;
	}
.box_grey .boxcontent #maplinks .maplink a:hover {
	background: #ddd;
	}

.box_grey .boxcontent img {
	display: block;
	border: 0;
	float: left;
	margin: 0;
	padding: 0;
	}

.box_grey .boxcontent div#tvtvtarifs {
	padding: 0;
	margin: 0;
	}

.box_grey .boxcontent .paymentoptions {
	width: auto;
	padding: 0;
	margin: 0;
	}

.box_grey .boxcontent ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	
	}
.box_grey .boxcontent ul li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	margin: 0;
	}
.box_grey .boxcontent ul li a {
	display: block;
	padding: 5px 10px;
	margin: -5px -10px;
	text-decoration: none;
	}
.box_grey .boxcontent ul li a:hover {
	background: #ddd;
	}


/*----- BOX footer -----*/		

.box_grey .boxfooter {
	width: 100%;
	background: url(../images/corners_se_grey.png) no-repeat bottom right;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
	background-color: #ddd;
	}

.box_grey .boxfooterleft {
	background: url(../images/corners_sw_grey.png) no-repeat bottom left;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	width: 10px;
	height: auto;
	}









------------

#openingstijden {
	margin: 0;
	padding: 0;	
	}

#openingstijden .row01 {
	width: 100%;
	background-color: #eee;
	float: left;
	}
#openingstijden .row02 {
	width: 100%;
	background-color: #ddd;
	float: left;
	}

#openingstijden .dag {
	font-size: 10px;
	text-align: right;
	width: 60px;
	float: left;
	clear: left;
	padding: 5px 0 5px 10px;	
	}

#openingstijden .tijd {
	font-size: 10px;
	float: left;
	padding: 5px 0 5px 10px;	
	}
