/*--------------------------------------*\
|*  youth.bqha.be Main CSS Nederlands   *|
|*  (c) 2008 youth.bqha.be              *|
\*--------------------------------------*/
 
html, body {
	margin:0px;
	padding:0px;
	background-image:url(images/stripes.png);
	background-repeat:repeat;
}
a:link,a:visited,a:active {
    color:#000066;
    text-decoration:underline;
}

a:hover {
    color:#0000ff;
    text-decoration:none;
} 
.container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.top {
	width:800px;
	height:109px;
	background-image:url(images/banner.png);
}
.button {
	width:800px;
	height:32px;
	background-image:url(images/bg.png);
	background-repeat:repeat;
}
.midden {
	width:800px;
	height:20px;
	background-image:url(images/midden.png);
}
.content {
	width:800px;
	background-image:url(images/bg.png);
}
.onder {
	width:800px;
	height:25px;
	background-image:url(images/onder.png);
}
