@charset "UTF-8";
/* CSS Document */

		body{
			background-color: #353535;
			font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
			font-size: 12pt;
	
		}
	
			#DivParent
		{
			position: relative;
			width: 1600px;
			height: 2000px;
			margin-top: 0px;
			margin-left: auto;
			margin-right: auto;
			padding:0px;
			background-color: #f6ebd5;
		}
		
		#DivTopBar
		{
			position: absolute;
			width: 1600px;
			top: 0px;
			left: 0px;
            z-index: 2;
	
			padding:0px;
			
		}
		
		
		#DivTopMenuBanner
		{
    position: absolute;
    width: 680px;
    top: 0px;
	margin-top: 0px;
    z-index: 3;
    left: 50% ;
	transform: translateX(-50%);
    padding: 0px;			
		}
		
		#DivMenu 
		{
    position: absolute;
    width: 500px;
    height: 50px;
    top: 7px;
    z-index: 4;
    margin-left: 90px;
    padding: 0px;
    background-image: url("images/MenuBG.png");
    left: -33px;
		}
		
		#DivStickerZP 
		{
		position: absolute;
		top: 665px;
		z-index: 3;
		padding: 0px;
		left: 50%;
		transform: translateX(-50%);
		}
		
		ul {
  			list-style-type: none;
  			margin: 0;
  			padding: 0;
  			overflow: hidden;
			font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
			
		
  			
			}

		li {
  			float: left;
			}

		li a {
  			display: block;
  			color: white;
  			text-align: center;
  			padding: 14px 16px;
  			text-decoration: none;
		}
		

/* Change the link color to #111 (black) on hover */
		li a:hover {
  			background-color: #111;
			}

/* Change the link color to #111 (black) on hover */		
		.active {
  			
			font-weight: 500;
			}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1600px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 45px;
  transition: 1s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 3s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .6}
  to {opacity: 1}
}



.ProgramList
{
    position: absolute;
    width: 1024px;
    height: auto;
	
    top: 550px;
    margin-top: 300px;
    z-index: 2;
    left: 50%;
	transform: translateX(-50%);
}

.ProgramBlock
		{
		position: relative;
		width: 1024px;
		height: auto;
		
		margin: 24px;
		border-radius: 15px;
		background-color: #fff8a7;
		border: 2px solid #998675;
		}

.ProgramContentBlock
		{
    position: relative;
    height: auto;
    margin-top: 5px;
    margin-left: 5px;
    top: 3px;
		}

.ProgramTitle
		{	
		font-size: 18pt;
		font-weight:650;
		}
.ProgramDate
		{
		font-size: 16pt;
		font-weight: 350;
		}

.ProgramInfoBlock
		{
	
    position: relative;
    width: 1005px;
    margin-left: 5px;
    background-color: #998675;
    border-radius: 2px;
    height: auto;
    padding-left: 5px;
    left: 4px;
	min-height: 48px;
	vertical-align: bottom;
  
		}

a.inschrijven {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
	color: white;
	}

.ProgramInschrijven
		{
    position: relative;
    width: 112px;
    height: 48px;
    background-color: #555;
    line-height: 48px;
    text-align: center;
    border-radius: 2px;
	margin-left: auto;
	margin-right: auto;
		}

.ProgramInschrijven:hover
		{
   
    background-color: #111;
 
		}
