/* SIDEBAR ANGEBOTE */
#sidebar .ui-widget {
	font-size: 1em;
}

#sidebar .angebote .accordion * {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#sidebar .angebote .accordion h3 {
	outline: 0;
	border: 0;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	width: 185px;
}

#sidebar .angebote .accordion .ui-icon {
	display: none;
}

#sidebar .angebote .accordion h3 a {
	background: url("images/accordion-close.gif") right center no-repeat;
	color: #ffffff;
	text-decoration: none;
	display: block;
	outline: 0px;
	overflow: hidden;
}

#sidebar .angebote .accordion h3 a:hover,#sidebar .angebote .accordion h3.ui-state-active a
	{
	background-image: url("images/accordion-open.gif");
}

#sidebar .angebote {
	background: #ffffff url("images/headpics/angebote.gif") center top
		no-repeat;
	overflow: hidden;
}

#sidebar .angebote .alle {
	display: block;
	text-align: right;
	font-size: .9em;
	margin: .25em;
}

#sidebar .angebote .angebot {
	padding: .25em;
	overflow: hidden;
	background: none;
	border: 0;
	color: #333333;
	line-height: inherit;
	height: 130px;
}

#sidebar .angebote .angebot a.title {
	font-size: 1.1em;
	text-decoration: none;
}

#sidebar .angebote .angebot a {
	color: #9B171F;
}

#sidebar .angebote .angebot .price {
	color: #9B171F;
	font-size: 1.4em;
	text-align: right;
	font-weight: bold;
}

#sidebar .angebote .angebot .price strong {
	font-size: 1.5em;
}

#sidebar .angebote .angebot .details {
	font-size: .9em;
	float: right;
}

#sidebar .angebote h3 {
	background: #002e5a;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 .25em;
	border-bottom: 1px solid #ffffff;
}

/* SIDEBAR NAVIGATION */
#sidebar .navigation {
	background: #ffffff url("images/headpics/navigation.gif") center top
		no-repeat;
	padding-bottom: .5em;
}

#sidebar .navigation li {
	list-style-type: none;
	font-weight: bold;
	margin: .25em 0 0 .5em;
	display: list-item;
	padding-left: 10px;
	background: url("images/navigation-bullet-closed.gif") left .35em
		no-repeat;
}

#sidebar .navigation li.sub {
	cursor: pointer;
}

#sidebar .navigation li a {
	text-decoration: none;
	color: #002E5A;
}

#sidebar .navigation li a:hover {
	text-decoration: underline;
}

#sidebar .navigation li.offen {
	background-image: url("images/navigation-bullet-open.gif");
}

#sidebar .navigation li ul {
	display: none;
}

#sidebar .navigation li.offen ul {
	display: block;
}

#sidebar .navigation li ul li {
	font-weight: normal;
	background-image: url("images/navigation-bullet-closed.gif");
	cursor: default;
	margin-left: .25em;
}

#sidebar .navigation li ul li.active {
	font-weight: bold;
}

/* SIDEBAR NEWSLETTER */
#sidebar .newsletter {
	background: #ffffff url("images/headpics/newsletter.gif") center top
		no-repeat;
	width: 100%;
	overflow: hidden;
}
#sidebar .box.newsletter{
	padding-top:140px;
}
#sidebar .newsletter p,#sidebar .newsletter form {
	padding: .5em;
	margin-bottom: 0;
}

#sidebar .newsletter form {
	padding: 0 .5em .5em .5em;
	overflow: hidden;
	width: 179px;
}

#sidebar .newsletter input {
	width: 170px;
}

#sidebar .newsletter .button {
	float: right;
	margin-top: .5em;
	width: 8em;
}



/* SIDEBAR BERATUNGSSERVICE */
#sidebar .beratungservice {
	background: #ffffff url("images/headpics/beratungservice.gif") center
		top no-repeat;
	padding-left: .5em;
}

#sidebar .beratungservice h3 {
	color: #2B5CAE;
	font-weight: bold;
	font-size: 1.25em;
	display: block;
	margin: .5em 0;
}

#sidebar .beratungservice p {
	color: #818181;
	font-size: .9em;
	margin-bottom: .5em;
}

#sidebar .beratungservice strong {
	color: #DD8200;
	margin-bottom: .5em;
	display: block;
	font-size: 1.2em;
}
/* MAIN */
#sidebar {
	width: 193px;
	background: url("images/background.png") left top repeat-y;
	padding: 10px 30px 0px 30px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-left: -9px;
}
#sidebar img.sidebarheader{
	margin-left: -30px;
	position: absolute;
}
#sidebar.right {
	float: right;
	margin-right: -9px;
}

#sidebar h2 {
	background: url("images/heading-left.png") left top no-repeat;
	color: #ffffff;
	font-size: 1.3em;
	height: 34px;
	padding: 8px 0 0 29px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	width: 253px;
}

#sidebar.right h2 {
	background-image: url("images/heading-right.png");
}

#sidebar .box {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	margin-bottom: 20px;
	padding-top: 77px;
}

#sidebar .sidebarfooter {
	background-image: url("images/sidebar_background_bottom.png");
	width: 253px;
	height: 322px;
	margin-left: -31px;
}
#sidebar .livechat{
	background: #ffffff url("images/headpics/chat_top.jpg") center top no-repeat;
	padding-top: 170px;
}
