.rooster {
	position: relative;
	width: 745px;
	margin: auto;
	padding: 80px 0px 40px 0px;
}

.rooster_top {
	position: relative;
	background: url(../images/touw_top.png) no-repeat;
	width: 745px;
	height: 8px;
}

.rooster_middle {
	position: relative;
	background: url(../images/touw_middle.png) repeat-y;
	width: 745px;
}

.rooster_content {
	position: relative;
	background: url(../images/bg_map_bruin.jpg);
	width: 729px;
	margin: 0px 8px;
	cursor: default;
}

.rooster_message {
	position: relative;
	width: 729px;
	border-bottom: 1px solid #333;
	color: #000;
	text-align: center;
	padding: 5px 0px;
	font-weight: bold;
}

.rooster_head {
	position: relative;
	width: 729px;
	height: 15px;
	border-bottom: 1px solid #333;
}

.rooster_head_week {
	position: relative;
	float: left;
	width: 55px;
	height: 15px;
	color: #000;
	text-align: center;
}

.rooster_head_day {
	position: relative;
	float: left;
	width: 95px;
	height: 15px;
	color: #000;
	text-align: center;
	border-left: 1px solid #333;
}

.rooster_row {
	position: relative;
	width: 729px;
	height: 95px;
	border-bottom: 1px solid #333;
}

.rooster_week {
	position: relative;
	float: left;
	width: 55px;
	height: 95px;
	color: #000;
	text-align: center;
}

.rooster_day {
	position: relative;
	float: left;
	width: 95px;
	height: 95px;
	text-align: center;
	border-left: 1px solid #333;
}

.rooster_day span {
	position: relative;
	height: 15px;
	color: #000;
	font-weight: bold;
}

.rooster_dd_close {
	position: relative;
	background: url(../images/reservatie.png) no-repeat;
	width: 54px;
	height: 20px;
	margin: 5px 20px 0px 21px;
}

.rooster_dd_open {
	position: relative;
	background: url(../images/reservatie.png) no-repeat 0px -20px;
	width: 54px;
	height: 20px;
	margin: 5px 20px 0px 21px;
	cursor: pointer;
}

.rooster_dd_today {
	position: relative;
	background: url(../images/reservatie.png) no-repeat 0px -60px;
	width: 54px;
	height: 20px;
	margin: 5px 20px 0px 21px;
	cursor: pointer;
}

.rooster_bottom {
	position: relative;
	background: url(../images/touw_bottom.png) no-repeat;
	width: 745px;
	height: 8px;
}

a.prev_button {
	position: absolute;
	left: 10px;
	color: #000;
}

a.next_button {
	position: absolute;
	right: 10px;
	color: #000;
}

#errormessage {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	text-align: center;
}

.sloep_afronden {
	position: relative;
	width: 973px;
	margin: auto;
	padding: 80px 35px 40px 35px;
}

.afronden_links {
	position: relative;
	float: left;
	margin: 0px 15px 40px 0px;
	width: 280px;
	text-align: center;
}

.afronden_midden {
	position: relative;
	float: left;
	margin: 0px 15px 40px 15px;
	width: 280px;
	text-align: center;
}

.afronden_rechts {
	position: relative;
	float: left;
	margin: 0px 0px 40px 15px;
	width: 280px;
	text-align: center;
}

.afronden_top {
	position: relative;
	background: url(../images/touw_top_small.png) no-repeat;
	width: 280px;
	height: 8px;
}

.afronden_middle {
	position: relative;
	background: url(../images/touw_middle_small.png) repeat-y;
}

.afronden_content {
	position: relative;
	background: url(../images/bg_map_bruin.jpg);
	width: 264px;
	margin: 0px 8px;
	cursor: default;
	color: #000;
}

.afronden_bottom {
	position: relative;
	background: url(../images/touw_bottom_small.png) no-repeat;
	width: 280px;
	height: 8px;
}
