* {
    margin: 0;
    padding:0;
    outline:none;
    text-decoration:none;
}
img {
    border:none;
}

html {
    font-family: Verdana, Verdana, Geneva, sans-serif;
    color:#000000;
}

#container {
    width: 998px;
    margin: 0 auto;
    overflow:auto;
}
#header {
    width:998px;
    height:341px;
    background: url("../images/bg-header.jpg") top left no-repeat;
}
#logo {
    width: 516px;
    height:53px;
    position:absolute;
    margin: 54px 0 0 421px;
}
#slogan {
    width: 310px;
    height:36px;
    position:absolute;
    margin: 0 0 0 622px;
}
#buttons {
    float:right;
    width:25px;
    margin: 52px 0 0 0;
}
#buttons span {
    display:none;
}
#home-button {
    display:block;
    width:25px;
    height:85px;
    background: url("../images/home-button.png") top left no-repeat;
    margin: 0 0 12px 0;
}
#home-button:hover {
    background: url("../images/home-button-active.png") top left no-repeat;
}
#contact-button {
    display:block;
    width:25px;
    height:86px;
    background: url("../images/contact-button.png") top left no-repeat;
}
#contact-button:hover {
    background: url("../images/contact-button-active.png") top left no-repeat;
}
#menu {
    width:998px;
    height:46px;
    background: url("../images/menu-bar.png") top left no-repeat;
    position:absolute;
    top: 295px;
}
#menu ul {
    list-style:none;
}
#menu ul li {
    float:left;
    border-right: 1px solid #c0c0c0;
}
#menu ul li.first {
    margin: 0 0 0 2px;
}
#menu ul li.last {
    border-right: 0px solid #c0c0c0;
}
#menu ul li a {
    margin: 1px 0 0 0;
    padding: 0 10px;
    display:block;
    min-width:90px;
    line-height:28px;
    height:29px;
    text-align: center;
    color:#979797;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}
#menu ul li.last a {
    padding:0 16px 0 11px;
    }

#menu ul li a:hover {
    color:#000000;

}
#menu ul li.first a:hover {
    color:#000000;
}
#menu ul li.last a:hover {
    color:#000000;
}

#menu ul li.active a {
    color:#ffffff;
    background: url("../images/menu-active.png") top left no-repeat;
}
#menu ul li.first.active a {
    background: url("../images/menu-active-first.png") top left no-repeat;
}
#menu ul li.last.active a {
    background: url("../images/menu-active-last.png") top right no-repeat;
}

#page-wrapper {
    width:998px;
    overflow:auto;
    background: url("../images/bg-wrapper.png") top left repeat-y;
}
#page-top {
    height:2px;
    background: url("../images/page-top.png") top left repeat-y;
}
#page {
    overflow:auto;
    background: url("../images/bg-page.png") bottom left no-repeat;
}
#sidebar-left {
    width:228px;
    overflow:auto;
    float:left;
    margin: 0 18px 0px 11px;
    padding: 0 0 30px 0;
}

#sidebar-left .heading {
    text-transform:uppercase;
    margin: 8px 0 0 0;
    height:25px;
    line-height:23px;
    padding: 0 0 0 6px;
    background: url("../images/left-heading.png") top left no-repeat;
    color:white;
    font-size:14px;
    font-weight:bold;
}

#sidebar-left ul {
    text-transform:uppercase;
    list-style:none;
    margin: 0 0 0 6px;
    color:#979797;
    font-size:11px;
}

#sidebar-left ul li {
    border-bottom:1px solid #979797;
}
#sidebar-left ul li a {
    color:#979797;
    display:block;
    line-height:19px;
}
#sidebar-left ul li a:hover, #sidebar-left ul li.active a:hover {
    color:#000000;
}
#sidebar-left ul li.active a {
    color:#dd9200;
}

#sidebar-left ul li ul {
    margin: 0px 0 4px 4px;
    text-transform:none;
}

#sidebar-left ul li ul li {
    margin: 0 0 0 2px;
    border-bottom:none;
}
#sidebar-left ul li ul li a, #sidebar-left ul li.active ul li a {
    color:#979797;
    line-height:16px;
}

#sidebar-left ul li ul li a:hover {
    color:#000000;
}

#sidebar-left ul li.active ul li.active a  {
    color:#dd9200;
}

#sidebar-left h3 {
    color:#dd9200;
    font-size:13px;
    padding: 0 5px;
}
#sidebar-left h4 {
    margin: 6px 0 0 0;
    color:#000000;
    font-size:11px;
    font-weight:bold;
    padding: 0 5px;
}
#sidebar-left p {
    color:#979797;
    font-size:11px;
    margin: 0 0 8px 0;
    padding: 0 5px;
}
#sidebar-left a {
    color:#979797;
}
#sidebar-left a:hover {
    color:#dd9200;
}

#content {
    width:462px;
    float:left;
    padding: 5px;
}
#breadcrumbs {
    margin: 1px 0 0 0;
    font-size:9px;
    line-height:16px;
    height:25px;
    text-transform:uppercase;
}
#breadcrumbs a {
    color:#000000;
}
#breadcrumbs a:hover {
    text-decoration:underline;
}

#content h1 {
    color:#979797;
    text-transform:uppercase;
    font-size: 15px;
    line-height: 18px;
    padding-bottom:6px;
    border-bottom: 1px solid #979797;
    margin: 0 0 10px 0;
}

#content p, #content ul, #content ol, #content table tr td {
    font-size:11px;
    margin: 0 0 10px 0;
}
#content ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
}
#content ol {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
}
#content p a {
    color:#dd9200;
}
#content p a:hover {
    text-decoration:underline;
}

#sidebar-right {
    width:226px;
    float:left;
    margin: 0 0 0 21px;
    padding: 0 0 20px 0;
    color:#ffffff;
    font-size:11px;
}

#sidebar-right a.clubnieuws {
    display:block;
    height:23px;
    margin: 9px 0 0 0;
}
#sidebar-right a.clubnieuws img {
    margin: 0px 0 0 7px;
}

#sidebar-right .block1 a {

}

#sidebar-right .block1 {
    padding:4px;
    width:218px;

    background: #000000;
    margin: 9px 0 0 0;
}
#sidebar-right .block2 {
padding:4px;
    width:218px;
    background: #999999;
    margin: 9px 0 0 0;
}
#sidebar-right .block3 {
padding:4px;
    width:218px;
    height:134px;
    background: #dd9200;
    margin: 9px 0 0 0;
}
#sidebar-right .block3 strong {
    color:black;
}
#sidebar-right .block3 table {
    line-height:11px;
}
#sidebar-right div p a {
    color:#ffffff;
}
#sidebar-right div p a:hover {
    color:#dd9200;
}
#sidebar-right img {
    margin: 0 0 0 3px;
}

#footer {
    background: url("../images/bg-footer.png") top left no-repeat;
    height:27px;
    font-size:9px;
    line-height:17px;
    text-align:center;
    color:#999999;
    text-transform:uppercase;
}
#footer a {
    color:#999999;
}
#footer a:hover {
    color:#000000;
}

#proefles {
margin: 5px 0 5px 3px;
display:block;
height:24px;
width:211px;
background:url('/images/proefles.jpg');
}
#proefles:hover {
background:url('/images/proefles-hover.jpg');
}
#lesrooster {
margin: 5px 0 5px 3px;
display:block;
height:24px;
width:211px;
background:url('/images/lesrooster.jpg') top left no-repeat;
}
#lesrooster:hover {
background:url('/images/lesrooster-hover.jpg') top left no-repeat;
}


#proefles span, #lesrooster span {
display:none;
}

a.tour {
display:block;
width:222px;
height:26px;
line-height:26px;
background:url('/images/bgtourbutton.png') top left no-repeat;
color:#000;
text-align:center;
margin: 0 0 2px 0;
    text-transform:uppercase;
    font-weight:bold;
    font-size: 11px;

}
a.tour:hover {
color:white;
background:url('/images/bgtourbuttonhover.png') top left no-repeat;
}


a.mail {
    display:block;
    width:104px;
    height:20px;
    line-height:20px;
    color:white;
    background:url('/images/bg-mail.jpg') top left no-repeat;
    text-align:center;
}
a.mail:hover {
    background:url('/images/bg-mail-active.jpg') top left no-repeat;
    color:black;
    text-decoration:none;
}
#sidebar-right #clubnieuwsbutton {
    margin-left:7px;
    width:212px;
    height:23px;
    background:url("/images/clubniews.jpg") top left no-repeat;
}
#sidebar-right #clubnieuwsbutton:hover {
    background:url("/images/clubniews-hover.jpg") top left no-repeat;
}
#clubnieuwsbutton span {
    display:none;
}

#sidebar-right #fitlinxx {
    margin-left:7px;
    width:212px;
    height:23px;
    background:url("/images/fitlinxx.jpg") top left no-repeat;
}
#sidebar-right #fitlinxx:hover {
    background:url("/images/fitlinxx-hover.jpg") top left no-repeat;
}
#fitlinxx span {
    display:none;
}

.aanmelden {
    display:block;
    height: 23px;
    width:212px;
    background:url("/images/user/aanmelden-nieuwsbrief.jpg") top left no-repeat;
}
.aanmelden:hover {
    background:url("/images/user/aanmelden-nieuwsbrief-mo.jpg") top left no-repeat;
}
.aanmelden span {
display:none;
}

a.dniewsbrief {
    margin: 20px 0 0 0;
    display:block;
    height: 23px;
    width:212px;
    background:url("/images/user/download-nieuwsbrief-w.jpg") top left no-repeat;
}
a.dniewsbrief:hover {
    background:url("/images/user/download-nieuwsbrief-o.jpg") top left no-repeat;
}
a.dniewsbrief span {
    display:none;
}
    
