body {
	margin: 0;
	padding: 0;
	border: 0;
    
      background: url(/image/Background22a.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

header{
	display : inline-block;
	width : 100%;
    position: relative;
    margin-bottom: 30px;

}
header img {
    position: fixed;
    right: 40px;
    top: 40px;
    width: 175px;
    transform: rotate(15deg);
}

a {
  outline: none;
  text-decoration: none;
  padding: 2px 5px 0;
}

a:link, a:visited {
  color: #000000;
}


a:focus {
  border-bottom: 1px solid;
  background: #BAE498;
}

a:hover {
  border-bottom: 1px solid;   
    background-color: #000000;
  color: white;
}

a:active {
  background: #265301;
  color: #CDFEAA;
}

main
{
	width: 100vw;
	height: 75vw;
	max-height: 75vh;
	max-width: 133.33vh;
	margin: auto;
	position: relative;
	top:30px;
	bottom: 0;
	left: 0;
	right: 0;
	
}

main h1, main h2 {
/*    color: white;*/
/*    -webkit-text-stroke: 1px black;*/
    
    position: relative;
    background: transparent;
    z-index: 0;
}

main h1:before, main h2:before {
  content: attr(title);
  position: absolute;
/*  -webkit-text-stroke: 0.2em #bada55; */
  left: 0;
  z-index: -1;
}


#logo
{
	margin-left: 10px;
	margin-top: 10px;
}

#frame {
    /*padding: 50px;*/

    width: 90%;	
    height: 90%;
    position: relative;

    /*background-image: url('/image/vip_lampjes.png');*/
    /*background-repeat:  no-repeat;*/
    /*background-size: 100% 100%;*/


    border-bottom: 20px solid yellow;
    border-right: 20px solid magenta;
    margin-bottom: 20px;

}
#borderLeft {
    position: absolute;
    border-left: 20px solid yellow;
    top: 50%;
    bottom: 0;
}

/*#frame, #gemist {*/
#gemist {
    border: 5px solid white;
    box-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
section#gemist {
    padding: 20px;
    background: rgba(255,255,255,.7);
    border-radius: 5px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
}

.lijnhoogte {
    padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	display: inline-block;
	background-color:#000; 
	color:#FFF;
}
.lijnhoogte_witrood {
    padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	display: inline-block;
	background-color:#FFFFFF; 
	color:#FF0000;
}
.lijnhoogte_witzwart {
    padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	display: inline-block;
	background-color:#FFFFFF; 
	color:#000000;
}
.lijnhoogte_witrood:hover {
    padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	display: inline-block;
	background-color:#FF0000; 
	color:#FFFFFF;
}
