/*


                SDGL - Stichting Doelgroep Groene Leguanen


*/
* {
        margin: 0;
        padding: 0;
        font-family: Trebuchet MS, Verdana, Arial;
}
body {
        font-size: 75%;
}

/* MAIN DIVS ////////////////////////////////////////////////////////////////////////////////////////////////// */
#container {
        width: 838px;
        margin: 0 auto;
}
#contentContainer {
        width: 838px;
        margin: 0 auto;
        background-image: url(../../../images/container_bg.jpg);
}
#header {
        width: 838px;
        height: 236px;
}
/* Alle opmaak wat betreft het mainMENU - incl links en hovers & de seperator ///////////////////////////////// */
td#menuTD {
        width: 567;
        height: 40px;
        background-image: url(../../../images/bgMenu.jpg);
        padding: 2px 20px 0 35px;
}
td#menuTD ul {
        list-style: none;
}
td#menuTD ul li {
        float: left;
}
td#menuTD a {
        color: #ffffff;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: none;
}
td#menuTD a.forumLink { /* De forum link heeft standaard een UNDERLINE en daarom een eigen class ///////// */
        color: #ffffff;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: underline;
}
td#menuTD a:hover {
        color: #ff3300;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: underline;
}
span.seperator {
        margin: 0 10px 0 10px;
        color: #ffffff;
}
/* Webwinkel button specs in het menu / aan de rechterkant //////////////////////////////////////////// */
td#ww {
        width: 96;
        height: 40px;
        background-image: url(../../../images/bgWebwinkel.jpg);
        padding: 2px 20px 0 25px;
}
td#ww ul {
        list-style: none;
}
td#ww a {
        color: #ffffff;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: none;
}
td#ww a:hover {
        color: #ff3300;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: underline;
}
/* contentContainer DIV incl bijbehorende DIVs ////////////////////////////////////////////////////////// */
#content {
        width: 838px;
        float: left;
        padding: 20px 0px 20px 20px;
        line-height: 1.6em;
}
/* sideBar incl. bijbehorende DIVs - laatsteFoto / gebruikers / laatsteNieuws /////////////////////////// */
#sideBar {
        width: 230px;
        float: right;
        background-color: #C9D7B2;
}
#laatsteFoto {
        width: 200px;
        padding: 15px;
}
h3.headerLF {
        width: 230px;
        height: 32px;
        background-image: url(../../../images/shLaatstefoto.jpg);
}
#gebruikers {
        width: 200px;
        padding: 15px;
}
h3.headerG {
        width: 230px;
        height: 32px;
        background-image: url(../../../images/shGebruikers.jpg);
}
#laatsteNieuws {
        width: 200px;
        padding: 15px;
}
h3.headerLN {
        width: 230px;
        height: 32px;
        background-image: url(../../../images/shLaatstenieuws.jpg);
}
/* Footer incl. bijbehorende opmaak ///////////////////////////////////////////////////////////////////// */
#footer {
        font-family: Trebuchet MS, Verdana, Arial;
        width: 838px;
        height: 124px;
        padding: 0 30px 0 45px;
        background-image: url(../../../images/footerBackground.jpg);
        margin: 0 0 20px 0;
        overflow: hidden;
        font-size: 1em;
        color: #333333;
}
#footer a {
        font-family: Trebuchet MS, Verdana, Arial;
        color: #5E6F42;
        font-weight: bold;
        font-size: 1em;
}
#footer a:hover {
        font-family: Trebuchet MS, Verdana, Arial;
        color: #8FA271;
        font-weight: bold;
        text-decoration: none;
        font-size: 1em;
}
/* Alle tekst opmaak icl LINKS en HEADING /////////////////////////////////////////////////////////////// */
p {
        font-size: 1em;
        color: #333333;
}
h1.green {
        font-size: 1.2em;
        color: #458500;
        font-weight: bold;
}
h1.orange {
        font-size: 1.2em;
        color: #ff3300;
        font-weight: bold;
}
