/****************/
/* Sidebar */
/****************/
.SidebarWrapper
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.SidebarItem
{
	background: #fff7c6;
	border: solid #009966 1px;
	margin: 10px 0 0 0;
}
.SidebarHead, .SidebarHead a:link, .SidebarHead a:active, .SidebarHead a:visited
{
	background: #d1e4b8;
	color: #000;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	border-bottom: solid 1px #009966;
}
.SidebarHead a:hover
{
	text-decoration: underline;
	color: White;
}
.SidebarContent
{
	background: transparent;
	color: #000;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}
.SidebarWrapperFix
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 2px;
	border: solid #009966 1px;
	background: #fff7c6;
}
.SidebarWrapperFix li
{
	color: #000;
	font-weight: normal;
	background: url('../images/aufzaehlung.gif') no-repeat 0 4px;
	padding: 0 0 0 7px;
}
#Sidebar a, #Sidebar a:visited, #Sidebar a:active, #Sidebar a:link
{
	text-decoration: underline;
	color: #009966;
	background: transparent;
}
#Sidebar a:hover
{
	text-decoration: underline;
	color: #009966;
	background: transparent;
}