body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

img { border: 0px; }

#title {
	position: absolute;
	left: 226px;
	top: 97px;
	width: 520px;
	height: 40px;
	color: #00456C;
}

#title h1 {
	font-size: 20px;
	font-weight: 100;
	font-family: Impact, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#title h1 a {
	font-size: 20px;
	font-weight: 100;
	font-family: Impact, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00005C;
	text-decoration: none;
}



#stamp {
	position: relative;
	right: 0px;
	width: 123px;
	height: 180px;
	margin-top: -80px;
	background:url(http://www.cateringmaastricht.nl/themes/cat_m_theme/images/blad.gif) repeat-y;
	float: right;'
	z-index: 1;
}

#tekst {
	position:relative;
	left: 20px;
	top: 0px;
	padding-top: 20px;
	height: auto;
	width: 750px;
	display: block;
	float: left;
}

#picture {
	position: relative;
	right: 5px;
	top: 20px;
	width: 340px;
	height: auto;
	float: right;
}

.nav {
	position: relative;
	left: 30px;
	width: 160px;
	list-style: none;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	z-index: 3

}

.nav li {
	margin: 3px;
	padding-left: 3px;
	border: 1px solid #6699cc;
	height: 24px;
}

.nav li:hover {
	background-color: #a3c2e1;
	border: 1px solid #a3c2e1;
}

.nav li .nav-selected {
	margin-top: -2px;
	margin-left: -4px;
	width: 149px;
	padding-left: 3px;
	height: 25px;
	background-color: #a3c2e1;
	border: 1px solid #a3c2e1;
}

.nav li a {
	position: absolute;
	width: 148px;
	height: 26px;
	color: #00005C;
	text-decoration: none;
}

.nav li a:hover {
	color: #fff;
}

.nav-selected {
	color: #fff !important;
}

.footer {
	font-size: 11px;
}