/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body{
    width: 100%;
    height: 100%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
}




a:link, a:visited, a:active{
    color:#003882;
    text-decoration:none;
}

a:hover{
    color: #ED1C24;;
    text-decoration:underline;
}

ul{
	list-style-position:inside;
}

li{
	list-style-position:inside;
}

a img {
    /* Zorgt ervoor dat er geen border komt om een plaatje
    in enkele browsers */
    border: 0;
}

#container{
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    min-height: 100%;
}

#top{
    position: absolute;
    width: 100%;
    min-width: 970px;
    height: 27px;
    top: 0px;
    left: 0px;
    right: 0px;
}

#top img{
    width: 100%;
    min-height: 27px;
    height: 27px;
}

#middle{
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    min-width: 970px;
    margin-top: 27px;
    padding-bottom: 27px;
}

#inhoud{
    position: relative;
    float: left;
    display: inline;
    width: 100%;
}

.logo{
    position: relative;
    float: left;
    display: inline;
    padding: 10px 0px 0px 30px;
    width: 940px;
}

.centered{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 970px; 
}

#bottom{
    position: absolute;
    width: 100%;
    min-width: 970px;
    height: 27px;
    border: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#inhoud ul{
    position: relative;
    float: left;
    display: inline;   
}

#trefwoorden{
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    font-size: 35px; 
    line-height: 40px;
    text-align: justify;
}

#inhoud h1{
    position: relative;
    float: left;
    display: inline;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 15px 0px 20px 0px;
    font-size: 25px;
    font-weight: normal;
}

#content{
    position: relative;
    float: left;
    display: inline;
    text-align: left;
    width: 100%;
    padding: 15px 0px 15px 0px;  
    font-size: 17px;  
    text-align: justify;
    
}

#adres{
    position: relative;
    float: left;
    display: inline;
    width: 800px;
    font-size: 16px; 
    font-weight: bold;
    text-align: left;
    height: 40px;
    line-height: 40px;
}

#adres a{
    color: #000;
    text-decoration: none;
}

#adres a:hover{
    text-decoration: underline;
}

#klaver{
    position: relative;
    float: left;
    display: inline;
    background-image: url(../images/klaver.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 44px;
    width: 100%;
}

#iconen{
    position: relative;
    float: left;
    display: inline;
    width: 170px;
    height: 40px;
    margin-top: -5px;
}

#copyright{
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    font-size: 15px; 
    font-weight: normal;
    text-align: left;
    margin-bottom: 20px;
}

.green {
    color: #238000;
}

.rood {
    color: #FF0000;
}

.blauw {
    color: #0000FF;
}

.lichtblauw {
    color: #5781BD;
}

#bottom img{
    width: 100%;
    min-height: 27px;
    height: 27px;
}

/*
*   GRAPHXstudio
*/

.message {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #DD3601;
    font-size: 2.5em;
    margin: 130px 0 15px;
    padding: 5px;
    text-align: center;
    width: 100%;   
}

.link {
    display: block;
    margin: 10px 0;
}

.link  a:hover, .link a:active {
    color: #FFF;
}