body {
	background: none !important;	
}

#col_right {
	font-family:Arial, Helvetica, sans-serif;
	padding: 14px 0 0 0;
}


#col_right .hotlineteaser {
	width: 240px;
	overflow: hidden;
}

#col_right .hotlineteaser .hotline {
	background: #eef1f6 url(../../../../static/2011/img/helplineteaser_240x180.jpg) left top no-repeat;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#col_right .hotlineteaser .hotline .textcontainer {
	padding: 13px 10px;	
	font-size: 14px;
	line-height: 18px;
}

#col_right .hotlineteaser .hotline .textcontainer .headline {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #f00000;
	padding: 0 0 9px 0;
}

#col_right .hotlineteaser .hotline .textcontainer .smallheadline {
	font-size: 14px;
	font-weight: bold;
	color: #f00000;
}

#col_right .hotlineteaser .hotline .textcontainer .text {
	padding: 0 0 9px 0;
}

#col_right .hotlineteaser .hotline .textcontainer .button {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	background: url(../../../../static/2011/img/sprite.png) 0 -1000px no-repeat;
	position: relative;
	text-decoration: none;
	padding: 0 6px 0 7px;
	margin: 6px 0 0 0;
	
}
#col_right .hotlineteaser .hotline .textcontainer .button span {
	display: block;
	width: 7px;
	height: 24px;
	background: url(../../../../static/2011/img/sprite.png) right -1000px no-repeat;
	position: absolute;
	right: -7px;
	top: 0;
}
#col_right .hotlineteaser .hotline .textcontainer .button:hover {
	background-position: 0 -3791px;
	
}
#col_right .hotlineteaser .hotline .textcontainer .button:hover span {
	background-position: right -3791px;
}
		
		

#col_right .teaser.onlytext {
	border-top:1px solid #CDD7E1;
	background:url(../../../../static/img/teaser_sidebar_bg.png) no-repeat left bottom;
	height:auto;
	padding:10px;
	width:220px;
}

#col_right .teaser .text h3 {
	font-size:14px;
	line-height:18px;
	color:#0074B6;
	font-weight:bold;
	margin:0;
}

#col_right .teaser .paragraph p {
	font-size:12px;
	color:#283746;
}


.roundteaser {
	cursor: pointer;
	width: 240px;
	background: url(../../../../static/2011/img/sprite.png) no-repeat 0 -550px;
	margin: 0 0 13px 0;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: #636363 0px 0px 3px;
	-moz-box-shadow: #636363 0px 0px 3px;
	box-shadow: #636363 0px 0px 3px;
}

.faq_teaser {
	position:relative;
	float:left;
	width:240px;
	z-index:10;
	/*margin: 0 0 14px 0;*/
}

.faq_teaser .ft_head {
	background: url(../../../../static/2011/img/faqteaser_head.png) right 8px no-repeat;
	/*background:url(../../../../static/img/faq_head.png) no-repeat;*/
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	float:left;
	width:240px;
	height:44px;
	overflow:hidden;
}

.faq_teaser .ft_head h3 {
	font-weight:bold;
	display:block;
	float:left;
	width:230px;
	height:44px;
	font-size:14px;
	color:#f00000;
	line-height:44px;
	padding:0 0 0 10px;
	margin:0;
	overflow:hidden;
}

.faq_teaser .ft_item {
	/*background:#e0ecf3 url(../../../../static/img/faq_bg.gif) left bottom repeat-x;*/
	float:left;
	width:225px;
	cursor:pointer;
	padding:8px 5px 9px 10px;
	border-top:1px solid #dce1e6;
	overflow:hidden;
}

.faq_teaser .ft_item .ft_arrow {
	/*background:url(../../../../static/img/faq_arrow.gif) 0 5px no-repeat;
	padding:0 0 0 8px;*/
}

.faq_teaser .ft_item .ft_arrow span {
	font-size:14px;
	line-height:18px;
	color:#283746;
	/*font-weight:bold;
	font-style:italic;*/
}

.faq_teaser .ft_item:hover .ft_arrow span,
.faq_teaser .ft_item .ft_arrow span:hover {
	/*color:#1c77a4;*/
	color: #f00000;
}

.faq_teaser .ft_item .content {
	display:none;
}

#faqteaser .faq_teaser {
	width:200px;
}

#faqteaser .faq_teaser .ft_head {
	background:url(../../../../static/img/faq_head.png) no-repeat top right;
	width:200px;
}

#faqteaser .faq_teaser .ft_head h3 {
	font-size:12px;
}

#faqteaser .faq_teaser .ft_item {
	width:185px;
}

#faqteaser .faq_teaser .ft_item .ft_arrow {
	padding:0 0 0 10px;
}

#faqteaser .faq_teaser .ft_item .ft_arrow span {
	font-size:12px;
	font-style:normal;
}

.tooltip {
	position:absolute !important;
	overflow:visible;
	font-size:12px;
	z-index:10000 !important;
}	

.tooltip .xboxcontent {
	position:relative;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height:18px;
	width:497px;
	padding:15px 15px 15px 15px;
	margin: 6px 0 0 1px;
	/*background:#e0ecf3;
	border:1px solid #0082c8;*/
	color: #000;
	overflow:visible;
	z-index:10;
	min-height: 70px;
	
	background: #dce1e6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: #636363 0px 0px 3px;
	-moz-box-shadow: #636363 0px 0px 3px;
	box-shadow: #636363 0px 0px 3px;
}

.tooltip .xboxcontent h3, .tooltip .xboxcontent h4 {
	/*color:#0074B6;*/
	color: #f00000;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin:0;
}

.tooltip .xboxcontent a {
	color: #006EAF;	
}

.tooltip .xboxcontent p {
	margin: 14px 0;	
}

.tooltip .xboxcontent .arrow {
	background: url(../../../../static/2011/img/faqteaser_arrow.png) 0 0 no-repeat;
	/*background:url(../../../../static/img/tooltip_arrow.png) no-repeat;*/
	position:absolute;
	top:56px;
	right:-12px;
	width:12px;
	height:23px;
	z-index:50;
}

#col_right .facebook {
	background:url(../../../../static/img/new/sidebar-facebook-bg.png) no-repeat -240px bottom #F0F5F8 !important;
	border-left:1px solid #CDD7E1;
	border-bottom:1px solid #CDD7E1;
	float:left;
	overflow:hidden;
	width:238px;
}
#col_right .facebook .header {
	background:url(../../../../static/img/new/sidebar-facebook-bg.png) no-repeat left top #F0F5F8;
	color:#FFFFFF;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:24px;
	padding:8px 0 0 10px;
	position:relative;
	width:230px;
	z-index:2;
}
#col_right .facebook iframe {
	height:230px !important;
	margin:-1px 0 0 -1px;
}
#col_right .facebook .fbConnectWidgetFooter {
	display:none !important;
}












.gotolink {
	cursor:pointer;
}

.invisible_link {
	display:none;
}


/* small teaser */
.teaserboxes .smallteasers {
	margin: -1px 0 0 0;	
}

.teaserboxes .smallteasers .teaser {
	border-top: 1px solid #cdd7e1;
	overflow: hidden;
}

.teaserboxes .smallteasers .teaser .image {
	width: 120px;
	height: 80px;
	padding: 0 10px 0 0;
	overflow: hidden;
	float: left;
}

.teaserboxes .smallteasers .teaser .image .videobtn {
	width: 120px;
	height: 80px;
}

.teaserboxes .smallteasers .teaser .text {
	width: 110px;
	height: 86px;
	margin: -4px 0 0 0;
	float: left;
	overflow: hidden;
	position: relative;
}

.teaserboxes .smallteasers .teaser.onlytext .text {
	width: 240px;	
}

.teaserboxes .smallteasers .teaser .text h3 {
	font-size: 14px;
	line-height: 18px;
}

.teaserboxes .smallteasers .teaser.onlytext .text h3 {
	padding: 0 0 2px 0;
}

.teaserboxes .smallteasers .teaser .text .price {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 5px 0 0 0;
}

.teaserboxes .smallteasers .teaser .text .price .big {
	font-size: 24px;
}

.teaserboxes .smallteasers .teaser .text .price .big.red {
	color: #f00000;
}

.teaserboxes .linklist a {
	background: url(../../../../static/img/new/arrows.png) 0 -1397px no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 7px 10px;
	display: inline-block;
}

.teaserboxes .linklist a.last {
	padding: 0 0 0 10px;
}

.teaserboxes .linklist a:hover {
	background-position: 0 -1497px;
	color: #f00000;
}

.teaserboxes .buttonlist {
		
}

.teaserboxes .buttonlist .button {
	width: 210px;
	margin: 0 0 5px 0;
	padding: 0 12px 0 0;
}

.teaserboxes .buttonlist .button .text {
	float: none;	
}

.teaserboxes ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.teaserboxes ul li {
	background: url(../../../../static/img/new/arrows.png) left -494px no-repeat;
	list-style: none;
	overflow: hidden;
	padding: 0 0 0 10px;
}












.teaserboxes .teaser {	
	background: url(../../../../static/img/teaser_sidebar_bg.png) left bottom no-repeat !important;
	background: #f0f5f8;
	padding: 10px 10px 6px 0;
	width: 230px;
	height: auto;
}

.teaserboxes .smallteasers .teaser.onlytext {
	padding: 10px;
	width: 220px;
	height: auto;
}

.teaserboxes .smallteasers .teaser .text {
	width: 130px;
	height: auto;
	color: #283746;
}

.teaserboxes .smallteasers .teaser.onlytext .text {
	height: auto;
	width: 220px;
}

.teaserboxes .smallteasers .teaser .image {
	width: 90px;
	padding: 0;
	margin: 0 10px 0 0;
}