/* genereller container */

.lifte-container,
.lifte-container td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width:595px;
}

.lifte-aktualisierung {
	text-align: left;
	margin-bottom: 8px;
}

/* Datum der Aktualisierung */
.lifte-aktualisierung .lifte-datum {

}

/* Zeit der Aktualisierung */
.lifte-aktualisierung .lifte-zeit {
	color: #666666;
}

/* text: "letzte Änderung" */
.lifte-aktualisierung-text {

}

.lifte-tabelle {
}

/* ungerade Zeilen in der Lifttabelle */
.lifte-tabelle-zeile1 {
	background-color: #F2F0EE;
}
.lifte-tabelle-zeile1 td {
	border-top: 1px solid black;
}

/* gerade Zeilen in der Lifttabelle */
.lifte-tabelle-zeile2 {
	background-color: #ffffff;
}

.lifte-kuerzel {
	text-align:center;
	font-weight:normal;
	color: #666666;
	padding-right: 4px;
	width:20px;
}

/* allgemeine infos zu status icons */
.lifte-icon-status {
	width: 19px;
	height: 19px;
	/* background-image: url("http://content.bergfex.at/images/icons/lifte-pisten/status.gif"); */
}

.lifte-icon-typ {
	width: 19px;
	height: 19px;
/*	background-image: url("http://content.bergfex.at/images/icons/lifte-pisten/status.gif"); */
}

.lifte-name {
	padding-left: 6px;
}

.lifte-typname {
}

.lifte-punkte {
	width: 20px;
	text-align: center;
}
.lifte-betrieb {
	text-align: right;

}

/* momentan unbenutzt */
.lifte-anmerkung {
	color: #999999;
}

/*
.lifte-icon-status0 {
	background-image: url("http://content.bergfex.at/images/icons/lifte-pisten/status0.gif");
}
.lifte-icon-status1 {
	background-image: url("http://content.bergfex.at/images/icons/lifte-pisten/status1.gif");
}
*/
/* images/icons für lifttypen
.lifte-icon-typ1  { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/1.gif"); }
.lifte-icon-typ2  { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/2.gif"); }
.lifte-icon-typ3  { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/3.gif"); }
.lifte-icon-typ4  { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/4.gif"); }
.lifte-icon-typ5  { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/5.gif"); }
.lifte-icon-typ6  { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/6.gif"); }
.lifte-icon-typ7  { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/7.gif"); }
.lifte-icon-typ8  { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/8.gif"); }
.lifte-icon-typ9  { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/9.gif"); }
.lifte-icon-typ10 { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/10.gif"); }
.lifte-icon-typ11 { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/11.gif"); }
.lifte-icon-typ12 { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/12.gif"); }
.lifte-icon-typ13 { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/13.gif"); }
.lifte-icon-typ14 { background-image: url("http://content.bergfex.at/images/icons/lifte/greyblue/14.gif"); }
*/

