/*  GLOBAL ELEMENTS*/

html {
   height: 100%;
}

body {
   background: #fff;
   font-size: 12px;
   font-family: Arial;
   height: 100%;
   color: #333;
}

   h1 {
      font-size: 20px;
      padding: 0px;
      color: #009ee0;
      font-weight: bold;
      margin-bottom: 20px;
      border-bottom: 2px solid #333;
      padding-bottom: 10px;
   }

   h1 span {
      display: block;
      font-size: 14px;
      margin-top: 10px;
      color: #333;
      font-weight: normal;
   }

   h2 {
      font-size: 18px;
      font-weight: bold;
      color: #333;
   }

   h3 {
      font-size: 16px;
   }

p {
   line-height: 140%;
   margin-bottom: 10px;
}

a {
   color: blue;
   text-decoration: none;

}

/* LAYOUT */

#nav, #header, #sidebar, #shortcuts, #nieuwsbrief {
display: none;
}

#content {
padding: 18px 15px;
}

/* ARTICLES */

   .article {
      margin-bottom: 20px;
   }

   .article h2 {
      margin-bottom: 5px;
      clear: left;
   }

   .article img {
      float: left;
      margin-right: 10px;
      margin-bottom: 20px;
   }

   .p0 h2 {
      color: #009ee0;
   }
   .meta {
      font-size: 11px;
      color: #555;
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 5px;
      margin-bottom: 5px;
   }

/* FOOTER */

#footer * {
display: none;
margin-left: 15px;
border-top: 2px solid #333;
padding-top: 10px;
}

   #footer address {
display: block;
   }
