/*
    Algemene CSS
*/

* {
    
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #FCF2DE;
    text-align: center;
    height: 100%;
    
    background-image: url('../../gfx/background_maindiv_white.jpg');
    background-repeat: repeat-y;
    background-position: 50%;    
}

img {
    border: 0px;
}

h1 {
    color: #9ED1FF;
    font-family: Georgia;
    font-size: 22px;
}

h2 {
    color: #ABCD00;
    font-size: 12px;
    font-weight: bold;
}

h3 {
    color: #9ED1FF;
    font-size: 12px;
    font-weight: bold;
}

#container {
    text-align: left;
    /*background-image: url('../../gfx/background_maindiv.gif');
    background-color: #FFF;*/
    
    margin: auto;
    width: 995px;
    position: relative;
    
    /* 100% = de hoogte van de browser, dus dan groot de #container niet mee met zijn inhoud */
    /*height: 100%;*/
}

#logos {
    position: absolute;
    top: 10px;
    left: 92px;
    width: 160px;
    height: 123px;
}

#header {
    position: absolute;
    top: 2px;
    right: 78px;
    
    width: 839px;
    height: 184px;
}
#header #quote {
    position: absolute;
    bottom: 10px;
    left: 22px;
    
    width: 639px;
    height: 24px;
    
    color: #FFF;
    font-family: Georgia;
    font-size: 26px;
}

#menu {
    position: absolute;
    top: 188px;
    right: 78px;
    
    width: 824px !important;
    width: 839px;
    
    height: 22px !important;
    height: 29px;
    
    padding-left: 15px;
    padding-top: 7px;
    
    background-image: url('../../gfx/menu_bg.gif');
    font-size: 8px;
    color: #FFF;
    font-family: Georgia;
}
#menu a {
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}
#menu a:hover {
    color: #FFF;
    text-decoration: underline;
}

#right {
    position: absolute;
    top: 120px;
    right: 85px;
    
    width: 215px;
    height: 500px;
}

#content {
    position: absolute;
    top: 240px;
    left: 100px;
    width: 580px;
    
    color: #6A7C98;
    font-family: verdana;
    font-size: 11px;
}
#content a {
    color: #D2A811;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}


* {
    color: #6A7C98;
    font-family: verdana;
    font-size: 11px;
}
* a {
    color: #D2A811;
    text-decoration: none;
}
* a:hover {
    text-decoration: underline;
}

.directnaar {
    color: #D2A811;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}
.directnaar a {
    color: #D2A811;
    text-decoration: none;
}
.directnaar a:hover {
    text-decoration: underline;
}
#nieuwsbriefvak {
    margin-top:-30px;
    padding-bottom:20px;
}

