* {
	font: 12px, Verdana, sans-serif;
}

body {
	background: #DDD url('../templates/images_bcssite/BezoekerscentrumSonsbeekA.gif') repeat scroll top left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	overflow: -moz-scrollbars-vertical;
}

#container {
	width: 800px;
	margin:auto;
	position:relative;
}

#top {
	background-color: #000000;
	color: white;
	margin-bottom:22px;
	position:fixed;
}

#mainmenu {
	text-align: center;
}

#mainmenu a {
	color: #fff;
	text-decoration: none;
}

#mainmenu a:hover {
	color:#96bf23;
}
#submenu {
	position:fixed;
	top: 212px;
	width:190px;
	margin-left:6px;
	line-height:18px;
	font-weight:bold;
}

#content {
	padding-top:210px;
	margin-left:190px;
	width:610px;
	font-size: 12px;
	line-height:15px;
}
a {
	color: #000;
}

a:hover {
	color: #fff;
}

.spacer {
	display:inline;
	margin: 0px 6px;
	position:relative;
	bottom:-1px;
	left:0px;
}

#mainmenu a.active {
	color: #96bf23;
}

#submenu a.subactive {
	color: #000;
	font-weight: bold;
}

#submenu a {
	color: #fff;
	text-decoration: none;
}

#submenu a:hover {
	color: #333;
}

small {
	margin-top:30px;
	font-size:8px;
	width:100%;
	text-align: center;
	display:block;
	line-height: 30px;
}

small a {
	color: #000;
}

small a:hover {
	color: #fff;
}

#content table {
	border: 1px solid #000;
	cell-spacing:0px;
	border-collapse: true;
	border-spacing: 0px;
}

#content table tbody tr td 
{
	border: 1px solid #000;
	padding: 6px;
}

b {
	font-weight: bold;
	font-style: inherit;
}

i {
	font-style: italic;
	font-weight: inherit;
}

li {
	list-style-type: disc;
	list-style-position: inside;
}

ul,ol {
	list-style-type: disc;
	list-style-position: inside;
}