#centerColumn {
 	width: 410px;
	max-width: 390px;
}
#rightColumn {
	float: right;
	width: 180px;
	padding: 0;
	font-size: 0.72em;
	margin: 0px 0 0 0;
	border: 0px solid pink;
	background-color: white;
	/*height: 100%;*/
}
#rechts-navigation p {
	margin: 0;
	padding: 0;
}
#rightColumn ul.no_ul {
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0;
}
#rightColumn ul.no_ul li {
	list-style: none;
}
#rightColumn .head  {
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: red;
}
#rightColumn a.head:hover {
	text-decoration: underline;
}
#rightColumnContent a.mehr {
	color: #0c57b1;
}
#rightColumnContent {
	margin-top: 25px;
}
#rightColumnContent a.mehr:hover {
	color: red;
	text-decoration: none;
}
#rightColumnContent li div  {
	display: block;
	background: #e5edd5;
	padding: 5px;
	margin-bottom: 5px;
}
#rightColumnContent div.box_content ol, #rightColumnContent div.box_content ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 25px;
}
