* {
	margin: 0;
	padding: 0;
}

.alt {
	display: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	line-height: 16px;
	text-align: center;
    background: #A52383 url('./grafisch/body_background.png') top center repeat-y;
	color: #5B417B;
	margin-right:auto;
	margin-left:auto;
}

img {
	border: 0;
}

a {
    color: #FF0097;
}

a:hover {
    text-decoration: none;
}

fieldset {
	border: 0;
}

br.clear {
	clear: both;
}

/* Alt Font Classes */
.green {
	font-size: 11px;
	color: #95c10d;
	font-style: normal;
}

.blue {
	color: #0099cc;
}

.grey {
	color: #999;
}

.darkgrey {
	color: #666;
}

/* Layout */
#maincontainer {
	width: 950px;
	margin-right:auto;
	margin-left:auto;
}

#wrapper {
	float: left;
	width:950px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

/* Header */
#header {
background-color: #fff;	
}

/* Navigation */

#nav {
	float: left;
	width: 750px;
	height: 40px;
	background-image: url('./grafisch/tile.gif');
}



#buttons {
	float: left;
	padding: 5px 0 0 40px;
	width: 160px;
	height: 35px;
	background-color: #5b417b;
}

/* Footer */
#footer {
	padding: 30px 0 0 0;
}

/* sitemap */
a.menusitemap0:link { font-family: Arial, Helvetica, sans-serif; color: #FF0097; font-size: 8pt; TEXT-DECORATION: none; padding-left: 20px;}
a.menusitemap0:hover { font-family: Arial, Helvetica, sans-serif; color: #FF0097; font-size: 8pt; font-weight: bold; padding-left: 20px;}
a.menusitemap0:visited { font-family: Arial, Helvetica, sans-serif; color: #FF0097; font-size: 8pt; TEXT-DECORATION: none; padding-left: 20px;}
a.menusitemap0:active { font-family: Arial, Helvetica, sans-serif; color: #FF0097; font-size: 8pt; TEXT-DECORATION: none; padding-left: 20px;}

a.menusitemap1:link { font-family: Arial, Helvetica, sans-serif; color: #FF0097; font-size: 8pt; TEXT-DECORATION: none; padding-left: 40px;}
a.menusitemap1:hover { font-family: Arial, Helvetica, sans-serif; color: #FF0097; font-size: 8pt; font-weight: bold; padding-left: 40px;}
a.menusitemap1:visited { font-family: Arial, Helvetica, sans-serif; color: #FF0097; font-size: 8pt; TEXT-DECORATION: none; padding-left: 40px;}
a.menusitemap1:active { font-family: Arial, Helvetica, sans-serif; color: #FF0097; font-size: 8pt; TEXT-DECORATION: none; padding-left: 40px;}


#submenu {
margin-top: 25px;
width: 201px;
}

#zoeken {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 30px;
width: 201px;
}

.search_string{
width: 140px;
}

.search_submit {
width: 140px;
}

#submenu ul{
	padding: 0;
	list-style: none;		
font: bold 14px arial;
	margin: 0;
	background-color: #957ABA;
}


#submenu a {
display: block;
width: 201px;
	color: #fff;
	text-decoration: none;
	padding: 5px 0 5px 35px;
	border-bottom: 1px dotted #fff;

}

#submenu a:hover {
	color: #fff;
	background-color: #FF0097;
}



/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 710px;
    padding: 0 0 0 25px; margin: 6px 0 0 0;
    overflow: hidden;
    border: 0px solid #000;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("./grafisch/menu/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("./grafisch/menu/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;            
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }

