/****************/
/* Sidebar */
/****************/
#Sidebar input
{
	margin: 0;
	padding: 0;
	font-size: 0.74em;
}

.SidebarWrapper
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.SidebarItem
{
	margin: 0px 0 10px 0;
}
.SidebarHead, .SidebarHead a:link,.SidebarHead a:active,.SidebarHead a:visited
{
	width: 254px;
	height: 27px;
	line-height: 27px;
	text-indent: 30px;
	display: block;
	color: rgb(255,255,255);
	font-weight: bold;
	background-image: url('../images/sidebar_oben.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
/* Spezielle Header-Icons für die Sidebars
   "achtung" = Ausrufezeichen
   "kontakt" = Telefon
   "adresse" = Seite
   "shop"    = Münzen
   "wetter"  = Sonne
*/
.icon_aktuelles
{
	background-image: url('../images/sidebar_rechts_oben_achtung.gif');
}
.icon_wetter
{
	background-image: url('../images/sidebar_rechts_oben_wetter.gif');
}
.icon_top_themen
{
	background-image: url('../images/sidebar_rechts_oben_achtung.gif');
}
.icon_veranstaltungskalender
{
	background-image: url('../images/sidebar_rechts_oben_adresse.gif');
}
.icon_interessante_themen
{
	background-image: url('../images/sidebar_rechts_oben_achtung.gif');
}

/*
.icon_sidebarname1
{
	background-image: url('../images/sidebar_rechts_oben_achtung.gif');
}
*/
/*
.icon_sidebarname2
{
	background-image: url('../images/sidebar_rechts_oben_kontakt.gif');
}
*/
/*
.icon_sidebarname3
{
	background-image: url('../images/sidebar_rechts_oben_adresse.gif');
}
*/
/*
.icon_sidebarname4
{
	background-image: url('../images/sidebar_rechts_oben_shop.gif');
}
*/
/*
.icon_sidebarname5
{
	background-image: url('../images/sidebar_rechts_oben_wetter.gif');
}
*/

#SidebarLeft .SidebarHead
{
	background-image: url('../images/sidebar_oben_kontakt.gif');
}
.SidebarHead a:hover
{
	text-decoration: underline;
	color :White;
}
.SidebarContent
{
	background-color: rgb(255,255,255);
 	display: block;
	padding: 5px 8px 5px 10px;
	color: rgb(51,51,51);
}

.SidebarContent a, .SidebarContent a:link, .SidebarContent a:active, .SidebarContent a:visited
{
	color: rgb(38,45,126);
	text-decoration: none;
}
.SidebarContent a:hover
{
	color: rgb(255,72,90);
	text-decoration: underline;
}
.SidebarContent img
{
     border: 1px solid transparent;
}
.SidebarContent a img

{
     border: 1px solid transparent;
}

/*** Image border class ***/

.SidebarContent img.bildrand_rot
{
     border: 1px solid red;
     padding: 2px 1px 2px 1px; /* Abstand Rahmen zum Bild */
}
.SidebarContent img.bildrand_grau
{
     border: 1px solid rgb(153,153,153);
     padding: 2px 1px 2px 1px; /* Abstand Rahmen zum Bild */
}

.SidebarFooter
{
	width: 254px;
	height: 9px;
	background-image: url('../images/sidebar_unten_ecke_rechts.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#SidebarLeft .SidebarFooter
{
	background-image: url('../images/sidebar_unten_ecke_links.gif');
}