
/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #343432;
  color: #FFFFFF;
  font-family: Calibri, sans-serif;
}

/* Main container */
#main {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 1rem;
  background-image: url('../navimages/TransBackground.png');
}

/* Header */
#header {
  background-color: #343432;
  border: 2px solid #CCCCCC;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}

/* Buttons */
.menu-button span
 {position:absolute;
  display:block;
  width:94%;
  left:3.5%;
  top:10px;
  height:5n0%;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  background-color:rgba(255,255,255,0.25);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
  background-image:url('-moz-linear-gradient(top,bottom,from(rgba(255,255,255,0.75');		
 }

#menu-button-effect
 {border-color:#999;
  background-color:rgba(128,128,128,0.75);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.9)));
  background-image:url('-moz-linear-gradient(top,bottom,from(rgba(64,64,64,0.75');
  -khtml-box-shadow:rgba(192,192,192,0.75) 0px 8px 24px;
  -moz-box-shadow:rgba(192,192,192,0.75) 0px 8px 24px;
  box-shadow:rgba(192,192,192,0.75) 0px 8px 24px
 }

:hover#menu-button-effect
 {border-color:#CCCCCC;
  background-color:rgba(216,10,0,0.75);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(216,10,0,0.75)), to(rgba(96,192,255,0.9)));
  background-image:url('-moz-linear-gradient(top,bottom,from(rgba(216,10,0,0.75');
  -khtml-box-shadow:rgba(216,10,0,0.75) 0px 8px 24px;
  -moz-box-shadow:rgba(216,10,0,0.75) 0px 8px 24px;
  box-shadow:rgba(216,10,0,0.75) 0px 8px 24px;
  margin-right:1.5em
 }
	
#menu-button-effect
 {margin-right:1.5em;
  margin-right:1.5em;
 }

.menu-veld 
 {position:relative;
  display:inline-block;
  width:200px;
  height:35px;
  margin:5px;
  text-align:center;
  cursor:pointer;
  border:2px solid #999; 
  background-color:rgba(128,128,128,0.75); 
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -opera-border-radius:8px;
  -khtml-border-radius:8px;
  color:#FFFFFF;
 }

.menu-veld span
 {position:absolute;
  display:block;
  width:94%;
  left:3.5%;
  top:10px;
  height:5n0%;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -opera-border-radius:6px;
  -khtml-border-radius:6px;
  background-color:rgba(255,255,255,0.25);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
  background-image:url('-moz-linear-gradient(top,bottom,from(rgba(255,255,255,0.75');		
 }

#menu-veld-effect
 {border-color:#999;
  background-color:rgba(128,128,128,0.75);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.75)));
  background-image:url('-moz-linear-gradient(top,bottom,from(rgba(64,64,64,0.75');
 }

:hover#menu-veld-effect
 {border-color:#CCCCCC;
  background-color:#FFFFFF; 
  color:rgba(128,128,128,0.75);
  background-color:rgba(216,10,0,0.75);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(216,10,0,0.75)), to(rgba(96,192,255,0.9)));
  background-image:url('-moz-linear-gradient(top,bottom,from(rgba(216,10,0,0.75');
 }
	
 a:link.box
{color: #FFFFFF;
font-family: Calibri,Arial,Franklin Gothic Book ;
font-size:16px;
text-decoration: none; 
cursor: hand; font-variant:small-caps
}

a:visited.box
{color: #FFFFFF;
font-family: Calibri,Arial,Franklin Gothic Book ;
font-size:16px;
text-decoration: none; 
cursor: hand; font-variant:small-caps
}

a
{ color: #FFFF00 ;
  font-size:16px;
  text-decoration: none; 
}

a:link.menu
{color: #FFFFFF;
font-family: Calibri,Arial,Franklin Gothic Book, ;
font-size:13px;
text-decoration: none; 
cursor: hand;
}

a:visited.menu
{color: #FFFFFF;
font-family: Calibri,Arial,Franklin Gothic Book, ;
font-size:13px;
text-decoration: none;
cursor: hand;
}

a:active.menu
{}

a:hover.menu
{color: #FFFFFF;
font-family: Calibri,Arial,Franklin Gothic Book, ;
font-size:13px;
text-decoration: none;
cursor: hand;
}

a:link.menu2
{color: #FFFFFF;
font-family: Calibri,Arial,Franklin Gothic Book, ;
font-size:13px;
text-decoration: none; 
cursor: hand;
}

a:visited.menu2
{color: #FFFFFF;
font-family: Calibri,Arial,Franklin Gothic Book, ;
font-size:13px;
text-decoration: none;
cursor: hand;
}

a:active.menu
{}

a:hover.menu2
{color: #FFFFFF;
font-family: Calibri,Arial,Franklin Gothic Book, ;
font-size:13px;
text-decoration: none;
cursor: hand;
}

#menu-veld-effect
 {margin-right:1.5em;
  margin-right:1.5em;
 }

/* Image and iframe scaling */
img, iframe {
  max-width: 100%;
  height: auto;
}

/* Table styling */
table.overzicht {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

table.overzicht th, table.overzicht td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #999;
}

/* Content containers */
.framecontent,
div.content {
  width: 100%;
  padding: 1rem;
}

div.kop, div.bottom {
  width: 100%;
  padding: 1rem;
  background-color: #343432;
}

/* Footer */
td#footer, .tekstFTR {
  background-color: #FFFFFF;
  color: #343432;
  padding: 10px;
  text-align: left;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  #main, .framecontent, div.content {
    padding: 0.5rem;
  }

  .menu-button, .menu-veld {
    width: 100%;
    font-size: 1rem;
  }

  table.overzicht th, table.overzicht td {
    display: block;
    width: 100%;
  }
}

iframe.prijzen
{border: none;
 width: 100%;
 max-width: 100%;
 height: 3000px;
}
