@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/back-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #18398A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
a img {
	border: 0px none #FFF;
}
#wrap {
	margin: 0 auto;
	width: 900px;
}
#header {
	background-image: url(../images/back-header.png);
	background-repeat: no-repeat;
	height: 200px;
}
#nav {
	padding-left: 22px;
	height: 36px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	display: block;
	height: 29px;
	text-indent: -5000px;
	background-position: left -30px;
}
#nav ul li.active a , #nav ul li.active a:hover{
	background-position: left 0px;
}
#nav ul li a:hover {
	background-position: left -60px;
}
#nav ul li a.home {
	background-image: url(../images/btn-home.gif);
	width: 60px;
}
#nav ul li a.band {
	background-image: url(../images/btn-band.gif);
	width: 58px;
}
#nav ul li a.agenda {
	background-image: url(../images/btn-agenda.gif);
	width: 77px;
}
#nav ul li a.muziek {
	background-image: url(../images/btn-muziek.gif);
	width: 73px;
}
#nav ul li a.fotos {
	background-image: url(../images/btn-fotos.gif);
	width: 64px;
}
#nav ul li a.links {
	background-image: url(../images/btn-links.gif);
	width: 56px;
}
#nav ul li a.gastenboek {
	background-image: url(../images/btn-gastenboek.gif);
	width: 102px;
}
#nav ul li a.contact {
	background-image: url(../images/btn-contact.gif);
	width: 162px;
}
#content {
	clear: left;
	float: left;
	width: 595px;
	margin-left: 16px;
}
#content .middle {
	background-image: url(../images/back-content-middle.png);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 30px;
}
#content p {
	margin-bottom: 10px;
}
.cms-guestbook #guestbookmodulesubmit {
	background-color: #FFF;
	background-image: url(../images/btn-plaats-bericht.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 129px;
	border: none;
	text-indent: -5000px;
	margin-bottom: 10px;
}
.cms-guestbook .cms-guestbook-entry {
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #360;
}
.cms-guestbook .cms-guestbook-entry-header,
.cms-guestbook .cms-guestbook-entry-header a {
	font-size: 11px;
	color: #fd7403;
	margin-bottom: 5px;
}
.cms-guestbook .cms-guestbook-entry-posted {
	float: right;
}
#sidebar {
	float: right;
	width: 275px;
	z-index: 1999;
}
#sidebar .middle {
	background-image: url(../images/back-sidebar-middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 25px;
	padding-right: 40px;
}
#sidebar .datum {
	color: #143171;
	margin-top: 6px;
}
#sidebar .titel {
	font-weight: bold;
	color: #FFF;
}
#sidebar .titel a {
	color: #FFF;
	text-decoration: none;
}
#sidebar .titel a:hover {
	color: #F97417;
}
#footer {
	font-size: 11px;
	color: #FFF;
	clear: left;
	padding-left: 30px;
	margin-bottom: 20px;
}

