﻿#sidebarcontainer {
	margin: 0 auto;
	float: left;
	width: 270px;
}


#sidebarheader  {
	width: 270px;
	height: 45px;
	background:	url('../images/interface/barsmall.png') no-repeat;
	behavior: url('scripts/iepngfix.htc');

	font-family: Times New Roman, Times, serif;
	text-align: center;
	font-size: 20px;
	line-height: 42px;
	/*color:				#cb010b; */
	/*color:				#a7a7a7;*/
	font-weight: bold;
	text-transform: uppercase;
	color:				#F02311; 
}



#sidebar {
	margin: 0 auto;
	width: 268px;
	background: #343333;
	border: 1px solid #000000;
	margin-bottom: 12px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}


.openingstijden {
	display:block;
	margin: 10px;
}

.dag {
	display:block;
	float: left;
	width: 120px;
	height: 20px;
}
.tijd {
	display:block;
	float: left;
	width: 120px;
	height: 20px;
}

.tijdextra {
	display:block;
	width: 240px;
	float: none;
	clear: both;
	line-height: 20px;
	margin-top: 5px;
}
