@charset "utf-8";
/* CSS Document */

body { font-family: verdana; font-size: 13px; color: #000099; }

#container { margin: 0 auto; width: 700px; }

#header { height: 195px; background:url(images/header.jpg) no-repeat; }

h1 { font-size: 15px; font-weight: bold; color: #FF6600; padding: 0px; margin: 0px; }
h2 { font-size: 13px; font-style: italic; font-weight: normal; color: #FF6600; padding: 0px; margin: 0px; }

#navigatie { float: left; width: 120px; }
ul#navigatie-links { padding: 0 0 0 10px; margin: 0px; list-style: none; }
li.navigatie-list { padding-bottom: 20px; }

#content { float: right; width: 540px; }
#content a { text-decoration: underline; color: #000099; }
#content a:hover { color: #FF6600; text-decoration: underline; }

ul#links { padding: 0px; margin: 0px; }
li.links { padding-bottom: 20px; list-style-image: url(images/point.jpg); margin-left: 15px;}

#navigatie-line { float: left; border-left: 1px dotted #FF6600; height: 310px; }
#line { border-bottom: 1px dotted #FF6600; }
div.line { border-bottom: 1px dotted #FF6600; }

a:active {}
a:link { color:#000099; text-decoration:none; }
a:hover{ color:#FF6600; text-decoration: none; }
a:visited{ color:#000099; text-decoration:none; }

a.home { color: #FF6600; font-weight: bold; }

#footer { float: right; color: #FF6600; text-align: right; font-size: 9px; padding-top: 20px; }
#footer a, #footer a:active, #footer a:link, #footer a:hover, #footer a:visited { color: #FF6600;}
