body {
    padding: 0;
    margin: 0;
}

#container {
    position: relative;
    width: 960px;
    height: auto;
    margin: 0 auto;
}

#top_logo {
    width: 960px;
    height: 150px;
    background: url(../_img/top.png) no-repeat top left;
}

#navigatie {
    width: 960px;
    height: 50px;
}

    #navigatie ul {
        list-style: none;
        width: 960px;
        height: 50px;
        margin: 0;
        padding: 0;
    }
    
    #navigatie ul li {
        float: left;
        width: 140px;
        height: 50px;
        margin: 0 10px;
        padding: 0;
    }
    
    #navigatie ul li a {
        float: left;
        width: 140px;
        height: 50px;
        font-family: "Segoe Print", "Arial";
        color: #fff;
        text-align: center;
        line-height: 50px;
        background: url(../_img/nav_inactive.png) no-repeat center #626a63; 
        text-decoration: none;
    }
    
    #navigatie ul li a:hover {
        float: left;
        width: 140px;
        height: 50px;
        font-family: "Segoe Print", "Arial";
        color: #fff;
        text-align: center;
        line-height: 50px;
        background: url(../_img/nav_active.png) no-repeat center #626a63; 
        text-decoration: none;
    }
    
    #navigatie ul li a.active {
        float: left;
        width: 140px;
        height: 50px;
        font-family: "Segoe Print", "Arial";
        color: #fff;
        text-align: center;
        line-height: 50px;
        background: url(../_img/nav_active.png) no-repeat center #626a63; 
        text-decoration: none;
    }
    
#content_container {
    width: 960px;
}

    #subnavigatie {
        float: left;
        width: 140px;
    }
    
        #subnavigatie ul {
            list-style: none;
            width: 140px;
            margin: 75px 0 0 10px;
            padding: 0;
        }
        
        #subnavigatie ul li {
            width: 140px;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #9000ff;
        }
        
        #subnavigatie ul li a {
            width: 140px;
            font-family: "Rockwell", "Arial";
            color: #9000ff;
            text-decoration: none;
            line-height: 30px;
        }
        
        #subnavigatie ul li a img {
            border: none;
        }
        
        #subnavigatie ul li a:hover {
            width: 140px;
            font-family: "Rockwell", "Arial";
            color: #9000ff;
            text-decoration: none;
            font-weight: bolder;
        }
        
        #subnavigatie ul li a.active {
            width: 140px;
            font-family: "Rockwell", "Arial";
            color: #9000ff;
            text-decoration: none;
            font-weight: bolder;
        }
        

    #content {
        margin: 0 170px;
        width: 620px;
        padding: 30px 0;
    }
        
        #content h1 {
            color: #9000ff;
            font-family: "Rockwell";
            font-size: 20px;
        }
        
        #content h2 {
            color: #9000ff;
            font-family: "Rockwell";
            font-size: 18px;
        }
        
        #content h3, h3 a {
            color: #9000ff;
            font-family: "Rockwell";
            font-size: 16px;
        }
        
        #content p {
            color: #626a63;
            font-family: "Rockwell";
            font-size: 16px;
            line-height: 1.5em;
            text-align: justify;
        }

    #rightnav {
        float: right;
        width: 140px;
    }
    
        #rightnav ul {
            list-style: none;
            margin: 250px 10px 0 0;
        }
        
        #rightnav li a {
            font-family: "Segoe Print", "Arial";
            color: #626a63;
            text-decoration: none;
            font-size: 12px;
        }
        
        #rightnav li a:hover {
            font-family: "Segoe Print", "Arial";
            color: #9000ff;
            text-decoration: none;
            font-size: 12px;
        }

#fotobanner {
    position: relative;
    float: none;
    clear: both;
    width: 960px;
    height: 160px;
    margin: 0;
    padding: 0;
}
    
    #fotoline {
        position: absolute;
        top: 12px;
        left: 10px;
        width: 960px;
        height: 160px;
        padding: 0;
        margin: 0;
        z-index: 0;
    }
    
        #fotoline ul {
            list-style: none;
            width: 960px;
            height: 160px;
            margin: 0;
            padding: 0;
        }
        
        #fotoline ul li {
            float: left;
            width: 135px;
            height: 135px;
            margin: 0 20px 0 5px;
            padding: 0;
        }
   
   #fotoframe {
        position: absolute;
        top: 0;
        left: 0px;
        width: 960px;
        height: 160px;
        padding: 0;
        margin: 0;
        z-index: 3;
        background: url(../_img/fotoframe.png);
    }
     
#footer {
    position: relative;
    width: 960px;
    height: 10px;
}
    
    #footer p, #footer p a{
        margin: 0;
        padding: 0;
        text-align: right;
        width: 960px;
        color: #626a63;
        font-family: "Verdana";
        font-size: 9px;
    }
    
    #footer p a {
        text-decoration: none;
    }

/*FOTO GEDEELTE*/
     ul.album {
        margin: 0 0 10px 0;
        padding: 0;
        float:left;
        text-align: center;
        line-height: 1em;
        list-style: none;
        width:620px;
    }

    ul.album li {
        display: inline;
        margin:0;
        padding: 0;
    }

    ul.album a {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        padding: 4px 4px 6px 4px;
        border: 1px solid #9000ff;
        text-align: center;
        width: 80px;
        height: 80px;
    }
    
    ul.album a img {
        border: none;
    }   
 
/*FORUM*/
/***************form settings*********************************/
fieldset {
    width: 600px;
    margin: 0;
    padding: 0;
    border: 1px solid #9000ff;
    background-color: #f5f5f5;
    color: #626a63;
    font: 14px/24px Rockwell, Verdana, Arial, Helvetica, sans-serif;
}

fieldset ul {
    padding: 1em 1em 0 1em;
    list-style: none;
}

fieldset li {
    padding-bottom: 1em;
}

fieldset p.question, fieldset p.leadtext {
    font-weight: bold;
    margin-left: 2em;
}

fieldset.submit {
    border-style: none;
    text-align: center;
    background-color: transparent;
}

label {
    position: relative;
    float: left;
    width: 13em;
    margin-right: 1em;
    margin-left: 1em;
}

label em {
    position: absolute;  
    left: 12em;  
    top: 0;  
}

button {
    background-color: transparent;
    border: none;
    float: right;
}

input.button {
    color: #fff;
    background-color: #9000ff;
    font-weight: bold;
    padding: .2em;
    border-top: solid 1px #fff;
    border-right: solid 2px #789;
    border-bottom: solid 2px #789;
    border-left: solid 1px #fff;
}  
