/* Start of CMSMS style sheet 'Stadthuys' */
html, body   {
        background-color: #bfc4cb;
        height: 100%;
        margin: 0;
        padding: 0;
        color: white;
        text-align: center;
}

#wrapper {
     position:absolute;
     left: 50%;
     top: 50%;
     width: 780px;
     height: 570px;
     margin-top: -285px; /* half of the height */
     margin-left: -390px; /* half of the width */
     border: 1px solid #000;
     }

#header {
        height: 180px;
        width: 780px;
        background-image: url(images/cms/stadthuys_header.jpg);
}

#content{
        text-align: left;
        height: 390px;
        width: 780px;
        background-image: url(images/cms/stadthuys_content_achter.jpg);
}

.contenttable {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #002c6b;
}

.koptekst {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #002c6b;
}

#contentpane {
        width: 100%;
        height: 370px;
        overflow: auto;
        scrollbar-arrow-color: #98002d;
        scrollbar-base-color: #FFEBCD;
}

#menu li { 
    margin-left: -10px;
}
#menu li a {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #002c6b;
        text-decoration: none;
}

#menu li a:hover {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #98002d;
        text-decoration: none;
}

.aadrestekst {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #002c6b;
        text-decoration: none;
}

.aadrestekst:hover {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #98002d;
        text-decoration: none;
}

.adrestekst {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #002c6b;
        text-decoration: none;
}

.acontent {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #002c6b;
        text-decoration: none;
}

.acontent:hover {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #98002d;
        text-decoration: none;
}

#foot {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #002c6b;
}

.afoot {
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #002c6b;
        text-decoration: none;
}

.notice {
    font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #98002d;
   text-decoration: none;
}

/* End of 'Stadthuys' */

