@charset "utf-8";
/* CSS Document */

body {
	background-color: #18033B;
	text-align: center;
	color: #F6C52A;
	font: 12px "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 60px;
}
#outline {
	margin: 0px auto;
	position: relative;
	width: 773px;
	background: url(../slices/body.jpg);
	margin-top: 40px;
	z-index: 1;
}
#logo {
	position: absolute;
	top: -47px;
	left: 19px;
	background:url(../slices/logo.png) no-repeat;
	width: 160px;
	height: 132px;
	z-index: 10;
} 
#top {
	height: 20px;
	font-size: 1px;
	background: url(../slices/top.jpg) no-repeat;	
}
#bottom {
	height: 14px;
	font-size: 1px;
	background: url(../slices/bottom.jpg) no-repeat;
	clear: both;
}
#content {
	text-align: left;
	background: url(../slices/gradient.jpg) repeat-x top;
	margin: 0px 20px 0px 19px;
	min-height: 381px;
	_height: 381px;
}
#links {
	background: #5B4C74 url(../slices/menugradient.jpg) repeat-x top;
	width: 160px;
	min-height: 541px;
	_height: 541px;
	float: left;
}
#menu {
	position: absolute;
	z-index: 11;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 70px;
	font-weight: bold;
}
#menu li {
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}
a {
	color: #F6C52A;
	text-decoration: none;
}
a:hover {
	color: #CB6F08;	
}
#koffiewatermerk {
	background: url(../slices/koffie.gif) no-repeat;
	width: 160px;
	height: 118px;
	position: absolute;
	bottom: 14px;
	left: 19px;
	z-index: 10;
}
#rechts {
	width: 545px;
	float: right;
	margin: 5px;
}
h1 {
	font-size: 24px;
	font-style: italic;
}
h4 {
	text-align: center;	
}
p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}