body {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #0d0d0d;
	color: white;
  font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
  scrollbar-3dlight-color: #ada7a7;
  scrollbar-arrow-color: black;
  scrollbar-base-color: #212121;
  scrollbar-darkshadow-color: #ada7a7;
  scrollbar-face-color: #c8c8c8;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: #212121;
}

table {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

#table-bandmembers img {
  width: 175px;
}

#main-outer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

#header{ 
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background-image: url("../_pics/banner.jpg");
  background-repeat: no-repeat;
  background-position: -40px 0px;
  border: 2px ridge #ada7a7;
  height: 120px;
  width: 960px;
  margin: 2px auto 2px auto;
}

#popup_news{
  background-color: #000000;
  border: 5px ridge #ada7a7;
  z-index: 999;
  display:block;
  position: absolute;
  top: 100px;
  left: 200px;
  width: 600px;
  height: 440px;
}

#popup_table{
  background-image: url("../_pics/popup_background.jpg");
  background-repeat: no-repeat;
  width: 600px;
  height: 440px;
  text-align: center;
}
#main-menu {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px ridge #ada7a7;
  margin: 0px auto 2px auto;
	height: 26px;
	width: 960px;
	z-index: 100;
}

#main-content {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background-color: #212121;
  margin: 0px auto 0px auto;
  height: 550px;
  width: 960px;
}

#main-content-left {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  border: 2px ridge #ada7a7;
  float: left;
  height: 550px;
	width: 636px;
}

#main-content-right {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  border: 2px ridge #ada7a7;
	float: right;
	height: 550px;
	width: 322px;
}

#main-content-main-container {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background-color: #424242;
}

#main-content-main {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
	padding: 30px 40px 30px 40px;
	height: 546px;
	overflow-x: hidden;
	overflow-y: auto;
        width: 634px;
}

#main-content-main img {
	border: 2px ridge #ada7a7;
}

#sponsor {
  padding-bottom: 10px;
}
























#main-separator {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background-image: url("../_pics/separator.jpg");
  background-repeat: no-repeat;
  background-position: 0px -30px;
	height: 100px;
}

#main-news {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background-color: #212121;
}

#main-news-header, #main-news-header-english {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  border-bottom: 2px ridge #ada7a7;
  background-repeat: no-repeat;
  background-position: 0px -1px;
	height: 30px;
}

#main-news-header {
  background-image: url("../_pics/header-news.jpg");
}

#main-news-header-english {
  background-image: url("../_pics/header-news-english.jpg");
}

#main-news-content {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 2px ridge #ada7a7;
	height: 94px;
	overflow-x: hidden;
	overflow-y: auto;
}

#news-list-date {
	width: 90px;
	padding: 2px 5px 2px 10px;
  vertical-align: top;
}

#news-list-location {
  padding: 2px 10px 2px 0px;
  width: 230px;
}

#news-list-location a {
	text-decoration: none;
}

#news-list-location a:link {
	color: white;
}

#news-list-location a:hover {
	color: white;
	text-decoration: underline;
}

#news-list-location a:visited {
	color: white;
}

#main-concerts {	
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background-color: #212121;
	border-top: 2px ridge #ada7a7;
	border-bottom: 2px ridge #ada7a7;
	height: 140px;
}

#main-concerts-header, #main-concerts-header-english {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 2px ridge #ada7a7;
  background-repeat: no-repeat;
  background-position: 0px -1px;
	height: 30px;
}

#main-concerts-header {
  background-image: url("../_pics/header-concert.jpg");
}

#main-concerts-header-english {
  background-image: url("../_pics/header-concert-english.jpg");
}

#main-concerts-main {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#concert-list{
  margin-top: 5px;
}

#concert-list-date {
  width: 90px;
	padding: 2px 5px 2px 10px;
	vertical-align: top;
}

#concert-list-location {
  padding: 2px 10px 2px 0px;
  width: 230px;
}

#concert-list-location a {
	text-decoration: none;
}

#concert-list-location a:link {
	color: white;
}

#concert-list-location a:hover {
	color: white;
	text-decoration: underline;
}

#concert-list-location a:visited {
	color: white;
}

#concert-list-date-location {
	height: 70px;
	font-size: 110%;
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: underline;
}

#main-sponsors {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  background-color: #212121;	
}

#main-sponsors-header, #main-sponsors-header-english {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 2px ridge #ada7a7;
  background-repeat: no-repeat;
  background-position: 0px -1px;
	height: 30px;
}

#main-sponsors-header {
  background-image: url("../_pics/header-sponsors.jpg");
}

#main-sponsors-header-english {
  background-image: url("../_pics/header-sponsors-english.jpg");
}

#main-sponsors-main {
  background-color: white;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main-media {
  background-color: black;
  border-top: 2px ridge #ada7a7;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 46px;
	text-align: left;
	padding: 2px;
}

#main-sponsors-main img {
	border-style: none;
	width: 216px;
	height: 100px;
}

hr {
  border-top: 1px solid #684f38;
  height: 1px;
}

h1 {
  font-size: large 200%;
	color: white;
	margin-bottom: 20px;
}

h2 {
  font-size: 150%;
	color: white;
	text-decoration: underline;
	margin-bottom: 20px;
}

h3 {
	font-size: small;
	color: white;
}

h4 {
	font-size: 110%;
	color: white;
	text-decoration: underline;
}

h5 {
	font-size: 100%;
	color: white;
}

#date-changed{
  padding-bottom: 20px;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

li        { /*list-style-image: url("../_pics/apiebul1.gif");*/ padding-left: 10px; margin-top: 3px; }
li li     { /*list-style-image: url("../_pics/apiebul2.gif");*/ padding-left: 10px; margin-left: -10px; }
li li li  { /*list-style-image: url("../_pics/apiebul3.gif");*/ padding-left: 10px; margin-left: -10px; }

#intro {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  position: relative;
  width: 100%;
}

#flag-dutch {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  position: relative;
  float: left;
  background-image: url("../_pics/flag_netherlands.gif");
  background-repeat: no-repeat;
  height: 24px;
  width: 100px;
  font-size: 20px;
  margin-left: 80px;
}

#flag-dutch a {
  display: block;
  text-align: left;
  height: 24px;
  padding-left: 50px;
  text-decoration: none;
}

#flag-dutch a:hover {
  text-decoration: underline;
}

#flag-english {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  position: relative;
  float: right;
  background-image: url("../_pics/flag_uk.gif");
  background-repeat: no-repeat;
  height: 24px;
  width: 100;
  font-size: 20px;
  margin-right: 90px;
}

#flag-english a {
  display: block;
  height: 24px;
  text-decoration: none;
  padding-left: 50px;
  text-align: left;
}

#flag-english a:hover {
  text-decoration: underline;
}

#intro-language {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 700px;
}



#guestbook_toolbar {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  border: 1px solid white;
  background-color: #212121;
  padding: 10px;
  width: 536px;
}

#guestbook_nav {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  margin-top: 5px;
}

#guestbook_entry {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  border: 1px solid white;
  background-color: #212121;
  margin-top: 10px;
  padding: 10px;
}

#guestbook_entry_dtt_post {
  color: gray;
}

#guestbook_entry_post {
  margin-top: 10px;
  font-style: italic;
  width: 500px;
}

#guestbook_form {
}

#footnote   { width: 100%; overflow: hidden;}
#ftn-id     { float: left; padding-right: 8px; text-align: right; width: 4%; }
#ftn-note   { float: right; width: 94%; }

#counter{
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 60px;
  margin-top: 15px;
}


