@charset "utf-8";
/* CSS Document */

*{
	margin				: 0px;
	padding				: 0px;
}

html, body{
	font				: 10px Verdana, Arial, Helvetica, sans-serif ;
	color				: #FFFFFF;
	background			: #333333;
	letter-spacing		: 1px;
}

#container {
	width				: 1000px;
	margin				: 100px auto 0px auto;
	background-image	: url(/images/wijnlokaal_BG.png);
	background-position	: right;
	background-repeat	: repeat-y;
	border				: 1px solid black;
}

h1 {
	font-weight			: bold;
	font-size			: 11px;
	padding				: 0px 0px 15px 0px;
}

a  {
	text-decoration		: none;
	color				: #ffffff;
}

a:visited {
color				: #CCCCCC;
}

.left_bar {
	float				: left;
	height				: 557px;
	width				: 124px;
}

.main{
	width				: 622px;
	float				: left;
	border-right		: 2px #666666 solid;
}

.header {
	height				: 112px;
	padding				: 0px 0px 0px 20px;
	background-image	: url(/images/header_602x108.png);
	background-position	: 20px 0px
}


.menu_bar {
	height				: 31px;
	background-color	: #000000;
	color				: #FFFFFF;
	font-size			: 9px;
	padding				: 20px 0px 0px 0px;
	background-image	: url(/images/menu_bg_align_right.png);
	background-position	: right;
	background-repeat	: no-repeat;
}

.menu_item {
	float				: left;
	padding				: 0px 0px 0px 45px;
}

.content_area {
	height				: 347px;
	padding				: 50px 40px 0px 45px;
	text-align			: justify;
	line-height			: 16px;
}

.content_area .eventbox {
	clear				: both;
	width				: 486px;
	display				: block;
	padding				: 20px 0px 10px 0px;
}

.content_area .agenda_datum {
	height				: 54px;
	border-bottom		: 2px dashed #AAAAAA;
}

.content_area .agenda_contex {
	height				: 14px;
	font-weight			: bold;
}

.agenda {
	float				: left;
	width				: 220px;
	padding				: 130px 0px 0px 30px;
}

.agenda .eventbox{
	width				: 186px;
	border-bottom		: 2px dashed #AAAAAA;
	display				: block;
	padding				: 14px 0px 10px 0px;
}

.agenda .agenda_datum{
	font-weight			: bold;
	height				: 14px;
}

.agenda .agenda_contex{

}

.agenda .agenda_aanvang{
	clear				: both;
	height				: 14px;
}

.divider{
	clear				: both;
	background-image	: url(/images/divider_bottom_2x1000.png);
	background-repeat	: x-repeat;
	height				: 2px;
}

.footer {
	background-color	: #000000;
	font-size			: 9px;
	width				: 830px;
	height				: 40px;
	padding				: 10px 0px 0px 170px;
}
