@charset "utf-8";
/* CSS - copyrigh http://www.2skippers.com */
body {
background: #5D5773 url(gradient_lavendel-wit.jpg) repeat-x;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
color: #D6D5DB;
margin: 0;
padding: 0;} 

h3 { font-size: 20px; text-align: center;}
h4 { font-size: 15px; text-align: center;}
h1 { font-size: 12px; text-align: center;}
h2 { font-size: 10px; }

/* LINKS BUITEN DE MENUS */
a {
color:#D6D5DB; 
font-weight:bold; 
text-decoration:none;
}
a:hover {
color:#2B2541;
font-weight:bold;
text-decoration:none;
}

#container {
	background: #5D5773;
	width: 970px;
	height: 700px;
	margin: 0 auto;
	border-left: 1px solid #2B2541;
	border-right: 1px solid #2B2541;
}

/* DIV VOOR HORIZONTAAL NAVIGATIEMENU VERVOLG */
#header {
	width: 875px;
	height: 50px;
	margin: 0 auto;
}


/* MENU VERTICAAL IN LINKER DIV */
#buttonscontainer {
margin: 0 auto;
width: 180px;
}
span .buttons a {
	color: #D6D5DB;
	width: 180px;
	height: 20px;
	background-color: #5D5773;
	text-align: left;
	display: block;
	font: 11px Verdana;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
}
span .buttons a:hover {
background-color: #ADABB8;
color: #2B2541;
text-decoration: none;
}

#links {
float: left;
top: 25px;
width: 200px;
height: 600px;
} 

#midden {
top: 25px;
width: 760px;
float: right;
height: auto;
} 
#tekst-midden {
margin: 10px;
width: auto;
height: auto;
}

#footer {
margin: 0 auto 0 auto;
background:#5d5773;
font-family: Verdana;
font-size: 10px;
color: #ffffff;
text-align: center;
height: 20px;
width: 972px;
}
html { scrollbar-base-color:#5d5773;}
