/* print.css
------------------------------------------------------------------------
Print stylesheet for stubai

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: none;
	position: relative;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, emd {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	color:#000;			
}

img {
	border: none;
}



/* Generelle Container (Seite und Schatten)
--------------------------------------------------------------------- */

#background {
	display: none;
}

#sitecontainer {
	width: 700px;
	overflow: visible;
}

#site {
	width: 700px;
	padding: 0 0 30px 0;
	margin: 0;
	position: relative;
	overflow: visible;
}


#metanav {
	display: none;
}


#leftside {
	display: none;
}



/* --------------- CENTER -------------------------------------------  */
#center {
	width:660px;
	padding: 0;
	overflow: visible;
}

#center .portal_news_slider {
	display: none;
}

#center .teaser_center {
	display: none;
}


#center #headline {
	width: 520px;
/*	height: 50px;*/
	overflow: hidden;
	background: #1364a6;
	padding: 5px 10px 0 10px ;
}

#center #headline h1 {
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	padding: 2px 10px 0 0;
	overflow: visible;
}

#center #textarea {
	width: 540px;
	overflow: hidden;
	overflow: visible;
}

#center #textarea .top_image {
	width: 540px;
	overflow: hidden;
}




/* Weatherbox 
-------------------------------------------*/
#center #textarea .weatherbox {
	background: url(/static/img/layout/weatherbox_bg.png) left top no-repeat;
	width: 520px;
	height: 170px;
	padding: 25px 0 0 20px;
	overflow: hidden;
}

#center #textarea .weatherbox .today {
	width: 160px;
	height: 170px;
	padding: 0;
	overflow: hidden;
	float: left;
}

#center #textarea .weatherbox .today .header {
	overflow: hidden;
	width: 160px;
	height: 14px;
	padding: 7px 0 0 0;
}

#center #textarea .weatherbox .today .header .label {
	overflow: hidden;
	color: #000;
	font-weight: bold;
	float: left;
}

#center #textarea .weatherbox .today .header .date {
	overflow: hidden;
	color: #000;
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
}

#center #textarea .weatherbox .today .icons {
	overflow: hidden;
	width: 160px;
	height: 56px;
	padding: 0;
}

#center #textarea .weatherbox .today .icons .img {
	overflow: hidden;
	width: 85px;
	height: 56px;
	padding: 0;
	float: left;
}

#center #textarea .weatherbox .today .icons .img img {
	behavior: url(/static/js/iepngfix.htc);
}

#center #textarea .weatherbox .today .icons .temp {
	overflow: hidden;
	width: 55px;
	height: 40px;
	padding: 16px 20px 0 0;
	text-align: right;
	float: right;
}

#center #textarea .weatherbox .today .icons .temp em {	
	font-style:normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 0;
	display: block;
}

#center #textarea .weatherbox .today .weathertext {
	overflow: hidden;
	width: 140px;
	height: 14px;
	color: #333;
	padding: 0 20px 0 0;
	margin: 0 0 7px 0;
}

#center #textarea .weatherbox .today .snowdepths {
	overflow: hidden;
	width: 140px;
	color: #333;
	padding: 0 20px 0 0;
	margin: 0 0 7px 0;
}

#center #textarea .weatherbox .today .snowdepths .label {
	width: 140px;
	height: 14px;
	overflow: hidden;
	color: #000;
	font-weight: bold;
}

#center #textarea .weatherbox .today .snowdepths .s_line {
	width: 140px;
	height: 14px;
	overflow: hidden;
	color: #000;
}

#center #textarea .weatherbox .today .snowdepths .s_line .mark {
	overflow: hidden;
	color: #000;
	padding: 0;
	float: left;
}

#center #textarea .weatherbox .today .snowdepths .s_line .value {
	overflow: hidden;
	color: #000;
	padding: 0;
	float: right;
	text-align: right;
}


#center #textarea .weatherbox .nextdays {
	width: 120px;
	height: 170px;
	padding: 0;
	overflow: hidden;
	float: left;
	position: relative;
}

#center #textarea .weatherbox .nextdays .date {
	overflow: hidden;
	width: 90px;
	height: 14px;
	padding: 7px 10px 0 20px;
	color: #000;
}

#center #textarea .weatherbox .nextdays .icons {
	overflow: hidden;
	width: 80px;
	height: 56px;
	padding: 0 20px;
}

#center #textarea .weatherbox .nextdays .icons .temp {
	overflow: hidden;
	height: 34px;
	padding: 22px 0 0 0;
	float: left;
	color: #000;
	font-weight: bold;
}

#center #textarea .weatherbox .nextdays .icons .w_icon {
	overflow: hidden;
	width: 38px;
	height: 42px;
	padding: 14px 0 0 0;
	float: right;
}

#center #textarea .weatherbox .nextdays .weatherstate {
	overflow: hidden;
	width: 80px;
	color: #333;
	padding: 0 20px;
}

#center #textarea .weatherbox .nextdays .windstate {
	overflow: hidden;
	width: 80px;
	color: #333;
	padding: 0 20px;
	margin: 5px 0 0 0;
}

#center #textarea .weatherbox .nextdays .extralink {
	overflow: hidden;
	width: 120px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

#center #textarea .weatherbox .nextdays .extralink a {
	display: block;
	background: #ff8c00 url(/static/img/layout/arrow_form_submit.gif) right 6px no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 14px;
	overflow: hidden;
	padding: 3px 27px 3px 13px;
	width: 80px;
}

/* Contentblock 
-------------------------------------------*/
#center #textarea .contentblock {
	width: 500px;
	padding: 10px 20px 5px 20px;
	overflow: visible;
	color: #333;
}

#center #textarea .contentblock h2 {
	width: 500px;
	color: #00487f;
	font-weight: bold;		
	font-size:12px;
	line-height: 14px;
	padding: 3px 0;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

#center #textarea .contentblock h3 {
	width: 500px;
	color: #333;
	font-weight: bold;		
	font-size:11px;
	line-height: 14px;
	padding: 3px 0;
	margin: 5px 0 0 0;
	
}

#center #textarea .contentblock a {
	color: #00487f;
	text-decoration: none;
}

#center #textarea .contentblock a:hover {
	color: #ff8c00;
	text-decoration: none;
}

#center #textarea .contentblock table.standard {
	overflow: hidden;
	border: none;
	width: 500px;
	margin: 10px 0;
}

#center #textarea .contentblock table.standard th {
	overflow: hidden;
	border: none;
	color: #333;
	padding: 5px 5px 5px 0;
	vertical-align: text-top;
}

#center #textarea .contentblock table.standard td {
	background: url(/static/img/layout/content_table_line.gif) left top repeat-x;
	overflow: hidden;
	border: none;
	color: #333;
	padding: 7px 5px 3px 0;
	vertical-align: text-top;
}

#center #textarea .contentblock ul {
	list-style: none;
	width: 500px;
	overflow: hidden;
	margin: 5px 0;
	padding: 0;
}

#center #textarea .contentblock ul li {
	background: url(/static/img/layout/list.gif) left 4px no-repeat;
	width: 490px;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #333;
}

/* Tabellenauflistung
--------------------------------------*/
#center #textarea .contentblock table.list td {
	padding-bottom:4px;
}


/* Bild-Galerie 
--------------------------------------*/
#center #textarea .gallery {
	width: 510px;
	padding: 0 10px 10px 20px;
	overflow: visible;
}

#center #textarea .gallery a {
	display: block;
	overflow: hidden;
	width: 160px;
	height: 105px;
	margin: 10px 10px 0 0;
	float: left;
	position: relative;
}

#center #textarea .gallery .zoom {
	background: url(/static/img/layout/zoom.gif) left top no-repeat;
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	cursor: pointer;
}


/* Content Teaser 
----------------------------------------------*/
#center #textarea .content_teaser {
	width: 500px;
	padding: 10px 20px 10px 20px;
	overflow: visible;
	color: #333;
	float: none;
	clear: both;
}

#center #textarea .content_teaser .c_teaser {
	background: url(/static/img/layout/news_line.gif) left top repeat-x;
	width: 500px;
	height: 80px;
	padding: 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	color: #333;
	cursor: pointer;
}

#center #textarea .content_teaser .c_teaser .img {
	width: 120px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#center #textarea .content_teaser .c_teaser .textfield {
	width: 360px;
	height: 67px;
	overflow: hidden;
	padding: 13px 0 0 20px;
	float: left;
}

#center #textarea .content_teaser .c_teaser h3 {
	width: 345px;
	color: #00487f;
	font-weight: bold;		
	font-size:12px;
	line-height: 14px;
	padding: 0;
	margin: 0 0 9px 0;
	text-transform: uppercase;
	overflow: hidden;
}

#center #textarea .content_teaser .c_teaser p {
	width: 345px;
	height: 42px;
	color: #333;
	padding: 0;
	overflow: hidden;
}

#center #textarea .content_teaser .c_teaser p a {
	width: 345px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
}





/* Kontaktformular 
----------------------------------------*/
#center #textarea .contactform {
	width: 500px;
	padding: 10px 20px 5px 20px;
	overflow: visible;
	color: #333;
}

#center #textarea .contactform h2 {
	width: 500px;
	color: #00487f;
	font-weight: bold;		
	font-size:12px;
	line-height: 14px;
	padding: 3px 0;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

#center #textarea .contactform form {
	width: 500px;
	overflow: hidden;
}

#center #textarea .contactform form p {
	width: 500px;
	overflow: hidden;
	margin: 0 0 3px 0;
	padding: 0;
}

#center #textarea .contactform form p label {
	display: block;
	width: 100px;
	padding: 3px 8px 3px 0;
	color: #333;
	float: left;
}

#center #textarea .contactform form p input {
	background: #e3e7eb;
	width: 195px;
	border: none;
	border-left: 2px solid #e3e7eb;
	padding: 3px 4px 4px 4px;
	margin: 0;
	line-height: 14px;
	color: #333;
	float: left;
}

#center #textarea .contactform form p input.required {
	border-left: 2px solid #7197b5;
}

#center #textarea .contactform form p input.zip {
	width: 43px;
	margin: 0 2px 0 0;
}

#center #textarea .contactform form p input.city {
	width: 140px;
}

#center #textarea .contactform form p select {
	background: #e3e7eb;
	width: 205px;
	border: 1px solid #e3e7eb;
	padding: 2px 2px 1px 4px;
	margin: 0;
	line-height: 14px;
	color: #333;
	float: left;
}

#center #textarea .contactform form p textarea {
	background: #e3e7eb;
	width: 382px;
	height: 88px;
	border: none;
	border-left: 2px solid #7197b5;
	padding: 2px 4px 3px 4px;
	margin: 0;
	line-height: 14px;
	color: #333;
	float: left;
	overflow: auto;
}

#center #textarea .contactform form .newsletter {
	width: 392px;
	overflow: hidden;
	margin: 0 0 3px 0;
	padding: 0 0 0 108px;
}

#center #textarea .contactform form p input.check {
	margin: 3px 0 0 0;
	padding: 0;
	border: none;
	width: 13px;
	height: 13px;
}

#center #textarea .contactform form .newsletter span {
	display: block;
	padding: 3px 0 3px 10px;
	color: #333;
	float: left;
}

#center #textarea .contactform form .submitbutton {
	width: 392px;
	overflow: hidden;
	margin: 0 0 3px 0;
	padding: 10px 0 0 108px;
}

#center #textarea .contactform form .submitbutton input.submit {
	background: #ff8c00 url(/static/img/layout/arrow_form_submit.gif) right 6px no-repeat;
	border: 1px solid #ff8c00;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	line-height: 14px;
	overflow: visible;
	padding: 2px 27px 2px 4px;
	width: auto;
}

/* News, Pressetext und -bilder Übersicht 
----------------------------------------------*/
#center #textarea .news_and_press {
	width: 500px;
	padding: 10px 20px 5px 20px;
	overflow: visible;
	color: #333;
}

#center #textarea .news_and_press h2 {
	width: 500px;
	color: #00487f;
	font-weight: bold;		
	font-size:12px;
	line-height: 14px;
	padding: 3px 0;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	width: 500px;
}

/* rss und hilfe Button fuer news */
#center #textarea .news_and_press .rss {
	width: 500px;
	height:20px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#center #textarea .news_and_press .rss a {
	padding: 0;
	margin: 0 5px 0 0;
	text-decoration: none;
	float:left;
}

#center #textarea .news_and_press .info_text {
	width: 500px;
	overflow: hidden;
	margin: 0 0 10px 0;
	color: #333;
}


/* Eintraege News und Texte */
#center #textarea .news_and_press .entries {
	width: 500px;
	padding: 0;
	overflow: visible;
}

#center #textarea .news_and_press .entries .entry {
	background: url(/static/img/layout/news_line.gif) left top repeat-x;
	width: 500px;
	height: 80px;
	padding: 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	color: #333;
	cursor: pointer;
}

#center #textarea .news_and_press .entries .entry .img {
	width: 120px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#center #textarea .news_and_press .entries .entry .textfield {
	width: 360px;
	height: 67px;
	overflow: hidden;
	padding: 13px 0 0 20px;
	float: left;
}

#center #textarea .news_and_press .entries .entry .textfield .top {
	width: 360px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 9px 0;
}

#center #textarea .news_and_press .entries .entry .textfield .top h3 {
	width: 270px;
	color: #00487f;
	font-weight: bold;		
	font-size:12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	float: left;
	overflow: hidden;
}

#center #textarea .news_and_press .entries .entry .textfield .top .date {
	width: 75px;
	height: 14px;
	color: #82aed0;
	float: right;
	padding: 0 15px 0 0;
	overflow: hidden;
	text-align: right;
}

#center #textarea .news_and_press .entries .entry .textfield p {
	width: 345px;
	height: 42px;
	color: #333;
	padding: 0;
	overflow: hidden;
}

#center #textarea .news_and_press .entries .entry .textfield p a {
	width: 345px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
}

/* Eintraege Pressebilder */
#center #textarea .news_and_press .image_entries {
	width: 510px;
	padding: 0 0 10px 0;
	overflow: visible;
}

#center #textarea .news_and_press .image_entries .pressimage {
	background: #e5eaef;
	width: 160px;
	height: 130px;
	padding: 0;
	margin: 10px 10px 0 0;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

#center #textarea .news_and_press .image_entries .pressimage.last {
	margin: 10px 0 0 0;
}

#center #textarea .news_and_press .image_entries .pressimage .img {
	width: 160px;
	height: 105px;
	padding: 0;
	overflow: hidden;
}

#center #textarea .news_and_press .image_entries .pressimage .caption {
	background: #1866a6;
	color: #fff;
	line-height: 14px;
	width: 144px;
	height: 20px;
	padding: 5px 8px 0 8px;
	overflow: hidden;
}



/* Suche news,pressebereich 
--------------------------------------------*/
#center #textarea .listsearch {
	width: 500px;
	overflow: hidden;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccd4dc;
	margin: 0 0 10px 0;
}


#center #textarea .listsearch form {
	width: 500px;
	overflow: hidden;
}


#center #textarea .listsearch form p {
	width: 500px;
	height: 20px;
	overflow: hidden;
	margin: 0 0 3px 0;
	padding: 0;
}

#center #textarea .listsearch form p label {
	display: block;
	width: 100px;
	padding: 3px 8px 3px 0;
	color: #333;
	float: left;
}

#center #textarea .listsearch form p input {
	background: #e3e7eb;
	width: 195px;
	border: none;
	border-left: 2px solid #e3e7eb;
	padding: 3px 4px 4px 4px;
	margin: 0 10px 0 0;
	line-height: 14px;
	color: #808080;
	float: left;
}

#center #textarea .listsearch form p select {
	background: #e3e7eb;
	width: 205px;
	border: 1px solid #e3e7eb;
	padding: 2px 2px 1px 3px;
	margin: 0 10px 0 0;
	line-height: 14px;
	color: #808080;
	float: left;
}

#center #textarea .listsearch form p input.submit {
	background: #ff8c00 url(/static/img/layout/arrow_form_submit.gif) right 6px no-repeat;
	border: 1px solid #ff8c00;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	line-height: 14px;
	overflow: visible;
	padding: 1px 27px 1px 4px;
	width: auto;
	float: left;
	height: 20px;
}

/* Paging 
----------------------------------------------------------- */
#center #textarea .paging {
	width: 500px;
	overflow: hidden;
	padding: 0;
	margin: 15px 0 0 0;
}

#center #textarea .paging .buttons {
	height: 20px;
	overflow: hidden;
	padding: 0;
}

#center #textarea .paging .buttons a {
	width: 18px;
	height: 14px;
	border: 1px solid #00487f;
	overflow: hidden;
	float: left;
	margin: 0 4px 0 0;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	color: #333;
}

#center #textarea .paging .buttons a:hover {
	text-decoration: none;
	border: 1px solid #ff8c00;
} 

#center #textarea .paging .buttons a.active {
	background: #fff;
	text-decoration: none;
	border: 1px solid #ff8c00;
	color: #333;
}

#center #textarea .paging .buttons a.back {
	background: url(/static/img/layout/paging_back.gif) left top no-repeat;
	height: 18px;
	width: 18px;
	border: 1px solid #00487f;
	overflow: hidden;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
}

#center #textarea .paging .buttons a.back:hover {
	background: url(/static/img/layout/paging_back_hover.gif) left top no-repeat;
	border: 1px solid #ff8c00;
	text-decoration: none;
}


#center #textarea .paging .buttons a.next {
	background: url(/static/img/layout/paging_next.gif) left top no-repeat;
	height: 18px;
	width: 18px;
	border: 1px solid #00487f;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration: none;
}

#center #textarea .paging .buttons a.next:hover {
	background: url(/static/img/layout/paging_next_hover.gif) left top no-repeat;
	border: 1px solid #ff8c00;
	text-decoration: none;
}


/* Einrichtungen (Anlagen) 
-------------------------------------------*/
#center #textarea .facilities {
	width: 500px;
	padding: 10px 20px 5px 20px;
	overflow: visible;
	color: #333;
}

#center #textarea .facilities h2 {
	width: 500px;
	color: #00487f;
	font-weight: bold;		
	font-size:12px;
	line-height: 14px;
	padding: 3px 0;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	width: 500px;
}

#center #textarea .facilities #categories {
	background: url(/static/img/layout/facility_line.gif) left bottom repeat-x;
	width: 500px;
	padding: 0 0 2px 0;
	overflow: hidden;
}

#center #textarea .facilities #categories .category {
	background: url(/static/img/layout/facility_line.gif) left top repeat-x;
	width: 500px;
	overflow:hidden;
	padding: 2px 0 0 0;
}

#center #textarea .facilities #categories .category .head {
	background: url(/static/img/layout/plus_blue.gif) right 9px no-repeat;
	width: 500px;
	height: 28px;
	overflow: hidden;
	cursor: pointer;
}

#center #textarea .facilities #categories .category .headopen {
	background: url(/static/img/layout/minus_blue.gif) right 9px no-repeat;
	width: 500px;
	height: 28px;
	overflow: hidden;
	cursor: pointer;
}


#center #textarea .facilities #categories .category .head h3, #center #textarea .facilities #categories .category .headopen h3  {
	color: #00487f;
	font-weight: bold;		
	font-size:12px;
	line-height: 14px;
	padding: 7px 0;
	text-transform: uppercase;
}

#center #textarea .facilities #categories .category .detail {
	width:500px;
	float:left;
	overflow:hidden;
	padding: 0 0 5px 0;
}

/* Pisten */
#center #textarea .facilities #categories .category .detail table.slopes {
	width:500px;
	overflow:hidden;
	padding: 0;
	border: 0;
}

#center #textarea .facilities #categories .category .detail table.slopes td {
	overflow:hidden;
	padding: 0;
	border: 0;
}

#center #textarea .facilities #categories .category .detail table.slopes td.status {
	overflow:hidden;
	padding: 0 6px 0 0;
	width: 14px;
}

#center #textarea .facilities #categories .category .detail table.slopes td.status img {
	behavior: url(/static/js/iepngfix.htc);
}

#center #textarea .facilities #categories .category .detail table.slopes td.type {
	overflow:hidden;
	padding: 0 3px;
	width: 14px;
}

#center #textarea .facilities #categories .category .detail table.slopes td.type img {
	behavior: url(/static/js/iepngfix.htc);
}

#center #textarea .facilities #categories .category .detail table.slopes td.slopename {
	overflow:hidden;
	padding: 2px 5px;
	width: 200px;
}

/* Pisten */
#center #textarea .facilities #categories .category .detail table.lifts {
	width:500px;
	overflow:hidden;
	padding: 0;
	border: 0;
}

#center #textarea .facilities #categories .category .detail table.lifts td {
	overflow:hidden;
	padding: 0;
	border: 0;
}

#center #textarea .facilities #categories .category .detail table.lifts td.status {
	overflow:hidden;
	padding: 0 6px 0 0;
	width: 14px;
}

#center #textarea .facilities #categories .category .detail table.lifts td.status img {
	behavior: url(/static/js/iepngfix.htc);
}

#center #textarea .facilities #categories .category .detail table.lifts td.lifttype {
	overflow:hidden;
	padding: 0 3px;
	width: 14px;
}

#center #textarea .facilities #categories .category .detail table.lifts td.lifttype img {
	behavior: url(/static/js/iepngfix.htc);
}

#center #textarea .facilities #categories .category .detail table.lifts td.liftname {
	overflow:hidden;
	padding: 3px 5px;
	width: 200px;
}

/* Strukturen (Shops,Huetten) */
#center #textarea .facilities #categories .category .detail table.structure {
	width:500px;
	overflow:hidden;
	padding: 0;
	border: 0;
}

#center #textarea .facilities #categories .category .detail table.structure td {
	overflow:hidden;
	padding: 0;
	border: 0;
}

#center #textarea .facilities #categories .category .detail table.structure td.status {
	overflow:hidden;
	padding: 0 6px 0 0;
	width: 14px;
}

#center #textarea .facilities #categories .category .detail table.structure td.status img {
	behavior: url(/static/js/iepngfix.htc);
}

#center #textarea .facilities #categories .category .detail table.structure td.structurename {
	overflow:hidden;
	padding: 2px 5px;
	width: 220px;
}

/* Webcams 
-------------------------------------------*/
.facilities #categories .category .webcam {
float:left;
overflow:hidden;
width:160px;
height:172px;
margin:0 10px 10px 0;
}

.facilities #categories .category .webcam.last {
margin:0 0 10px 0;
}

.facilities #categories .category .webcam .image {
float:left;
overflow:hidden;
width:160px;
height:130px;
}

.facilities #categories .category .webcam .image .zoom {
	display:none;
}

.facilities #categories .category .webcam .text {
float:left;
overflow:hidden;
background:#1866a6;
color:#FFFFFF;
padding:5px 0 0 10px;
font-weight:bold;
width:160px;
height:42px;
}




/* Routenplaner 
----------------------------------------------------- */

#center #textarea .googlemap {
	width: 540px;
 	height: 400px;
	overflow: hidden;
}

#center #textarea .routeplaner {
display:none;
}

#center #textarea .routeplanerPrint {
display:none;
}

#center #textarea .mapdirections {
	width: 538px;
	overflow: visible;
	color: #666;
	padding-bottom: 10px;
}

#center #textarea .mapdirections a {
	color: #00487f;
}


#rightside {
	display: none;
}

#footer {
	display: none;
}

