/*
 * Version: $Revision: 51391 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2009 BeSite
 */

body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../../../img/sevink/achtergrond.jpg) repeat;
}

body, div {
    margin: 0;
    padding: 0;
}


#center{
    width: 764px;
    height: auto;
    margin: 0 auto;
    background: #fff;
}

#header {
    width: 764px;
    height: 228px;
    background: url(../../../img/sevink/header.jpg) no-repeat;
    border-top: 5px solid #506614;
    margin-top: 20px;
}

DIV#contentWrapper{
    width: 764px;
    background: #fff;
    color:#666633;
    float: left;
    display: inline;
}

#linkerblok{
    width: 527px;
    float: left;
    display: inline;
}

#rechterblok{
    width: 237px;
    float: left;
    display: inline;
}

DIV#sevinkBlok {
    width: 507px;
    padding: 70px 0 0 20px;
    float: left;
    background: url(../../../img/sevink/headerTitel.jpg) no-repeat;
    display: inline;
}

#contentWrapper h1{
    margin: 25px 0 0 0;
    padding: 0;
    color: #FF0200;
    line-height: 30px;
}

#contentContainer {
    width: 487px;
    padding: 0 20px;
    margin: 0;
    float: left;
    display: inline;
}

#menu{
    width: 237px;
    height: auto;
    
}

#menu ul{
    width: 237px;
    margin: 0;
    padding: 0;
    height: auto;
    
}

#menu li{
    list-style-type: none;
    background: #91A754;
    overflow: hidden;
    width: 237px;
    height: 31px;
    margin:0;
    
    line-height: 29px;
    
    background: url(../../../img/sevink/menu.jpg) no-repeat;
}

#menu li a{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
}

#menu li a:hover{
    color: #fff;
    text-decoration: none;
}

#menu li.Selected a
{
    color: #fff;
    text-decoration: none;
}

#menu li.Selected
{
    background: url(../../../img/sevink/menu2.jpg) no-repeat;
}

#menu li.Selected a:hover
{
    color: #fff;
    text-decoration: none;
}


#contactBlok{
    width: 197px;
    height: 170px;
    padding: 20px 20px 0 20px;
    background: #E5EACC;
}

#contactBlok p{
    color: #666633;
    width: 217px;
    display:inline;
}

#contactBlok h1{
    font-size: 17px;
    font-weight: bold;
    color: #90A74F;
    margin: 0;
    padding:0 0 5px 0;
}

#contactBlok a{
    color: #666633;
    text-decoration: underline;
}

.foottext{
    float: left;
    margin: 15px 0 0 35px;
    font-size: 90%;
}

#footer{
    height: 5px;
    width: 764px;
    background: #506614;
    
}
.clear{
    clear: both;
}

#emaillink{
    width: auto;
    height: auto;
    float: left;
}

#email{
    float: left;
    width: auto;
}

 