html,body {
	height: 100%;
	text-align: center;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

#fyld {
	position: absolute;
	top: 30px;
	left: 240px;
	width: 600px;
	text-align: left;
}

#menu {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 180px;
	height: 360px;
	text-align: left;
	background-image: url(pics/back.jpg);
	color: white;
	padding-top: 50px;
}

#rundmenu{
	background-image: url(pics/rund.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 11px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 1px;
	font-weight: bold;
}

#rundmenu a {
	color: white;
	text-decoration: none;
}

#top {
	position: absolute;
	width: 690px;
	height: 105px;
	right: 10px;
	bottom: 50px;
	background-image: url(pics/top.jpg);
}
