@charset "UTF-8";
/* CSS Document */

/* Basisvorlage CSS
Lienzer Bergbahnen - Offizielle Homepage
Start: 09/2009
Autor: Bernhard Wallensteiner


/* Farbsschema (Farbtöne der Elemente)
-----------------------------------------------------

dunkelblau: #324A8D5;
 - Hintergrundfarbe global
dunkelblau-2: #39487F;
 - Umrandung Headerfotos
hellblau: 84CAFE
 - Titel Schnellinfo - Blöcke
organge: E79B1E
 - Logo
dunkelgrau: #575656;
 - bodytext
hellgrau: 6B6A68
 - Menue Kopfzeile
hellhellgrau: #DDDDDD;
 - Rahmen Content(s)
rotorange: #F7441A;
 - Button rot

*/
 
/* Reset
----------------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
}



/* Globals und Typo
----------------------------------------------------- */

html {
	background: #324A8C;
}

body {
font-family: Verdana,Arial narrow,Helvetica;
font-style: normal;
font-size: 11px;
color: #575656;
	}

html>body {
}

a:link {
	text-decoration: none;
	cursor:pointer;
	color:#575656;
}
	
a:visited {
	text-decoration: none;
	color:#575656;
}
	
a:hover {
	text-decoration: none;
}
	
a:active {
	text-decoration: none;
}
	

.orange {
	color:#E79B1E
}

.red {
	color:#F7441A;
}

/*

a:link {
 	color: #0F3561;
	text-decoration: line-through;
}

a:visited {
	color: red;
	text-decoration: line-through;
}

a:hover {
	color: blue;
	text-decoration: underline;
	border: 1px yellow solid;
	width: 150px;
	height: 17px;
	background-color: green;
	font-weight: bold;
}

a:active {
	color: green;
	font-weight:bold;
}
*/
	
	
/* Macht die gepunktete Linie um geklickte Links unsichtbar
----------------------------------------------------- */
 a:focus {
	outline: none;
	}


.bodytext a[href$='.pdf'] {
	padding: 5px 5px 5px 30px;
	background: transparent url('/_images/layout/icons/icon_pdf.gif') no-repeat center left;
	border:0px;
	}
	
.bodytext a[href$='.jpg'] {
	padding: 5px 5px 5px 30px;
	background: transparent url('/_images/layout/icons/icon_jpg.gif') no-repeat center left;
	border:0px;
	}

 /* weil ie6 die obere definition f?r pdf nicht versteht; */
 
.bodytext .pdf-link { 
	padding: 5px 5px 5px 30px;
	background: transparent url('/_images/layout/icons/icon_pdf.gif') no-repeat center left;
	}


.bodytext .jpg-link { 
	padding: 5px 5px 5px 30px;
	background: transparent url('/_images/layout/icons/icon_jpg.gif') no-repeat center left;
	}

.google-link { /* weil ie6 die obere definition f?r pdf nicht versteht; */
	padding: 5px 5px 5px 65px;
	background: transparent url('/_images/layout/icons/icon_google.gif') no-repeat center left;
	}
	

	/*
p {
	font: 1.1em/1.6em Arial,Tahoma,Verdana, sans-serif;
	margin-top: 1.0em; 
	margin-bottom: 1.0em;
}

	

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height:27px;
	font-family: verdana;
}

	
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height:22px;
	margin: 10px 10px 20px 0px;
	font-family: verdana;
}
	
h3 {
	font-size: 11px;
	font-weight: bold;
	line-height:16px;
	margin:10px 0px;
	font-family: verdana;
}
	
h4 {
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	margin:10px 0px;
	font-family: verdana;
}
*/


/* Container
----------------------------------------------------- */

#wrapper {
	margin: auto auto;
	height: auto;
	width: 957px;
	position:relative;
	padding-bottom:20px;
}

#top-header {
	width:957px;
	height:142px;
	position:relative;
}
	
#top-header .logo {
	position:relative;
	top:31px;
	left:13px;
}

#header {
	height:430px;
	width:957px;
	background:#ffffff;
}
	


/* =================== MENUE Kopfzeile LINKS OBEN im Header =================== */

#header #menue-kopfzeile-links {
	background:url(/_images/layout/menue-kopfzeile-bg-grau.jpg);
	height:35px;
	width:577px;
	_width:560px;
	float:left;
	
}
	
#header #menue-kopfzeile-links li {
	width: 72px;
	height: 25px;
	float:left;
	background: url(/_images/layout/menue-kopfzeile-seperator.gif) right 15% no-repeat;
	margin:11px 0px 0px 0px;
	position:relative;
	text-align:center;
}

#header #menue-kopfzeile-links li a:link  {
	color: #6B6A68;
}
	
#header #menue-kopfzeile-links  li p  {
	margin-top:9px;
	font-family: arial, verdana;
	font-size:10px;
	text-align:center;
	width:72px;
}
		

/* =================== /Menue Kopfzeile LINKS OBEN im Header =================== */


/* =================== MENUE Kopfzeile SONDERBUTTONS RECHTS OBEN im Header =================== */

#header #menue-kopfzeile-rechts {
	background:url(/_images/layout/menue-kopfzeile-bg-grau.jpg);
	height:35px;
	width:380px;
	float:right; 
}
	
#header #menue-kopfzeile-rechts li {
	width: 117px;
	height: 25px;
	float:right;
	margin:7px 9px 0px 0px;
}

#header #menue-kopfzeile-rechts li a:link {
	color: #6B6A68;
}
		

/* =================== /Menue Kopfzeile SONDERBUTTONS RECHTS OBEN im Header =================== */


/* =================== Haupmenue im Header =================== */


#header #hauptmenue {
	background-image: url(/_images/layout/topmenue-bg-hellblau.jpg);
	width:957px;
	height:36px;
}

#header #hauptmenue li {
	width: 117px;
	height: 36px;
	background-image: url(/_images/layout/topmenue-bg-dunkelblau.jpg);
	float:left;
	margin:0px 3px 0px 0px;
	position:relative;
}
		
#header #hauptmenue li a:hover {
	width: 117px;
	_width:108px;
	height: 36px;
	background-image: url(/_images/layout/zeile-zettersfeld-bg-orange.jpg);
	float:left;
	margin:0px 3px 0px 0px;
	position:relative;

}		
	
#header #hauptmenue  li p  {
	margin-top:9px;
	font-family: arial narrow, arial, verdana;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:117px;
}
		
#header #hauptmenue .white  {
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	color: #fff;
	cursor:pointer;
}
		
#header #hauptmenue .black  {
	position:absolute;
	z-index:9;
	left:1px;
	top:1px;
	color: #000;
}

#header #hauptmenue .current {
	width: 117px;
	height: 36px;
	background-image: url(/_images/layout/zeile-zettersfeld-bg-orange.jpg);
}

/* -------------- /Hauptmenue im Header ------------- */		


/* -------------- Fotoblock im Header ------------- */	

#header #fotoblock {
	width:714px;
	height:349px;
	background-image: url(/_images/layout/schnellinfo-bg-blau.jpg);
	margin:10px 0 0 10px;
	_margin:10px 0 0 5px;
	float:left;
	position:relative; 
}

#header #fotoblock .panoramafoto {
	width:692px;
	height:299px;
	margin: 10px 0 0 10px;
	position:relative;
}

#header #fotoblock .panoramafoto .img {
	width:692px;
	height:299px;
}
	
#header #fotoblock .weiss-trans {
	position: absolute;
	background-color:white;
	width:180px;
	height:328px;
	left:512px;
	top:0px;
	z-index:990;
	/* transparenz für alle Browser */
	filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.60; /* Mozilla */
	opacity: 0.60; /* Opera */
}



#header #fotoblock .fotorahmen-1, 
#header #fotoblock .fotorahmen-2, 
#header #fotoblock .fotorahmen-3 {
	position: absolute;
	background-color:white;
	/* transparenz für alle Browser */
	filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.60; /* Mozilla */
	opacity: 0.60; /* Opera */
	border:1px solid #39487F;
	width:141px;
	height:91px;
	left:535px;
	z-index:991;
}

#header #fotoblock .fotorahmen-1 {
	top:23px;
}

#header #fotoblock .fotorahmen-2 {
	top:123px;
}

#editmode-bw .fotorahmen-2 {
	top:163px;
}

#header #fotoblock .fotorahmen-3 {
	top:223px;
}

#editmode-bw .fotorahmen-3 {
	top:263px;
}

#header #fotoblock .foto-1, 
#header #fotoblock .foto-2, 
#header #fotoblock .foto-3 {
	position: absolute;
	background-color:white;
	width:135px;
	height:85px;
	left:539px;
	z-index:992;
}

#header #fotoblock .foto-1-2-3 {
	width:135px;
	height:85px;
}

#header #fotoblock .foto-1 {
	top:27px;
}

#header #fotoblock .foto-2 {
	top:127px;
}

#header #fotoblock .foto-3 {
	top:227px;
}
	
#header #fotoblock .zeile-zettersfeld {
	width:682px; /* 692 minus 10 (vom padding) */
	height:24px; /* 29 minus 5 (vom padding) */
	padding:7px 0 0 17px;
	position:relative;
	/* background-image: url(/_images/layout/zeile-zettersfeld-bg-orange.jpg); */
	margin:0px 0 0 10px;
}

#header #fotoblock .zeile-zettersfeld #text {
	font-family: Arial;
	font-size:20px;
	text-align:left;
	color: #ffffff;
	/* font-weight:bold; */
}

/* =================== /Fotoblock im Header =================== */


/* =================== Schnellinfo (Kasten rechts) im Header =================== */

#header #schnellinfo-box {
	width:214px;
	height:349px;
	background-image: url(/_images/layout/schnellinfo-bg-blau.jpg);
	float:right;
	margin:10px 10px 0 0px;
	_margin:10px 5px 0 5px;
	position:relative;
}

#header #schnellinfo-box .auf-einen-blick {
	margin: 20px 0 0 15px;
	position:relative;	
	font-family: Verdana, Arial;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color: #ffffff;
}
	
#header #schnellinfo-box .unterstrich-3px, 
#header #schnellinfo-box .unterstrich-2px {
	width: 184px;
	height: 3px;
	background-image: url(/_images/layout/unterstrich-bg-blau.jpg);
	position: relative;
	margin:10px 0 0 15px;
}

#header #schnellinfo-box .unterstrich-2px {
	height: 2px;
}

#header #schnellinfo-box .schnellinfo-titel /*wetter, schneebericht, lifte und pisten */ {
	position: relative;
	margin:10px 0 0 15px;
	font-family: Arial;
	font-size:12px;
	color: #84CAFE;
}

#header #schnellinfo-box .schnellinfo-text /*wetter, schneebericht, lifte und pisten */ {
	position: relative;
	margin:2px 0 0 15px;
	width:184px;
	font-family: Arial;
	font-size:12px;
	color: #ffffff;
}

#header #schnellinfo-box .station {
	margin-right:5px;
}

#header #schnellinfo-box .schneehoehe {
	width:30px;
}

#header #schnellinfo-box li {
	background:url(/_images/layout/pfeil-rechts-liste_cyan.gif) 2px 5px no-repeat; padding-left:12px;
}

/* =================== Schnellinfo (Kasten rechts) im Header =================== */


/* =================== Content =================== */


#content-und-spalte-rechts {
	width:957px;
	min-height:580px;
	background:#ffffff;
	position:relative;
	padding:10px 0 20px 0;
	float:left; /* brauchts, damit die box sich vertikal erweitert, mit bg gef?llt ist und footer-sitemap nach unten schiebt; das noch aufl?sen, begr?nden */
}

#content {
	width: 714px;
	min-height:500px;
	float:left;
	position:relative;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
}

#content p {
	margin-top:20px;
}

#content #content-links li,
#content #content-rechts .bodytext li  {
	background:url(/_images/layout/pfeil-rechts-liste.gif) left 8px no-repeat; padding-left:10px;
	} 


#content a {
	font-family:arial;
	color:#F7441A;;
}

#content #content-links {
	float:left;
	width:351px;
	min-height:400px;
	border: 1px solid #DDDDDD;
}

#content #content-links .panoramafotos {
	width:480px;
}

#content #content-links .breit {
	width:712px;
}


#content #content-rechts {
	float:right;
	width:351px;
	min-height:400px;
	border: 1px solid #DDDDDD;
	position:relative;
}

#content #content-rechts .panoramafotos {
	width:200px;
}

#content #content-links #titel, 
#content #content-rechts #titel {
	margin:10px 0 0 10px;
	width:331px;
	height:33px;
	}
	
#content #content-links #titel {
	background-image: url(/_images/layout/zeile-zettersfeld-bg-orange.jpg);
}

#content #content-rechts #titel {
	background-image: url(/_images/layout/content-titel-bg-blau.jpg);
}

#content #content-links #titel .titel-text, 
#content #content-rechts #titel .titel-text {
	padding:7px 0 0 35px;
	background: transparent url('/_images/layout/content-titel-pfeilchen.jpg') no-repeat 10px 10px;
	color:#ffffff;
	font-family:verdana,arial;
	font-size:15px;
	font-weight:bold;
}

#content #content-links #titel-2, 
#content #content-rechts #titel-2 {
	margin:29px 0 0px 22px;
	padding-bottom:15px;
	width:320px;
}

#content #content-links #titel-2 .titel-text {
	color:#000000;
	font-family:verdana,arial;
	font-size:18px;
	font-weight:bold;
}

#content #content-links #foto-medium {
	width:312px;
	margin:10px 0 20px 20px;
}

#content #content-rechts .box {
	width:329px;
	/* height:120px; */
	min-height:120px;
	border: 1px solid #dddddd;
	margin:20px 0 10px 10px;
	position:relative;
	background-color:#eeeeee;
}

#content #content-rechts .box .container-foto {
	width:156px;
	float:left;
	position:relative;
	margin:5px 0px 0px 5px;
}

#content #content-links .bodytext, 
#content #content-rechts .box .bodytext {
	color:#575656;
	font-family:arial,verdana;
	font-size:12px;
	line-height:18px;
}

#content #content-links .bodytext {
	/* width:312px; */
	margin:5px 0 10px 20px;
}

#content #content-rechts .bodytext {
	margin:5px 0 10px 5px;
}

#content #content-rechts .box .foto-min {
}

#content #content-rechts .box .foto-min img {
	width:146px;
	height:101px;
	border: 1px solid #dddddd;
}

#content #content-rechts h2 {
	font-family:arial,verdana;
	font-size:12px;
	font-weight:bold;
	color:#F7441A;
	margin:5px 0 0 5px;
}
	

#content #content-rechts .box .aktion-weiter {
	float:right;
	position:relative;
	right:10px;
	bottom:15px;
	margin-top:5px;
	margin-bottom:5px;
}

#content .oeffnungszeiten-tarife {
	margin:20px 0 20px 0px;
}


#content .oeffnungszeiten-tarife table {
	background-color:#84CAFE;
	width:500px;
	margin-bottom:20px;
	padding:0px;
}

#content .oeffnungszeiten-tarife caption {
	text-align:center;
	height:28px;
	background-image: url(/_images/layout/content-titel-bg-blau.jpg);
	margin-bottom:0px;
	padding-top:5px;
	background-color:#84CAFE;
	font-weight:bold;
	font-size:13px;
	color:white;
}

#content .oeffnungszeiten-tarife td {
	text-align:center;
	background-color:#EFEEED;
	margin:2px;
	padding:3px;
}

#newsletter {
}

#newsletter .liste li {
	background:url(/_images/layout/pfeil-rechts-liste.gif) 5px 8px no-repeat; padding-left:15px;
	color:#F7441A;
}

/* */
/* =================== /Content =================== */

/* =================== Fotoalbum =================== */


.fotos-fotoalbum {
	width:146x;
	height:101px;
	margin:10px 5px 10px 20px;
	/* _margin:10px 3px 10px 18px; */
	float:left;
}
/* =================== /fotoalbum =================== */


/* =================== Spalte Rechts =================== */

#spalte-rechts {
	width: 214px;
	min-height:590px;
	float: right;
	margin-right:10px;
	_margin:0px 5px 0 5px;
	position:relative;
}

#spalte-rechts #teaser {
	width: 214px;
	height: 120px;
	background-image: url(/_images/layout/eyecatcher-skiline-bg-rot.jpg);
	position:relative;
}

#spalte-rechts #container-menue-serviceinfos {
	width:214px;
	min-height:590px;
	background-image: url(/_images/layout/menue-serviceinfos-bg-blau.jpg);
	position:relative;
	margin: 10px 0 0 0;
}

#spalte-rechts #eyecatcher .teaser-titel, 
#spalte-rechts #container-menue-serviceinfos .service-infos-titel {
	width:184px;
	height:20px;
	position:relative;	
	font-family: Verdana, Arial;
	font-size:20px;
	text-align:left;
	font-weight:bold;
	color: #ffffff;
	padding:15px 0 0 0;
	margin:0px 0 0 15px;
	}
	
#spalte-rechts #container-menue-serviceinfos .unterstrich  {
	width: 184px;
	height: 4px;
	background-image: url(/_images/layout/unterstrich-bg-hellblau.jpg);
	position: relative;
	margin:15px 0 0 15px;
}

#spalte-rechts #menue-serviceinfos-1, 
#spalte-rechts #menue-serviceinfos-2 {
	width:164px;
	margin:10px 10px 10px 15px;
}

#spalte-rechts #menue-serviceinfos-2 {
	padding:10px 0 0 0;
}

#spalte-rechts #menue-serviceinfos-1 ul, 
#spalte-rechts #menue-serviceinfos-2 ul  {
	width:164px;
	margin:10px 0;
}

#spalte-rechts #menue-serviceinfos-1 ul li, 
#spalte-rechts #menue-serviceinfos-2 ul li {
	width: 184px;
	float:left;
	margin:0px 3px 0px 0px;
	position:relative;
}
		
#spalte-rechts #menue-serviceinfos-1 ul li a:hover, 
#spalte-rechts #menue-serviceinfos-2 ul li a:hover  {
	width: 184px;
	_width:180px;
	height:27px;
	background-image: url(/_images/layout/service-menue-current-bg.jpg);
	float:left;
	margin:0px 3px 0px 0px;
	position:relative;
}		

	
#spalte-rechts #menue-serviceinfos-1 ul li p, 
#spalte-rechts #menue-serviceinfos-2 ul li p   {
	margin:6px 0 0 10px;
	font-family: arial, verdana;
	font-size:12px;
	font-weight:bold;
	width:174px;
	color: #fff;
}

#spalte-rechts #menue-serviceinfos-1 .current, 
#spalte-rechts #menue-serviceinfos-2 .current { 
	background-image: url(/_images/layout/service-menue-current-bg.jpg);
	height:28px;
}


#spalte-rechts #menue-serviceinfos-1 .pos-1 { 
	background-image: url(/_images/layout/service-menue-1-bg-1.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-1 .pos-2 { 
	background-image: url(/_images/layout/service-menue-1-bg-2.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-1 .pos-3 { 
	background-image: url(/_images/layout/service-menue-1-bg-3.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-1 .pos-4 { 
	background-image: url(/_images/layout/service-menue-1-bg-4.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-1 .pos-5 { 
	background-image: url(/_images/layout/service-menue-1-bg-5.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-1 .pos-6 { 
	background-image: url(/_images/layout/service-menue-1-bg-6.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-1 .pos-7 { 
	background-image: url(/_images/layout/service-menue-1-bg-7.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-1 .pos-8 { 
	background-image: url(/_images/layout/service-menue-1-bg-8.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-1 .pos-groesser-8 { 
	background-image: url(/_images/layout/service-menue-1-bg-8.jpg);
	height:28px;
}


#spalte-rechts #menue-serviceinfos-2 .pos-1 { 
	background-image: url(/_images/layout/service-menue-2-bg-1.jpg);
	height:28px;
	margin:15px 0 0 0;
}
#spalte-rechts #menue-serviceinfos-2 .pos-2 { 
	background-image: url(/_images/layout/service-menue-2-bg-2.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-2 .pos-3 { 
	background-image: url(/_images/layout/service-menue-2-bg-3.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-2 .pos-4 { 
	background-image: url(/_images/layout/service-menue-2-bg-4.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-2 .pos-5 { 
	background-image: url(/_images/layout/service-menue-2-bg-5.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-2 .pos-6 { 
	background-image: url(/_images/layout/service-menue-2-bg-6.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-2 .pos-7 { 
	background-image: url(/_images/layout/service-menue-2-bg-7.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-2 .pos-8 { 
	background-image: url(/_images/layout/service-menue-2-bg-8.jpg);
	height:28px;
}
#spalte-rechts #menue-serviceinfos-2 .pos-groesser-8 { 
	background-image: url(/_images/layout/service-menue-2-bg-8.jpg);
	height:28px;
}

/* =================== /Spalte Rechts =================== */

/* =================== Footer =================== */

#footer-1, 
#footer-2 {
	width:957px;
	height:20px;
	background:url(/_images/layout/menue-kopfzeile-bg-grau.jpg);
	border-top:1px solid #bbbbbb;
	float:left; /* brauchts ??? damit der Footer ganz unten bleibt; */
	position:relative;
}

#footer-1 #footer-sitemap, 
#footer-2 #footer-menue {
	margin: auto auto;
}

#footer-1 #footer-sitemap {
	width:800px;
	}
	
#footer-2 #footer-menue {
	width:600px;
	}

#footer-1 #footer-sitemap ul, 
#footer-2 #footer-menue ul {
}

#footer-1 #footer-sitemap li, 
#footer-2 #footer-menue li {
	width: 100px;
	height: 20px;
	float:left;
	background: url(/_images/layout/menue-kopfzeile-seperator.gif) right 40% no-repeat;
	margin:2px 0px 0px 0px;
	position:relative;
}

#footer-1 #footer-sitemap li a:link, 
#footer-2 #footer-menue li a:link  {
	color: #6B6A68;
}
	
#footer-1 #footer-sitemap  li p, 
#footer-2 #footer-menue li p  {
	margin-top:3px;
	font-family: arial, verdana;
	font-size:10px;
	text-align:center;
	width:100px;
}

/* =================== //Footer =================== */

/* =================== Permedia =================== */

#permedia {
	width:130px;
	height:20px;
	float:right;
	margin-bottom:20px;
}

#permedia p {
	text-align:center;
	margin-top:5px;
	width:130px;
	color:#ffffff;
	font-size:10px;
	border-bottom: 1px solid fuchsia;
}


#permedia .schriftzug-permedia {
	font-family:arial,verdana;
	font-weight:bold;
	font-style:italic;
}

#permedia .agentur-fuer-internetmarketing {
	font-family:arial narrow,arial,verdana;
	font-size:10px;

}

/* =================== //Permedia =================== */


/* Sonstige 
------------------------------------------- */

.clearfix {
	clear:both;
}			
				

/* Editmode
------------------------------------------- */

	
	

