body {
	background-image: url(../images/bg.jpg);
	background-position: 50% 0px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #333333;
	font-family: Verdana, Arial;
	margin: 0px;
}

#shadow_left {
	width: 19px;
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}

#shadow_right {
	width: 19px;
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}

.menu_header {
	font-family: Verdana, Arial;
	font-size: 10px;
	letter-spacing: 1px;
	color: #4A95AF;
	border-bottom: 1px solid #444c5c;
	padding: 14px 0px 14px 0px;
	margin: 0px 10px 0px 10px;
}

.menu {
	font-family: Verdana, Arial;
	font-size: 10px;
	letter-spacing: 1px;
	color: #FFFFFF;
	border-bottom: 1px solid #444c5c;
	padding: 14px 0px 14px 0px;
	margin: 0px 10px 0px 10px;
}

#menu_left {
	width: 156px;
	height: 352px;
	background-image: url(../images/bg_menu_left.jpg);
	background-repeat: no-repeat;
	background-color: #010205;
	text-align: center;
	vertical-align: top;
}

#menu_right {
	width: 176px;
	height: 352px;
	background-image: url(../images/bg_menu_right.jpg);
	background-repeat: no-repeat;
	background-color: #010205;
	text-align: center;
	vertical-align: top;
}

#content {
	width: 502px;
	border-top: 1px solid #636b79;
	vertical-align: top;
	padding: 4px;
}

.content_head {
	font-size: 9px;
	font-weight: bold;
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	height: 24px;
	padding: 8px 0px 0px 10px;
	vertical-align: top;
}

.text {
	font-size: 11px;
	text-align: justify;
	vertical-align: top;
	color: #666666;
}

.img_bottom {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
}

.head {
	font-size: 11px;
	background-image: url(../images/locatie/head_bg.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 10px;
}
.head2 {
	font-size: 11px;
}

.info {
	font-size: 11px;
	background-color: #d9dadb;
	color: #666666;
	vertical-align: top;
	text-align: left;
	padding: 6px;
	width: 50%;
}

#footer {
	width: 840px;
	height: 39px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #6181c1;
}

.bottom_footer {
	text-align: center;
	font-size: 11px;
	color: #6181c1;
}

a.s_menu:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.s_menu:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.s_menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.s_menu:hover {
	color: #4A95AF;
	text-decoration: none;
}


a.b_menu:link {
	color: #6181c1;
	text-decoration: none;
}

a.b_menu:active {
	color: #6181c1;
	text-decoration: none;
}

a.b_menu:visited {
	color: #6181c1;
	text-decoration: none;
}

a.b_menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}


a:link {
	color: #666666;
	text-decoration: none;
}

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

a:visited {
	color: #666666;
	text-decoration: none;
}

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



a.m_menu:link {
	color: #6e708b;
	text-decoration: none;
}

a.m_menu:active {
	color: #6e708b;
	text-decoration: none;
}

a.m_menu:visited {
	color: #6e708b;
	text-decoration: none;
}

a.m_menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}