div.body {
	width: 848px;
	background-color: #999999;
}
div.navi {
	width: 200px;
	background-color: #FFFFFF;
	position: absolute;
	left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #993300;
	border-bottom-color: #993300;
	font-size: 12px;
	font-weight: bold;
}

div.content {
	width: 580px;
	background-color: #FFFFFF;
	position: absolute;
	left: 219px;
	
	margin-bottom: 20px;
	margin-left: 20px;
	
}body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 15px;
}
ul.geschichten {
	margin: 7px;
	font-size: 10px;
}

a:link.link {
	color: #993300;
	text-decoration: none;
}
a:visited.link {
	color: #993300;	
	text-decoration: none;
}

a:hover.link {
	color: #993300;
	background-color: #CCCCCC;
}
img.img {
	padding-right: 15px;
	padding-bottom: 15px;
	}

