#sidebar {
	/*position: relative; nur wenn untendrunter*/
	text-align: left;
	width: 778px;
	top: 10px;
	margin-top: 10px; /*nur wenn oberndrüber*/
	padding-left: 10px;
	padding-right: 10px;	
	border: 1px solid #858585;
	background : #BBBBBB;
}

#sidebar h2 {
	font-size: 10pt;
	color: #010000;
	font-weight : bold;
	margin: 15px 15px 10px 15px;
}

#sidebar p {
	margin: 5px 15px 0px 15px;
	padding: 0px;
}

#sidebar ul {
	text-align: justify; /*Blocksatz*/
	list-style: none;
	padding: 10px;
	margin: 10px 15px 15px 15px;
	background-color: #dddddd; /*#858585;*/
	border: 1px solid #010000;
	width: 726px;
}

#sidebar a {
	font-weight: normal;
	color: #010000;
	text-decoration: underline;
}

#sidebar li {
	text-align: justify; /*Blocksatz*/
	padding: 2px 5px 2px 20px;
	background-image: url(../images/pbull.gif);
	background-repeat: no-repeat;
	background-position: top left;
}