div#rechts {
	xfloat:right; 
	xwidth:614px;
	margin-left: 306px;
}

div#rechts #titel {
	height:30px;
}

div#rechts #pic {
	height:260px;
}

/* rechts: navi */	
div#rechts div#navi {
	margin: 0px 0px 0px 40px;
	height: 32px;
}
div#rechts div#navi ul {
	margin:0px;
	padding:0px;
}
div#rechts div#navi li {
	display: inline;
	list-style: none;
	font-size: 12px;
}
div#rechts div#navi li a {
	color:#000;
	text-decoration:none;
	height: 32px;
	line-height: 32px;
	padding: 10px;
}
div#rechts div#navi li a:hover {
	color:#fff;
	background-image:url(../images/hg_navi.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	background-color:#d85580;
}
div#rechts div#navi li a.aktiv {
	color:#fff;
	background-image:url(../images/hg_navi.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	background-color:#d85580;
}
div#rechts div#navi li.spacer {
	margin-left: 0px;
	margin-right: 0px;
}
