body {
	
	margin: 0;
	padding: 0;
	background: url(images/bg2.jpg);
	font: 12px "Arial", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: white;
}


h3 {
	margin: 0;

}

ul {	
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#top {		

	border-top: 10px solid;
}

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	background: url(images/red.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
	
}

/* Menu */

#menu {
	width: 900px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {

	width: 900px;
	margin: 0 auto;
	/* achterste achtergrond kleur */
	background-color: black;
	border-bottom: 1px solid white;
}

#colOne {
	color: black;
	float: left;
	width: 160px;
	padding: 20px 10px 0 10px;
	background-color: #a91c1c;
	margin: 0 auto;
	border-right: 1px solid white;	
	height: 632px;


}

#colTwo {
	color: white;
	padding: 5px;
	float: left;
	width: 540px;
	padding: 20px 10px 0 10px;
	
/*margin-left: 1px solid white;*/
/*	background: url(images/bgimg.gif);*/

	
}

#colThree {
	background-color: #a91c1c;
	float: right;
	width: 120px;
	padding: 10px;
	border-left: 1px solid white;
	height: 632px;
	/*border-left: 1px solid #036;*/
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 0px;
	
	font-size: 10px;
}

#footer * {
	color: white;
}

#adres {
	align: center;
	background-color:white;
	border: 1px solid black;
}
#pics {	overflow: scroll;
SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #666666; SCROLLBAR-ARROW-COLOR:  #999999; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #666666; 
	height: 480px;
}