/* CSS Document */

body {
	height:auto;
	background-image:url(../afbeeldingen/background2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#887c73;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

a img {
    border:0;
}

#container {
	margin: 154px auto 0 auto;
	width: 800px;
	padding:0;
}

#header {
    padding:0;

	padding-left:4px;
	padding-right:4px;
	
	margin:0;
}

#main {
	width:800px;	
	
	background:url("../afbeeldingen/main.png") repeat-y;
}

#mainhelp {
	width:800px;	
	background:url("../afbeeldingen/fademain.png") no-repeat;
	min-height:398px;
	padding-bottom:10px;
}

#htmlpage {
    margin-right:10px;
    margin-left:20px;
}

#htmlpage textarea {
    width:400px;
    height:150px;
}

h2 {
	text-align:center;
	font-size:16px;
	padding-bottom:10px;
}


h3 {
	font-size:12px;
	padding-bottom:2px;
	margin-bottom:5px;
}

.small {
	font-size:9px;
	padding-top:10px;
}

#footer {
    font-size:9px;
    text-align: right;
    height:46px;
    width:800px;
    background:url("../afbeeldingen/footer.png") no-repeat;
}

.sponsoren a {
    text-decoration:none;
}

.sponsoren {
    list-style-type:none;
    margin:0;
    padding:0;
    margin-top:1em;
}

.sponsoren li {
    display:block;
    width:160px;
    height:100px;
    text-align:center;
    float:left;
}

.notype {
    list-style-type:none;
}

hr {
    clear:both;
    visibility: hidden;
    font-size:1px;
    line-height:1px;
    height:1px;
    margin:0;
    padding:0;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; 
    background: url("../afbeeldingen/bg5.png") repeat-x top;
    
	overflow: hidden;
	margin:0;
	padding:0;
	padding-top: 2px; 
}
    /* 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("../afbeeldingen/lava2.gif") no-repeat right -25px;
            width: 9px; 
            height: 25px;
            z-index: 8;
            position: absolute;
			
        }
            .lavaLamp li.back .left {
                background: url("../afbeeldingen/lava2.gif") no-repeat top left;
                height: 25px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            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;
        }
	
	.lavaLamp li.first {
		margin-left:65px;
	}
	
.description {
    text-align:left;
}


.bestuur ul {

    padding:0;
    list-style-type:none;
    width:65%;
}

.bestuur ul li img {
    float:right;
    margin-bottom:1em;
}

.bestuur ul li {
    clear:both;
    margin-top:1em;
    margin-bottom:1em;
}
