/* body
--------------------------------------------------*/
body {
	/*color: #ffead9;*/
	color: #ffe9c2;
	margin: 12px 0px 0px 14px;
	padding: 0px 0;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #ffe9c2;
}

#overDiv {
	text-align: left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* links
--------------------------------------------------*/
a {
	color: #ffe9c2;
	text-decoration: underline;
	font-style: normal;
}

a:hover {
	background-color: #ffe9c2;
	color: #1b9dcf;
	text-decoration: none;
}

/*a.menu_item, a.menu_item_selected {
	font-size: 34px;
	line-height: 34px;
	color: #1a435f;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover.menu_item, a.menu_item_selected {
	color: #1b9dcf;
}*/

/*--- menu items ---*/

a.menu_item_news, a.menu_item_news_selected {
	width: 119px;
	background: url(pics/menu_news.gif) no-repeat 0 0;
	}
a:hover.menu_item_news, a.menu_item_news_selected {
	background-position: -119px 0;
	}

a.menu_item_agenda, a.menu_item_agenda_selected {
	width: 174px;
	background: url(pics/menu_agenda.gif) no-repeat 0 0;
	}
a:hover.menu_item_agenda, a.menu_item_agenda_selected {
	background-position: -174px 0;
	}

a.menu_item_music, a.menu_item_music_selected {
	width: 135px;
	background: url(pics/menu_music.gif) no-repeat 0 0;
	}
a:hover.menu_item_music, a.menu_item_music_selected {
	background-position: -135px 0;
	}
	
a.menu_item_photo, a.menu_item_photo_selected {
	width: 141px;
	background: url(pics/menu_photo.gif) no-repeat 0 0;
	}
a:hover.menu_item_photo, a.menu_item_photo_selected {
	background-position: -141px 0;
	}

a.menu_item_video, a.menu_item_video_selected {
	width: 126px;
	background: url(pics/menu_video.gif) no-repeat 0 0;
	}
a:hover.menu_item_video, a.menu_item_video_selected {
	background-position: -126px 0;
	}

a.menu_item_bio, a.menu_item_bio_selected {
	width: 224px;
	background: url(pics/menu_bio.gif) no-repeat 0 0;
	}
a:hover.menu_item_bio, a.menu_item_bio_selected {
	background-position: -224px 0;
	}	

a.menu_item_contact, a.menu_item_contact_selected {
	width: 188px;
	background: url(pics/menu_contact.gif) no-repeat 0 0;
	}
a:hover.menu_item_contact, a.menu_item_contact_selected {
	background-position: -188px 0;
	}	

a.menu_item_links, a.menu_item_links_selected {
	width: 120px;
	background: url(pics/menu_links.gif) no-repeat 0 0;
	}
a:hover.menu_item_links, a.menu_item_links_selected {
	background-position: -120px 0;
	}	

a.menu_item_news, a.menu_item_news_selected, a.menu_item_agenda, a.menu_item_agenda_selected, a.menu_item_music, a.menu_item_music_selected, a.menu_item_photo, a.menu_item_photo_selected, a.menu_item_video, a.menu_item_video_selected, a.menu_item_bio, a.menu_item_bio_selected, a.menu_item_contact, a.menu_item_contact_selected, a.menu_item_links, a.menu_item_links_selected {
	display: block;
	height: 25px;
	text-decoration: none;
	float: left;
	}
	
/*------*/

a img {
	border: none;
}

a.download {
	background-color: #ffe9c2;
	color: #1b9dcf;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

a:hover.download {
	text-decoration: underline;
}

/* container
--------------------------------------------------*/
#container {
  width: 100%;
  text-align: left;
}

/* header
--------------------------------------------------*/
#header {
  width: 100%;
  height: 249px;
  margin-bottom: 50px;
}

#bar1, #bar2, #bar3 {
	height: 76px;
	margin-bottom: 8px;
	background-color: #1b9dcf;
}

#bar1 {
	width: 870px;
}

#bar2 {
	width: 100%;
}

#bar3 {
	width: 695px;
}

.logo {
	float: left;
	height: 76px;
	padding-right: 10px;
	background-color: #ffe9c2;
}

/* navigation
--------------------------------------------------*/
#hidden_navigation {
	height: 0px;
	width: 0px;
	visibility:hidden;
	font-size: 0px;
}

#navigation_line1, #navigation_line2 {
  width: 100%;
  height: 25px;
  margin-bottom: 8px;
}

/* content
--------------------------------------------------*/
#content {
  /*width: 95%;*/
  width: 940px;
  height: 100%;
  background-color: #1b9dcf;
  padding: 20px 0px 20px 10px;
  /*display: table;*/
	overflow: hidden;
}

.content_column {
	float: left;
}

#content_table, .content_block_wide {
	width: 845px;
}

.content_block_wide {
	/*width: 100%;*/
	text-align: left;
	margin-bottom: 20px;
}

.content_block {
	/*float: left;*/ /*TEMP*/
	width: 395px;
	text-align: left;
	margin-right: 45px;
	padding-bottom: 50px;
}

/* entry + headings
--------------------------------------------------*/
h1 {
	font-size: 35px;
	font-weight: bold;
	padding: 5px;
	margin: 5px 5px 5px 0px;
	color: #ffe9c2;
	background-color: #1b9dcf;
	letter-spacing: -1px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
	margin: 5px 5px 5px 0px;
	color: #ffe9c2;
	background-color: #1a435f;
	width: 50%;
}

h3 {
	float: left;
	font-size: 20px;
	font-weight: bold;
  	background-color: #1b9dcf;
	margin: -4px 0px 0px;
	text-transform: uppercase;
	padding-right: 5px;
}

h3.table {
	float: left;
	font-size: 20px;
	font-weight: bold;
  	background-color: #1b9dcf;
	margin: 0px 0px 0px -5px;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 18px;
}

.entry_header_bar {
	width: 100%;
	height: 15px;
	background-color: #ffe9c2;
	margin-bottom: 8px;
}

/*.entry_head {
	font-size: 15px;
	font-weight: bold;
  	background-color: #1b9dcf;
}*/

.entry_subhead {
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: -1px;
}

.entry_info {
	font-size: 11px;
	font-style: italic;
}

.entry_txt {
	line-height: 17px;
	margin: 15px 0px 0px 0px;
}

.shows_table_head {
	/*color: #1b9dcf;*/
	background-color: #ffe9c2;
	/*font-weight: bold;*/
	height: 15px;
	padding: 0px;
}

.shows_table_entries {
	margin: 4px;
	text-align: left;
}

.gallery_thumb {
	display: inline-block;
	vertical-align: top;
	margin: 0px 6px 6px 0px;
}

.album_pic {
	/*border: 1px solid #CEC7C2;*/
	margin: 0px 15px 0px 0px;
}

.pic {
	border: 1px solid #CEC7C2;
}

hr {
	background: #ffe9c2;
	border: none 0;
	height: 5px;
	width: 100%;
}

.forms {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px;
	border-color: #1a435f;
	border-style: solid;
	padding: 2px;
	margin-top: 3px;
}

.form_fieldtxt {
	padding-top: 3px;
	vertical-align: top;
	text-align: right;
}

.content_table {
	float: left;
	/*margin-top: 15px;*/
	margin-bottom: 30px;
}

.gb_nr_of_entries {
	margin: 5px 0px 5px 31px;
}

/* subcontent
--------------------------------------------------*/
.sub_entry {
	width: 222px;
	padding: 0px 0px 10px 0px;
}

.sub_entry_head {
	height: 23px;
	margin: 0px 0px 17px 0px;
}

.sub_entry_txt {
	font-size: 10px;
	line-height: 15px;
	margin: 0px 15px 10px 15px;
}

.sub_pic {
	text-align: center;
	margin: 0px 0px 17px 0px;
}

/* footer
--------------------------------------------------*/
#footer {
  height: 160px;
  width: 950px;
  /*background-color: transparent;*/
  background-color: #1b9dcf;
  /*margin-top: -160px;*/
  /*padding-bottom: 160px;*/
  float: left;
  padding-top: 15px;
}

#credit_label {
	height: 145px;
	width: 23px;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
}

/* Hieronder moet blijven */

.confirm_msg {
	color: #ffe9c2;
	font-weight: bold;
}

.error_msg, .attention_msg {
	color: #ffe9c2;
	font-weight: bold;
}


