/*De pagina in het algemeen*/
body {
    background-image: url(/images/SITE-HannieSchaft-Time-Line_01_Correct.png);
    background-position:center;
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica , sans-serif;
    font-size: 15px;
    line-height: 18px;
}

#container{
    width:900px;
    height:100%;
    position:absolute;
        margin-top:0px;
        left:50%;
        margin-left:-450px;
}

/*De home banner*/
#banner {
    background-image: url(/images/SITE-HannieSchaft-Time-Line_Banner.png);
    background-repeat: no-repeat;
    height:217px;
    width:900px;
}

#menu {
    background-color: #b6061b;
    width:900px;
    height: 25px;
    padding: 0;
    margin:  0;
    color: #FFFFFF;
    font-family:  arial, verdana;
    font-size: 11.5px;
    text-align: center;
}

#menu a {
    padding: 0 5px 0 5px;
    text-decoration: none;
    color: #FFFFFF;
}

#menu a:hover {
    padding: 0 5px 0 5px;
    text-decoration: none;
    color: #000000;
}

#tekst {
    padding: 5px 0 0 0;
}

/* tableColour */
.emptyBlueCell {
    background-color:#cce5ff;
}

.emptyRedCell {
  background-color: #cc071e;
}

.emptyGreyCell  {
    background-color: #d9dadb;
}

/* topblock */
#newsContentContainer {
    width:599px;
    height:266px;
    overflow:auto;
}

#contentPositioner {
    width:551px;
    height:240px;
    margin-top:10px;
    margin-left:14px;
}

#subMenuPositioner{
   width:226px;
   height:250px;
   margin-top:10px;
   margin-left:10px;
}

.lijnblock {
    background-color: #f0d0a5;
    color: #f0d0a5;
    height: 2px;
    border: none;
}

#searchbox {
    font-family: Arial, Helvetica , sans-serif;
    color: #a5adb1;
    font-size: 25px;
    background-color: #edf8fd;
    width: 220px;
    height: 27px;
}

.subMenuButton{
    font-family: Arial, Helvetica , sans-serif;
    background-color: #f2f4f5;
    height: 21px;
    color: #004a99;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 3px;
}

.subMenuButton a{
    outline:0px;
    border:0px solid red;
    font-weight: bold;
    color: #004a99;
    text-decoration: none;
    margin-left: 8px;
}

.subMenuButton a:hover {
    font-weight: bold;
    color: #ca0821;
    text-decoration: none;
}

.subMenuButton img{
    border:0px solid red;
}

#mediaBar{
    line-height:30px;
    color: #ca0821;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}    
