html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: justify;
	font: 12px/18px "Arial";
	color: #fff;
	background: #000 url(../pix/bg.jpg) no-repeat center top;
}

a {
	text-decoration: none;
	color: #e14e97;
}


img {
	border-style: none;
	margin-right: 10px;
}

.kopbold{
	font-size: 20px;
	font-weight: bold;
	color: #e14e97;
}

.kop{
	font-size: 20px;
	color: #e14e97;
}

.agenda{
	color: #fff;
	display: block;
	width: 430px;
	background-color: #5e203f;
	padding: 10px;
}

.bold{
	font-weight: bold;
}

.boldkleur{
	font-weight: bold;
	color: #e14e97;
}

.zwart{
	font-weight: bold;
	color: #000;
}

h1 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0; 
	margin-bottom: 0;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0; 
	margin-bottom: 0;
}

#container {
	width: 950px;
	margin: 0 auto auto;
	background-color: #000;
}

#top1 {
	height: 448px;
	background: url(../pix/top1.jpg) no-repeat center top;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#top2 {
	height: 448px;
	background: url(../pix/top2.jpg) no-repeat center top;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#top3 {
	height: 448px;
	background: url(../pix/top3.jpg) no-repeat center top;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#top4 {
	height: 448px;
	background: url(../pix/top4.jpg) no-repeat center top;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#top5 {
	height: 448px;
	background: url(../pix/top5.jpg) no-repeat center top;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#top6 {
	height: 448px;
	background: url(../pix/top6.jpg) no-repeat center top;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#bookings {
	height: 55px;
	background-color: #fff;
	width: 235px;
	float: right;
	text-align: left;
}

#nav {
	padding-left: 115px;
	height: 65px;
	background-color: #fff;
	width: 835px;
}


#right {
	width: 450px;
	float: right;
	background-color: #000;
	padding-top: 40px;
	padding-right: 20px;
}

#content {
	width: 360px;
	background-color: #000;
	padding-left: 60px;
	padding-top: 20px;
}


/* @group menu
 */

#home a#home,
#repertoir a#repertoir,
#audio a#audio,
#gallery a#gallery,
#klantreacties a#klantreacties,
#contact a#contact
 {
	color: #000;
}


/* @end */


