/* CSS Document */
body { background: #eeeeee;;
font-family: verdana, sans-serif;
        font-size: 11px;
		line-height: 1.5em;
		
        /*background: #708491*/
}

#container { background:#FFFFFF url(wetboek-bruin.jpg) no-repeat top left; 
position: absolute;
left: 50%;
margin-left: -400px;
width: 820px;
padding: 15px;
}

#header {width: 90%;
float: left;
padding: 15px 0px 0px 60px;
}



/* menu */

.menu_container {
position:relative;
float:left;
        width: 827px;
        margin:20px 0 0px 0;
        background: none;
}

/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
		text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(Circle.gif) no-repeat bottom center;
		}
		
#inhoud {float:left;
width: 650px;
padding: 15px 10px 0px 0px;
}

#banners {width: 150px;
padding: 15px 0px 0px 0px;
float: right;
color: #708491;
}

#footer {margin: 20px 15px 10px 15px;
 color: #708491;
 text-align:center;
 float:left;
width:90%;}

/*opmaak*/
h1 {
color: #000033;
font-size:16px;
}

h2 {
color: #708491;
font-size:11px;
}

hr {color: #9FB1BC;
}

blockquote {
color: #000033;
}

.inline {display:inline;
}

img {padding: 0px 0px 5px 0px;
border: 0px;
}

a {text-decoration: none;
color: #000033;
font-weight: 600;
}

.header { font-weight: 600;
color:#000033;
background-color:#eeeeee;}
