html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Trebuchet MS, sans-serif;
    font-size: 13px;
    background-color: #090909;
}

p {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

h1 {
    font-family: Trebuchet MS;
    font-size: 24px;
    color: #000;
    background-image: url(../assets/perlei_line.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

h2 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0px;
    padding: 0px;
}

h2 a {
    color: #000;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

#container {
    min-height: 100%;
    position: relative;
}

#ouderheader {
    background: #000;
    padding-bottom: 30px;
}

#header {
    width: 1024px;
    margin: 0 auto 0 auto;
    height: 180px;
    overflow: hidden;
}

#innerheader {
    width: 960px;
    margin: 0 auto 0 auto;
    padding-top: 8px;
}


/* new header */
#ouderheader {
    background-size: cover;
    background-repeat: no-repeat;
}
.header {
    max-width: 1024px;
    margin: 0 auto;
}

.header__inner {
    overflow: hidden;
    position: relative;
}

.logo {
    float: left;
}

.navbar {
    position: absolute;
    bottom: 15px;
    left: 259px;
    overflow: hidden;
    text-align: left;
}

.navbar a {
   display: inline-block;
   background-color: #000;
   padding: 8px 14px;
   border: 1px solid #FFF;
   margin: 15px 15px 0 0;
   color: #FFF;
   font-size: 12px;
   text-decoration: none;
   font-family: Tahoma;
   text-transform: uppercase;
}

.navbar a:hover, .navbar .active {
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
}


@media screen and (max-width: 700px) {
   #ouderheader {
      padding-bottom: 0;
   }
   .logo {
      float: none;
      display: block;
      text-align: center;
   }
   .navbar {
      position: static;
      bottom: initial;
      left: initial;
      text-align: center;
   }

   .navbar a {
      display: block;
      width: 100%;
      margin: 0;
      padding: 12px;
   }
}

/* old header */
#navbar {
    margin-bottom: 15px;
    height: 25px;
}

#navbar a {
    display: block;
    background-color: #000;
    padding: 8px 14px;
    border: 1px solid #FFF;
    float: left;
    margin-right: 10px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-family: Tahoma;
    text-transform: uppercase;
}

#navbar a:hover, #navbar .active {
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
}

#body {
   background-color: #fff;
}

.content__wrapper{
   padding: 50px 10px 0 10px;
   margin: 0 auto;
   /* Height of the footer */
   overflow: hidden;
   max-width: 955px;
}

#content {
    float: left;
    width: 70%;
}

#content p {
    margin: 13px 0px;
}

#content td p {
    margin: 0px 0px;
}

#content .content_bg_wrap {
    background-color: #E5E5E5;
    padding: 2px 10px 10px 10px;
    -moz-box-shadow: 4px 4px 4px #cecece;
    -webkit-box-shadow: 4px 4px 4px #cecece;
    box-shadow: 4px 4px 4px #cecece;
}

#content ul {
    list-style-image: url(../assets/square2.png);
}

#content td ul {
    margin: 0px;
    padding: 0px 0 0 15px;
    list-style-position: outside;
}

#sidebar {
   width: 27%;
   padding-left: 3%;
   overflow: hidden;
}

@media screen and (max-width: 700px) {
   #content {
    float: none;
    width: 100%;
   }
   #sidebar {
      width: 100%;
      padding-left: 0;
   }
}

.graybox {
    background-color: #e5e5e5;
    padding: 10px;
}

#agendaitems p {
    background-image: url(../assets/square.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0px 5px;
    margin: 10px 0px;
}

#agendaitems a {
    color: #000;
    text-decoration: none;
}

#agendaitems a:hover {
    text-decoration: underline;
}

#footer {
    padding: 20px 10px;
}

#innerfooter {
   max-width: 955px;
   margin: 0 auto;
}

#innerfooter p {
   color: #FFF;
   margin-bottom: 10px;
}

#innerfooter td {
    color: #999999;
    font-size: 11px;
}

#innerfooter a {
    color: #999999;
}

#innerfooter .bigger {
    font-size: 16px;
    font-weight: bold;
}

.clear {
    clear: both;
}