* {
	margin:0;
	padding:0;
}

body {
	background-color:#000000;
	font-family:Tahoma;
	color:#FFFFFF;
}
#tab {
	width:900px;
	margin:auto;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
}

#links {
	width:290px;
	float:left;
}
#links p {
	font-size:10pt;
	margin:0 8px;
}
#menu {
	width:265px;
	margin:100px 0 0 25px;
}
#menu ul {
	font-weight: bold;  
	text-align: right; 
	list-style-type: none;
}
#menu ul li {
	margin: 0 15px 0 0; 
	background-image:url(menu.jpg);
	height:25px;
	padding:1px;
}
#menu ul a {
	color: #000000;
	text-decoration: none; 
	font-size:11pt;
}
#menu ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#adres {
	width:250px;
	margin:30px 0 0 40px;
	float:left;
	padding:0;
}
#adres p {
	margin:0 auto;
	text-align:LEFT;
	font-size:10pt;
}

#rechts {
	width:600px;
	float:right;
}
#top {
	width:300px;
	margin:20px 0 0 0;
	float:right;
}
#top p {
	margin:0 40px 0 0;
	text-align:right;
	font-size:10pt;
}
#top a {
	text-decoration:none;
	color:#FFFFFF;
}
#top a:hover {
	text-decoration:none;
	color:#000000;
}
#text {
	width:550px;
	margin:335px 40px 0 0;
	float:right;
}
#text p {
	text-align:LEFT;
	font-size:10pt;
}
#text p.title {
	text-align:LEFT;
	font-size:12pt;
}
#text a {
	text-decoration:none;
	color:#FFFFFF;
}
#text a:hover {
	text-decoration:none;
	color:#144444;
}

#foot {
	width:900px;
	height:65px;
	margin:auto;
	background-image:url(foot.jpg);
	background-repeat:no-repeat;
}
#foot p {
	font-size:8pt;
	margin:0 20px 0 0;
	text-align:right;
}
#foot a {
	text-decoration:none;
	color:#FFFFFF;
}
#foot a:hover {
	text-decoration:underline;
	color:#144444;
}

p {
	font-size:10pt;
	margin:0 25px 0 8px;
}

img {
	border:0;
}
