body {
	background-color: #000;
	background-image: url('/img/layout/background.jpg');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	color:#333;
	line-height: 150%;
}

a {
	text-decoration: underline;
	color:#333;
}

a:hover {
	color:#F60;
}

#container {
	width:814px;
	margin:auto auto;
}

#container_locatie {
	width:608px;
	margin:auto auto;
}

div.locaties div {
	width: 50%;
	float: left;
	text-align: center;
}

#header {
	text-align: center;
	margin: 15px 15px;
}

#body {
	
}

#body_top {
	height: 15px;
	background-image: url('/img/layout/body_top.png');
	background-repeat: no-repeat;
}

#body_middle {
	background-image: url('/img/layout/body_middle.png');
	background-repeat: repeat-y;
}

#content {
	width:570px;
	margin:0px 20px 0px 20px;
	float: left;
}

#menu {
	margin:0px 20px 0px 624px;
}

#menu ul {
	margin-top:0px;
}

#body_bottom {
	height: 20px;
	background-image: url('/img/layout/body_bottom.png');
	background-repeat: no-repeat;
}

#footer {
	font-size: 10px;
	color:#666;
	text-align: center;
}

#footer a {
	color:#666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
}

h1, h2, h3 {
	color:#F60;
}

#menu ul, #menu li {
	list-style: none;
	margin:0px;
	padding:0px;
	text-align: center;
}

#menu ul {
	margin-bottom:10px;
}

#menu ul li {
	margin-bottom:10px;
	font-size: 16px;
	display: block;
	background-image:url('/img/layout/menu_bar_off.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#menu ul li:hover, #menu ul li.active {
	background-image:url('/img/layout/menu_bar_on.png');
}

#menu ul ul li {
	margin-bottom:0px;
	font-size: 12px;
	background:none;
}

#menu ul ul li:hover, #menu ul ul li.active {
	background:none;
}

#menu a {
	color:#333;
	text-decoration: none;
	display:block;
}

#menu a:hover, #menu li.active a {
	color:#F60;
}

#menu ul li a {
	padding-top:5px;
}

#menu ul ul li a {
	padding-top:0px;
}

table, tr, th, td {
	border:none;
}
