/* CSS Document */

* {margin: 0px; padding: 0px;background: transparent;}

body {
    font-family: verdana, sans-serif;
    font-size: small;
    color: #000;
    background-color: #FFF;
    margin: 0px;
    
}

p {
    margin: 4px 12px 12px 12px;
    color: #000;
    font-size: small;
}

h1 {
    margin: 4px 12px 0px 12px;
    font-size: x-large;
    font-weight: bold;
    color: #996699;
}

h2 {
    margin: 4px 12px 0px 12px;
    font-size: large;
    font-weight: bold;
    color: #996699;
}

h3 {
    margin: 4px 12px 0px 12px;
    font-size: normal;
    font-weight: bold;
    color: #996699;
}

h4 {
    margin: 4px 12px 0px 12px;
    font-size: normal;
    font-weight: normal;
    color: #996699;
}

h5 {
    margin: 4px 12px 0px 12px;
    font-size: small;
    font-weight: bold;
    color: #996699;
}

#maincontainer {
    clear: both;
    width: 980px;
    margin: 0 auto;
    float: left;
	background: #FFF url("../images/maincontainerbg.png") repeat-x top;
	border-right: 3px double #996699;
	border-bottom: 3px double #996699;
}

#header {
    width: 100%;
    height: 85px;
    background: transparent url("../images/header_bar.gif") no-repeat bottom left;
    vertical-align: bottom;
    text-align: right;
    padding-top: 50px;
    padding-right: 0px;
    position: relative;
}
#header .hoofdnav {
    margin-right: 80px;
}
#navigation {
    float: left;
    width: 212px;
    height: 100%;
    margin-right: 10px;
	padding-bottom: 70px;
    background: #996699 url(../images/navigation_bg_bottom.gif) no-repeat bottom left;
}
#navigation .normal{
    color: #ffffff;
    padding: 7px;
    margin: 2px;
    width: 90%;
    border: 1px solid #cc99cc;
    cursor: pointer;
    font-weight: bold;
    
}
#navigation .hover {
    color: #FFFFFF;
    padding: 7px;
    margin: 2px;
    width: 90%;
    border: 1px solid #cc99cc;
    background-color: #cc99cc;
    cursor: pointer;
    font-weight: bold;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration:underline;
}
#navigation .subnav {
	font-size: small;
	color: #FFF;
	padding-left: 10px;
}
#content {
    float: left;
    width: 700px;
    background-color: #FFF;
    height: 100%;
}
#content table {
	border: 3px double #996699;
}
#content table td {
	border-bottom: 1px solid #996699;
	padding: 2px;
}
#content table caption {
	text-align: left;
	font-size: medium;
	font-weight: bold;
	padding-top: 8px;
}
#footer {
    clear: both;
    width: 100%;
    font-size: x-small;
	text-align: center;
	height: 30px;
	margin-top: 10px;
}
#sloganright {
    width: 58px;
    height: inherit;
    float: left;
    background-color: #996699;
}
#sloganright img {
	margin-left: 6px;
	vertical-align: bottom;
	text-align: center;
}
