/* content.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules for contentpages katschberg 

Author: elements.at 
--------------------------------------------------------------------- */

@import 'lightbox.css';

#content {
	width: 980px;
	overflow: hidden;
	padding: 0;
}

#content .header {
	width: 980px;
	height: 295px;
	overflow: hidden;
	padding: 0;
}

#content .header .headerimage {
	width: 790px;
	height: 295px;
	overflow: hidden;
	padding: 0;
	float: left;
	position: relative;
}

#content .header .sidebar {
	background: url(/static/img/sidebar_content_bg.jpg) left top no-repeat;
	width: 190px;
	height: 295px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#content #content_area {
	background: url(/static/img/contentarea_bg.gif) left top repeat-y;
	width: 980px;
	overflow: hidden;
	padding: 0;
}

#content #content_area.wide {
	background: url(/static/img/contentarea_wide_bg.gif) left top repeat-y;
}

/* left frame 
--------------------------------------------------------------------*/
#content #content_area #leftside {
	background: url(/static/img/leftside_bg.gif) left top no-repeat;
	width: 220px;
	overflow: hidden;
	padding: 0;
	float: left;
	min-height: 160px;
}

/* Subnavigation */
#leftside #subnavigation {
	width: 220px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#leftside #subnavigation h3 {
	width: 185px;
	overflow: hidden;
	color: #fff;
	line-height: 20px;
	font-size: 15px;
	padding: 12px 10px 8px 25px;
}

#subnavigation ul {
	width: 220px;
	list-style: none;
	overflow: hidden;
}

#subnavigation ul li {
	width: 213px;
	overflow: hidden;
	padding: 0 0 0 7px;
	margin: 0 0 2px 0;	
}

#subnavigation ul li a {
	background: url(/static/img/subnav.gif) 7px 5px no-repeat;
	display: block;
	width: 185px;
	padding: 2px 10px 2px 18px;
	text-decoration: none;
	color: #fff;
}

#subnavigation ul li a:hover, #subnavigation ul li a.active  {
	background: url(/static/img/subnav_hover.gif) left top no-repeat;
	display: block;
	width: 185px;
	padding: 2px 10px 2px 18px;
	text-decoration: none;
	color: #0088c7;
}


#subnavigation ul li ul {
	width: 213px;
	list-style: none;
	overflow: hidden;
	padding: 3px 0 0 0;
}

#subnavigation ul li ul li {
	width: 195px;
	overflow: hidden;
	padding: 0 0 0 18px;
	margin: 0 0 2px 0;	
}

#subnavigation ul li ul li a {
	background: url(/static/img/subnav.gif) left 5px no-repeat;
	display: block;
	width: 173px;
	padding: 2px 10px 2px 12px;
	text-decoration: none;
	color: #fff;
}

#subnavigation ul li ul li a:hover, #subnavigation ul li ul li a.active  {
	background: url(/static/img/arrow_yellow.gif) left 5px no-repeat;
	display: block;
	width: 173px;
	padding: 2px 10px 2px 12px;
	text-decoration: none;
	color: #fdb813;
}

/* Teaser (leftside) */
#leftside .teaser {
	background: url(/static/img/leftside_doubleline.gif) left top no-repeat;
	width: 220px;
	overflow: hidden;
	padding: 2px 0 10px 0;
	cursor: pointer;
}

#leftside .teaser .image {
	width: 190px;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

#leftside .teaser h3 {
	width: 190px;
	overflow: hidden;
	padding: 10px 15px 0 15px;
	color: #fff;
	line-height: 20px;
	font-size: 15px;
}

#leftside .teaser p {
	width: 190px;
	overflow: hidden;
	padding: 3px 15px 0 15px;
	color: #d0edfa;
}

#leftside .teaser p.t_link {
	background: url(/static/img/teaser_link_left_bg.gif) 15px top no-repeat;
	width: 195px;
	height: 18px;
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
}

#leftside .teaser p.t_link a {
	background: url(/static/img/arrow_teaser.gif) left 5px no-repeat;
	overflow: hidden;
	padding: 2px 0 2px 12px;
	color: #d0edfa;
	text-decoration: none;
	display: block;
	width: auto;
}

* html #leftside .teaser p.t_link a {
	padding: 1px 0 2px 12px;
}





/* Textarea (center frame) 
--------------------------------------------------------------------*/
#content #content_area #textarea {
	width: 570px;
	overflow: hidden;
	padding: 0 0 10px 0;
	float: left;
}

#textarea h1 {
	width: 530px;
	overflow: hidden;
	padding: 13px 20px 0 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	color: #0088c7;
}

#textarea .contentblock {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px 0 20px;
	color: #5a6f79;
}

#textarea .contentblock h2 {
	font-size: 13px;
	color: #0088c7;
	margin: 0 0 5px 0;
}

#textarea .contentblock h3 {
	color: #0088c7;
	margin: 3px 0;
}

#textarea .contentblock a {
	text-decoration: none;
	color: #0088c7;
}

#textarea .contentblock ul {
	margin: 5px 0;
	padding: 0 0 0 5px;
	overflow: hidden;
	list-style: none;
	width: auto;
}

#textarea .contentblock ul li {
	background: url(/static/img/list.gif) left 4px no-repeat;
	overflow: hidden;
	list-style: none;
	padding: 1px 0 1px 12px;
}

#textarea .contentblock ol {
	margin: 5px 0;
	overflow: hidden;
	list-style: decimal inside;
	padding: 0 0 0 5px;
}

#textarea .contentblock ol li {
	overflow: hidden;
	padding: 1px 0;
}

#textarea .contentblock table.standard {
	width: 99%;
	overflow: hidden;
	border: none;
	border-collapse: collapse;
	margin: 0 0 5px 0;
}

#textarea .contentblock table.standard th {
	background: #e7f4f9;
	overflow: hidden;
	color: #5a6f79;
	font-weight: normal;
	padding: 3px 5px;
}

#textarea .contentblock table.standard td {
	border-top: 1px solid #e7f4f9;
	border-collapse: collapse;
	overflow: hidden;
	color: #5a6f79;
	font-weight: normal;
	padding: 3px 5px;
}


#textarea .contentblock .cb_img_block {
	float: right;
	width: 170px;
	margin: 0 0 0 10px;
	overflow: hidden;
}

#textarea .contentblock .cb_img_block.left {
	float: left;
	margin: 0 10px 10px 0;
}


#textarea .contentblock .cb_img_block .cb_img {
	width: 170px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#textarea .contentblock .cb_img_block .cb_img a {
	display: block;
	width: 170px;
	overflow: hidden;
	position: relative;
}

#textarea .contentblock .cb_img_block .cb_img a .zoom {
	background: url(/static/img/zoom.gif) left top no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}


/* Gallery */
#textarea .gallery {
	width: 540px;
	overflow: hidden;
	padding: 5px 10px 0 20px;
}

#textarea .gallery a {
	display: block;
	width: 170px;
	height: 112px;
	overflow: hidden;
	margin: 10px 10px 0 0;
	position: relative;
	float: left;
}

#textarea .gallery a .zoom {
	background: url(/static/img/zoom.gif) left top no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

/* Contentteaser */
#textarea .contenteasers {
	width: 530px;
	overflow: hidden;
	padding: 5px 20px 0 20px;
}

#textarea .contenteasers .ct_teaser {
	width: 530px;
	overflow: hidden;
	margin: 10px 0 0 0;
	cursor: pointer;
}

#textarea .contenteasers .ct_teaser .image {
	width: 100px;
	height: 75px;
	overflow: hidden;
	float: left;
}

#textarea .contenteasers .ct_teaser .ct_text {
	width: 420px;
	overflow: hidden;
	padding: 0 0 0 10px;
	float: left;
}

#textarea .contenteasers .ct_teaser .ct_text h3 {
	width: 420px;
	overflow: hidden;
	padding: 5px 0;
	color: #0088c7;
	font-size: 11px;
}

#textarea .contenteasers .ct_teaser .ct_text h3 a {
	color: #0088c7;
	text-decoration: none;
}

#textarea .contenteasers .ct_teaser .ct_text p {
	width: 420px;
	overflow: hidden;
}

#textarea .contenteasers .ct_teaser .ct_text p a {
	overflow: hidden;
	color: #5a6f79;
	text-decoration: none;
}

/* Hiking routes */
#textarea .hiking_routes {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px;
}

#textarea .hiking_routes .routes_headline {
	background: #e7f4f9;
	width: 530px;
	height: 20px;
	overflow: hidden;
}

#textarea .hiking_routes .routes_headline .category {
	width: 145px;
	height: 20px;
	overflow: hidden;
	float: left;
}

#textarea .hiking_routes .routes_headline .category img {
	width: 55px;
	height: 20px;
	overflow: hidden;
	float: left;
}

#textarea .hiking_routes .routes_headline .category label {
	display: block;
	width: auto;
	overflow: hidden;
	padding: 3px 0;
	color: #5a6f79;
	float: left;
}

#textarea .hiking_routes .hiking_route {
	width: 530px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

#textarea .hiking_routes .hiking_route .route_nr {
	width: 30px;
	overflow: hidden;
	color: #5a6f79;
	float: left;
}

#textarea .hiking_routes .hiking_route .route_difficulty {
	width: 50px;
	overflow: hidden;
	float: left;
}

#textarea .hiking_routes .hiking_route .route_description {
	width: 440px;
	overflow: hidden;
	color: #5a6f79;
	padding: 0 0 0 10px;
	float: left;
}

/* Katalog request */
#textarea .katalog_request {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px;
}

#textarea .katalog_request form {
	width: 530px;
	overflow: hidden;
	padding: 5px 0 0 0;
	border-top: 1px solid #dfeff5;
}

#textarea .katalog_request form .short_desc {
	width: 530px;
	overflow: hidden;
	color: #5a6f79;
}

#textarea .katalog_request form .interests {
	width: 530px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#textarea .katalog_request form .interests .interest_group {
	width: 255px;
	overflow: hidden;
	padding: 5px 10px 0 0;
	float: left;
}

#textarea .katalog_request form .interests .interest_group h3 {
	width: 255px;
	overflow: hidden;
	padding: 0;
	color: #0088c7;
	font-size: 11px;
	margin: 0 0 5px 0;
}

#textarea .katalog_request form .interests .interest_group p {
	width: 255px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 2px 0;
}

#textarea .katalog_request form .communicate_language {
	width: 530px;
	overflow: hidden;
	border-top: 1px solid #dfeff5;
	padding: 10px 0 5px 0;
}

#textarea .katalog_request form .communicate_language label {
	display: block;
	overflow: hidden;
	color: #5a6f79;
	padding: 2px 10px 2px 0;
	float: left;
}


#textarea .katalog_request form .personal_info {
	width: 530px;
	overflow: hidden;
	padding: 5px 0 0 0;
}

#textarea .katalog_request form .personal_info p {
	width: 530px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 4px 0;
}

#textarea .katalog_request form .personal_info p label {
	display: block;
	width: 75px;
	overflow: hidden;
	color: #5a6f79;
	padding: 2px 5px 2px 0;
	float: left;
}

#textarea .katalog_request form .personal_info p label.title {
	display: block;
	width: 80px;
	overflow: hidden;
	color: #5a6f79;
	padding: 2px 10px 2px 0;
	float: left;
	text-align: right;
}

#textarea .katalog_request form select {
	background: #dceff7;
	width: 300px;
	border: none;
	border-right: none;
	padding: 1px 1px 2px 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .katalog_request form select.shortselect {
	width: 105px;
}

#textarea .katalog_request form input {
/*	background: url(/static/img/formelement_bg.gif) left top repeat-x;*/
	background: #dceff7;
	width: 290px;
	border: none;
	padding: 2px 5px 3px 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .katalog_request form input.mandatory {
	background: #dceff7;
	width: 288px;
	border: none;
	border-left: 2px solid #0088c7;
	padding: 2px 5px 3px 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .katalog_request form input.zip {
	width: 93px;
	border-left: 2px solid #0088c7;
	margin: 0 3px 0 0;
}

#textarea .katalog_request form input.city {
	width: 182px;
	/*border-left: 2px solid #0088c7;*/
}

#textarea .katalog_request form input.shortinput {
	width: 95px;
}


#textarea .katalog_request form input.check {
	width: 13px;
	height: 13px;
	overflow: hidden;
	padding: 0;
	margin: 4px 8px 0 0;
	float: left;
}

#textarea .katalog_request form p span {
	display: block;
	overflow: hidden;
	padding: 3px 0;
	color: #5a6f79;
	float: left;
}

#textarea .katalog_request form .personal_info p.checker {
	width: 450px;
	overflow: hidden;
	padding: 0 0 0 80px;
	margin: 10px 0 0 0;
}

#textarea .katalog_request form .personal_info p.checker span {
	width: 279px;
}


#textarea .katalog_request form .personal_info p.submit {
	width: 450px;
	overflow: hidden;
	padding: 0 0 0 80px;
	margin: 10px 0 0 0;
}

#textarea .katalog_request form .personal_info p.submit input.submit {
	width: auto;
	background: #0088c7 url(/static/img/vacationplaner_arrow_white.gif) right 5px no-repeat;
	border: none;
	padding: 1px 18px 2px 6px !important;
	line-height: 14px !important;
	margin: 0;
	overflow: visible;
	color: #fff;
	float: left;
	cursor: pointer;
}


#textarea .footnote {
	width: 530px;
	overflow: hidden;
	padding: 0 20px;
	margin: 20px 0 0 0;
}

#textarea .footnote span {
	display: block;
	overflow: hidden;
	border-left: 2px solid #0088c7;
	padding: 0 0 0 8px;
	color: #5a6f79;
}

#textarea .footnote span.error {
	display: block;
	overflow: hidden;
	border-left: 2px solid #0088c7;
	padding: 0 0 0 8px;
	color: #fdb813;
}


/* Presstexts */
#textarea .presstext_list {
	width: 530px;
	overflow: hidden;
	padding: 0 20px 10px 20px;
}

#textarea .presstext_list .press_entry {
	background: url(/static/img/presstext_bg.gif) left top repeat-x;
	width: 510px;
	overflow: hidden;
	padding: 5px 10px;
	margin: 10px 0 0 0;
}

#textarea .presstext_list .press_entry .date {
	width: 510px;
	overflow: hidden;
	padding: 0;
	color: #0088c7;
}

#textarea .presstext_list .press_entry h3 {
	width: 510px;
	overflow: hidden;
	color: #5a6f79;
	padding: 5px 0;
}

#textarea .presstext_list .press_entry h3 a {
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	color: #5a6f79;
}

#textarea .presstext_list .press_entry p {
	width: 510px;
	overflow: hidden;
	color: #5a6f79;
	padding: 5px 0 0 0;
}



/* press pictures */
#textarea .presstpictures_list {
	width: 540px;
	overflow: hidden;
	padding: 5px 10px 0 20px;
}

#textarea .presstpictures_list .press_picture {
	background: #dfeff5;
	width: 170px;
	height: 150px;
	overflow: hidden;
	margin: 10px 10px 0 0;
	position: relative;
	float: left;
}

#textarea .presstpictures_list .press_picture .image {
	width: 170px;
	height: 112px;
	overflow: hidden;
	position: relative;
}

#textarea .presstpictures_list .press_picture .image a {
	background: #dfeff5;
	display: block;
	width: 17px;
	height: 13px;
	overflow: hidden;
	padding: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
	cursor: pointer;
}

#textarea .presstpictures_list .press_picture .caption {
	width: 160px;
	height: 28px;
	overflow: hidden;
	padding: 5px;
	color: #5a6f79;
}

/* routeplaner
----------------------------------------------------- */
#textarea .route_container {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px 0 20px;
}

#textarea .route_container .googlemap {
	width: 530px;
 	height: 380px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#textarea .route_container .routeplaner {
	width: 530px;
	overflow: hidden;
	color: #5a6f79;
	position: relative;
	margin-top: 10px;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #dfeff5;
}

#textarea .route_container .routeplaner label {
	display: block;
	padding: 2px 0;
	line-height: 14px;
	color: #5a6f79;
	width: 530px;
	height: 14px;
	margin: 0 0 3px 0;
}

#textarea .route_container .routeplaner p {
	padding: 0;
	width: 530px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

#textarea .route_container .routeplaner input {
	background: #dceff7;
	border: 1px solid #dceff7;
	padding: 1px 4px;
	line-height: 13px;
	color: #5a6f79;
	width: 30px;
	height: 13px;
	float: left;
}

#textarea .route_container .routeplaner select {
	background: #dceff7;
	border: 1px solid #dceff7;
	padding: 0 1px;
	line-height: 13px;
	color: #5a6f79;
	width: 155px;
	height: 15px;
	float: left;
}

#textarea .route_container .routeplaner input.streetname {
	width: 120px;
	margin: 0 10px 0 0;
}

#textarea .route_container .routeplaner input.zipcode {
	width: 40px;
	margin: 0 5px 0 0;
}

#textarea .route_container .routeplaner input.city {
	width: 150px;
	margin: 0 10px 0 0;
}


#textarea .route_container .routeplaner input.submit {
	background: #0088c7 url(/static/img/vacationplaner_arrow_white.gif) right 6px no-repeat;
	border: 1px solid #0088c7 !important;	
	padding: 0 20px 0 8px !important;
	line-height: 14px !important;
	height: 20px !important;
	width: auto !important;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	float: left;
}

#textarea .route_container .mapdirections {
	width: 530px;
	overflow: hidden;
	color: #5a6f79;
	padding: 10px 0;
}



/* top events */
#textarea .topevents {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px 0 20px;
}

#textarea .topevents .top_event {
	background: #dfeff5;
	width: 530px;
	height: 75px;
	overflow: hidden;
	margin: 10px 0 0 0;
	cursor: pointer;

}

#textarea .topevents .top_event .image {
	width: 100px;
	height: 75px;
	overflow: hidden;
	float: left;
}

#textarea .topevents .top_event .te_text {
	width: 420px;
	overflow: hidden;
	padding: 0 0 0 10px;
	float: left;
	
	height: 66px;
}

#textarea .topevents .top_event .te_text .te_head {
	width: 410px;
	overflow: hidden;
	padding: 0; 
}

#textarea .topevents .top_event .te_text .te_head h3 {
	width: 335px;
	overflow: hidden;
	padding: 5px 10px 5px 0;
	color: #0088c7;
	font-size: 11px;
	float: left;
}

#textarea .topevents .top_event .te_text .te_head .te_date {
	display: block;
	width: 60px;
	overflow: hidden;
	padding: 5px 0 0 0;
	color: #0088c7;
	font-size: 11px;
	float: right;
}

#textarea .topevents .top_event .te_text h3 a {
	color: #0088c7;
	text-decoration: none;
}

#textarea .topevents .top_event .te_text p {
	width: 410px;
	overflow: hidden;
}

#textarea .topevents .top_event .te_text p a {
	overflow: hidden;
	color: #5a6f79;
	text-decoration: none;
}



/* Weather detail (bergfex weather integration) */
#textarea #weather_detail {
	width: 540px;
	overflow: hidden;
	padding: 5px 10px 0 20px;
}

#textarea #weather_detail .wetter {
	width: 540px;
	overflow: hidden;
	padding: 0;
}

#textarea #weather_detail .wetter .messpunkt {
	width: 540px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 15px 0;
}

#textarea #weather_detail .wetter .messpunkt .titel {
	width: 540px;
	overflow: hidden;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	color: #0088c7;
	margin: 0 0 5px 0;
	float: left;
}

#textarea #weather_detail .wetter .messpunkt .t0, #textarea #weather_detail .wetter .messpunkt .t1, #textarea #weather_detail .wetter .messpunkt .t2, #textarea #weather_detail .wetter .messpunkt .t3 {
	background: #0c8eca url(/static/img/weatherdetail_bottom_bg.gif) left bottom repeat-x;
	width: 260px;
	overflow: hidden;
	padding: 0;
	margin: 10px 10px 0 0;
	max-width: 260px;
	min-height: 100px;
	min-width: 260px;
	float: left;
	overflow: hidden;
}

#textarea #weather_detail .wetter .tag-titel {
	background-color: none;
	color: #fff;
	min-width: 130px;
	width: 260px;
	padding: 2px 0 5px 0;
	text-align: center;
	background: url(/static/img/weatherdetail_doubleline.gif) left bottom repeat-x;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	overflow: hidden;
}	

#textarea #weather_detail .wetter .vormittag {
	border-right: 1px solid #63b7dd;
	padding: 2px 0;
	text-align: center;
	color: #a8dcf4;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	overflow: hidden;
}

#textarea #weather_detail .wetter .mittag {
	border-left: 1px solid #0d76a7;
	border-right: 1px solid #63b7dd;
	padding: 2px 0;
	text-align: center;
	color: #a8dcf4;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	overflow: hidden;
}

#textarea #weather_detail .wetter .abend {
	border-left: 1px solid #0d76a7;
	padding: 2px 0;
	text-align: center;
	color: #a8dcf4;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	overflow: hidden;
}

#textarea #weather_detail .wetter .symbol {
	text-align: center;
	overflow: hidden;
}

#textarea #weather_detail .wetter .temp {
	text-align: center;
	color: #fff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	overflow: hidden;
}


#textarea #weather_detail .wetter .tag {
	width: 240px;
	padding: 10px 10px;
	overflow: hidden;
}

#textarea #weather_detail .wetter .tag .text {
	width: 240px;
	height: 56px;
	color: #fff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	overflow: hidden;
	float: left;
}

#textarea #weather_detail .wetter .tag .min {
	width: 100px;
	height: 14px;
	color: #003f56;
	float: left;
	font-weight: normal;
	line-height: 14px;
	padding: 0;
	overflow: hidden;
}

#textarea #weather_detail .wetter .tag .max {
	width: 100px;
	height: 14px;
	color: #003f56;
	font-weight: normal;
	line-height: 14px;
	padding: 0;
	float: right;
	text-align: right;
	overflow: hidden;
}

#textarea #weather_detail .wetter .bundesland {
	width: 530px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

#textarea #weather_detail .wetter .bundesland .titel {
	width: 530px;
	overflow: hidden;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	color: #0088c7;
	margin: 0 0 5px 0;
}

#textarea #weather_detail .wetter .bundesland .prognose {
	width: 530px;
	overflow: hidden;
	font-size:11px;
	color: #5a6f79;
	padding: 0 0 10px 0;
}

#textarea #weather_detail .wetter .bundesland .datum {
	width: 530px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: left;
	color: #0088c7;
}

#textarea #weather_detail .wetter .bundesland .text {
	width: 530px;
	color: #5a6f79;
}

#textarea #weather_detail .schneehoehen {
	background:#0C8ECA url(/static/img/weatherdetail_bottom_bg.gif) repeat-x scroll left bottom;
	float:left;
}
#textarea #weather_detail .schneehoehen .label{
	background:none;
	color: #fff;
}
#textarea #weather_detail .schneehoehen .label-space,
#textarea #weather_detail .schneehoehen .label-top
{
	background:transparent url(/static/img/weatherdetail_doubleline.gif) repeat-x scroll left bottom;
	color:#FFFFFF;
	
	
}
#textarea #weather_detail .schneehoehen .letzterschneefall {
	border:none;
	padding: 20px 0 0 0;
}
#textarea #weather_detail .schneehoehen .letzterschneefall .label,
#textarea #weather_detail .schneehoehen .letzterschneefall .wert{
	color: #000;
	font-weight:normal;
}
#textarea #weather_detail .schneehoehen .wert {
	color: #fff;
}



/* accommodation detail (integration) */
#textarea #accommmodation_detail {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px 0 20px;
}

#textarea #accommmodation_detail .CommonBG {
	background: none;
	border-color: none;
	overflow: hidden;
	width: 100% !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border-collapse: collapse;
}

#textarea #accommmodation_detail .CommonBG .txtCommonHeadline {
	color: #0088c7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	overflow: hidden;
	margin: 0;
}


#textarea #accommmodation_detail .CommonBG .CommonHeaderContent {
	color: #0088c7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 1px;
} 

#textarea #accommmodation_detail .CommonBG .BGNote {
	background: #e7f4f9;
	padding: 5px 10px;
	width: 125px;
	margin: 0 10px 0 0;
}

#textarea #accommmodation_detail .CommonBG .BGNote .CommonNote {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
}

#textarea #accommmodation_detail .BGEquipment {
	border-color: none;
	overflow: hidden;
}

#textarea #accommmodation_detail .BGEquipment p {
	overflow: hidden;
	padding: 0 10px 5px 0;
}

#textarea #accommmodation_detail .BGEquipment .txtEquipmentMiscellaneous {
	width: 340px !important;
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 10px 5px 0;
}

#textarea #accommmodation_detail .BGEquipment .txtCulinaryContent {
	width: 340px !important;
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
	padding: 0 10px 5px 0;
}

#textarea #accommmodation_detail .BGEquipment .txtCulinaryContent .txtCulinaryHeadline {
	color:#0088c7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	overflow: hidden;
	padding: 0 0 5px 0;
}

#textarea #accommmodation_detail .BGEquipment .txtLastminuteHeadline {
	color:#0088c7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	overflow: hidden;
	padding: 0 0 5px 0;
}

#textarea #accommmodation_detail .BGEquipment .BGOffers {
	background: #e7f4f9;
	width: 340px !important;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#textarea #accommmodation_detail .BGEquipment .BGOffers .txtOfferHeadline {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

#textarea #accommmodation_detail .BGEquipment .BGOffers .txtOffer {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding: 0 15px 0 0;
}

#textarea #accommmodation_detail .DistanceBG {
	width: 340px !important;
	border-color: none;
	overflow: hidden;
}


#textarea #accommmodation_detail .DistanceBG .txtDistanceHeadline {
	color:#0088c7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	overflow: hidden;
	padding: 0 0 5px 0;
}

#textarea #accommmodation_detail .DistanceBG .txtDistance {
	width: 335px !important;
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
	display: block;
	padding: 5px 5px 0 0;
}

#textarea #accommmodation_detail .CommonBG .ContactHeaderBG {
	overflow: hidden;
	padding: 4px 0 0 5px;
}

#textarea #accommmodation_detail .CommonBG .ContactHeaderBG .ContactHeaderContent {
	color:#0088c7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}


#textarea #accommmodation_detail .CommonBG .ContactBG {
	background: none;
	border-color: none;
	margin-left: 0px;
	padding: 0 0 0 2px;
	overflow: hidden;
}

#textarea #accommmodation_detail .CommonBG .ContactBG table {
	overflow: hidden;
}

#textarea #accommmodation_detail .CommonBG .ContactBG table a.Contact {
	color: #0088c7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#textarea #accommmodation_detail .CommonBG .ContactBG table .txtContactMap {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#textarea #accommmodation_detail .CommonBG .ContactBG table .txtContactOrganisationType {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#textarea #accommmodation_detail .CommonBG .ContactBG table .txtContactOrganisationType .txtContactLangContent {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#textarea #accommmodation_detail .CommonBG .ContactBG table .txtContactOrganisationType .txtContactLangContent .txtContactLangHeader {
	color: #0088c7;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	font-weight:bold;
}

#textarea #accommmodation_detail .CommonBG .ContactBG table .txtContactName {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight:normal;
}

#textarea #accommmodation_detail .CommonBG .ContactBG table .txtContactAddress {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight:normal;
}
#textarea #accommmodation_detail .CommonBG .ContactBG table .txtContactPhone {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight:normal;
}


#textarea #accommmodation_detail .CommonBG .ImpressionBG {
	background: #none;
	border-color: none;
	margin-left: 0px;
	padding: 0 0 0 2px;
	overflow: hidden;
}


#textarea #accommmodation_detail .CommonBG .LocationHeaderBG {
	overflow: hidden;
	padding: 4px 0 0 5px;
}

#textarea #accommmodation_detail .CommonBG .LocationHeaderBG .LocationHeaderContent {
	color:#0088c7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

#textarea #accommmodation_detail .CommonBG .BGLocation {
	background: none;
	border-color: none;
	margin-left: 5px;
	padding: 5px 0 0 0;
	overflow: hidden;
}

#textarea #accommmodation_detail .CommonBG .BGLocation a {
	color: #0088c7;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}

#textarea #accommmodation_detail .CommonBG .BGLocation .TxtLocation {
	color: #5a6f79;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#textarea #accommmodation_detail .CommonBG .BGLocation .BGLocationSpace {
	background: none;
}




/* a-z entries*/
#textarea .az_entries {
	width: 530px;
	overflow: hidden;
	padding: 0 20px;
}

#textarea .az_entries .az_entry {
	width: 530px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 0;
	cursor: pointer;
}

#textarea .az_entries .az_entry .headline {
	width: 520px;
	height: 20px;
	overflow: hidden;
	padding: 0 10px 0 0;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #dfeff5;
	border-top: 1px solid #dfeff5;
	
}

#textarea .az_entries .az_entry .headline h3 {
	overflow: hidden;
	padding: 3px 0;
	float: left;
	color: #0088c7;
}

#textarea .az_entries .az_entry .headline h3 a {
	overflow: hidden;
	color: #0088c7;
	text-decoration: none;
}

#textarea .az_entries .az_entry .headline a.maplink {
	background: url(/static/img/maplink.gif) left top no-repeat;
	overflow: hidden;
	padding: 0;
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	
	display: none;
}

#textarea .az_entries .az_entry .entry_info {
	width: 530px;
	overflow: hidden;
	padding: 0;
}

#textarea .az_entries .az_entry .entry_info .entry_image {
	width: 100px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#textarea .az_entries .az_entry .entry_info .entry_text {
	width: 210px;
	overflow: hidden;
	padding: 5px 10px;
	float: left;
	color: #5a6f79;
}

#textarea .az_entries .az_entry .entry_info .entry_adress {
	width: 180px;
	overflow: hidden;
	padding: 5px 10px;
	float: left;
	color: #5a6f79;
}

#textarea .az_entries .az_entry .entry_info a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #0088c7;
}


/* offers entries */
#textarea .offers {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px;
}

#textarea .offers .offers_entry {
	background: #f1f8fb url(/static/img/acco_entry_bottom_bg.gif) left bottom repeat-x;
	width: 530px;
	/*height: 75px;*/
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 0;
	position: relative;
	cursor: pointer;
}

#textarea .offers .offers_entry .offers_image {
	width: 150px;
	/*height: 75px;*/
	overflow: hidden;
	padding: 0;
	float: left;
}

#textarea .offers .offers_entry .offers_text {
	width: 360px;
	/*height: 75px;*/
	overflow: hidden;
	padding: 0 10px 10px 10px;
	float: left;
}

#textarea .offers .offers_entry .offers_text h3 {
	color: #0088c7;
	overflow: hidden;
	padding: 3px 0 6px 0;
	width: 280px;
	height: 16px;
}

#textarea .offers .offers_entry .offers_text h3 a {
	color:#0088c7;
	font-weight:bold;
	text-decoration:none;
}

#textarea .offers .offers_entry ul {
	margin: 0;
	padding: 0 0 0 5px;
	overflow: hidden;
	list-style: none;
	width: auto;
	color: #5a6f79;
}

#textarea .offers .offers_entry ul li {
	background: url(/static/img/list.gif) left 4px no-repeat;
	overflow: hidden;
	list-style: none;
	padding: 1px 0 1px 12px;
}

#textarea .offers .offers_entry .price {
	background: #0088c7;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 3px 7px;
	font-weight: bold;
}



/*accommodation entries*/
#textarea .accommodations {
	width: 530px;
	overflow: hidden;
	padding: 0 20px;
}

#textarea .accommodations .acco_entry {
	background: #f1f8fb url(/static/img/acco_entry_bottom_bg.gif) left bottom repeat-x;
	width: 530px;
	height: 75px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 0;
}

#textarea .accommodations .acco_entry .acco_image {
	width: 100px;
	height: 75px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#textarea .accommodations .acco_entry .acco_image img {
	width: 100px;
}

#textarea .accommodations .acco_entry .acco_info {
	width: 280px;
	height: 67px;
	overflow: hidden;
	padding: 0 10px;
	float: left;
}

#textarea .accommodations .acco_entry .acco_info h3 {
	width: 280px;
	overflow: hidden;
	padding: 3px 0;
	color: #0088c7;
}

#textarea .accommodations .acco_entry .acco_info h3 a {
	color: #0088c7;
	text-decoration: none;
	font-weight: bold;
}

#textarea .accommodations .acco_entry .acco_info p {
	width: 280px;
	overflow: hidden;
	padding: 0;
	color: #5a6f79;
}

#textarea .accommodations .acco_entry .acco_info p.category {
	color: #0088c7;
	padding: 2px 0;
}


#textarea .accommodations .acco_entry .acco_links {
	background: url(/static/img/acco_links_border.gif) left 10px no-repeat;
	width: 110px;
	height: 68px;
	overflow: hidden;
	padding: 7px 0 0 20px;
	float: left;
}

#textarea .accommodations .acco_entry .acco_links a {
	background: url(/static/img/list.gif) left 6px no-repeat;
	display: block;
	padding: 3px 0 3px 10px;
	overflow: hidden;
	text-decoration: none;
	color: #0088c7;
}




/* Gallery */
#textarea .webcams {
	width: 540px;
	overflow: hidden;
	padding: 10px 10px 0 20px;
}

#textarea .webcams .webcam {
	background: #dfeff5;
	width: 260px;
	height: 260px;
	overflow: hidden;
	padding: 0;
	margin: 10px 10px 0 0;
	float: left;
}

#textarea .webcams .webcam .webcam_img {
	width: 260px;
	height: 205px;
	overflow: hidden;
	padding: 0;
}

#textarea .webcams .webcam .webcam_info {
	background: url(/static/img/webcam_info_bottom_bg.gif) left bottom repeat-x;
	width: 260px;
	overflow: hidden;
	padding: 6px 10px 5px 10px;
}

#textarea .webcams .webcam .webcam_info .cam_info {
	width: 240px;
	height: 20px;
	overflow: hidden;
	padding: 2px 0 0 0;
	background: url(/static/img/webcams_doubleline.gif) left top repeat-x;
	
}

#textarea .webcams .webcam .webcam_info .cam_info label {
	display: block;
	width: 70px;
	overflow: hidden;
	padding: 3px 10px 3px 0;
	font-weight: bold;
	color: #5a6f79;
	float: left;
}

#textarea .webcams .webcam .webcam_info .cam_info span {
	display: block;
	width: 160px;
	overflow: hidden;
	padding: 3px 0;
	color: #5a6f79;
	float: left;
}



/* newsletter form */
#textarea .newsletter {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px;
}

#textarea .newsletter form {
	width: 530px;
	overflow: hidden;
	padding: 5px 0 0 0;
}

#textarea .newsletter form p {
	width: 530px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 4px 0;
}

#textarea .newsletter form p label {
	display: block;
	width: 100px;
	overflow: hidden;
	color: #5a6f79;
	padding: 2px 5px 2px 0;
	float: left;
}

#textarea .newsletter form select {
	background: #dceff7;
	width: 170px;
	border: none;
	border-right: none;
	padding: 1px 1px 2px 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .newsletter form input {
	background: #dceff7;
	width: 160px;
	border: none;
	padding: 2px 5px 3px 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .newsletter form p.submit_line {
	padding: 10px 0 0 0;
}

#textarea .newsletter form input.submit {
	width: auto;
	background: #0088c7 url(/static/img/vacationplaner_arrow_white.gif) right 5px no-repeat;
	border: none;
	padding: 1px 18px 2px 6px !important;
	line-height: 14px !important;
	margin: 0;
	overflow: visible;
	color: #fff;
	float: left;
	cursor: pointer;
}


/* offers form */
#textarea .offers_request {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px;
	margin: 20px 0 0 0;
}

#textarea .offers_request form {
	width: 530px;
	overflow: hidden;
	padding: 5px 0 0 0;
	border-top: 1px solid #dfeff5;
	color: #5a6f79;
}

#textarea .offers_request h2 {
	color:#0088C7;
	font-size:13px;
	margin:5px 0 10px 0;
}

#textarea .offers_request form .f_left {
	float: left;
	width: 255px;
	overflow: hidden;
	margin: 0 20px 0 0;
}

#textarea .offers_request form .f_right {
	float: left;
	width: 255px;
	overflow: hidden;
}

#textarea .offers_request form p {
	width: 260px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 4px 0;
}

#textarea .offers_request form p label {
	display: block;
	width: 80px;
	overflow: hidden;
	color: #5a6f79;
	padding: 2px 5px 2px 0;
	float: left;
}

#textarea .offers_request form input {
	background: #dceff7;
	width: 165px;
	border: none;
	padding: 2px 5px 3px 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .offers_request form textarea {
	background: #dceff7;
	width: 165px;
	height: 57px;
	border: none;
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .offers_request form select {
	background: #dceff7;
	width: 170px;
	border: none;
	border-right: none;
	padding: 1px 1px 2px 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .offers_request form input.small {
	width: 25px;
	margin: 0 4px 0 0;
	text-align: center;
}

#textarea .offers_request form input.year {
	width: 45px;
	margin: 0 4px 0 0;
	text-align: center;
}

#textarea .offers_request form input.mandatory {
	width: 163px;
	border: none;
	border-left: 2px solid #0088c7;
}

#textarea .offers_request form p.submit_line {
	padding: 18px 0 0 0;
}

#textarea .offers_request form input.submit {
	width: auto;
	background: #0088c7 url(/static/img/vacationplaner_arrow_white.gif) right 5px no-repeat;
	border: none;
	padding: 1px 18px 2px 6px !important;
	line-height: 14px !important;
	margin: 0;
	overflow: visible;
	color: #fff;
	float: left;
	cursor: pointer;
}

#textarea .offers_request form .calendarIcon {
	background: url(/static/img/calendar_icon.gif) left top no-repeat;
	width: 34px;
	height: 18px;
	padding: 0;
	overflow: hidden;
	float: left;
	cursor: pointer;
	display: block;
}

#textarea .offers_request ul {
	margin: 5px 0;
	padding: 0 0 0 5px;
	overflow: hidden;
	list-style: none;
	width: auto;
	color: #5a6f79;
}

#textarea .offers_request ul li {
	background: url(/static/img/list.gif) left 4px no-repeat;
	overflow: hidden;
	list-style: none;
	padding: 1px 0 1px 12px;
}




/* general textarea elements (search, results, paging) */
#textarea .content_searchbox {
	width: 530px;
	overflow: hidden;
	padding: 0 20px;
	margin: 0 0 10px 0;
}

#textarea .content_searchbox form {
	width: 530px;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #dfeff5;
}

#textarea .content_searchbox form p {
	width: 255px;
	height: 20px;
	overflow: hidden;
	padding: 0 10px 0 0;
	margin: 0 0 4px 0;
	float: left;
}

#textarea .content_searchbox form p label {
	display: block;
	width: 80px;
	height: 14px;
	overflow: hidden;
	padding: 2px 10px 2px 0;
	color: #5a6f79;
	float: left;
}

#textarea .content_searchbox form input {
	background: #dceff7;
	width: 155px;
	overflow: hidden;
	border: none;
	padding: 2px 5px 3px 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .content_searchbox form select {
	background: #dceff7;
	width: 165px;
	overflow: hidden;
	border: none;
	border-right: none;
	padding: 1px 1px 2px 5px;
	margin: 0;
	line-height: 14px;
	color: #5a6f79;
	float: left;
}

#textarea .content_searchbox form .submitbutton {
	width: 440px;
	padding: 2px 0 0 90px;
}

#textarea .content_searchbox form .submitbutton input.submit {
	background: #0088c7 url(/static/img/vacationplaner_arrow_white.gif) right 5px no-repeat;
	border: 1px solid #0088c7 !important;	
	padding: 0 20px 0 8px !important;
	line-height: 14px !important;
	height: 18px !important;
	width: auto !important;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	float: left;
}


/* Search result */
#textarea .search_result {
	width: 530px;
	overflow: hidden;
	padding: 5px 20px;
	color: #5a6f79;
}

#textarea .paging {
	width: 530px;
	overflow: hidden;
	padding: 10px 20px;
}

#textarea .paging a {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
	float: left;
}

#textarea .paging a.prev {
	background: url(/static/img/back.gif) left top no-repeat;
	margin: 0 5px 0 0;
}
#textarea .paging a.prev:hover {
	background: url(/static/img/back_hover.gif) left top no-repeat;
	margin: 0 5px 0 0;
}

#textarea .paging a.sites {
	width: 14px;
	height: 17px;
	padding:3px 0 0 6px;
}

#textarea .paging a.sites.active {
	color: #0088c7;
}

#textarea .paging a.next {
	background: url(/static/img/next.gif) left top no-repeat;
	margin: 0  0 0 5px;
}
#textarea .paging a.next:hover {
	background: url(/static/img/next_hover.gif) left top no-repeat;
	margin: 0  0 0 5px;
}

#textarea .paging .display {
	color: #5a6f79;
	line-height: 14px;
	padding: 3px 5px;
	overflow: hidden;
	float: left;
}





/* right frame (sidebar with teaser...) 
--------------------------------------------------------------------*/
#content #content_area #rightside {
	width: 190px;
	overflow: hidden;
	padding: 0;
	float: left;
}


/* background overwrites for sidebarelements */
#weatherbox {
	background: url(/static/img/sidebar_doubleline_content.gif) left top no-repeat;
}
#event_catalog {
	background: url(/static/img/sidebar_event_catalog_bg_content.gif) left top no-repeat;
}
#flashmap {
	background: url(/static/img/sidebar_doubleline_dark_content.gif) left top no-repeat;
}


/* teaser */
#rightside .teaser {
	background: url(/static/img/sidebar_doubleline_dark_content.gif) left top no-repeat;
	width: 190px;
	overflow: hidden;
	padding: 2px 0 10px 0;
	cursor: pointer;
}

#rightside .teaser .image {
	width: 160px;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

#rightside .teaser h3 {
	width: 160px;
	overflow: hidden;
	padding: 10px 15px 0 15px;
	color: #fff;
	line-height: 20px;
	font-size: 15px;
}

#rightside .teaser p {
	width: 160px;
	overflow: hidden;
	padding: 3px 15px 0 15px;
	color: #d0edfa;
}

#rightside .teaser p.t_link {
	background: url(/static/img/teaser_link_right_bg.gif) 15px top no-repeat;
	width: 165px;
	height: 18px;
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
}

#rightside .teaser p.t_link a {
	background: url(/static/img/arrow_teaser.gif) left 5px no-repeat;
	overflow: hidden;
	padding: 2px 0 2px 12px;
	color: #d0edfa;
	text-decoration: none;
	display: block;
	width: auto;
}

* html #rightside .teaser p.t_link a {
	padding: 1px 0 2px 12px;
}



/* texarea wide (special)
---------------------------------------------------------------------------*/
#content #content_area #textarea_wide {
	width: 760px;
	overflow: hidden;
	padding: 0 0 10px 0;
	float: left;
}

#textarea_wide h1 {
	width: 720px;
	overflow: hidden;
	padding: 13px 20px 0 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	color: #0088c7;
}

#textarea_wide .contentblock {
	width: 720px;
	overflow: hidden;
	padding: 10px 20px 0 20px;
	color: #5a6f79;
}

#textarea_wide .contentblock h2 {
	font-size: 13px;
	color: #0088c7;
	margin: 0 0 5px 0;
}

#textarea_wide .contentblock h3 {
	color: #0088c7;
	margin: 3px 0;
}

#textarea_wide .contentblock a {
	text-decoration: none;
	color: #0088c7;
}

#textarea_wide .contentblock ul {
	margin: 5px 0;
	padding: 0 0 0 5px;
	overflow: hidden;
	list-style: none;
	width: auto;
}

#textarea_wide .contentblock ul li {
	background: url(/static/img/list.gif) left 4px no-repeat;
	overflow: hidden;
	list-style: none;
	padding: 1px 0 1px 12px;
}

#textarea_wide .contentblock ol {
	margin: 5px 0;
	overflow: hidden;
	list-style: decimal inside;
	padding: 0 0 0 5px;
}

#textarea_wide .contentblock ol li {
	overflow: hidden;
	padding: 1px 0;
}

#textarea_wide .contentblock table.standard {
	width: 99%;
	overflow: hidden;
	border: none;
	border-collapse: collapse;
	margin: 0 0 5px 0;
}

#textarea_wide .contentblock table.standard th {
	background: #e7f4f9;
	overflow: hidden;
	color: #5a6f79;
	font-weight: normal;
	padding: 3px 5px;
}

#textarea_wide .contentblock table.standard td {
	border-top: 1px solid #e7f4f9;
	border-collapse: collapse;
	overflow: hidden;
	color: #5a6f79;
	font-weight: normal;
	padding: 3px 5px;
}

#textarea_wide .contentblock .cb_img_block {
	float: right;
	width: 170px;
	margin: 0 0 0 10px;
	overflow: hidden;
}

#textarea_wide .contentblock .cb_img_block.left {
	float: left;
	margin: 0 10px 10px 0;
}


#textarea_wide .contentblock .cb_img_block .cb_img {
	width: 170px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#textarea_wide .contentblock .cb_img_block .cb_img a {
	display: block;
	width: 170px;
	overflow: hidden;
	position: relative;
}

#textarea_wide .contentblock .cb_img_block .cb_img a .zoom {
	background: url(/static/img/zoom.gif) left top no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}


/* Google Maps */

#textarea_wide .katschberg_maps {
	width: 740px;
	height: 520px;
	overflow: hidden;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}

#textarea_wide .katschberg_maps .map {
	width: 740px;
	height: 460px;
	overflow: hidden;
	padding: 0;
}

#textarea_wide .katschberg_maps .map_navigation {
	background: url(/static/img/map_nav_bg.gif) left top repeat-x;
	width: 740px;
	height: 60px;
	overflow: hidden;
	padding: 0 0 0 240px;
}

#textarea_wide .katschberg_maps .map_navigation .buttons {
	height: 60px;
	overflow: hidden;
	padding: 0;
	border-left: 1px solid #1088c0;
	border-right: 1px solid #63b7dd;
	float: left;
}


#textarea_wide .katschberg_maps .map_navigation .buttons .button {
	background: url(/static/img/maps_button_bg.gif) left top no-repeat;
	width: 100px;
	height: 60px;
	overflow: hidden;
	padding: 0;
	float: left;
	cursor: pointer;
}

#textarea_wide .katschberg_maps .map_navigation .buttons .button.active {
	background: url(/static/img/maps_button_bg_active.gif) left top no-repeat;
}


#textarea_wide .katschberg_maps .map_navigation .buttons .button .icon {
	width: 100px;
	height: 40px;
	overflow: hidden;
	padding: 0;
}

#textarea_wide .katschberg_maps .map_navigation .buttons .button .icon img {
	behavior: url(/static/js/iepngfix.htc);
}

#textarea_wide .katschberg_maps .map_navigation .buttons .button .label {
	width: 80px;
	height: 14px;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	color: #d0edfa;
}


/* SEARCH */
#search_main  input{
	background:#DCEFF7 none repeat scroll 0 0;
	border:medium none;
	color:#5A6F79;
	line-height:14px;
	margin:0;
	padding:2px 5px 3px;
}
#search_main  input.submit{
	background:#0088C7 url(/static/img/vacationplaner_arrow_white.gif) no-repeat scroll right 5px;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	line-height:14px !important;
	margin:0 0 0 10px;
	overflow:visible;
	padding:1px 18px 2px 6px !important;
	width:auto;
}

.searchresults {
	margin: 10px 0 0 0;
}

.searchresults table {
	margin: 20px 0 0 0;
}

