body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	background-color: #DDD;
	background-image: url(../_images/hintergrund.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#rahmen {
	width: 900px;
	margin: auto;
	padding: auto;
}
#hilfsnavigation {
	text-align: right;
	padding: 10px 18px 0px 0px;
}
#hilfsnavigation a {
	color: #555;
	text-decoration: none;
}
#hilfsnavigation a:hover {
	color: #F00;
}
#kopfzeile {
}
#navigation {
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navigation li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #555;	
	text-decoration: none;
}
#navigation li a:hover {
	color: #F00;
}
#inhalt {
	padding-right: 16px;
	padding-left: 16px;
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#inhalt h1 {
	font-size: 1.8em;
	color: #00F;
}
#inhalt p {
	line-height: 1.5em;
}