﻿
* {
    font-family: Verdana;
}

body {
    font-size: 0.8em;
    padding: 0px;
    margin: 0px;
    background-color: #cccc99;
}

div#header {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
    background-color: #ffffff;
    background-image: url(h1_background.png);
}

div#header h1 {
    width: 760px;
    height: 100px;
}

div#header h1 a {
    width: 760px;
    height: 100px;
    display: block;
    background-image: url(h1.jpg);
    text-indent: -10000px;
}

div#content  {
    position: absolute;
    top: 125px;
    left: 134px;
    right: 0px;
    bottom: 0px;
    background-color: #cccc99;
    margin: 22px 24px 24px 30px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}

ul#toolbar {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    height: 25px;
    background-color: #ffffff;
}

ul#toolbar li 
{
	float: right;
    font-size: 10px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

ul#toolbar li a {
    color: Black;
    text-decoration: none;
}

ul#menu {
    position: absolute;
    top: 125px;
    left: 0px;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 134px;
    font-size: 10px;
    background-color: #ff9900;
}

ul#menu li {
    background-color: #ffcc66;
    margin-bottom: 2px;
    line-height: 20px;
    padding-left: 8px;
    margin-right: 1px;
}

ul#menu li a {
    color: #990000;
    text-decoration: none;
}

ul#ctl00_ulCMS 
{
    position: absolute;
    top: 560px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 145px;
    font-size: 11px;
}

a {
    color: #993300;
    font-weight: bold;
}

a#bibliotheek_nl {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 254px;
    height: 34px;
    background-image: url(bibliotheek_nl.gif);
    text-indent: -10000px;
    text-decoration: none;
}

div.question 
{
    float: left;
    width: 32px;
    height: 32px;
    border: 4px outset #993300;
    margin-right: 12px;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
}

div.question:hover 
{
    background-color: #F7D7E2;
}

div.question a {
    font-size: 20px;
    display: block;
    height: 32px;
    width: 32px;
    text-decoration: none;
}

div#answers div.answer,
div#ctl00_cphContent_pnlAddAnswer
{
    line-height: 40px;
} 

div#answers div.answer a.link,
div#ctl00_cphContent_pnlAddAnswer

{
    display: block;
    width: 40px;
    border: 2px solid #993300;
    text-align: center;
    float: left;
    clear: both;
    margin-right: 12px;
    font-size: 2em;
    font-weight: normal;
    text-decoration: none;
}