div#wrapper{
	position:relative;
	width: 960px;
	height: 600px;
	top: 50%;
	left: 50%;
	background: url(/gfx/background.jpg) no-repeat;
	padding: 0;
	margin-top: -300px;
	margin-left: -480px;
	border: 1px solid #000000;
}

div#header{
	position: absolute;
	top: 110px;
	left: 50px;
	height: 30px;
	width: 620px;
	text-align: center;
}
div#header H1{
	color: #f9bc03;
	margin:0;
	padding:0;
	font-size: 24px;
	font-family: arial, verdana;
	letter-spacing: 5px;
}
div#content{
	position:absolute;
	top:185px;
	left:230px;
	width:320px;
	height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #000000;
	font-size: 12px;
}
div#foto{
	position:absolute;
	top: 380px;
	left: 575px;
	width: 360px;
	height: 195px;
}
div#menu{
	position: absolute;
	top: 220px;
	left: 30px;
	height: 160px;
	width: 165px;
}
div#telefoon{
	position: absolute;
	top: 385px;
	left: 30px;
	height: 15px;
	width: 165px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
span.bold{
	font-weight: bold;
}

div#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	height: 165px;
	text-align: left;
}
div#menu li{
	line-height: 16px;
	font-weight: bold;
}
div#menu ul li a, div#menu ul li a:visited{
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}
div#menu ul li a:hover,div#menu ul li.active a{
	color: #333333;
}
div.clear{
	clear:both;
	float: none;
	overflow: hidden;
}
ul.errors{
	margin:10px 0;
	padding:0;
	list-style:none;
}
ul.errors li{
	color:#ff0000;
}
.form{
	width:100%;
}
.key{
	white-space: nowrap;
}
