/* genereller container */

.lifte-container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 210px;/**/
}

.lifte-aktualisierung {
	text-align: right;
	margin-bottom: 1px;
	display:none;
}

/* Datum der Aktualisierung */
.lifte-aktualisierung .lifte-datum { }

/* Zeit der Aktualisierung */
.lifte-aktualisierung .lifte-zeit {
	display:none;
	/*color: #666666;*/
}

/* text: "letzte Änderung" */
.lifte-aktualisierung-text {
}

.lifte-tabelle {
	width: 210px;
	/*padding:12px;*/
	/*border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;*/
}

/* ungerade Zeilen in der Lifttabelle */
.lifte-tabelle-zeile1 {
	background-color: #f2f2f5;
}

/* gerade Zeilen in der Lifttabelle */
.lifte-tabelle-zeile2 {
	background-color: #ffffff;
}

.lifte-kuerzel {
	display:none;
	/*text-align:center; 
	font-weight:normal; 
	color: #666666; 
	padding-right: 4px;
	width:30px;*/
}

/* 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 {    
	width: 250px;
	padding-left: 2px;
}

.lifte-typname {
	width: 250px;
}

.lifte-punkte {
    display:none;
	/*width: 20px;
	text-align: center;*/
}
.lifte-betrieb {
	display:none;
	text-align: right;
	width: 100px;
}

/* 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"); }
*/

