html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font: 400 0.8em verdana, arial, sans-serif;
    line-height: 150%;
    background: #666 url(../img/header.png) repeat-x top left;
    color: #EEE;
}
h2, h3, h4, h5, h6, p, dl {
    margin: 0px;
    padding: 10px 0;
}
h1 {
    clear: both;
    margin: 10px 15px 0 15px;
    font: 600 1.2em "trebuchet ms", serif;
    letter-spacing: 0.02em;
    word-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFF;
    background: #98A490;
}
h1 span {
    display: block;
    padding-left: 15px;
}
h1.tall span {
    padding: 30px 15px;
}
h2 {
    font: 500 1.4em "trebuchet ms", serif;
    color: #B5CFE3;
}
h2 a {
    color: #93B6D2;
}
h2 a:hover {
    color: #FFF;
}
h3 {
    font: 800 1.1em "trebuchet ms", serif;
    color: #FFF;
}
h4 {
    font: 700 1.2em "trebuchet ms", serif;
    color: #FFF;
}
h5 {
    font: 700 1.1em "trebuchet ms", serif;
    color: #FFF;
}
h6 {
    font: 700 1em "trebuchet ms", serif;
    color: #FFF;
}
#caption {
    font: 100 0.8em "trebuchet ms", serif;
    letter-spacing: 0.2em;
    word-spacing: 0.2em;
    text-transform:uppercase;
}
/*
   Done so the leftmost column aligns properly with the header.
  If the leftmost column has class gradient applied to it,
  this class isn't required.
 */
.leftColumn h1,
.leftColumn h2,
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
    padding-left: 0;
}
a {
    color: #B5CFE3;
}
a:active, a:focus {
     outline:none 
}
/*
   Uncomment this if you would like a visited link style
  a:visited {
  text-decoration: line-through;
  }
 */
a:hover {
    color: #FFF;
}
b {
    color: #FFF;
}
ol, ul {
    margin: 10px 30px;
    padding: 0 30px;
}
ol {
    color: #FC0;
}
ol span {
    color: #EEE;
}
ul {
    list-style-image: url(../images/bg/light_bullet.gif);
}
del {
    color: #AAA;
}
code {
    margin: 10px 15px;
    padding: 10px;
    display: block;
    overflow: auto;
    font: 400 1em courier, monospace;
    line-height: 120%;
    white-space: pre;
    background: #444;
}
.leftColumn code {
    margin-left: 0;
}
acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}
dt {
    font-weight: bold;
    color: #FFB323;
}
dd {
    margin-left: 0;
    padding-left: 45px;
}
/*
  *************************************************************
  Form Elements
  *************************************************************
 */
form {
    padding: 0;
    margin: 0;
}
/* If you're finding the input elements get pushed down, increase the width */
label {
    float: left;
    width: 25%;
    vertical-align: top;
}
input.button {
    padding: 2px 5px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    color: #222;
    background: #BBB;
    font-weight:bold;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF #999 #999 #FFF;
}
input.radio {
    background: none;
    border: 0px;
}
/*
  *************************************************************
  Blockquote and included icons
  *************************************************************
 */
blockquote {
    margin: 10px 15px;
    padding-left: 27px;
    background-color: #444;
}
/*
  *************************************************************
  Images
  *************************************************************
 */
img.floatRight {
    margin: 5px 0px 10px 15px;
}
img.floatLeft {
    margin: 5px 15px 10px 0px;
}
/*
  **********
  Layout
  **********
 */
/*
  *************************************************************
  #content: Sets the width of the site.  Make changes here
  to convert to a fixed width site.
  *************************************************************
 */
#content {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    text-align: left;
}
#content,
#width {
    width: 980px;
    margin: 0 auto;
}
.width {
    width:980px;
     margin:0 auto 
}
img {
    border:none;
}
/*
  *************************************************************
  #header: Holds the topbar and header image
  *************************************************************
 */
#header {
    position: relative;
    height: 119px;
}
/*
  *************************************************************
  #mainMenu: The top level site menu
  *************************************************************
 */
#mainMenu {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 1em;
}
#mainMenu ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0 !important;
    top: -3px;
}
#mainMenu li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainMenu li a {
    float: left;
    margin: 0 5px;
    padding: 0;
    font: 700 1em "trebuchet ms", serif;
    letter-spacing: 0em;
    text-decoration: none;
    text-transform: uppercase;
    color: #DCE0E3;
}
#mainMenu li a span {
    float: left;
    padding: 5px 1em;
    cursor: pointer;
}
#mainMenu li a:hover,
#mainMenu li a.here {
    color: #666;
    background: white;
}
#sub-mainMenu {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 1em;
}
#sub-mainMenu ul {
    border-top: #98A490 solid 2px;
    border-right: #98A490 solid 2px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -4px !important;
    right:17px;
}
#sub-mainMenu li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#sub-mainMenu li a {
    float: left;
    margin: 0 5px;
    padding: 0;
    font: 11px "trebuchet ms", serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #DCE0E3;
}
#sub-mainMenu li a span {
    float: left;
    padding: 5px 1em;
    cursor: pointer;
}
#sub-mainMenu li a:hover,
#sub-mainMenu li a.here {
    color: #FFF;
    text-decoration:none;
}
#sub-mainMenu li a.last {
    margin-right: 0;
}
/*
  *************************************************************
  .sideMenu: The side bar menu
  *************************************************************
 */
ul.sideMenu {
    margin: 0;
    padding: 0;
}
.sideMenu li {
    display: inline;
/* Needed since IE fails when you give it list-style: none; */
    list-style-image: url(foo.gif);
    font: 400 1.3em "trebuchet ms", serif;
}
.sideMenu li a {
    display: block;
    margin: 0.2em 0;
    padding: 3px 5px;
    text-decoration: none;
    color: #FFF;
}
.sideMenu li a:hover {
    color: #B5CFE3;
    background: #5F5F5F;
}
/* Active menu item */
.sideMenu li.here {
    padding: 0;
    color: #B5CFE3;
}
.sideMenu li.here ins {
    display: block;
    padding: 1px 5px;
    text-decoration: none;
    background: #555;
}
/* Submenu of active menu item */
.sideMenu li.here ul {
    margin: 0;
    padding: 0;
}
.sideMenu li.here ul li a {
    padding-left: 35px;
    font: 400 0.55em verdana, arial, sans-serif;
    color: #FFF;
    background: url(../images/bg/light_bullet.gif) no-repeat 10px 0px;
}
.sideMenu li.here ul li a:hover {
    color: #FFF;
    background: #666 url(../images/bg/light_bullet.gif) no-repeat 10px 0px;
}
/*
  *************************************************************
  #page: Holds the main page content.
  *************************************************************
 */
#page {
    float: left;
    width: 100%;
    clear: both;
    padding: 20px 0
}
/*
  *************************************************************
  #footer: The page footer - will stick to the bottom if not
  enough content.
  *************************************************************
 */
#footer {
    float: left;
    width: 100%;
    clear: both;
    padding: 65px 0 0 0;
    background: #D0D7DD url(../images/bg/light_footer.jpg) repeat-x top left;
}
#footer #footer-content {
    margin:0 auto;
    position:relative;
    width:980px;
    padding-bottom: 27px 
}
#footer #footer-content .footer-box {
    font-size:11px !important;
    width:180px !important;
    float:left !important;
    color:#555 !important;
    margin:0 20px 0 0;
     display:inline
}
#footer #footer-content .footer-box.last {
    width:180px !important;
    color:#555 !important;
    margin-right: 0px;
    display:inline
}
#footer #footer-content .footer-box p {
    margin:0 !important;
    padding:0 !important;
    line-height:29px !important;
     
}
#footer #footer-content .footer-box a {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    text-decoration:none !important;
    padding: 0 3px 0 0 !important;
    display:block !important;
    font-weight:bold !important;
    color:#777 !important;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #ccc;
    width: 175px;
}
#footer #footer-content .footer-box a:hover {
    background-color:#98A490 !important;
     color:#fff !important 
}
#footer #footer-content .footer-box h5 {
    color:#777 !important;
    padding:0 !important;
    margin:0 0 20px 0 !important;
    font-size:19px !important;
    width: 180px;
    font-weight:normal !important;
    letter-spacing:-1px !important 
}
#footer-bottom {
    width: 100% !important;
    clear: both !important;
    padding: 12px 0 !important;
    height: 24px !important;
}
#footer-bottom #copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size:11px !important;
    width: 980px !important;
    margin:0 auto !important;
    text-align:center !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    color: #CCC !important 
}
#footer-bottom #copyright a {
    text-decoration:none !important;
    color: #CCC !important;
    font-weight:bold !important 
}
#footer-bottom #copyright a:hover {
     color: #FFF !important 
}
/*
  *************************************************************
  Width classes used by the site columns
  *************************************************************
 */
.width100 {
    width: 100%;
}
.width75 {
    width: 74%;
}
.width66 {
    width: 66%;
}
.width50 {
    width: 49.7%;
}
.width33 {
    width: 32%;
}
.width25 {
    width: 24.7%;
}
/*
  *************************************************************
  Alignment classes
  *************************************************************
 */
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}
.alignMiddle {
    vertical-align: middle;
}
.alignTop {
    vertical-align: top;
}
.alignBottom {
    vertical-align: bottom;
}
/*
  *************************************************************
  Margin/Padding Classes to space out boxes
  *************************************************************
 */
.marginLeft {
     margin-left: 15px 
}
.marginRight {
     margin-right: 15px 
}
.marginRight-7 {
     margin-right:7px 
}
.marginTop {
     margin-top: 15px 
}
.margin {
     margin: 12px 15px 10px 15px 
}
.paddingTop {
     padding-top: 15px 
}
.last {
    float:right;
}
/*
  *************************************************************
  Templates
  *************************************************************
 */
.block {
    border: 4px solid rgb(66, 66, 66);
    width: 43%;
    background-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    text-align:center;
    float: left;
    margin: 4px;
    padding:15px;
}
#doelgroepenBlock, #techniekBlock {
    height: 310px;
}
#themasBlock, #userInterfaceBlock {
    height: 270px;
}
.box {
    position:relative;
    padding:20px;
    margin:0 !important;
    height: auto;
}
.box h1, .box h1 a, .leftColumn h1 {
    margin:0 0 15px 0 !important;
    font-size: 16px;
    letter-spacing: 0.02em;
    word-spacing: 0.2em;
    color: #FFF;
    background:none;
    text-decoration: none;
}
.leftColumn h1 {
    font-size: 14px !important;
}
.box h2 {
    margin:10px 0 10px 0 !important;
    padding:10px 0 0 0 !important;
}
.box p {
    margin:0 !important;
    padding: 0 0 10px 0 !important;
}
.box a {
    color: #B5CFE3;
    text-decoration: underline;
}
.box a:hover {
    color: #333;
    background-color: #B5CFE3;
    text-decoration:none;
}
.box img {
    margin:0;
    padding:0;
}
.box .activeItem {
    color: #333;
    background-color: #FFF;
    padding: 1px 0 1px 0;
    text-decoration:none;
}
.box ul {
    margin:0;
    padding:0;
    list-style:none;
}
.box .showBullet {
    list-style-type: square;
    margin: 5px 50px 15px 50px;
}
.box li {
    color:#fff;
}
.box img {
    width: 100%;
}

.template {
    width:128px;
    height:187px;
    display:block;
    float:left;
    position:relative;
}
.template .img {
    position: absolute;
    z-index: 1;
}
.template .img img {
    height: 120px;
    width: 120px;
    border: 4px solid #444;
    cursor: pointer;
}
.large-thumbnail {
    height: 204px;
    width: 204px;
    border: 3px solid #444;
}
.template ul.template-buttons {
    margin: 0;
    padding: 0;
}
.template ul.template-buttons li {
    margin: 0;
    padding: 0;
    display: inline;
}
.template ul.template-buttons li a {
    position: relative;
    top: 130px;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #B5CFE3;
    background: #555;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
}
.template ul.template-buttons li a:hover {
    color: #FFF;
    background: #444;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-bottom: 0;
    border-right: 0;
}
.template ul.template-buttons li a.view {
    width: 50px;
    float: left;
}
.template ul.template-buttons li a.download {
    width: 74px;
    float: right;
}
/*
  *************************************************************
  Generic display classes
  *************************************************************
 */
.clear {
    clear: both;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
/* Start hide from IE-mac \ */
.heightFix {
    height: 1%;
}
/* End hide from IE-mac */
.small {
    font-size: 0.8em;
}
.big {
    font-size: 1.2em;
}
.bold {
    font-weight: bold;
}
.uppercase {
    text-transform: uppercase;
}
.green {
    color: #A1FF45;
}
.red {
    color: #EA1B00;
}
.grey {
    color: #666;
}
.grey a {
    color: #999;
}
.grey a:hover {
    color: #EEE;
}
.whiteBg {
    background: #FFF;
}
.greyBg {
    background: #666;
}
.darkGreyBg,
.footerDarkGreyBg {
    background: #555;
}
.noBorder {
    border: 0;
}
/*
  *************************************************************
  Blog Styling
  *************************************************************
 */
small {
    position:relative;
    top:-15px;
     font-size:10px 
}
/* ------------------------------------------------- */
/* Network Bar */
/* ------------------------------------------------- */
#network-bar .network-links {
    width:960px;
    padding: 25px 0 0 0;
    margin: 0 auto;
}
#network-bar .network-links .network-left {
    width:80%;
    float:left;
    text-align:left;
    color: #d0593a;
    font-size:30px;
}
.network-left {
    padding: 30px 0 0 0;
}
#network-bar .network-links .network-right {
    width:20%;
    float:left;
    text-align:right;
}
#network-bar a {
    color:#d0593a;
    text-decoration:none;
}
#network-bar a:hover {
    color: #f54a2e;
    text-decoration:none;
}
