/* Author: Gerard Braad (gbraad@spotsnel.nl) */

body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    color: black;
    margin: 0px;
    background: rgb(204, 204, 204) none repeat;
}

p, td, th
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

a:link {
    color:#5588aa;
    text-decoration:none;
}

a:visited {
    color:#999999;
    text-decoration:none;
}

a:hover {
    color:#000000;
    text-decoration:underline;
}

a img {
    border-width:0;
}

hr {
    height: 1px;
    color: #339966;
    background-color: #339966;
}

#container {
    margin: 42px auto;
    position: relative;
    text-align: left;
    width: 770px;
    -moz-border-radius: 14px;
    background-color: #FFFFFF;
}

#main {
    padding: 14px;
    margin: 1px;
}


#navigation {
    padding-bottom: 10px;
}

#navigation ul {
    font-weight:bold;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding:0;
    position:absolute;
    width:inherit;
}

.titlewrapper {
    background: rgb(0, 112, 224) none no-repeat;
    height: 220px;
    -moz-border-radius: 14px;
}

#navigation li {
    border-right:1px solid #CDCDCD;
    float:left;
    margin-right:5px;
    padding:0 10px;
}

li {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
}

h1 {
    border-bottom:dotted 1px #999999;
    margin-bottom:0px;
    color: #000000;
}

.post {
    padding-left:5%;
    padding-right:10%;
}
