html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #B3B3B3;
}

#page,
#back {
	position : absolute;
	left: 50%;
	margin-left: -392px; /* 784 / 2 */
	padding: 0;
	width: 784px;
}

#page {
	top: 0px;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	z-index: 3;
}

#back {
	top: 0px;
	height: 3000px; /* will be resized using js */
	z-index: 1;
}

#z {
	position: absolute;
	top: 16px;
	left: 0px;
	border: 0;
	margin: 0;
	z-index: 3;
}

/* ### MENU ### */

#nav {
	position: absolute;
	top: 22px;
	left: 16px;
	font-family: Georgia, Times, serif;
	z-index: 4;
}

#nav ul,
#nav li {
	float: left;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	list-style-type: none;
}

#nav a:link,
#nav a:visited {
	color: #FFFFFF;
	background: #000000;
	padding: 6px 8px 6px 8px;
	margin: 0 4px 0 0;
	float: left;
	width: auto;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
	background: #FFFFFF;
}

/* padding-top is set in html depending on how many lines a text has, as determined by php */
#nav li.menu_special {
	position: relative; /* IE thing */
	width: 112px;
	height: 112px;
	padding: 0;
	margin: -42px 4px 0 0;
	background: transparent url(pics/star.gif) no-repeat top left;
}

#nav li.menu_special a:link,
#nav li.menu_special a:visited,
#nav li.menu_special a:hover {
	position: absolute; /* IE thing */
	width: 112px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #000000;
	background-color: transparent;
}

#nav li.menu_special a:hover {
	text-decoration: underline;
}

/* ### COLUMNS ### */

.col1 {
	float: left;
	margin: 64px 0 16px 16px;
	padding: 24px 8px 0 8px;
	width: 160px; /* 176 - 8 - 8 */
	background: #000000;
	display: inline; /* IE double margin bugfix (thanx Steve Clason) */
}

.col2 {
	float: left;
	margin: 64px 0 16px 16px;
	padding: 24px 8px 0 8px;
	width: 352px; /* 368 - 8 - 8 */
	background: #000000;
	display: inline; /* IE double margin bugfix (thanx Steve Clason) */
}

/* ### CLASSES ### */

.intro {
	font-family: Georgia, Times, serif;
	font-size: 19px; /* moet eigenlijk 20 zijn, maar op speciaal verzoek... */
	line-height: 24px;
	margin: 0;
}

.overview {
	margin: 0 0 16px 0;
}

.overview p {
	margin: 0;
}

/*
.col2 .overview {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 20px;
}
*/

.col1 ul,
.col2 ul {
	margin: -16px 0 16px 0;
	padding: 0;
	list-style-type: none;
}

.col1 ul li,
.col2 ul li {
	margin: 0;
	padding: 0 0 0 16px;
	background: url(pics/arrow_small.gif) no-repeat 0 6px;
}

.intro ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(pics/arrow_big.gif) no-repeat 0 8px;
	list-style-type: none;
}

.col1 img,
.col2 img {
	margin: 0 0 16px 0;
	padding: 0;
}
	

/* ### TAGS ### */

h1 {
	min-height: 67px;
	height: auto !important; /* voor moderne browsers */
	height: 67px; /* voor IE */
	width: 100%;
	font-family: Georgia, Times, serif;
	padding: 0 0 4px 0;
	margin: -4px 0 32px 0;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
}


h2 {
	width: 100%;
	font-family: Georgia, Times, serif;
	padding: 0 0 0 0;
	margin: 32px 0 2px 0;
	font-style: italic;
	font-weight: normal;
	font-size: 19px; /* moet eigenlijk 20 zijn, maar op speciaal verzoek... */
	line-height: 24px;
	color: #FFFFFF;
}

h2 a:link,
h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}

h3 {
	position: relative;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 16px 0 0 0;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

h3 .price {
	position: absolute;
	top: 0px;
	right: 0px;
}

p {
	margin: 0 0 16px 0;
}

a:link,
a:visited {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* ### EVENT ### */

#front_events {
	float: right;
	margin: 64px 16px 16px 0;
	/*width: 176px;&*/
	width: 368px;
	display: inline; /* IE double margin bugfix (thanx Steve Clason) */
}

#front_events .event {
	padding: 16px 8px 16px 8px;
	background: #000000;
	margin: 0 0 16px 0;
}

.event h2,
.event p {
	width: auto;
	padding: 4px 8px 4px 8px;
	color: #FFFFFF;
}

.event h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 0;
}

.event p {
	white-space: nowrap; /* to fix another IE bug */
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 20px;
	margin: -4px 0 0 0;
}

.event ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.event ul li {
	margin: -4px 0 0 0;
	padding: 4px 8px 4px 24px;
	color: #FFFFFF;
	background: url(pics/arrow_small.gif) no-repeat 8px 9px;
}

.event a:link,
.event a:visited {
	color: #FFFFFF;
}

.event a:hover {
	color: #000000;
	background: #FFFFFF;
}

/* ### BACK ### */

#back1,
#back10 {
	position : absolute;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 8px;
}

#back2,
#back3,
#back4,
#back5,
#back6,
#back7,
#back8,
#back9 {
	position : absolute;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 96px;
}

#back1 {
	background-position: -88px 64px;
	left: 0px;
}

#back2 {
	background-position: -12px  64px;
	left: 8px;
}

#back3 {
	background-position: -24px  64px;
	left: 104px;
}

#back4 {
	background-position: -36px  64px;
	left: 200px;
}

#back5 {
	background-position: -48px  64px;
	left: 296px;
}

#back6 {
	background-position: -60px  64px;
	left: 392px;
}

#back7 {
	background-position: -72px  64px;
	left: 488px;
}

#back8 {
	background-position: -84px  64px;
	left: 584px;
}

#back9 {
	background-position: -96px  64px;
	left: 680px;
}

#back10 {
	background-position: -96px  64px;
	left: 776px;
}

	