BODY
{
	background-color: #fff1e1;
	background-image: url(../gfx/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

p
{
	margin: 0px;
}

FORM
{
	padding: 0px;
	margin: 0px;
}

input
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

h1, .Allotment_Headline
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 13px;
	color: #e5006d;
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	line-height: 27px;
}

h2
{
	padding: 0px;
	margin: 0px;
	color: #4f4f4f;
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

.br
{
	clear: both;
	height: 0px;
}

A
{
	color: #e5006d;
}

A:hover {
	color: #e5006d;
}

.image_shadow_top {
	background-image: url(../gfx/image_shadow_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 13px;
}

.image_shadow_middle {
	background-image: url(../gfx/image_shadow_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	text-align: center;
}

.image_shadow_bottom {
	background-image: url(../gfx/image_shadow_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 229px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 21px;
}

#main {
	width: 990px;
	text-align: left;
}

#fade {
	background-image: url(../gfx/transparent_background.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#top {
	padding: 10px;
	height: 165px;
}

#chat {
	width:234px;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

#links {
	float: right;
	background-image: url(../gfx/top_menu_small_left.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-top: 93px;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
}

#links .right
{
	background-image: url(../gfx/top_menu_small_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 9px;
}

#links .middle
{
	background-image: url(../gfx/top_menu_small_middle.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 22px;
}

#links, #links a, #links a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#links a:hover
{
	text-decoration: underline;
}

#menu
{
	clear: both;
	background-image: url(../gfx/top_menu_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 48px;
}

#menu #logo
{
	float: left;
	width: 206px;
	height: 48px;
}

#menu #nav {
	float: left;
	background-image: url(../gfx/top_menu_splitter.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 2px;
	width: 643px;
	height: 48px;
	text-align: left;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu #nav li {
	float: left;
	position: relative;
	z-index : 721;
}

#menu .menutekst {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 48px;
	white-space: nowrap;
}

#menu .menutekst:link, #menu .menutekst:visited, #menu .menutekst:active {
	color: #ffffff;
	text-decoration: none;
}

#menu .menutekst:hover {
	color: #a3a3a3;
	text-decoration: none;
}

#menu .mentopcontainer {
	background-image: url(../gfx/top_menu_splitter.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 18px;
	line-height: 48px;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0px;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: -1px;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}


#menu .menulistcontainer {
	background-color: #262626;
	border-bottom: 1px solid #2e2e2e;
}

#menu .menulistitem {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 16px;
	padding-right: 16px;
	width: 160px;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	border-top: 1px solid #2e2e2e;
}

#menu #social
{
	float: left;
	background-image: url(../gfx/social_media_text.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 79px;
	width: 40px;
	height: 48px;
	
}

#menu #social .item
{
	float: left;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 4px;
	padding-left: 24px;
	width: 0px;
	height: 48px;
	
}

#menu #social #facebook
{
	background-image: url(../gfx/social_media_facebook.png);
}

#menu #social #facebook:hover
{
	background-image: url(../gfx/social_media_facebook_hover.png);
}

#menu #social #twitter
{
	background-image: url(../gfx/social_media_twitter.png);
}

#menu #social #twitter:hover
{
	background-image: url(../gfx/social_media_twitter_hover.png);
}

#flash
{
	overflow: hidden;
	padding: 10px;
}



#flash, #flash iframe {
	width: 970px;
	height: 301px;
	border: 0px;
}

.content
{
	background-image: url(../gfx/container_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 21px;
}

.content_middle
{
	background-image: url(../gfx/container_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.content_bottom
{
	background-image: url(../gfx/container_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 11px;
}

.section_left
{
	float: left;
	width: 247px;
}

#frontpage .section_left
{
	width: 378px;
}

.section_right
{
	float: left;
	padding-left: 15px;
	width: 688px;
}

#frontpage .section_right
{
	padding-left: 10px;
	width: 562px;
}

#teasers
{
}

#teasers h2
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #e5006d;
	font-size: 18px;
	font-weight: bold;
}

#teasers .text
{
	padding-top: 3px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

#teasers .link
{
	display: block;
	cursor: pointer;
	text-decoration: none;
}

#teasers .link h2,
#teasers .link:hover h2
{
	color: #e5006d;
	text-decoration: none;
}

#teasers .link .text
{
	color: #000000;
	text-decoration: none;
}

#teasers .link:hover .text
{
	color: #000000;
	text-decoration: underline;
}

#teasers .vertical,
#teasers .horizontal,
#teasers .vspacer	
{
	margin-bottom: 20px;
}

#teasers .vertical {
	overflow: hidden;
	float: left;
	background-image: url(../gfx/teaser_box_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 276px;
	height: 270px;
}

#teasers .vertical .image_box,
#teasers .vertical .image_box .mask
{
	width: 276px;
	height: 179px;
}

#teasers .vertical .image_box
{
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 0;
}

#teasers .vertical .image_box .mask
{
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../gfx/teaser_box_picture_frame.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 0;
}

#teasers .link:hover .image_box .mask
{
	background-image: url(../gfx/teaser_box_picture_frame_hover.png);
}


#teasers .vertical .text_box
{
	padding-top: 8px;
	padding-left: 13px;
	padding-right: 13px;
}

#teasers .vertical h2 {
	overflow: hidden;
	line-height: 22px;
	height: 22px;
}

#teasers .vertical .text
{
	overflow: hidden;
	height: 48px;
}

#teasers .vspacer {
	float: left; 
	width: 10px;
	height: 270px;
}

#teasers .horizontal
{
	float: left;
	background-image: url(../gfx/horizontal_teaser_middle.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 633px;
}

#teasers .horizontal .top
{
	background-image: url(../gfx/horizontal_teaser_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-bottom: 17px;
}

#teasers .horizontal .image_box
{
	float: left;
	overflow: hidden;
	background-image: url(../gfx/horizontal_teaser_picture_frame.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 204px;
	height: 175px;
}

#teasers .horizontal .image_box .image
{
	overflow: hidden;
	padding-left: 13px;
	padding-top: 13px;
	width: 159px;
	height: 139px;
}

#teasers .horizontal .text_box
{
	float: left;
	overflow: hidden;
	border-left: 1px solid #f3f3f3;
	padding-left: 3px;
	width: 425px;
}

#teasers .horizontal h2,
#teasers .horizontal .text,
#teasers .horizontal .link_text
{
	padding-left: 13px;
	padding-right: 13px;
}

#traveloffers
{
}

#traveloffers .bottom
{
	background-image: url(../gfx/traveloffer_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 22px;
}

#traveloffers .top
{
	background-image: url(../gfx/traveloffer_header.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-right: 14px;
	height: 42px;
	text-align: right;
}

#traveloffers .button_all
{
	display: block;
	overflow: hidden;
	float: right;
	background-image: url(../gfx/traveloffer_overview_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 119px;
	padding-top: 29px;
	width: 0px;
	height: 0px;
	cursor: pointer;
}

#traveloffers .button_all:hover
{
	background-image: url(../gfx/traveloffer_overview_button_hover.png);
}

#traveloffers .item
{
	background-image: url(../gfx/traveloffer_box.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 378px;
	height: 144px;
}

#traveloffers .item .image_box
{
	overflow: hidden;
	float: left;
	padding-left: 18px;
	padding-top: 14px;
	width: 115px;
	height: 115px;
	text-align: center;
}

#traveloffers .text_box
{
	overflow: hidden;
	float: left;
	padding-left: 16px;
	padding-top: 10px;
	width: 220px;
}

#traveloffers h2
{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 22px;
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

#traveloffers .text
{
	overflow: hidden;
	padding-top: 5px;
	height: 32px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

#traveloffers .price_box
{
	float: left;
	overflow: hidden;
	background-image: url(../gfx/traveloffer_price_box.png);
	background-position: left 16px;
	background-repeat: no-repeat;
	padding-top: 16px;
	width: 132px;
	height: 25px;
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}

#traveloffers .price_box .price
{
	font-size: 17px;
	font-weight: bold;
}

#traveloffers .button
{
	float: left;
	overflow: hidden;
	padding-left: 4px;
	padding-top: 15px;
	width: 84px;
	height: 29px;
}

#traveloffers .button a
{
	display: block;
	overflow: hidden;
	background-image: url(../gfx/button_book.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 84px;
	padding-top: 29px;
	width: 0px;
	height: 0px;
}

#traveloffers .button a:hover
{
	background-image: url(../gfx/button_book_hover.png);
}

.section_left .enews_subscribe_teaser {
	padding-top: 10px;
}
.section_left .enews_subscribe_teaser a {
	text-decoration: none;
}

.section_left .enews_subscribe_teaser img {
	border: 0;
} 
/* ======================================= */



.cms_menu img {
	border: 0px;
}

.cms_menuheader {
	overflow: hidden;
	background-image: url(../gfx/cms_menu_header.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 13px;
	padding-right: 13px;
	height: 29px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
}

.cms_menuitemlist {
}

.cms_menuitem {
	background-image: url(../gfx/cms_menu_splitter.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.cms_menuitem a {
	background-image: url(../gfx/bullet.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 11px;
	display: block;
}

.cms_menuitem, .cms_menuitem a {
	color: #000000;
	text-decoration: none;
}

.cms_menuitem a:hover {
	color: #c63b2d;
	text-decoration: none;
}

.cms_menuitem_selected, .cms_menuitem_selected a, .cms_menuitem_selected a:hover {
	color: #e5006d;
	text-decoration: none;
}

.cms_menuitemlist_bottom {
	height: 20px;
}

.cms_menuitem_stars {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 8px;
}

#cms, #catalog {
	padding-bottom: 20px;
}

#cms .teaser .text_box {
	float: left;
	padding-right: 15px;
	width: 418px;
}

#cms .teaser .anonce {
	padding-bottom: 10px;
	color: #4f4f4f;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

#cms .teaser .image_box {
	float: left;
	width: 255px;
}

#cms .teaser .image_box .spacer, #catalog .image_box .spacer {
	height: 10px;
}

#cms .teaser_splitter {
	height: 40px;
}

#catalog .onlinecatalogue {
}

#catalog .right_box {
	float: right;
	padding-left: 15px;
	width: 255px;
}

#catalog .right_box .spacer {
	height: 12px;
}

#catalog dl {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#catalog .star {
	vertical-align: middle;
}

#catalog dt {
	float: left;
	font-weight: bold;
}

#catalog dd {
	margin: 0px;
	padding-left: 60px;
}

#catalog .cms_facts {
	width: 418px;
}

#catalog .cms_facts .odd
{
	background-color: #f4f4f4;
}

#catalog .cms_facts .even
{
	background-color: #fbfbfb;
}

#catalog .cms_facts td {
	padding: 8px;
}

#catalog .cms_facts .label {
	font-weight: normal;
}

#catalog .cms_facts .value {
	text-align: right;
}

#catalog #allotmentpricescontainer
{
	clear: both;
	padding-top: 10px;
}

#catalog #allotmentpricescontainer .headerbox
{
	float: none;
	position: relative;
	top: 50px;
}

#catalog #allotmentpricescontainer .teasertext
{
	padding: 0px;
	line-height: 16px;
}

#catalog #allotmentpricescontainer .departurechooser
{
	clear: left;
}

#catalog #allotmentpricescontainer .departurechooser,
#catalog #allotmentpricescontainer .durationchooser
{
	float: left;
	position: relative;
	top: -16px;
	padding-right: 10px;
	height: 50px;
}

#catalog #allotmentpricescontainer .choosedeparturetext,
#catalog #allotmentpricescontainer .choosedurationtext
{
	height: 16px;
	padding-bottom: 3px;
}

#catalog #allotmentpricescontainer .departurechooser select,
#catalog #allotmentpricescontainer .durationchooser select
{
	min-width: 100px;
}

#catalog #allotmentpricescontainer .destinationcontainer
{
	clear: both;
	padding: 0pc;
}

#right {
	float:left;
	width: 227px;
}

#traveloffer  {
}

#traveloffer h1 {
	padding-left: 20px;
	margin-bottom: 5px;
}

#traveloffer strong {
	color: #4f4f4f;
	font-family: Arial;
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
}

.travelofferlist {
	margin-bottom: 30px;
}

.travelofferlist td {
	vertical-align: top;
}

.travelofferlist td.header {
	background-image: url("../gfx/traveloffer_bar.png");
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 20px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

.travelofferlist_details td {
	padding-left: 20px;
	height: 20px;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
}

.travelofferlist_details thead td {
	padding-top: 10px;
	color: #000000;
	font-weight: bold;
}

.travelofferlist_details div.body_text {
	font-size: 11px;
	line-height: 15px;
	padding-top: 20px;
}

.travelofferlist .travelofferlist_read_more_link {
	padding-left: 20px;
	padding-top: 10px;
}

.travelofferlist .travelofferlist_read_more_link a
{
	display: block;
	overflow: hidden;
	background-image: url(../gfx/button_select.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 84px;
	padding-top: 29px;
	width: 0px;
	height: 0px;
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
}

.travelofferlist .travelofferlist_read_more_link a:hover
{
	background-image: url(../gfx/button_select_hover.png);
}

.travelofferlist td img {
	margin-top: 20px;
	margin-right: 20px;
}

.tm_table2 td, .traveloffer_detail_td_header {
	background-image: url(../gfx/traveloffer_bar.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	height: 22px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

.tm_table2 a, .traveloffer_detail_td_header a {
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: underline;
}

.traveloffer_detail_td_under_header {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 22px;
}

td.tm_body1, div.tm_body1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

td.tm_body1 strong {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
}

.tm_table1 td {
}

.tm_table1 .tm_body1 {
	padding-top: 5px;
}

#traveloffer input, #traveloffer textarea {
	color: #484848;
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	border: 1px solid #cccccc;
}

#onlinebooking {
	padding-top: 20px;
	padding-left: 13px;
}

#catalogue .sectionCenter {
	float: left;
	width: 486px;
}

#catalogue .sectionRight {
	float: left;
	padding-left: 5px;
	width: 244px;
}
.catalogue_content strong {
	color: #205b87;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.catalogue_content td {
	padding-bottom: 20px;
}

#bottom {
	overflow: hidden;
	background-image: url(../gfx/bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	height: 112px;
	color: #696969;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
}
#bottom .section0 {
	float: left;
	width: 381px;
}

#bottom .section1,
#bottom .section2,
#bottom .section3 {
	float: left;
	padding: 20px;
}

#bottom .section1 {
	width: 134px;
}

#bottom .section2 { 
	width: 208px;
}

#bottom .section3 {
	width: 117px;
}

#bottom a,
#bottom a:hover
{
	color: #e3006e;
	text-decoration: underline;
}

#bottom #paymentcards {
	float: left;
	width: 220px;
	padding-top: 5px;
	padding-left: 10px;
}

#bottom #tmi {
	float: right;
	width: 200xp;;
}

#travelofferButtonContainer {
	float: left;
	height: 40px;
}

#travelofferButtonContainer .buttonContainer,
#travelofferButtonContainer .buttonContainer *{
	height: 25px;
	float: left;
}

#travelofferButtonContainer .buttonContainer {
	padding-right: 20px;
	padding-top: 10px;
	height: 45px;
}

.travelofferlist #travelofferButtonContainer .buttonContainer
{
	padding: 0px !important;
	padding-right: 20px !important;
	width: 84px;
	height: 29px;
}

#travelofferButtonContainer .buttonContainer .button_middle {
	background-image: url('../gfx/button_middle.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

#travelofferButtonContainer .buttonContainer .button_left {
	padding-left: 20px;
	background-image: url('../gfx/button_left.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#travelofferButtonContainer .buttonContainer .button_right {
	padding-right: 20px;
	background-image: url('../gfx/button_right.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.travelofferlist #travelofferButtonContainer .buttonContainer .button_middle,
.travelofferlist #travelofferButtonContainer .buttonContainer .button_left,
.travelofferlist #travelofferButtonContainer .buttonContainer .button_right
{
	padding: 0px !important;
	background-image: none !important;
}

#travelofferButtonContainer .buttonContainer a, 
#travelofferButtonContainer .buttonContainer a:hover {
	text-decoration: none;
	line-height: 25px;
}

#enews
{
	background-image: url(../gfx/enews_box.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 950px;
	height: 211px;
}

#enews .text_box
{
	overflow: hidden;
	padding-left: 13px;
	padding-top: 62px;
	width: 560px;
	height: 64px;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

#enews .field_box
{
	overflow: hidden;
	padding-left: 13px;
	padding-top: 20px;
	width: 525px;
	height: 30px;
}

#enews .field_box .input_box,
#enews .field_box .input_box input
{
	width: 420px;
}

#enews .field_box .input_box
{
	float: left;
	padding: 6px;
}

#enews .field_box .input_box input
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

#enews .field_box .button_box
{
	float: left;
	padding-left: 9px;
	width: 84px;
	height: 29px;
}

#enews .field_box .button_box a
{
	display: block;
	overflow: hidden;
	background-image: url(../gfx/button_submit.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 84px;
	padding-top: 29px;
	width: 0px;
	height: 0px;
}

#enews .field_box .button_box a:hover
{
	background-image: url(../gfx/button_submit_hover.png);
}
/*  
.tm_users_error_text, .tm_users_text {
	color: #FFFFFF;
}
*/

#text_ad_container .text_ad .image_container
{
	background:url('../gfx/traveloffer_pictureframe.png') no-repeat;
	margin-bottom: 10px;
	
}
#text_ad_container .text_ad .image_container  img
{
	margin-left: 13px;
	margin-top:13px;
	margin-bottom: 13px;
	width: 198px;
	height: 99px;
}
#text_ad_container .text_ad 
{
	margin-bottom: 10px;
}

#text_ad_container .link_and_price
{
	width: 182px;
	height: 20px;
	background:url('../gfx/traveloffer_button.png') no-repeat;
}

#text_ad_container .link_and_price .price
{
	/*	border: 1px solid #000000;*/
	float:left;
	width: 95px;
	line-height:20px;
	padding-left:10px;
	font-weight:bold;
}
#text_ad_container  .title
{
	padding-left:10px;
	font-weight:bold;
}

#text_ad_container .destination
{
	padding-left:10px;
}

#text_ad_container .text_ad_list h2
{
	display:none;
}

#text_ad_container  .duration
{
	padding-left:10px;
		margin-bottom: 10px;
}


#text_ad_container .link_and_price .link_container
{
		
	float:left;
	width: 53px;;
	line-height:20px;
	padding-left:17px;
}

#text_ad_container .link_and_price .link_container a
{
	text-decoration:none;
	
}

.infobox {
	width: 198px;
	color: #FFFFFF;
	padding: 5px;
}
.infobox_Top {
	background-image: url('../gfx/infobox_top.png');
	background-repeat: no-repeat;
	height: 13px;
	width: 198px;
}
.infoboxText {
	background-image: url('../gfx/infobox_middle.png');
	background-repeat: repeat-y;	
	width: 198px;
}
.infoboxBottom {
	background-image: url('../gfx/infobox_bottom.png');
	background-repeat: no-repeat;
	height: 13px;
	width: 198px;	
}
.infobox h2 {
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 15px;
	font-weight: normal;
}
.infobox p {
	font-size: 12px;
	padding: 0 15px;
}

/* TM_CUSTOMER_TEXTADS - END */

/* ALLOTMENT - START */
.Allotment_StatusButton, .Allotment_SubmitButton, .Allotment_Button {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border: 0px;
	font-size: 11px;
	background-color:#2A448B;
	height: 18px;
	line-height: 17px;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

#passenger_data_table .Allotment_SubmitButton, .Allotment_StatusText .Allotment_SubmitButton {
	background: url('http://tmcomponents.travelmarket.com/modules/TM_imagebank2/upload/1280/bestilt.JPG');
	height: 79px;
	width: 86px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.allotment_prepackage_list, .allotment_prepackage_package, .allotment_prepackage {
	padding:5px;
	width:935px;
	float:left;
}

.Allotment_statusbox {
	padding:10px;
	float:right;
	border:solid 1px black;
	width:165px;
	margin-left:10px;
}

.Allotment_StatusTitle, .Allotment_StatusSubTitle {
	font-weight:bold;
}

.allotment_prepackage_list .teaserlist,
.allotment_prepackage_list .teaserlist .teaserlistitem {
	float: left;
}
.allotment_prepackage_list .teaserlist .teaserlistitem {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.allotment_prepackage_list .teaserlist .teaserlistitem .textBox,
.prepackagedatecontainer .textBox {
	float: left;
	width: 480px;
	padding-right: 10px;
}

.allotment_prepackage_list .teaserlist .teaserlistitem .imageBox,
.prepackagedatecontainer .imageBox {
	float: left;
	width: 130px;
}

.prepackagedatecontainer .imageBox img {
	margin-bottom:10px;
}
/* ALLOTMENT - END */

/* ALLOTMENT PRICE CALENDER - START */
#allotmentpricescontainer h1 {
	margin-bottom: 20px;
}

#allotmentpricescontainer .headerbox,
#allotmentpricescontainer .teasertext {
	float: left;
}
#allotmentpricescontainer .teasertext {
	line-height: 29px;
	padding-left: 10px;
}

#allotmentpricescontainer .teasertext_specifichotel {
	line-height: 29px;
	padding-left: 0px;
}

#allotmentpricescontainer .pricecontainer {
	clear:both;
}

#allotmentpricescontainer .destinationcontainer {
	padding-bottom: 40px;
}

#allotmentpricescontainer .destinationcontainer_specifichotel {
	padding-bottom: 0px;
}

#allotmentpricescontainer .destinationcontainer .tablespacer {
	height: 20px;
}

#allotmentpricescontainer .destinationcontainer .header {
	background-image: url("../gfx/cms_menu_header.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
}

#allotmentpricescontainer .destinationcontainer table.pricetable thead td {
	font-weight: bold;
	vertical-align:bottom;
}

#allotmentpricescontainer .destinationcontainer table.pricetable tr.odd,
#allotmentpricescontainer table.addontable tbody tr.odd {
	background-color: #F5F4F4;
}

#allotmentpricescontainer .destinationcontainer table.pricetable tbody td {
	height: 25px;
}

#allotmentpricescontainer .destinationcontainer table.pricetable td.hotelname, 
#allotmentpricescontainer .destinationcontainer table.pricetable td.hotelname a,
#allotmentpricescontainer .destinationcontainer table.pricetable td.hotelname a:visited {
	width: 180px;
	text-decoration: none;
}

#allotmentpricescontainer .destinationcontainer table.pricetable td.hotelname a:hover,
#allotmentpricescontainer .destinationcontainer table.pricetable td.dateprice a:hover {
	text-decoration: underline;
}

#allotmentpricescontainer .destinationcontainer table.pricetable td.roomtype {
	width: 120px;
}

#allotmentpricescontainer .destinationcontainer table.pricetable td.persons {
	width: 100px;
}

#allotmentpricescontainer .destinationcontainer table.pricetable td.dateprice a,
#allotmentpricescontainer .destinationcontainer table.pricetable td.dateprice a:visited {
	text-decoration:none;
	color:#000000;
}

#allotmentpricescontainer .destinationcontainer .explanationcontainer {
	padding-top: 20px;
	padding-bottom: 20px;
}

#allotmentpricescontainer table.addontable thead td {
	font-weight: bold;
}

#allotmentpricescontainer table.addontable tbody td {
	height: 25px;
}

#allotmentpricescontainer table.addontable tbody td.productname {
	padding-right: 10px;
	color: #E5006D;
	width: 350px;
}

#allotmentpricescontainer table.addontable tbody td.productname a {
	text-decoration: none;
}

#allotmentpricescontainer table.addontable tbody td.description {
	width: 350px;
}

.allotment_prepackage .teaserText,
.allotment_prepackage .add_on_container,
.allotment_prepackage .add_on_container .addOnContainer {
	padding-bottom: 15px;
}

.allotment_prepackage .add_on_container,
.allotment_prepackage .add_on_container .addOnContainer{
	width:100%;
	float: left;
	clear: both;
}

.allotment_prepackage .add_on_container .addOnContainer .addOnPriceBox,
.allotment_prepackage .add_on_container .addOnContainer .addOnChooseAllContainer {
	clear:both;
	width: 190px;
}

.allotment_prepackage .add_on_container .addOnContainer .addOnTextBox,
.allotment_prepackage .add_on_container .addOnContainer .addOnPriceBox,
.allotment_prepackage .add_on_container .addOnContainer .addOnPriceBox .checkBoxContainer,
.allotment_prepackage .add_on_container .addOnContainer .addOnPricesContainer,
.allotment_prepackage .add_on_container .addOnContainer .addOnChooseAllContainer,
.allotment_prepackage .add_on_container .addOnContainer .addOnChooseAllContainer .checkBoxContainer {
	float: left;
}

.allotment_prepackage .add_on_container .addOnContainer .addOnPriceBox .addOnTextBox,
.allotment_prepackage .add_on_container .addOnContainer .addOnChooseAllContainer .addOnTextBox {
	width: 95px;
}

.allotment_prepackage .add_on_container .addOnContainer .addOnPriceBox .checkBoxContainer input[type='checkbox'],
.allotment_prepackage .add_on_container .addOnContainer .addOnChooseAllContainer .checkBoxContainer input[type='checkbox'] {
	margin: 0px;
}

.allotment_prepackage .add_on_container .addOnContainer .addOnPricesContainer {
	padding-top: 15px;
}

.allotment_prepackage .add_on_container .addOnContainer .addOnPriceBox .checkBoxContainer,
.allotment_prepackage .add_on_container .addOnContainer .addOnChooseAllContainer .checkBoxContainer {
	width: 20px;
}

.allotment_prepackage .add_on_container .addOnContainer .addOnPriceBox .priceContainer {
	float: right;
}

.allotment_prepackage .add_on_container .addOnContainer .addOnTextBox {
	width: 70%;
	padding-right: 15px;
}

.Allotment_Subtitle {
	font-weight: bold;
}
/* ALLOTMENT PRICE CALENDER - END */
#bottom_menu
{
	float: left;
	background-image: url(../gfx/bottom_menu_left.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-top: 10px;
}

#bottom_menu .right
{
	background-image: url(../gfx/bottom_menu_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 4px;
}

#bottom_menu .middle
{
	background-image: url(../gfx/bottom_menu_middle.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-left: 46px;
	padding-right: 46px;
	height: 23px;
	color: #ffaf02;
	line-height: 23px;
}

#bottom_menu .item
{
	color: #ffaf02;
	text-decoration: underline;
	white-space: nowrap;
}

/* PRICELIST EXPLANATION CONTAINER */

.explanationcontainer .hotoffer, #allotmentpricescontainer .destinationcontainer table.pricetable td.dateprice a.hotoffer, #allotmentpricescontainer .destinationcontainer table.pricetable td.dateprice a.hotoffer:visited
{
	color: #4BA04B;
	font-weight:bold;
}

.explanationcontainer .fewseats, #allotmentpricescontainer .destinationcontainer table.pricetable td.dateprice a.fewseats, #allotmentpricescontainer .destinationcontainer table.pricetable td.dateprice a.fewseats:visited
{
	background-color: #FFFF00;
}

.explanationcontainer .soldout, #allotmentpricescontainer .destinationcontainer table.pricetable td.dateprice a.soldout, #allotmentpricescontainer .destinationcontainer table.pricetable td.dateprice a.soldout:visited
{
	color: #FF0000;
	text-decoration: line-through;	
}

#facebookcontainer {
	padding-bottom: 10px;
}
