/* Navigation Bericht-Anzeige */
.berichtnav {
	background: transparent;
	border-top:1px solid #600;
	border-bottom:1px solid #600;
	width: 100%;
	padding:4px 0;
	margin: 20px 0;
	text-align: center;
	font-size: small;
	clear:both;
}

.berichtnav span{
	display:block;
}

.berichtnav span.links{
	float:left;
	margin-left:10px;
}

.berichtnav span.rechts{
	float:right;
	margin-right: 10px;
}

.berichtnav span a{
	color:#600;
	text-decoration: none;
}

.berichtnav span a:hover{
	color:#036;
}

/* Anzeige Bericht */
#bericht {
	margin: 0 0 20px 0;
	padding:0 ;
	float: left;
}

#bericht img {
	border:1px solid #600;
	margin: 0 20px 0 20px; 
	width: 200px;
	box-shadow: 3px 3px 2px #888;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
}

#bericht dt {
	margin:0 20px 10px 20px;
	text-align:center;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #600;
}

#bericht dd {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#bericht .UT {
	display: block;
	font-size: small;
	line-height:1em;
	margin:5px 10px 20px 20px;
	width:202px;
}

#bilderli {
	float: left; 
	width:242px;
}

#bilderre {
	float: right;
	width:242px;
}

#text {
	float:left;
	width:414px;
	margin: 0 242px;
	text-align: justify;
	color:#036;
}

#text hr{
	border:thin dotted #036;
	width: 414px;
}

#bericht .adminli, .adminre {
	background: #eee;
	color: #600;
	margin:5px 0;
	padding:3px 10px;
	border: 1px solid #600;
	text-decoration: none;
	font-size: small;
}

#bericht .adminli:hover, #bericht .adminre:hover {
	background: #600;
	color: #eee;
}

#bericht .adminli {
	float:left;
}

#bericht .adminre {
	float:right;
}

/* Navigation Bericht Übersicht */

#uebersicht {
	
}

#uebersicht dl {
	margin:10px 20px 20px 20px;
	padding: 0;
	width: 409px;
	float:left;
}

#uebersicht hr {
	clear: both;
	width:100%;
}

#uebersicht dd {
	margin:0;
	padding: 0;
	width:250px;
	float:left;
	font-size: small;
}

#uebersicht dt {
	margin:0;
	padding: 0;
	float:right;
}

#uebersicht img {
	width: 150px;
	border:1px solid #600;
	box-shadow: 7px 7px 5px #888;
}

#uebersicht dd a {
	text-decoration: none;
	color: #600;
}

#uebersicht .adminli, #uebersicht .adminre {
	background: #eee;
	color: #036;
	margin:5px 0;
	padding:1px 5px;
	border: 0;
	text-decoration: none;
	font-size: x-small;
}

#uebersicht .adminli:hover, #uebersicht .adminre:hover {
	background: #600;
	color: #eee;
}

#uebersicht .adminli {
	float:left;
}

#uebersicht .adminre {
	float:right;
}

.uebersichtnav {
	background: transparent;
	border-top:1px solid #600;
	border-bottom:1px solid #600;
	width: 100%;
	padding:4px 0;
	margin: 20px 0;
	text-align: center;
	font-size: small;
	clear:both;
	color: #036;
}

.uebersichtnav img{
	border:0;
 }
 
 .uebersichtnav span{
 	margin: 0 10px;
 }