body {
     color: #222222;
     font-family: Tahoma, Geneva, sans-serif;
     background-color: #000000;
	 background-image: url(backgrounds2018/IMG_1409.JPG);
	 background-repeat: no-repeat;
	 background-position: left top;
	 background-attachment: fixed;
     margin: 0;
     padding: 0;
	 text-align: left;
	background-size: cover;
}

#container {
     position: absolute;
	 min-width: 800px;
	 width: 60%;
	min-height: 98%;
/*	overflow: auto;*/
	 padding: 10px 0px 10px 10px;
     border-right: 2px solid #222222;
     text-align: left;
	background-color: rgb(255,255,255); /*fallback kleur */
	background-color: rgba(255,255,255,0.9);
}

#header {
	/*width: 789px;*/
	min-width: 789px;
	width: 99%;
	height: 150px;
	background-color: #222222;
	background-image: url(backgrounds/banner4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #000000;
	margin-bottom: 15px;
	overflow: hidden;
}

#header h1{
	width: 400px;
	max-height: 80px;
	position:absolute;
	right: 15px;
	top: 0px;
	padding: 15px;
    border: 0px solid #444;
	text-align: left;
	overflow: hidden;
	line-height: 150%;
}

#header p{
	width: 400px;
	max-height: 80px;
	position:absolute;
	right: 15px;
	top: 0px;
	padding: 15px;
    border: 0px solid #444;
	text-align: justify;
	color: #ffffff;
	font-weight: normal;
	font-size: 80%;
	overflow: auto;
}
#wrapper {
	width: 100%;
}

#menu {
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
    border: 0px solid #A4E;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	z-index: 100;
	width: 175px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 175px;
	z-index: 99;
}

#menu ul  li {
	position: relative;
	background-color: #222222;
	border: 0px solid #555; /*#A8976F;*/
	padding: 5px 8px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 90%;
}

#menu ul li  a{
	display: block;
}

#menu ul li a:link {
     color: #ffffff;
     text-decoration: none;
	 border: 0px;
	 }

#menu ul li a:active {
     color: #FD6A86;
     text-decoration: none;
	 border: 0px;
	}

#menu ul li a:visited {
     color: #ffffff;
     text-decoration: none;
	 border: 0px;
	}

#menu ul li a:hover {
     color:#FD6A86;
     text-decoration: none;
	 border: 0px;
}

#menu ul  li  ul{
	position: absolute;
	left: 172px;
	top: -1px;
	display: none;
	border: 1px solid #333;
	padding: 0;
	margin-bottom: 0;
	background-color: #222222;
}

#menu ul  li  ul a{
	background-color: #222222;
	/*bug fix for IE6, don't remove*/
}

#menu ul  li ul li {
	border: 0px solid #A8976F;
	padding: 5px 8px;
	margin: 0px;
	background-color: #222222;
}

#menu ul  li ul li a{
	background-color: #222222;
	/*bug fix for IE6, don't remove*/
}

/* 2de sub*/
#menu ul  li  ul li ul a{
	background-color: #222222;
	/*bug fix for IE6, don't remove*/
}
/*einde 2de sub*/

#menu ul  li:hover{
	background-color: #222222;
}

#menu ul  li:hover ul {
	display: block;
	background-color: #222222;
}

#content {
	float: left;
	/*padding-left: 177px;*/
	min-width: 600px;
	width: 75%;
	/*width: 600px;*/
	border: 0px solid #24B;
	margin-left: 15px;
	font-size: 90%;
}

.contentbox {
	border: 1px solid #222222;
	padding: 10px;
	margin-bottom: 15px;
	text-align: left;
}

.index {
	width:100%;
	border-collapse:separate;
	border-spacing: 15px 0px;
}

.index td {
	width:33%;
	text-align:center;
	vertical-align:center;
}

.index td img {
	width: 100%;
	height: 175px;
    object-fit: cover;
}

.index .caption {
	padding:5px;
	vertical-align:top;
	background-color: #222222;
	color: #ffffff;
}

.index .caption a {
	color: #FFFFFF;
}
.series	 {
	/* banner for concert series */
	background-color: #222222;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	padding: 5px;
}

h1   {
	 text-align: center;
     font-size:150%;
	 color: #ffffff;
}

h2   {
     font-size:120%;
	 line-height: 75%;
}

h3   {
     font-size: 100%;
	 line-height: 75%;

}

h4   {
     font-size: 150%;
	 line-height: 75%;
}

img {
	border: 0px;
	}

a:link {
     color: #1A1D60;
	text-decoration: underline;
	 border: 0px;
	 }

a:active {
	color: #5D1F19;
     text-decoration: underline;
	 border: 0px;
	}

a:visited {
     color: #1A1D60;
     text-decoration: underline;
	 border: 0px;
	}

a:hover {
	color: #5D1F19;
     text-decoration: none;
	 border: 0px;

}
/*
@media only screen and (max-width: 600px) {
  #header h1, p {
    display: none;

  }
  #menu {
    display: none;
  }
  #body {
	  width: 100%
	  background-image: none;
  }
  #container {
	  width: 100%;
  }
  #content {
	  clear: both;
		width: 100%;
  }
}
*/
