	html
{
	padding: 0px;
	margin: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
}

#menu
{
	position: absolute;
	top: 230px;
	left: 0px;
}

.main_link_class
{
	position: relative;
	display: block;
	padding: 4px;
	padding-left: 15px;
	width: 180px;
	height: 15px;
	background-color: none;
	margin-bottom: 2px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0.5px;
}

.main_link_class:active
{
	background-color: #C9CCDF;
}

.main_link_class:hover
{
	color: #8ba5ce;
}

#line_bottom a:link
{
	color: #FFFFFF;
}

#line_bottom a:visited
{
	color: white;
}

#line_bottom a:hover
{
	color: #FF663A;
	text-decoration: none;
}

#line_bottom a:active
{
	color: #FF663A;
	text-decoration: none;
}

#container
{
	position: relative;
	width: 849px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/achtergrond_opvuller.jpg');
	background-repeat: repeat-y;
	border-top: 0px;
	bottom: 0px;
	z-index: 1;
}

#background-filler
{
	position: relative;
	width: 849px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/achtergrond.jpg');
	background-repeat: no-repeat;
	border-top: 0px;
	bottom: 0px;
	z-index: 2;
}

#line_bottom
{
	position: relative;
	width: 994px;
	height: 20px;
	background-color: none;
	font-family: tahoma;
	font-size: 10px;
	color: #FF663A;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	bottom: 0px;
	display: block;
}

#logo
{
	position: absolute;
	height: 212px;
	width: 321px;
	left: 0px;
	top: 15px;
	background-image: url("../images/logo.jpg");
}

#title
{
	position: absolute;
	width: 400px;
	height: 15px;
	top: 210px;
	left: 254px;
	font-size: 14px;
	color: #8ba5ce;
	font-weight: bold;
}

#content
{
	position: relative;
	min-height: 396px;
	width: 480px;
	padding-top: 240px;
	left: 254px;
	color: #FFF;
	bottom: 0px;
	display: block;
	z-index: 3;
}

#content a
{
	color: #8ba5ce;
	text-decoration: none;
}

#content a:link
{
	color: #8ba5ce;
}

#content a:visited
{
	color: #8ba5ce;
}

#content a:hover
{
	color: #BB031B;
}

#content a:active
{
	color: #8ba5ce;
}

.scheduleitem
{
	width: 460px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.scheduletitle
{
	margin-top: 5px;
	font-size: 13px;
	color: #8ba5ce;
}

.schedulecontent
{
	margin-top: 10px;
}

#schedule
{
	position: absolute;
	width: 170px;
	height: 100px;
	top: 550px;
	left: 25px;
	text-align: right;
}

#schedule a
{
	color: #8ba5ce;
	text-decoration: none;
}

#schedule a:link
{
	color: #FFF;
}

#schedule a:visited
{
	color: #FFF;
}

#schedule a:hover
{
	color: #8ba5ce;
}

#schedule a:active
{
	color: #FFF;
}

