/* print.css
------------------------------------------------------------------------
This stylesheet contains the print styles for salzburg.info 

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}




/* general sitecontainers
--------------------------------------------------------------------- */

#background {
	display: none;
}

#sitecontainer {
	width: 670px;
	overflow: visible;
}

#site {
	width: 670px;
	overflow: visible;
	margin: 0;
}


/* top area (languages , search ... )
--------------------------------------------------------------------- */
#top_print {
 	display:block;
	height:90px;
	overflow:hidden;
	width:570px;
}

#top_print .logo {
	float:left;
	height:90px;
	overflow:hidden;
	width:570px;
}

#top {
	display: none;
}

#metanav {
	display: none;
}

#metabox {
	display: none;
}

#interests {
	display: none;
}

#languages {
	display: none;
}

/* footer
--------------------------------------------------------------- */

#footer {
	display: none;
}


/* portal
--------------------------------------------------------------- */
#portal {
	display: none;
}


/* social Toolbar
--------------------------------------------------------------- */

#toolbar {
	display: none;
}


/* content
--------------------------------------------------------------- */

#content {
	background: none;
	width: 670px;
	overflow: visible;
	position: relative;
}

#content #top_shadow {
	display: none;
}

#content #sidebar {
	display: none;
}

/* leftside */
#content #left {
	width: 670px;
	overflow: visible;
}

#only_headerimage {
	display: none;
}

#img_map_container {
	display: none;
}

/* contentarea (subnavigation and textarea) */
#contentarea {
	background: none;
	width: 670px;
	overflow: visible;
	padding: 0;
	position: relative;
}

#contentarea #toggle_map {
	display: none !important;
}

#contentarea .subnavigation {
	display: none;
}



#contentarea #textarea {
	width: 570px;
	overflow: visible;
	padding: 16px 0 0 0;
}


#textarea h1 {
	width: 410px;
	overflow: hidden;
	padding: 0 140px 0 20px;
	margin: 0 0 8px 0;
	font-size: 24px;
	line-height: 30px;
	color: #990000;
	font-weight: normal;
}

.gallery_slider {
	/*display: block;*/
}

/* conetntblock */
#textarea .contentblock {
	background: none;
	width: 535px;
	overflow: visible;
	padding: 15px 15px 10px 20px;
	color: #000;
}

/* imageblock */
#textarea .contentblock .cb_img_block, #textarea .tab_content .cb_img_block {
	/*display: none;*/
	width: 240px;
	overflow: hidden;
	padding: 0;
	margin: 0 -15px 10px 10px;
	float: right;
	display: inline;
}


#textarea .contentblock .gallery_slider {
	/*display: none;*/
}

#textarea .gallery_slider {
	display:inline;
	float:right;
	margin:0 0 10px 10px;
	height:160px;
	overflow:hidden;
	padding:0;
	width:240px;
}

#textarea .gallery_slider .panel {
	display:none;
}

.gallery_slider .images .all_images {
	width:240px;
	height:160px;
	overflow:hidden;
}

#textarea .contentblock h2 {
	overflow: hidden;
	padding: 0 0 10px 0;
	color: #000;
}

#textarea .contentblock h3 {
	overflow: hidden;
	padding: 10px 0 5px 0;
	color: #000;
}

#textarea .contentblock a {
	text-decoration: none;
	color: #990000;
}

#textarea .contentblock ul {
	list-style: none;
	margin: 5px 0;
}

#textarea .contentblock ul li {
	background: url(/static/img/list.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	
}

#textarea .contentblock table.standard {
	width: 99%;
	border-left: 1px solid #d8dce0;
	border-collapse: collapse;
	margin: 5px 0 0 0;
}

#textarea .contentblock table.standard  th {
	background: #990000;
	border-right: 1px solid #d8dce0;
	border-collapse: collapse;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-weight: normal;
	vertical-align:text-top;
}

#textarea .contentblock table.standard  td {
	background: #eeeff0 url(/static/img/table_dark_bg.gif) left top repeat-x;
	border-right: 1px solid #d8dce0;
	border-bottom: 1px solid #d8dce0;
	border-collapse: collapse;
	padding: 4px 0 4px 10px;
	color: #333;
	vertical-align:text-top;
}

/* linkblock */
#textarea .linkblock {
	background: none;
	width: 550px;
	overflow: visible;
	padding: 12px 0 15px 20px;
	color: #000;
}

#textarea .linkblock .lb_block {
	width: 265px;
	overflow: visible;
	padding: 0 10px 0 0;
	float: left;
}

#textarea .linkblock .lb_block label {
	display: block;
	width: 265px;
	overflow: hidden;
	color: #333;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#textarea .linkblock .lb_block a {
	display: block;
	background: url(/static/img/linklist_link_arrow.gif) left 4px no-repeat;
	color: #990000;
	text-decoration: none;
	padding: 0 0 0 10px;
}

/* teaserbox
----------------------------------------*/
#textarea .teaserbox {
	background: none;
	width: 570px;
	overflow: visible;
	padding: 10px 0 10px 0;
	color: #000;
}

#textarea .teaserbox .preface {
	width: 535px;
	overflow: hidden;
	padding: 0 15px 10px 20px;
	color: #000;
}

/* hover teasers  */
#textarea .teaserbox #hover_teasers {
	width: 550px;
	overflow: visible;
	padding: 0 0 0 20px;
}

#hover_teasers .img_text_teaser {
	background: none;
	width: 550px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	margin: 11px 0 0 0;
	cursor: pointer;
}

#hover_teasers .img_text_teaser .image {
	width: 120px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#hover_teasers .img_text_teaser .itt_text {
	width: 410px;
	height: 80px;
	overflow: hidden;
	padding: 0 10px;
	float: left;
}

#hover_teasers .img_text_teaser .itt_text h3 {
	width: 410px;
	height: 14px;
	overflow: hidden;
	color: #990000;
	margin: 5px 0 8px;
}

#hover_teasers .img_text_teaser .itt_text h3 a {
	text-decoration: none;
	color: #990000;
}

#hover_teasers .img_text_teaser .itt_text p {
	width: 410px;
	height: 28px;
	overflow: hidden;
	color: #666;
	margin: 0 0 6px 0;
}

#hover_teasers .img_text_teaser .itt_text .infolink {
	width: 410px;
	height: 14px;
	overflow: hidden;
	display: none;
}

#hover_teasers .img_text_teaser .itt_text .infolink a {
	background: url(/static/img/infolink_arrow.gif) left 5px no-repeat;
	height: 14px;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #990000;
	text-decoration: none;
}

#hover_teasers .img_text_teaser.hover {
	background: url(/static/img/hoverteaser_bg_hover.gif) left top no-repeat;
}

#hover_teasers .img_text_teaser.hover .itt_text p {
	color: #000;
}

#hover_teasers .img_text_teaser.hover .itt_text .infolink {
	display: block;
}


/* culture teasers (3 per line) */
#textarea .teaserbox #culture_teasers {
	width: 561px;
	overflow: visible;
	padding: 0 0 0 9px;
}

#textarea .teaserbox #culture_teasers .c_teaser {
	background: url(/static/img/culture_teaser_bg.gif) left bottom no-repeat;
	width: 176px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 9px 11px;
	float: left;
	cursor: pointer;
	height: 173px;
}

* html #textarea .teaserbox #culture_teasers .c_teaser {
	display: inline;
}

#textarea .teaserbox #culture_teasers .c_teaser .image {
	width: 176px;
	height: 132px;
	overflow: hidden;
	padding: 0;
}

#textarea .teaserbox #culture_teasers .c_teaser .ct_text {
	width: 176px;
	height: 28px;
	overflow: hidden;
	padding: 4px 0 0 0;
}

#textarea .teaserbox #culture_teasers .c_teaser .ct_text h3 {
	width: 166px;
	color: #990000;
	overflow: hidden;
}

#textarea .teaserbox #culture_teasers .c_teaser .ct_text h3 a {
	text-decoration: none;
	color: #990000;
	overflow: hidden;
}

#textarea .teaserbox #culture_teasers .c_teaser .ct_text p {
	width: 166px;
	color: #666;
}


/* searchbox
----------------------------------------*/
#textarea #searchbox {
	display: none;
}


/* Paging
----------------------------------------*/

#textarea .paging {
	display: none;
}



/* gastro list
----------------------------------------*/
#textarea .gastro_list {
	width: 550px;
	overflow: visible;
	padding: 10px 0 10px 20px;
}

#textarea .gastro_list .supreme_entries {
	width: 550px;
	overflow: visible;
	padding: 10px 0 0 0;
}

#textarea .gastro_list .supreme_entries .supreme_header {
	background: url(/static/img/supreme_head_bg.gif) left top no-repeat;
	width: 150px;
	height: 14px;
	overflow: hidden;	
	padding: 3px 10px 3px 30px;
	color: #fff;
}



#textarea .gastro_list .gastro_entry {
	background: url(/static/img/gastro_entry_bg.gif) left top no-repeat;
	width: 550px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
	cursor: pointer;
}

#textarea .gastro_list .gastro_entry .image {
	width: 120px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	float: right;
}

#textarea .gastro_list .gastro_entry .general {
	width: 170px;
	height: 71px;
	overflow: hidden;
	padding: 9px 10px 0 10px;
	float: left;
}

#textarea .gastro_list .gastro_entry .general .g_info {
	width: 170px;
	height: 42px;
	overflow: hidden;
	color: #333;
	margin: 0 0 7px 0; 
}

#textarea .gastro_list .gastro_entry .general .g_info h3 {
	width: 170px;
	overflow: hidden;
	color: #990000;
}

#textarea .gastro_list .gastro_entry .general .g_info h3 a {
	text-decoration: none;
	color: #990000;
}

#textarea .gastro_list .gastro_entry .general .location {
	width: 170px;
	height: 14px;
	overflow: hidden;
	color: #333;
}

#textarea .gastro_list .gastro_entry .extrainfo {
	width: 220px;
	height: 71px;
	overflow: hidden;
	padding: 9px 10px 0 10px;
	float: left;
}

#textarea .gastro_list .gastro_entry .extrainfo p {
	width: 220px;
	height: 42px;
	overflow: hidden;
	color: #333;
	margin: 0 0 7px 0; 

}

#textarea .gastro_list .gastro_entry .extrainfo .info_link {
	width: 220px;
	height: 14px;
	overflow: hidden;
}

#textarea .gastro_list .gastro_entry .extrainfo .info_link a {
	background: url(/static/img/infolink_arrow.gif) left 5px no-repeat;
	height: 14px;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #990000;
	text-decoration: none;
}

#textarea .gastro_list .gastro_entry.premium {
	background: url(/static/img/gastro_entry_premium_bg.gif) left top no-repeat;
}


/* event list
----------------------------------------*/
#textarea .event_list {
	width: 550px;
	overflow: visible;
	padding: 12px 0 10px 20px;
}

#textarea .event_list .event_entry {
	background: url(/static/img/event_entry_bg.gif) left top repeat-x;
	width: 550px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
	cursor: pointer;
}

#textarea .event_list .event_entry .image {
	width: 120px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	float: right;
}

#textarea .event_list .event_entry .description {
	width: 240px;
	height: 71px;
	overflow: hidden;
	padding: 9px 10px 0 0;
	float: left;
}

#textarea .event_list .event_entry .description h3 {
	width: 240px;
	overflow: hidden;
	color: #990000;
	margin: 0 0 7px 0;
}

#textarea .event_list .event_entry .description h3 a {
	text-decoration: none;
	color: #990000;
}

#textarea .event_list .event_entry .description p {
	width: 240px;
	overflow: hidden;
	color: #505050;
}

#textarea .event_list .event_entry .event_info {
	width: 170px;
	height: 71px;
	overflow: hidden;
	padding: 9px 10px 0 0;
	float: left;
}

#textarea .event_list .event_entry .event_info .date {
	display: block;
	width: 170px;
	height: 14px;
	overflow: hidden;
	margin: 0 0 7px 0;
	color: #000;
}

#textarea .event_list .event_entry .event_info p {
	width: 170px;
	overflow: hidden;
	color: #505050;
	margin: 0 0 7px 0;
}

#textarea .event_list .event_entry .event_info .event_link {
	width: 170px;
	height: 14px;
	overflow: hidden;
}

#textarea .event_list .event_entry .event_info .event_link a {
	overflow: hidden;
	color: #990000;
	text-decoration: none;
}



/* Tabbox (loacations and allowance)
----------------------------------------------------------------*/
.tabbox_informations {
	width: 570px;
	overflow: visible;
}

.tabbox_informations .tab_navigation {
	background: url(/static/img/locations_tabbox_bg.gif) left top repeat-x;
	width: 550px;
	height: 23px;
	overflow: hidden;
	padding: 0 0 0 20px;
}


.tabbox_informations .tab_navigation .tab {
	background: url(/static/img/tab_bg.gif) left top no-repeat;
	height: 23px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.tabbox_informations .tab_navigation .tab span {
	background: url(/static/img/tab_inside_bg.gif) right top no-repeat;
	display: block;
	height: 14px;
	overflow: hidden;
	padding: 4px 21px 4px 11px;
	color: #fff;
	text-decoration: none;
	float: left;
}

.tabbox_informations .tab_navigation .tab.active {
	background: url(/static/img/tab_bg_active.gif) left top no-repeat;
}


.tabbox_informations .tab_navigation .tab.active span {
	background: url(/static/img/tab_inside_bg_active.gif) right top no-repeat;
	color: #990000;
}

.tabbox_informations .tab_navigation .overview_link {
	height: 14px;
	overflow: hidden;
	padding: 4px 12px 5px 0;
	float: right;
}

.tabbox_informations .tab_navigation .overview_link a {
	background: url(/static/img/footer_link_arrow.gif) left 5px no-repeat;	
	text-decoration: none;
	color: #990000;
	padding: 0 0 0 10px;
}


/* Tab Contents */
.tabbox_informations .tab_content {
	background: url(/static/img/locations_tab_content_bg.gif) left top repeat-x;
	width: 570px;
	overflow: visible;
	padding: 20px 0 10px 0;
}

.tabbox_informations .tab_content .info_text {
	width: 290px;
	overflow: visible;
	padding: 0 20px 0 20px;
	color: #333;
	float: left;
}

.tabbox_informations .tab_content .info_text h2 {
	width: 290px;
	overflow: hidden;
	margin: 0 0 10px 0;
	color: #333;
}

.tabbox_informations .tab_content .info_text h3 {
	width: 290px;
	overflow: hidden;
	margin: 5px 0 0 0;
	color: #333;
}

.tabbox_informations .tab_content .info_text a {
	color: #990000;
	text-decoration: underline;
}

.tabbox_informations .tab_content .additional_infos {
	width: 240px;
	overflow: visible;
	padding: 0;
	float: left;
}

.tabbox_informations .tab_content .additional_infos .gallery_slider {
	display: none;
}


.tabbox_informations .tab_content .additional_infos .img_teaser {
	background: url(/static/img/img_teaser_shadow_wide.gif) left bottom no-repeat; 
	width: 240px;
	height: 90px;
	overflow: hidden;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	position: relative;
	cursor: pointer;
}

.tabbox_informations .tab_content .additional_infos .img_teaser .bg_image {
	width: 240px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}


.tabbox_informations .tab_content .additional_infos .img_teaser .it_text {
	width: 140px;
	height: 65px;
	overflow: hidden;
	padding: 19px 0 0 0;
	position: absolute;
	left: 95px;
	top: 0;
	z-index: 5;
}

.tabbox_informations .tab_content .additional_infos .img_teaser .it_text h3 {
	width: 140px;
	overflow: hidden;
	color: #990000;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.tabbox_informations .tab_content .additional_infos .img_teaser .it_text p {
	width: 140px;
	overflow: hidden;
	color: #333;
}

.tabbox_informations .tab_content .additional_infos .img_teaser .it_text p a {
	text-decoration: none;
	color: #333;
}

.tabbox_informations .tab_content .additional_infos .img_teaser .it_text ul {
	width: 140px;
	overflow: hidden;
	list-style: none;
}

.tabbox_informations .tab_content .additional_infos .img_teaser .it_text ul li {
	background: url(/static/img/szbg_card_list.gif) left 4px no-repeat;
	width: 130px;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #333;
}



.tabbox_informations .tab_content .tab_event_list {
	width: 550px;
	overflow: visible;
	padding: 3px 0 0 20px;
}

.tabbox_informations .tab_content .tab_event_list .event_line {
	background: url(/static/img/event_line_doubleline.gif) left top no-repeat;
	width: 550px;
	height: 14px;
	overflow: hidden;
	padding: 9px 0 7px 0;
	cursor: pointer;
}

.tabbox_informations .tab_content .tab_event_list .event_line .event_name {
	width: 408px;
	height: 14px;
	overflow: hidden;
	padding: 0 5px 0 0;
	float: left;
}

.tabbox_informations .tab_content .tab_event_list .event_line .event_name a {
	background: url(/static/img/watchlist_arrow_red.gif) left 5px no-repeat;
	display: block;
	width: auto;
	line-height: 14px;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #a80a00;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 0;
}

.tabbox_informations .tab_content .tab_event_list .event_line .event_date {
	width: 132px;
	height: 14px;
	overflow: hidden;
	padding: 0 5px 0 0;
	color: #000;
	float: left;
}



/* location detail
---------------------------------------------------------------*/
#textarea #location_detail {
	width: 570px;
	overflow: visible;
	padding: 0;
}

#location_detail .location_title {
	background: none;
	width: 550px;
	height: 14px;
	overflow: hidden;
	padding: 4px 0 6px 20px;
}

#location_detail .location_title h2 {
	width: 375px;
	overflow: hidden;
	padding: 0 10px 0 0;
	color: #000;
	float: left;
}

#location_detail .location_title .location_type {
	width: 145px;
	overflow: hidden;
	padding: 0 20px 0 0;
	color: #333;
	text-align: right;
	float: right;
}

#location_detail .location_adress_block {
	background: #eaecee;
	width: 550px;
	height: 41px;
	overflow: hidden;
	padding: 9px 0 0 20px;
}

#location_detail .location_adress_block .adress {
	width: 165px;
	height: 28px;
	overflow: hidden;
	padding: 0 5px 0 0;
	color: #333;
	float: left;
}

#location_detail .location_adress_block .contact {
	width: 305px;
	height: 28px;
	overflow: hidden;
	padding: 0 5px 0 0;
	color: #333;
	float: left;
}

#location_detail .location_adress_block .contactline {
	width: 305px;
	height: 14px;
	overflow: hidden;
}

#location_detail .location_adress_block .contactline label {
	display: block;
	width: 50px;
	height: 14px;
	padding: 0 5px 0 0;
	overflow: hidden;
	color: #999;
	float: left;
}

#location_detail .location_adress_block .contactline span {
	display: block;
	height: 14px;
	padding: 0 5px 0 0;
	overflow: hidden;
	color: #333;
	float: left;
}

#location_detail .location_adress_block .shortlinks {
	width: 65px;
	height: 28px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#location_detail .location_adress_block .shortlinks a {
	background: url(/static/img/infolink_arrow.gif) left 4px no-repeat;
	display: block;
	width: 60px;
	height: 14px;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #990000;
	text-decoration: underline;
}


/* allowance detail (pauschale)
---------------------------------------------------------------*/
#textarea #allowance_detail {
	width: 570px;
	overflow: visible;
	padding: 2px 0 0 0;
}

#allowance_detail .tabbox_informations .tab_content .info_text table {
	width: 99%;
	border: 1px solid #d8dce0;
	border-collapse: collapse;
	margin: 5px 0 0 0;
}

#allowance_detail .tabbox_informations .tab_content .info_text table td {
	border: 1px solid #d8dce0;
	border-collapse: collapse;
	padding: 4px 0 4px 10px;
	color: #333;
}

#allowance_detail .tabbox_informations .tab_content .info_text table td.dark {
	background: #eeeff0 url(/static/img/table_dark_bg.gif) left top repeat-x;
	border: 1px solid #d8dce0;
	border-collapse: collapse;
	padding: 4px 0 4px 10px;
	color: #333;
}

#allowance_detail .tabbox_informations .tab_content .info_text .book_button {
	width: 290px;
	height: 23px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

#allowance_detail .tabbox_informations .tab_content .info_text .book_button a {
	display: block;
	background: url(/static/img/book_button_bg.gif) left top no-repeat;
	width: 290px;
	height: 14px;
	overflow: hidden;
	padding: 4px 0 5px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


/* team block 
----------------------------------------*/
#textarea .team_block {
	background: none;
	width: 535px;
	overflow: visible;
	padding: 15px 15px 10px 20px;
	color: #000;
}

#textarea .team_block h3 {
	overflow: hidden;
	padding: 10px 0 5px 0;
	color: #000;
}

#textarea .team_block table {
	width: 535px;
	overflow: hidden;
	padding: 0;
	color: #000;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #d8dce0;
	border-collapse: collapse;
}

#textarea .team_block table th {
	background: #eaecee;
	overflow: hidden;
	padding: 3px 0 3px 10px;
	color: #990000;
	border-top: 1px solid #d8dce0;
	vertical-align: text-top;
}

#textarea .team_block table td {
	overflow: hidden;
	padding: 5px 0 3px 10px;
	color: #333;
	border-top: 1px solid #d8dce0;
	vertical-align: text-top;
}

#textarea .team_block a {
	text-decoration: none;
	color: #333;
}


/* watch list detail
----------------------------------------*/
#textarea .watchlist_block {
	background: none;
	width: 550px;
	overflow: visible;
	padding: 10px 0 10px 20px;
	color: #000;
}

#textarea .watchlist_block h3 {
	width: 550px;
	overflow: hidden;
	padding: 10px 0 5px 0;
	margin: 0 0 5px 0;
	color: #000;
}

#textarea .watchlist_block .wl_entry {
	background: url(/static/img/watchlist_entry_line.gif) left top repeat-x;
	width: 550px;
	overflow: hidden;
	padding: 2px 0 0 0;
}

#textarea .watchlist_block .wl_entry .entry_desc {
	width: 305px;
	overflow: hidden;
	padding: 5px 5px 5px 0;
	float: left;
}

* html #textarea .watchlist_block .wl_entry .entry_desc {
	padding: 5px 5px 2px 0;
}

#textarea .watchlist_block .wl_entry .entry_desc a {
	background: url(/static/img/watchlist_arrow_red.gif) left 5px no-repeat;
	display: block;
	width: 295px;
	line-height: 14px;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #a80a00;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin: 0;
}

#textarea .watchlist_block .wl_entry .entry_rubric {
	width: 135px;
	overflow: hidden;
	padding: 5px 5px 5px 0;
	color: #333;
	float: left;
}

#textarea .watchlist_block .wl_entry .entry_delete {
	width: 85px;
	overflow: hidden;
	padding: 5px 15px 5px 0;
	color: #333;
	float: left;
}


#textarea .watchlist_block .wl_entry .entry_delete .delete_button {
	background: url(/static/img/watchlist_delete.gif) right 1px no-repeat;
	display: block;
	height: 14px;
	overflow: hidden;
	padding: 0 22px 0 0;
	color: #a80a00;
	text-decoration: none;
	float: right;
	cursor: pointer;
}


/* feedback and suggest (form)
----------------------------------------*/
#textarea .feedback_suggest {
	background: none;
	width: 535px;
	overflow: visible;
	padding: 15px 15px 10px 20px;
	min-height: 210px;
}

#textarea .feedback_suggest p {
	width: 535px;
	overflow: hidden;
	margin: 0 0 10px 0;
	color: #000;
}

#textarea .feedback_suggest form {
	width: 535px;
	overflow: hidden;
}

#textarea .feedback_suggest form .fs_line {
	width: 535px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#textarea .feedback_suggest form label {
	display: block;
	width: 100px;
	overflow: hidden;
	padding: 3px 5px 3px 0;
	color: #000;
	float: left;
}

#textarea .feedback_suggest form input {
	background: #fff;
	width: 188px;
	overflow: hidden;
	border: 1px solid #d8dce0;
	padding: 3px 5px;
	color: #000;
	float: left;
}

#textarea .feedback_suggest form select {
	background: #fff;
	width: 200px;
	overflow: hidden;
	border: 1px solid #d8dce0;
	padding: 2px 2px 2px 5px;
	color: #000;
	float: left;
}

#textarea .feedback_suggest form textarea {
	background: #fff;
	width: 300px;
	height: 120px;
	overflow: auto;
	border: 1px solid #d8dce0;
	padding: 3px 5px;
	color: #000;
	float: left;
}

#textarea .feedback_suggest form .fs_submit_line {
	width: 430px;
	overflow: hidden;
	padding: 0 0 0 105px;
}

#textarea .feedback_suggest form .fs_submit_line input.submit {
	background: #990000 url(/static/img/submit_arrow_white.gif) right center no-repeat;
	width: auto;
	border: 1px solid #990000;
	padding: 2px 30px 2px 10px;
	overflow: visible;
	color: #fff;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

* html #textarea .feedback_suggest form .fs_submit_line input.submit {
	padding: 1px 30px 1px 10px;
}


/* routeplaner 
----------------------------------------*/
#textarea .route {
	background: none;
	width: 535px;
	overflow: visible;
	padding: 15px 15px 10px 20px;
	color: #000;
}

#textarea .route .googlemap {
	display: none;
}

#textarea .route .routeplaner {
	display: none;
}

#textarea .route .mapdirections {
	width: 525px;
	overflow: visible;
	float: left;
	color: #666;
	padding: 0 0 10px 0;
}

#textarea .calculate_route_box {
	display: none;
}




.right_sidebar .img_teaser {
	display: none;
}


.print_url {
	margin-top: 20px;
	clear: both;
	font-weight: bold;
}

#veSelectorContainer, #veLegend {
	display:none !important;
}

