﻿*
{
    padding: 0;
    margin: 0;
}
body {
    font-family: Verdana;
    font-size: 12px;
    color: #000;
    background-color: #DEFCEC;
}

/********************/
/* Pagina           */
/********************/
#Pagina
{
    padding: 5px 0 100% 0;
    border-style: solid solid none ridge;
    color: #000;
    background-color: #FFF;
    width: 90%;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #00AB4F;
    border-left-color: #00AB4F;
    border-top-color: #00AB4F;
    border-top-width: 1px;
    margin: 0 auto;

}
#Pagina h1
{
    color: #00AB4F;
    font-size: 24px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #00AB4F;
    left: 5px;
}
#Pagina h2
{
    color: #00AB4F;
    font-size: 18px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 6px;
}
#Pagina h3
{
    font-size: 16px;
    font-variant: small-caps;

}

#Pagina p, #Pagina h3, #Pagina h1, #Pagina h2
{
    padding: 5px 5px 12px 5px;
}
#Pagina hr
{
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 12px;
    width: 978px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: none;
    border-top-color: #00AB4F;
}

#Pagina .TableLayOut {
    vertical-align: top;
    width : 1100px;
    margin:0 auto;
    align-content:center;

}
#Pagina .TableForm {
    vertical-align: top;
    width: 50%;
    align-content:center;
    margin-right:25px;
}
#Pagina .PropLbl
{
    padding: 2px;
    width: 200px;
    color: #00AB4F;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align:top;
}
#Pagina .PropTxtBx
{
    width: 300px;
    padding: 2px;
    color: #00AB4F;
    font-size: 12px;
    font-weight: bold;
    background-color: #DEFCEC;
}
#Pagina .PropBtn
{
    padding: 2px;
    width: 206px;
}
#Pagina .PropFault
{
    padding: 2px;
    width: 300px;
    color: #ed1c24;
    font-size: 16px;
    font-weight:bold;
}
#Pagina .PropFeedBack
{
    font-size: 14px;
    font-variant: small-caps;
    color: #00AB4F;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 5px;
    padding-right: 5px;
}
#Pagina .PropStatus{
    color: #ed1c24;
    text-align: left;
}

#Pagina .PropDdl{
    padding:1px;
}
#Pagina .PropRightTxtBx
{
    width: 200px;
    padding: 2px;
    color: #00AB4F;
    font-size: 12px;
    font-weight: bold;
    background-color: #DEFCEC;
    text-align:right;
}
#Pagina .PropRBtnList
{
    padding: 2px;
    color: #00AB4F;
    font-size: 12px;
    height: 40px;
}


/********************/
/* Header en Logo   */
/********************/
#Header {
    height: 170px;
    width: auto;
}
#Hoofding {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
#Hoofding .logo
{
    padding: 10px 10px 7px 17px;
    margin: 1px;
    float: left;
    height: 150px;
    display: block;
    text-decoration: none;
    /*border-style: none;*/
}

#Hoofding .students
{
    padding: 20px 17px 10px 10px;
    border-style: none;
    float: right;
}

#Hoofding a
{
    text-decoration: none;
    border-style: none;
}
/********************/
/* Menu             */
/********************/
#menu, #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #00AB4F;
  background: #00AB4F;
  box-shadow: 0 2px 2px #ccc;
}

#menu:before, #menu:after {
  content: "";
  display: block;
}

#menu:after { clear: both; }

#menu li {
  float: left;
  position: relative;
}

#menu a {
  float: left;
  padding: 12px 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 12px Arial, Helvetica;
}

#menu ul {
  margin: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1;
  background: #00AB4F;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
  border-radius: 3px;
  transition: all .2s ease-in-out;
}

#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu ul ul {
  top: 0;
  left: 150px;
  margin: 0 0 0 20px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
}

#menu ul a {
  padding: 10px;
  width: 130px;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#menu ul a:hover { 
    background: #006F34;
    color: #000;
}

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
}

#menu ul ul li:first-child > a:after {
  left: -12px;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-right: 6px solid #000;
  border-bottom: 6px solid transparent;
}

#menu-trigger { /* hide initially */
display: none; }
 @media(max-width: 700px) {

#menu-wrap { position: relative; }

#menu-wrap* { box-sizing: border-box; }

#menu-trigger {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 0 0 35px;
  /*border: 1px solid #000;*/
  color: #fff;
  font-weight: bold;
  background-color: #111;
  background: url(../afbeeldingen/menu.png) no-repeat 10px center, linear-gradient(#00AB4F, #00AB4F);

}

#menu {
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1;
  display: none;
  box-shadow: none;
}

#menu:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -8px;
}

#menu ul {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  background: none;
  box-shadow: none;
}

#menu ul ul {
  margin: 0 0 0 20px;
  box-shadow: none;
}

#menu ul ul li:first-child > a:after {
  border-top: 0;
  border-bottom: 0;
}

#menu li {
  position: static;
  display: block;
  float: none;
  border: 0;
  margin: 5px;
  box-shadow: none;
  background: none !important;
}

#menu ul li {
  margin-left: 20px;
  box-shadow: none;
}

#menu a {
  display: block;
  float: none;
  padding: 0;
  color: #fff;
}

#menu a:hover { color: #fafafa; }

#menu ul a {
  padding: 0;
  width: auto;
}

#menu ul a:hover { background: none !important; }
}
