body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	background: #F7F7F7;
	background-position: center top;
	font-family: verdana;
	font-size: 10pt;
}

#rahmen {
	width: 800px;
	margin: auto;
	position: relative;
	margin-top: 20px;
}

input, textarea {
	margin-top: 5px;
	border: 1px solid silver;
}

#titel {
	border-bottom: 2px dotted silver;
	width: 798px;
	height: 110px;
	text-align: left;
}

#titel_left {
	height: 100px;
	position: absolute;
	top: 5px;
	left: 10px;
}

#titel_right {
	color: red;
	font-family: arial, sans-serif;
	font-size: 30pt;
	height: 100px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 10px;
}

#nav {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 150px;
}

#navlist {
	margin: 0;
	padding:0;
	font: bold 12px Verdana;
}

#navlist li {
	list-style: none;
	margin-top: 5px;
	text-align: left;
}

#navlist li a:link, #navlist li a:visited {
	position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#9ab; 
  color:#fff; 
  display:block; 
  width:12em; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:0.5em auto;
}

#navlist li a:hover, #navlist li a.aktiv {
	top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
}

#inhalt {
	float: right;
	position: relative;
	text-align: left;
	padding: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 588px;
}

#inhalt ul {
	margin:0;
	padding:0;
}

#headline {
	position: absolute;
	color: #F2F2F2;
	z-index: 0;
	font-size: 24pt;
	font-weight: bold;
	top: 5px;
	left: 150px;
}

#fuss {
	width: 798px;
	border-top: 2px dotted silver;
	padding-top: 5px;
	padding-bottom: 5px;
	color: gray;
	clear: both;
	font-family: verdana;
	font-size: 8pt;
	text-align: center;
}

#fuss a, a:visited {
	color: silver;
	text-decoration: none;
}

#fuss a:hover {
	color: black;
}
