body
{
	margin: 0px;
	padding: 0px;
}

form
{
    margin: 0px;
    padding: 0px;
}

#wrapper
{
	width: 955px;
	margin: 0px auto;
}

#hoofding
{
    width: 955px;
    height: 140px;
    float: left;
    /*background-image: url(images/header.jpg);*/
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0px 0px 5px 0px;
    display: inline;
}

#logo
{
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    background-position: center center;
    
    display: block;
    float: right;
    width: 130px;
    height: 110px;
    display: inline;
}

#hoofdveld
{
    width: 955px;
    float: left;
    display: inline;
}

#linkerbalk
{
    width: 150px;
    float: left;
    display: inline; /* IE6 HACK */
    background-color: #b5c6d6;
    height: 540px;
    min-height: 540px;
}
#wrapper>div#linkerbalk
{
    height: auto;
    overflow: visible;
}

#inhoud
{
    width: 614px;
    padding: 18px 10px 10px 10px;
    margin: 0px 4px 0px 4px;
    border: 1px solid #e0e4e5;
    float: left;
    display: inline;
    height: 510px;
    min-height: 510px;
}

*>div#inhoud
{
    height: auto;
}

#rechterbalk
{
    width: 150px;
    overflow: hidden;
    float: left;
    background-color: #f0f5f9;
    height: 540px;
    min-height: 540px;
    display: inline;
}
#wrapper>div#rechterbalk
{
    height: auto;
}

/* RECHTERBALK CLASSES */
.rechterblok
{
    border-bottom: 5px solid #6f8eaa;
    background-color: #dee7f0;
    margin-bottom: 5px;
}

.rechtertitel
{
    border-top: 1px solid #e0e4e5;
    border-left: 1px solid #e0e4e5;
    padding: 2px 4px 5px 6px;
    
    font-size: 12px;
    color: #d40732;
    
    background-image: url(images/rechtertitel.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #dee7f0;
}

ul.rechterlijst
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.rechterlijst li
{
    margin: 0px;
    padding: 0px;
}

ul.rechterlijst li a
{
    color: #5e6f7f;
    font-size: 12px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 2px 2px 2px 25px;
    
    background-image: url(images/bullet_rechts.gif);
    background-repeat: no-repeat;
    background-position: 15px 10px;
}

form.rechterform
{
    padding: 5px 5px 15px 5px;
}

/* HOOFDMENU */

ul#hoofdmenu
{
    border-top: 2px solid #728ea6;
    margin: 0px;
    padding: 0px;
    width: 150px;
}

ul#hoofdmenu li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 150px;
}

ul#hoofdmenu li a
{
    background-color: #b5c6d6;
    color: #3a5369;
    font-size: 12px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #d3e3f0;
    padding: 2px 2px 2px 25px;
    
    background-image: url(images/bullet_main.gif);
    background-repeat: no-repeat;
    background-position: 9px 7px;
}

ul#hoofdmenu ul
{
    border-top: 0px solid #728ea6;
    margin: 0px;
    padding: 0px;
    width: 150px;
}

ul#hoofdmenu ul li a
{
    background-color: #dee7f0;
    color: #102a43;
    font-size: 12px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #cbd5df;
    padding: 2px 2px 2px 35px;
    
    background-image: url(images/bullet_sub.gif);
    background-repeat: no-repeat;
    background-position: 19px 7px;
}

div#dv_linksonder
{
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}

div#dv_login
{
	padding: 5px 5px 5px 15px;
	font-size: 12px;
}

/* TOPMENU */

#menudiv
{
    width: 180px;
    height: 140px;
    float: right;
    position: relative;
}

ul#topmenu
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    width: 200px;
}

ul#topmenu li
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

ul#topmenu>li 
{
	display: block;
}

ul#topmenu li a
{
    color: #3a5369;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 2px 2px 2px 25px;
}

ul#topmenu li a.item6
{
    padding-left: 25px;
}
ul#topmenu li a.item5
{
    padding-left: 37px;
}
ul#topmenu li a.item4
{
    padding-left: 49px;
}
ul#topmenu li a.item3
{
    padding-left: 61px;
}
ul#topmenu li a.item2
{
    padding-left: 73px;
}
ul#topmenu li a.item1
{
    padding-left: 85px;
}

/* BROODKRUIMELS */

#broodkruimels
{
	font-size: 11px;
}

/* FOOTER */

#footer
{
    width: 777px;
    float: left;
    display: inline;
    height: 15px;
    padding: 5px 0px 4px 0px;
    text-align: center;
    border-bottom: 1px solid #e0e4e5;
}

.footer
{
	font-size: 11px;
	color: #d40732;
}

#footer a:link
{
	text-decoration: none;
	color: #d40732;
}
#footer a:visited
{
	text-decoration: none;
	color: #d40732;
}
#footer a:hover
{
	text-decoration: none;
	color: #d40732;
}
#footer a:active
{
	text-decoration: none;
	color: #d40732;
}

/* TEKSTCLASSES*/

*
{
    font-family: Verdana, Arial, Sans-Serif;
}

.huidigepagina
{
    background-color: #728ea6;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 2px 2px 2px 15px;
}

h1, h1 *, h1 p
{
    color: #d40732;
    font-size: 15px;
}

h2, h2 *, h2 p
{
    color: #6c8ba8;
    font-size: 14px;
}

h3, h3 *, h3 p
{
    color: #b5c6d6;
    font-size: 13px;
}

h4, h4 *, h4 p
{
    color: #d40732;
    font-size: 12px;
    font-weight: bold;
}

p
{
    font-size: 10px;
}

label
{
    font-size: 10px;
    color: #717f8c;
}

input
{
    font-size: 10px;
}

a:link
{
	color: #3a5369;
	text-decoration: none;
}
a:visited
{
	color: #3a5369;
	text-decoration: none;
}
a:hover
{
	color: #3a5369;
	text-decoration: underline;
}
a:active
{
	color: #3a5369;
	text-decoration: underline;
}
