div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/achtergrond9.gif);
}
/* ---------- WRAPPER STYLES ------------*/
#wrapper {
	width: 770px;
	background-color: #FFF;
	text-align: left;
	border: 2px solid #333;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------- HEADER STYLES ------------*/
#header {
	position: relative;
	height: 213px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top.gif);
	width: auto;
	background-repeat: no-repeat;
	background-position: left top;
}
/* ---------- FOOTER STYLES ------------*/
#menu {
	font-size: 0.7em;
	color: #FFF;
	background-color: #cd69bd;
	width: auto;
	position: relative;
	line-height: 20px;
	height: auto;
	top: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	padding-right: 20px;
}
#menu a:link, #menu a:visited {
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
}
#menu a:hover{
	color: #333;
	text-decoration: none;
}

#buttons {
	bottom: 0px;
	width: 100%;
	position: absolute;
	background-image: url(../images/line.jpg);
	padding-top: 0px;
}

#header #buttons ul {
	list-style: none;
	width: 500px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#header #buttons ul li{
	width: 100px;
	float: left;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	height: 33px;
	line-height: 33px;
}
#header #buttons ul li a:link, #buttons li a:visited {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	color: #004890;
	display: block;
	font-size: 0.8em;
	text-transform: capitalize;
	padding-top: 2px;
}

#header #buttons ul li a:hover {
	background-image: url(../images/button-over.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}

#header #buttons ul li a:focus {
	outline: none;
}

#header #buttons ul li a.current {
	background-image: url(../images/button-current.jpg);
	background-repeat: no-repeat;
	cursor: default;
	padding-top: 5px;
	color: #666;
}
#header #buttons ul li a.next {

/* empty */	
}
#wrapper #header #buttons ul li .current:hover {
	text-decoration: none;
	color: #666;
}
/* ---------- CONTENT STYLES ------------*/
#content {
	float: left;
	width: 490px;
	padding-top: 10px;
	padding-left: 20px;
}

#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #CD69BD;
}

#content h2 {
	font-size: 1.2em;
	color: #CD69BD;
}

#content h3 {
	font-size: 1em;
	color: #CD69BD;
}
#content h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}
#content p {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
	clip: rect(auto,auto,auto,auto);
}

#content a:link, #sidebar-body a:visited{
	color: #cd69bd;
	text-decoration: none;
}

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

#content img {
	border: 1px solid #aaa;
	top: 10px;
	white-space: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
table#OpeningHours  {
	font-size: 0.8em;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	width: 85%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: collapse;
	color: #666;
}
table#OpeningHours  caption{
	padding-bottom: 5px;
	color: #004890;
	font-size: 1.2em;
	text-transform: capitalize;
}


table#OpeningHours td {
	padding-left: 10px;
}

table#OpeningHours th{
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	background-color: #999;
	color: #FFF;
	text-transform: capitalize;
}

table#OpeningHours thead {
	background-color: #004890;
}
table#OpeningHours thead th{
	background-color: #004890;
}



/* ---------- SIDEBAR STYLES ------------*/
#sidebar {
	width: 240px;
	position: relative;
	float: left;
	padding: 0px;
}
#sidebar-body {
	background-image: url(../images/achtergrond.gif);
	padding-top: 5px;
	border: thin solid #cd69bd;
	background-color: #F0F;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#sidebar-body img {
	display: block;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sidebar-body p {
	font-size: 0.8em;
	color: #666;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar-body ul li a:link ,#sidebar-body ul li a:visited{
	color: #FF8000;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 5px;
	font-size: 0.8em;
}
#sidebar-body ul li a:active {
	color:#CCC;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 5px;
}
#sidebar-body ul li a:hover{
	color:#F30;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 5px;
}

#sidebar-body ul li a:focus{
	outline: none;
}
#sidebar-body ul {
	list-style-type: none;
	margin-left: auto;
	width: 180px;
	margin-right: auto;
}
#sidebar-body ul li {
	line-height: 1.2em;
	vertical-align: middle;
}
#sidebar-body ul li:hover {
	background-color: #CCC;
}


/* ---------- FOOTER STYLES ------------*/
#footer {
	font-size: 0.7em;
	color: #FFF;
	background-color: #333;
	width: 100%;
	position: relative;
	text-align: center;
	line-height: 20px;
	clear: both;
}
#footer a:link, #footer a:visited{
	color: #FFF;
	text-decoration: none;
}

#footer a:focus{
	outline: none;
}
#footer a:hover {
	color: #cd69bd;
	text-decoration: none;
}
