/*************************
** CSS SPECIAL ELEMENTS **
*************************/

/* Special Offer on the left side */

.special_offer_box {
	background:url(../images/specialelements/special_offers/sobg.gif) left top no-repeat; 
	width:199px; 
	height:257px; 
}
.special_offer_box a {
		text-decoration:none;
}
.margin_left { margin:3px 0px 0px 3px; }
.no_left_margin { margin:3px 0px 0px; }


.special_offer_content_wrap {
	width:183px; 
	height:241px; 
	margin:8px 0px 0px 8px;
}

.special_offer_pic { height:146px; }	/* Hintergrundbild wird via TypoScript direkt im Template geholt */

.special_offer_title {
	height:30px; 
	font-size:22px; 
	font-weight:bold; 
	color:#000; 
	margin-left:7px;
	position:relative; 
	top:116px;
}

.special_offer_text {
	height:76px; 
	color:#ffffff; 
	font-size:14px;
	padding:10px;
	background:url(../images/specialelements/special_offers/so_orangebg.gif) no-repeat;
}

.special_offer_text a {
	color:#ffffff; 
	font-size:14px;
}

.linkBig  { 
	font-size:20px;
	color:#000;
}
.linkSmall { 
	font-size:12px;
	color:#000;
}

/* Banner at left side of the page */

.banner_border {
	width:587px;	/*16px padding abgezogen */
	height:136px;	/*16px padding abgezogen */
	background:url(../images/specialelements/banner/banner_bottom_border.gif) left top no-repeat;
	margin-top:3px;
	padding:8px;
}

.banner_background_image {	/* Hintergrundbild wird via TypoScrit direkt im Template geholt */
	width:587px;
	height:111px;
	padding-top:25px;
}

.banner_content_wrap {
	width:210px;
	height:150px;
	float:right;
	margin-right:10px;
}

.banner_title {
	font-size:24px;
	color:#96bf0d;
	margin-bottom:10px;
	font-weight:bold;
}
.banner_text {
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}

.banner_text a { color:#96BF0D; font-weight:bold; text-decoration:underline; }

/* Travel Consultant */
#travel_consultant {
	width:287px;
	height:136px;	/* -16px padding */
	background:url(../images/box_border.gif) no-repeat;
	margin-bottom:3px;
	padding:8px;
	text-align:center;
}

#travel_consultant_background {
	height:136px;
	background:url(../images/box_orange_bg.gif) no-repeat;
}
#travel_consultant_avatar { 
	float:right; 
	width:120px; 
	height:136px; 
	overflow:hidden; 
}
#travel_consultant_content {
	 float:left; 
	 font-weight:bold; 
	 width:148px; /* 5px + 14px padding abgezogen */
	 height:136px; 
	 padding:0px 5px 0px 14px;
	 text-align:left; 
	 overflow:hidden;
}

#travel_consultant a { color:#ffffff; }

#travel_consultant h2 { font-size:14px; font-weight:bold; color:#000; }
#travel_consultant p { font-size:11px; color:#ffffff; margin:5px 0px 5px 0px; }

/* Special Offer right */

.special_offer_right {
	width:287px;
	height:136px;
	background:url(../images/box_border.gif) no-repeat;
	padding:8px;
	margin-bottom:3px;
}

.special_offer_right_bg {
	width:287px;
	height:136px;
	background:url(../images/box_orange_bg.gif) no-repeat;
}

.special_offer_right_pic {
	width:166px;
	height:136px;
	float:left;
	margin-right:10px;
}

.special_offer_right_content {
	width:111px;
	height:136px;
	float:right;
}
.special_offer_right_title { 
	max-height:50px; 
	overflow:hidden; 
	color:#000;
	font-size:22px;
	font-weight:bold;
	margin-top:7px;	
	padding-bottom: 5px;
}
.special_offer_right_text {	
	color:#ffffff;
	font-size:12px;
	font-weight:bold; 
}

.special_offer_right a {
	color:#ffffff;
	font-size:12px;
}
.special_offer_right_bottom { 
	height:32px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-align:right;
}

/* Last Minute */
.last_minute {
	width:287px; height:242px;	/* -16px padding */
	padding:8px;
	background:url(../images/specialelements/last_minute/last_minute_border.gif) no-repeat;
	margin-bottom:3px;
}
.last_minute_background {
	background:url(../images/specialelements/last_minute/last_minute_background.jpg) no-repeat;
	height:242px;
}
.last_minute_text {
	float:left;
}
.last_minute_pic {
	float:right;
	width:121px;
	height:242px;
}

/* Content Teaser */

.content_teaser_wrap {
	width:157px;
	margin-right:7px;
	background:url(../images/specialelements/content_teaser/picture_border.gif) no-repeat top;
	float:left;
	overflow:hidden;
	margin-bottom:5px;
}

.content_teaser_picture, .content_teaser_title {
	width:141px;
}
.content_teaser_picture {
	height:97px;
	margin-top:8px;
	margin-left:8px;
}
.content_teaser_title {
	height:19px;
	margin-left:8px;
	padding:7px 0px 0px 5px;
}

.content_teaser_title a {
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;

}
.content_teaser_text {
	margin-top:20px;
	margin-left:4px;
	height:65px;
	color:#58585a;
	font-size:12px;
	overflow:hidden;
}