﻿#wrapper {
				width: 800px;
				height: 800px;
				background-repeat: no-repeat;
}
#bodytop {
				width: 800px;
				height: 277px;
				background-image: url('images/bg-kop.jpg');
				position: relative;
				margin-top: -40px;
}
#bodytopbm {
				width: 800px;
				height: 277px;
				background-image: url('images/bg-bladmuziek.jpg');
				position: relative;
				margin-top: -40px;
}
#bodymidden {
				width: 800px;
				height: 360px;
				background-image: url('images/bg-midden.jpg');
				background-repeat: repeat-y;
				position: relative;
}
#bodymidden500 {
				width: 800px;
				height: 500px;
				background-image: url('images/bg-midden.jpg');
				background-repeat: repeat-y;
				position: relative;
}
#bodymidden700 {
				width: 800px;
				height: 700px;
				background-image: url('images/bg-midden.jpg');
				background-repeat: repeat-y;
				position: relative;
}
#bodymidden1000 {
				width: 800px;
				height: 1000px;
				background-image: url('images/bg-midden.jpg');
				background-repeat: repeat-y;
				position: relative;
}
#bodybodem {
				width: 800px;
				height: 100px;
				background-image: url('images/bg-bodem.jpg');
				background-repeat: no-repeat;
				position: relative;
				left: 0px; 
				top: 0px; 
				height: 43px; 
				text-align: left; 
				padding-left: 55px;
}
#menu {
				width: 119px;
				height: 360px;
				position: absolute;
				left: 0;
				margin-left: 47px;
				float: left;
				z-index: 1;
}
#centraal {
				font-family: Verdana;
				font-size: 12px;
				position: absolute;
				height: 360px;
				width: 530px;
				left: 205px;
				text-align: justify;
}
#centraal-1 {
				font-family: Verdana;
				font-size: 12px;
				position: absolute;
				height: 360px;
				width: 530px;
				left: 205px;
				text-align: justify;
				overflow-y: scroll; 
}

#beheer {
				font-family: Verdana;
				font-size: 8px;
				color: #000000;
				z-index: 200;
				outline: none;
}


.style1 {
				font-size: 18px;
}
.style2 {
				font-size: 10px;
}




a:link {
text-decoration: none;
color: #669ACC;
outline: none;
}
a:visited {
text-decoration: none;
color: #669ACC;
outline: none;
}
a:hover {
text-decoration: underline overline;
color: #669ACC;
outline: none;
}
a:active {
text-decoration: none; 
color: #669ACC;
outline: none;
}

.class1 a:link {outline: none; color: #000000; font-family: Verdana; font-size: 8px; text-decoration: none;}
.class1 a:visited {outline: none; color: #000000; font-family: Verdana; font-size: 8px;text-decoration: none;}
.class1 a:active {outline: none; color: #000000; font-family: Verdana; font-size: 8px;text-decoration: none;}
.class1 a:hover {outline: none; color: #000000; font-family: Verdana; font-size: 8px;text-decoration: none;}



.buttons2{
    display: block;
    width: 59px;
    height: 21px;
    float: left;
}

#button1 {
    background: url(images/button1.gif);
}
#button1:hover {
    background: url(images/button1_hover.gif);
}
#button1:active {
    background: url(images/button1_active.gif);
}



