body {
    margin: 0;
    font: .875em Arial;
    color: #228C44;
    background-color: #E0ECD6;
}     

h1, h2, h3, h4 p {
    margin: 15px 0;
}  

a img {
    border: 0;
}

/******************************************************************************************************
* 
* Wrapper styles
* 
******************************************************************************************************/

#wrapper {
    width: 1000px;
    margin: 0 auto;
    border: 1px solid #228C44;
    border-top: 0;
    background: #fff url(images/background-vlamsymbool.png) no-repeat center;
}

/******************************************************************************************************
* 
* Header styles
* 
******************************************************************************************************/

#header {
    height: 100px;
    background: #288E45 url(images/header.jpg) no-repeat;
}

#header h1 {
    display: none;
}    

#header a {
    display: block;
    width: 160px;
    height: 100px; 
    text-decoration: none;
}                                         

/******************************************************************************************************
* 
* Left styles
* 
******************************************************************************************************/

#left {
    width: 220px;
    float: left;
    display: inline;
}          

#photos {
    padding: 10px 15px 0;
}                                                                                          

/******************************************************************************************************
* 
* Menu styles
* 
******************************************************************************************************/

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    border-bottom: 1px solid #000;
}

#menu h2 {
    font-size: 1em;       
    margin: 0;
}

#menu a {
    font-weight: bold;
    text-decoration: none;
    color: #228C44;
    display: block;
    padding: 5px 15px;
}

#menu a:hover, #menu li.current a {
    color: #BD2B36;
}

#menu a.sub_item {
    padding-left: 30px;
}   

/******************************************************************************************************
* 
* Breadcrumb styles
* 
******************************************************************************************************/

#breadcrumb {
    
}

#breadcrumb a {
    color: #666;
    text-decoration: none;
}

/******************************************************************************************************
* 
* Content styles
* 
******************************************************************************************************/

#content {
    width: 508px;
    padding: 0 10px;
    float: left;
    display: inline;                 
    border-left: 1px solid #CEDBD1;
    border-right: 1px solid #CEDBD1;
}          

#content h2 {
    text-align: center;
    font-size: 1.786em;
    margin: 10px 0 30px 0;
}         

#content h3 {         
    font-size: 1.143em;
}                      

#content h4 {
    font-size: 1em;
}        

/******************************************************************************************************
* 
* Form styles
* 
******************************************************************************************************/

fieldset, legend {
    margin: 0;
    padding: 0;
    border: 0;
}

input {
    width: 200px;
}

input.checkbox {
    width: auto;
}

textarea {
    width: 200px;
    height: 125px;
}

/******************************************************************************************************
* 
* Sitemap styles
* 
******************************************************************************************************/

#sitemap {
    margin-bottom: 20px;
}

#sitemap ul {
    padding: 0 0 0 25px;
    margin: 0;
}

#sitemap li {
    padding: 5px 0;
}

/******************************************************************************************************
* 
* Right styles
* 
******************************************************************************************************/

#right {
    width: 220px;
    float: left;
    display: inline;
    text-align: center;    
    padding: 15px;
}

.buttons {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;    
}

.buttons a {
    display: block;
    background: #378C48 url(images/button.gif) no-repeat;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;      
    margin: 10px;
    font-size: .857em;
}

.buttons a.tank {
    background: #ccc url(images/tank.jpg);
    margin-top: 60px;
    padding: 28px 0;   
    font-weight: bold;
}

/******************************************************************************************************
* 
* Footer styles
* 
******************************************************************************************************/

#footer {
    clear: both;
    height: 25px;
    background: #288E45 url(images/footer.png) no-repeat;
}
