/****************/
/* Sidebar Right  */
/****************/
#Sidebar input
{
	margin: 0;
	padding: 0;
	font-size: 0.74em;
}

.SidebarWrapper
{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 0.74em;
	background-color: transparent;
}
.SidebarItem
{
	margin: 0px 0 0 0;
	padding: 0;
}
.SidebarHead, .SidebarHead a:link, .SidebarHead a:active, .SidebarHead a:visited
{
	display: block;
	padding: 2px 3px 0px 3px; /*background-color: rgb(89,152,251);*/
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: Black;
}
.SidebarHead a:hover
{
	text-decoration: underline;
	color: White;
}
.SidebarContent
{
	display: block;
	padding: 2px 5px 5px 5px;
	text-align: left;
	border: solid 0px red;
}
.SidebarContent a.mehr
{
	background-image: url( '/images/mehr.gif' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px 0px 3px 25px;
	text-decoration: none;
	font-weight: bold;
}
.SidebarContent a.mehr:hover
{
	text-decoration: underline;
}

div.sidebarspacer1
{
	background-color: White;
	padding: 5px 0 0px 0;
	border-bottom: solid 2px #FBBA00;
	display: block;
}
div.sidebarspacer2
{
	background-color: White;
	padding: 0px 0 0px 0;
	display: block;
	border-bottom: solid 5px white;
}
/******************/
/* Sidebar Center */
/******************/

#SidebarCenter
{
}


#SidebarCenter input
{
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#SidebarCenter ul
{
	padding: 0;
	margin: 0px 0 0 0;
	list-style-type: none;
}
#SidebarCenter li
{
	padding: 0;
	margin: 0;
}
.SidebarCenterWrapper
{
	padding: 10px 0 0 0;
	margin: 0;
	list-style-type: none;
	display: block;
}
.SidebarCenterItem
{
	margin: 0px 0 0 0;
}

#SidebarCenter a
{
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 0; /*background: url("/images/o_link.gif") no-repeat;*/
}
#SidebarCenter a:hover
{
	text-decoration: underline;
}
.SidebarCenterContent h1
{
	color: #FBBA00;
	font-size: 180% !important;
	font-weight: bold;
}
.SidebarCenterContent h2
{
	color: black;
	font-size: 110% !important;
	border-left: 1.0em solid #FBBA00;
	border-bottom: 2px solid #FBBA00;
	display: block;
	padding-left: 5px;
}
.SidebarCenterContent h3
{
	color: black;
	font-size: 100% !important;
	font-weight: bold !important;
}
.SidebarCenterContent h4
{
	color: black;
	font-size: 90% !important;
	font-weight: 600 !important;
}
.SidebarCenterContent p
{
	padding:0;
	margin:0;
}

