





div.ls-day-sheets-panel {
	padding-left: 0.313em;
	padding-right: 1.25em;
	height: 6.875em;
	z-index: 10;
	clear: both;
}

.ls-day-sheets-panel-over {
	position: absolute;
	bottom: 2.5em;
	left: 0em;
	height: 4.688em;
	z-index: 110;
	display: none;
	width: 100%;
}


div.ls-day-sheets-outer {
	top: 0em;
	height: 4.688em;
	overflow: hidden;
	position: relative;
	width: 0em;
	float: left;
}

div.ls-day-sheet-lo,
div.ls-day-sheet-hi, 
div.ls-day-sheet-no {
	background-color: #000000;
	display: inline-block;
	height: 4.375em;
	margin-right: 0.313em;
	overflow: hidden;
	padding-top: 0.313em;
	text-align: center;
	width: 4.375em;
}

div.ls-day-sheet-lo {
	cursor: pointer;
}

div.ls-day-sheet-hi {
	background-color: #ffffff;
	cursor: pointer;
}

div.ls-day-sheet-hi:hover {
	background-color: #000000;
}

div.ls-day-sheet-hi:hover div.ls-day-number {
	color: #ffffff;
}

div.ls-day-sheet-hi:hover div.ls-day-sub {
	color: #ffffff;
}

div.ls-day-sheet-hi:hover span.ls-day-separator {
	color: #d1181f;
}


div.ls-day-number {
	font-size: 3.25em;
	line-height: 0.95em;
	font-family: Franklin, Arial, Verdana;
	color: #d1181f;
}

div.ls-day-sub {
	color: #ffffff;
	font-family: Franklin, Arial, Verdana;
	font-size: 1.125em;
	line-height: 1em;
	text-transform: uppercase;
}

span.ls-day-separator {
	color: #d1181f;
	padding-left: 0.125em;
	padding-right: 0.125em;
}

div.ls-day-sheet-hi div.ls-day-sub {
	color: #000000;
}

div.ls-day-sheet-no span.ls-day-separator {
	color: #555555;
}

div.ls-day-sheet-no div.ls-day-sub {
	color: #999999;
}

div.ls-day-sheet-no div.ls-day-number {
	color: #bbbbbb;
}

div.ls-day-sheet-lo:hover {
	background-color: #ffffff;
}

div.ls-day-sheet-lo:hover div.ls-day-sub {
	color: #000000;
}

div.ls-day-sheet-lo:hover span.ls-day-separator {
	color: #d1181f;
}

div.ls-day-sheet-lo:hover div.ls-day-number {
	color: #000000;
}

div.ls-day-arrow-left {
	position: relative;
	top: 0.125em;
	z-index: 110;
	width: 1em;
	height: 4.375em;
	background-image: url(/fileadmin/met/images/ls_dayArrow.png);
	background-repeat: no-repeat;
	background-position: 0em -8.75em;
	cursor: pointer;
	float: left;
	margin-right: 0.438em;
}

div.ls-day-arrow-left:hover {
	background-position: 0em 0em;
}

div.ls-day-arrow-right {
	position: relative;
	top: 0.125em;
	z-index: 110;
	width: 1em;
	height: 4.375em;
	background-image: url(/fileadmin/met/images/ls_dayArrow.png);
	background-repeat: no-repeat;
	background-position: 0em -13.125em;
	cursor: pointer;
	float: left;
}

div.ls-day-arrow-right:hover {
	background-position: 0em -4.375em;
}

div.ls-day-arrow-left.ls-grau,
div.ls-day-arrow-right.ls-grau {
	background-image: url(/fileadmin/met/images/ls_dayArrowGray.png);
}







@media 	screen and (max-width: 1000px) 
and (orientation : portrait) {


	div.ls-day-number {
		line-height: 1.0em;
	}
	
	div.ls-day-sheets {
		overflow: hidden;
		white-space: nowrap;
	}
	
	div.ls-day-sheets-panel {
		font-size: 70%;
	}
	
	div.ls-day-arrow-left {
		background-image: url("/fileadmin/met/images/ls_dayArrowMobil.png");
		background-position: 0 -8.6em;
		top: 0.2em;
		height: 4.3em;
	}
	
	div.ls-day-arrow-left:hover {
		background-position: 0 0em;
	}
	
	div.ls-day-arrow-right {
		background-image: url("/fileadmin/met/images/ls_dayArrowMobil.png");
		background-position: 0 -12.9em;
		top: 0.2em;
		height: 4.3em;
	}

	div.ls-day-arrow-right:hover {
		background-position: 0 -4.2em;
	}

	div.ls-day-sheets-outer {
		left: -0.1em;
	}

	div.ls-day-arrow-left.ls-grau,
	div.ls-day-arrow-right.ls-grau {
		background-image: url(/fileadmin/met/images/ls_dayArrowMobilGray.png);
	}
}

