h1  {
    display: block;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 18pt;
    font-style : normal;
    color : white;
    font-weight : normal;
    padding-top : 5px;
    text-align: center;
}

h2  {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    color : Black;
    padding-top : 1px;
    text-align: center;
}

h3  {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight : bold;
    font-style : italic;
    color : Navy;
    padding-top : 1px;
}

h4  {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-style : italic;
    color : Navy;
    padding-top : 1px;
}

h5  {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    color : Navy;
    padding-top : 1px;
}

h6  {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    color : Black;
    padding-top : 1px;
    text-indent : 16px;
}

body  {
    padding : 0;
    margin : 0;
    font-size : 10pt;
    color : Navy;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    font-style : normal;
    background-image : url("images/bg_seizoen.jpg");
    background-repeat : repeat;
    background-attachment : fixed;
    background-color : Silver;
    text-align: center;
}

img {
    display : inline;
}

p  {
    color : Navy;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
}

p.center {
    text-align : center;
}

div.apart {
    clear : both;
}

p.extra {
    clear: both;
    padding: 20px 0 0 0;
    width : 50em;
    text-align: center;
}

p.DBerror {
    font-weight : bold;
    color : Yellow;
    background-color : Red;
}

a {
    text-decoration : none;
    padding : 0;
}

a img {
    border-width : 0;
}

#home {
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: white;
}

#home a {
    display: block;
    float: left;
    margin: 0;
}

#home a img {
    width: 122px;
    height: 50px;
}

#home h1 {
    display: block;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 24pt;
    font-style : normal;
    color : Navy;
    font-weight : normal;
    text-align: center;
    margin: 0 122px 0 0;
}

#header {
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 0;
}

#content {
    width: 50em;
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 20px 0 20px 0;
}

#content a {
    text-decoration: none;
    font-weight: bold;
    padding: 0 0 0 1.5em;
    background-repeat : no-repeat;
    background-position : left center;
    background-image: url("/images/link.gif");
}

#footer {
   clear : both;
    width : 100%;
    height : 40px;
    margin-top : 40px;
    text-align : center;
}

.rechts {
    float : right;
    margin : 20px;
}

.links{
    float : left;
    margin : 20px;
}

blockquote  {
    font-family : Arial, Helvetica, sans-serif;
    color : Navy;
    font-size : 9pt;
}

strong  {
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-style : normal;
    color : Navy;
}

em  {
    font-weight : bold;
    font-style : italic;
    color : Navy;
}

ul  {
    color : Navy;
    padding: 5px;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    list-style : none;
}

ul.list1 {
    width: 24em;
    float: left;
    margin: 0;
    padding: 0;
}

ul.list2 {
    width: 24em;
    margin: 0 0 0 25em;
    padding: 0;
}

pre  {
    font-family : Courier New, serif;
    font-size : 10pt;
    font-style : normal;
    color : Navy;
    font-weight : normal;
}

.transparent_class {
    background: transparent url("filterbinnen50.png") left top repeat;
}

