body {
	text-align: left; 
	/*setzt die Grundformatierung aus basic.css außer Kraft, damit Fancy-Schatten im IE nicht nach rechts verschoben wird */
}
:focus { color: #0000FF; }
#inhalt {
	float: left;
	width: 582px;
	min-height: 1200px;
	padding: 15px 10px 10px 20px;
	background: #FFFFCC url(../../img/inhalt_ecke.gif) no-repeat right top;
}
#inhalt ul {
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
#inhalt ul li {
	display: inline;
	margin-left: 15px;
}
#inhalt h3 {
	clear: right;
}
#inhalt h3 span {
	font-size: 16px;
}
#inhalt img {
	float: right;
	border: 1px solid #000;
	margin: 15px 0 5px 10px;
}
#inhalt dl {
	line-height: 1.3em;
	margin-top: 15px;
}
#inhalt dl dt {
	display: inline;
	background: #FC6;
	padding: 2px 6px;
	font-weight: bold;
	font-size: 12px;
}
#inhalt dl dd {
	margin: 6px 0 0 6px;
	font-size: 12px;
	line-height: 1.4em;
}
#inhalt .s {
	font-weight: bold;
}
#inhalt .s span {
	margin-left: 15px;
}
#inhalt .maps {
	margin-top: 15px;
	border: 1px solid;
}