@import url("debug.css");
@import url("smoothbox.css");

/* ALGEMEEN */

html,body {
	margin: 0;
	padding: 0;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	color: #000000;
	background: url('../images/body_bg.jpg') top center;	
}

a, p, div, img, object {
	outline: none;
}

img {
	border: 0;
	margin: 0;
}

p {
	margin: 0;
}

a:link ,
a:visited,
a:hover,
a:active			
{
	color: #CD5453;
}

hr {
 	color: #CAC7C0;
	background-color: #CAC7C0;
	height: 1px;
	border: 0;
}

form {
	margin: 0;
	padding: 0;	
}

.error {
	color: red !important;	
}

h1 {
	font-size: 30px;
	color: #CD5453;
	margin: 0 0 15px 0;	
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #CD5453;
	margin: 0 0 15px 0;	
}	

/* LAYOUT */

#body_wrapper {
	width: 996px;
	margin: 0 auto;
	background: url('../images/header_bg.png') no-repeat 5px 0;
	overflow: hidden;
}

#content_left {
	display: inline;
	width: 600px;
	float: left;
	margin: 0;
	position: relative;
}

#counter{
	position: absolute;
	left: 53px;
	top: 171px;
	font-weight: bold;
	color: #C5524F;
}

#countdown{
  float: left;
}

#counter span.text{
	font-size: 16px;
	color: #000; 
	line-height: 16px;
	float: left;
}
 
#logo {
	display: block;
	width: 600px;
	height: 200px;	
	margin: 0 0 20px 0;
}

#content_left p {
	margin: 0 0 20px 0;
	line-height: 19px;
}

#content {
	width: 496px;
	min-height: 490px;
	padding: 0 52px;
	overflow: hidden;
	background: url('../images/content_bg.png') repeat-y 4px -10px;
}
* html #content { height: 490px; } /* IE 6 min-height fix */

#footer {
	width: 250px;
	height: 155px;
	background: url('../images/footer_bg.png') no-repeat -4px 0;
	font-size: 10px;
	color: #978981;	
	padding: 160px 0 0 350px;
	white-space: nowrap;
	overflow: hidden;
}

#footer a {
	color: #978981;
}	
	
a#bugbyte {
	text-decoration: none;
}

a#bugbyte img {
	vertical-align: middle;
}
	
a#bugbyte span {
	visibility: hidden;
}	

#content_right {
	width: 396px;
	float: left;
	background: url('../images/menu_bg.png') no-repeat -17px 16px;
	overflow: hidden;
}

#menu_container {
	width: 396px;
	height: 282px;
	overflow: hidden;
}

#poster_container {
	width: 241px;
	height: 500px;
	background: url('../images/poster_bg.png') no-repeat;
	padding: 120px 80px 0 75px;
}

#poster_container h2 {
	text-align: center;	
	line-height: 21px;
}

#poster_container p {
	font-size: 12px;
	color: #978981;	
	line-height: 23px;
	text-align: justify;
}

.eerste_afbeelding {
	margin: 0 0 6px 0;
}

.rest_afbeelding {
	margin: 0 0 6px 10px;
}

.groot_midden_afbeelding {
	margin: 0 0 6px 125px;
}

.klein_midden_afbeelding {
	margin: 0 0 6px 88px;
}

/* FOTOBOEK */

#photobook_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.photo_list, #photo_list {
	width: 496px;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.photo_list li, #photo_list li {
	display: inline;
	float: left;
	margin: 0 9px 9px 0;
}
.photo_list li a, #photo_list li a {
	display: block;
	width: 90px;
	height: 90px;
	background: red;	
}
.photo_list li img, #photo_list li img{
	vertical-align: top;
}
.more {
	float: right;
	margin-bottom: 5px;
}
.preview_spacer {
	clear: both;
}

/* PAGINERING */

.pagination {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 505px;
}
.pagination li .off {
	display: none !important;	
}
.prev {
	float: left;
	display: block;
	width: 91px;
	height: 55px;	
	background: url('../images/prev.gif');
}
.next {
	float: right;
	display: block;
	width: 91px;
	height: 55px;	
	background: url('../images/next.gif');
}
	
/* NAVIGATIE */

#menu_container {
	position: relative;	
}	

#menu_container ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_container a {
	text-decoration: none;	
	display: block;
}

#menu_container a span {
	visibility: hidden;
}

a#button_145,
a#button_145_active {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 139px;
	height: 64px;	
}

a#button_145:link,
a#button_145:visited {
	background: url('../images/welkom_off.png') no-repeat;
}

a#button_145:hover,
a#button_145:active,
a#button_145_active:link,
a#button_145_active:visited,
a#button_145_active:hover,
a#button_145_active:active {
	background: url('../images/welkom_on.png') no-repeat;
}

a#button_151,
a#button_151_active {
	position: absolute;
	top: 20px;
	left: 224px;
	width: 141px;
	height: 83px;	
}	

a#button_151:link,
a#button_151:visited {
	background: url('../images/festival_off.png') no-repeat;
}

a#button_151:hover,
a#button_151:active,
a#button_151_active:link,
a#button_151_active:visited,
a#button_151_active:hover,
a#button_151_active:active {
	background: url('../images/festival_on.png') no-repeat;
}

a#button_152,
a#button_152_active {
	position: absolute;
	top: 70px;
	left: 90px;	
	width: 142px;
	height: 69px;		
}	

a#button_152:link,
a#button_152:visited {
	background: url('../images/programma_off.png') no-repeat;
}

a#button_152:hover,
a#button_152:active,
a#button_152_active:link,
a#button_152_active:visited,
a#button_152_active:hover,
a#button_152_active:active {
	background: url('../images/programma_on.png') no-repeat;
}

a#button_153,
a#button_153_active {
	position: absolute;
	top: 140px;
	left: 9px;		
	width: 159px;
	height: 67px;	
}		

a#button_153:link,
a#button_153:visited {
	background: url('../images/sponsors_off.png') no-repeat;
}

a#button_153:hover,
a#button_153:active,
a#button_153_active:link,
a#button_153_active:visited,
a#button_153_active:hover,
a#button_153_active:active {
	background: url('../images/sponsors_on.png') no-repeat;
}

a#button_154,
a#button_154_active {
	position: absolute;
	top: 130px;
	left: 188px;
	width: 141px;
	height: 83px;		
}	

a#button_154:link,
a#button_154:visited {
	background: url('../images/fotos_off.png') no-repeat;
}

a#button_154:hover,
a#button_154:active,
a#button_154_active:link,
a#button_154_active:visited,
a#button_154_active:hover,
a#button_154_active:active {
	background: url('../images/fotos_on.png') no-repeat;
}

a#button_155,
a#button_155_active {
	position: absolute;
	top: 215px;
	left: 267px;		
	width: 117px;
	height: 58px;		
}		

a#button_155:link,
a#button_155:visited {
	background: url('../images/contact_off.png') no-repeat;
}

a#button_155:hover,
a#button_155:active,
a#button_155_active:link,
a#button_155_active:visited,
a#button_155_active:hover,
a#button_155_active:active {
	background: url('../images/contact_on.png') no-repeat;
}

a#button_162,
a#button_162_active {
	position: absolute;
	top: 215px;
	left: 40px;		
	width: 135px;
	height: 66px;		
}		

a#button_162:link,
a#button_162:visited {
	background: url('../images/videos_off.png') no-repeat;
}

a#button_162:hover,
a#button_162:active,
a#button_162_active:link,
a#button_162_active:visited,
a#button_162_active:hover,
a#button_162_active:active {
	background: url('../images/videos_on.png') no-repeat;
}
	
	 