* {
	margin:0;
	padding:0;
}

body {
	background-image:url(bg.gif);
	color:#fff;
	font-size:9pt;
	font-family:Verdana;
}
	
#top {
	background-image:url(top_bg.png);
}

#top2{
	margin:auto;
	width:900px;
	height:240px;
	position:relative;
	background-image:url(top.png);
}

#gal {
	padding:18px 0 0 30px;
	width:128px;
 	z-index:1;
	width:190px;
	position:absolute;
}

#logo {
 	width:120px;
	height:60px;
	z-index:2;
	position:absolute;
	margin-top:85px;
	margin-left:95px;
}
	
#menu {
	margin:auto;
	padding:17px 0 0 20px;
}
	
#middle {
	background-color:#000000;
}
	
#middle2{
	margin:auto;
	height:100%;
	width:900px;
}
	
#gallery {
	padding:20px 0 30px 20px;
}
	
#tekst {
	padding:10px 40px 20px 40px;
	height:100%;
	color:#fff;
	font-size:10pt;
}	
	
#foot {
	background-image:url(foot_bg.png);
}
	
#foot2{
	margin:auto;
	width:900px;
	height:140px;
	background-image:url(foot.png);
	font-size:8pt;
	color:#464646;
}
	
p.foot {
	margin:60px 0 0 40px;
}
p.title {
	font-size:12pt;
	font-weight:bold;
	text-decoration:underline;
	color:#464646;
}	
		
p.extra {
	font-size:11pt;
}	
		
ul {
	margin:5px 0 0 40px;
	list-style-type:none;
}
	
ul li {
	margin:0 0 8px 0;
}
	
ul li a {
	color:#fff;
	text-decoration:none;
}
	
ul li a:hover {
	color:#464646;
	text-decoration:none;
}
	
a {
	color:#464646;
	text-decoration:none;
}

a:hover {
	color:#fff;
	}
	
hr { 
	color:#464646;
	}
	
a.contact {
	color:#fff;
	text-decoration:none;
}

a:hover.contact {
	color:#464646;
	text-decoration:underline;
	}