/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
margin: 5px;
font: 13px Georgia, "Times New Roman", Times, serif;
background: #EEE;
}

a {
text-decoration: none;
color: #004080;
}

a:hover {
text-decoration: none;
}

#content a {
text-decoration: none;
color: #004080;
}

#content a:hover {
border-bottom: 1px dashed;
border-bottom-color: #004080;
color: #004080;
}

#footer a {
text-decoration: none;
color: #004080;
}

#footer a:hover {
border-bottom: 1px dashed;
border-bottom-color: #004080;
color: #004080;
}

#container {
overflow: auto;
width: 960px;
margin: 0 auto;
background: #FFF;
border: 1px solid #444;
margin-bottom: 20px;
}

#header {
width: 960px;
height: 100px;
margin: 0 auto;
text-align: left;
color: #FFF;
background: #222;
padding-top: 1px;
}

#header a {
text-decoration: none !important;
color: #FFF;
}

#header a:hover {
text-decoration: none !important;
color: #FFF;
}

h1 {
font-size: 5em;
font-weight: normal;
margin: 20px;
}

h2 {
font-size: 0.8em;
margin-top: 10px;
font-weight: normal;
width: auto;
color: #777;
}

h3 {
border-bottom: 1px dashed #000;
}


hr {
margin-top: 10px;
}

p {
margin-bottom: 10px;
}

p.quote {
padding: 5px;
margin-left: 10px;
margin-right: 10px;
font-size: 12px;
background: #EEE;
}

/* begin navigation */

#navigation {
float: left;
width: 960px;
background-color: #AAA;
height: 35px;
border-bottom: 1px dashed #222;
border-top: 1px dashed #222;
}

#navlist {
list-style: none;
background: #AAA;
}

#navlist ul {
background: #AAA;
}

#navlist li {
display: block;
float: left;
font-size: 1em;
text-transform: uppercase;
font-weight:bold;
height: 15px;
padding: 10px;
}

#navlist li a {
color: #000;
text-decoration: none;
}

#navlist li a:hover {
color: #EEE;
}

#navlist li.selected {
background: #EEE;
}

#navlist li.selected a:hover {
color: #000;
}
/* einde navigation */

#content {
width: 940px;
background: #FFF;
float: left;
padding: 10px;
}

.blok {
float: left;
padding: 5px;
width: 920px;
text-align: justify;
background: #EEE;
margin-bottom: 10px;
}

img { 
border: none; 
}
