﻿html, body 
{
    background: #36374e url("/images/achterg.gif") center 0 repeat-y;
    margin: 0;
    padding: 0;
    height: 100%;
}

* {
    font-family: Tahoma;
    font-size: 11px;
    }

img { border: none; }

#container 
{
    position: absolute;
    z-index: 100;
    width: 774px;
    left: 50%;
    margin-left: -387px;
    background: white url("/images/container/achterg.gif") 0 bottom no-repeat;
    height: 100%;
    }
    
#logo 
{
    border-bottom: 3px solid white;
    padding-left: 470px;
    display: block;
    }
    
#stramienAfb 
{
    background: transparent url("") 0 0 no-repeat;
    height: 115px;
    }
    
#breadcrumb 
{
    position: absolute;
    margin: 90px 0 0 139px;
    background: transparent url("/images/breadcrumb/achterg.png") 0 0 no-repeat;
    width: 635px;
    height: 15px;
    color: White;
    padding: 5px 0 5px 0;
    }
    
#breadcrumb a 
{
    color: White;
    }
    
#header 
{
    background: #2e3192;
    text-align: right;
    }
    
#subachterg 
{
    left: 0;
    top: 236px;
    position: absolute;
    border-top: 2px solid #252775;
    background: #2e3192;
    border-bottom: solid 1px #2e3192;
    width: 100%;
    height: 100px;
    color: white;
    z-index: 0;
    display: none;
    }
    
ul#menu 
{
    background: #93c4e7 url("/images/menu/achterg.gif") 0 0 repeat-x;
    height: 31px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #cccccc;
    z-index: 100;
    }
    
ul#menu ul 
{
    position: absolute;
    list-style: none;
    top: 236px;
    margin: 0 0 0 10px;
    padding: 5px 0 0 0;
    display: none;
    border-left: 1px solid white;
    width: 150px;
    background: #2e3192;
    border-top: 2px solid #252775;
    }
    
ul#menu ul ul
{
    border-top: 2px solid #496092;
    top: -2px;
    position: absolute;
    list-style: none;
    margin: 0 0 0 150px;
    padding: 3px 0 2px 0;
    z-index: 100;
    border-left: 1px solid white;
    background: #5b78b6;
}
        
ul#menu li 
{
    float: left;
    margin: 0;
    padding: 0;
    }
    
ul#menu li li 
{
    float: none;
    }
    
ul#menu li a {
  text-decoration: none;
  color: White;
  font-size: 12px;
  padding: 6px 0 15px 15px;
  display: block;
  }
  
ul#menu li li a {
  font-size: 11px;
  padding: 5px 0 7px 10px;
  }
  
ul#menu a:hover {
  color: #2E3192;
  }
  
ul#menu li li a:hover {
  background: #93c4e6;
  }  
  



#achterg, #achterg2 
{
    position: absolute;
    height: 146px;
    top: 90px;
    width: 100%;
    z-index: 0;
    text-align: center;
    }

#achterg2 
{
    background: transparent url("/images/achterg/vast.gif") center 0 no-repeat;
    }    
    
#achterg
{
    background: transparent url("/images/achterg/repeat.gif") 0 0 repeat-x;
    }
        
#content 
{
    margin: 35px 100px;
    line-height: 15px;
    }
    
#content h3 {
    border-bottom: 1px solid silver;
    margin: 10px 0 3px 0;
    padding: 0;
    }
    
#content a {
    text-decoration: none;
    color: #2e3192;
    }
    
#content a:hover {
    text-decoration: underline;
    }
    
#content h1
{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 31px;
    left: 35px;
    color: White;
    font-size: 23px;
    }
    
#content h2
{
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 10px;
    }
    
#footer 
{
    clear: both;
    color: Silver;
    text-align: right;
    height: 50px;
}
    
#footer hr 
{
    border: none;
    background: silver;
    color: Silver;
    height: 1px;
    margin: 10px 0;
    padding: 0;
    }
    
#footer img 
{
    float: left;
    }
    
#footer a 
{
    color: Silver;
    text-decoration: none;
    }
    
#footer a:hover
{
    color: gray;
    }
    
/* rte styles */

    
table {
    border-collapse: collapse;
    }
    
table td {
    padding: 5px;
    }
    
.table-achterg td {
    background: #5b78b6;
    border: 1px solid white;
    color: White;
    }
    
.table-lijn td {
    border: 1px solid #5b78b6;
    }
    
.table-achterg-lijn {
    background: #5b78b6;
    color: White;
    }
    
.table-achterg-lijn td {
    border: 1px solid black;
    }
    
table th {
    text-align: left;
    }
  
input, textarea, select {
    width: 200px;
    background: #d0d9df;
    border: 1px solid silver;
    padding: 3px;
    }
    
input.submit {
    background: #36374e;
    color: White;
    border: none;
    padding: 3px;
    width: 100px;
    }
    
input.submit:hover {
    background: gray;
    }
    
textarea {
    width: 390px;
    }
    
.error {
    
    padding: 0;
    margin: 0 0 5px 0;   
    }
    
.error ul {
    margin: 0;
    padding: 0 0 5px 0;   
    list-style: none;  
    border-bottom: 1px dotted red;
    }