div.ls-themes-list {
    background-image: url("/fileadmin/met/images/ls_black.gif");
    background-repeat: repeat-y;
    border-bottom: 0.313em none;
    clear: both;
    margin-left: 1.25em;
	margin-bottom: 2.5em;
    overflow: hidden;
    padding-left: 0.563em;
    padding-right: 1.25em;
    z-index: 10;
}

.ls-themes-list-over {
	position: absolute;
	bottom: 2.5em;
	left: 0em;
	height: 12.5em;
	z-index: 110;
	display: none;
	width: 100%;
}



div.ls-themes-list ul.ls-themes {
	margin: 0em;
	padding: 0em;
}

div.ls-themes-list ul.ls-themes li {
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Franklin;
    font-size: 1.188em;
    height: 1.25em;
    letter-spacing: 0.063em;
    line-height: 1.5em;
    list-style-type: none;
    overflow: hidden;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
}

span.ls-theme-text {
	white-space: nowrap;
}

li.ls-theme-hi span.ls-theme-text {
	color: #D91C31;
}

li.ls-theme-hi span.ls-theme-text:hover {
	color: #888888;
}

span.ls-theme-separator {
	color: #D91C31;
	padding-left: 0.313em;
	padding-right: 0.375em;
	position: relative;
}

.ls-theme-break {
	font-size: 0.063em;
}

div.ls-film-data {
	left: 0em;
}

span.ls-theme-text:hover {
	color: #D91C31;
	cursor: pointer;
}

div.ls-film-title h2 {
	max-width: 24.75em;
}

div.ls-film-title {
	max-width: 100%;
}

span.ls-film-languages {
	position: absolute;
	right: 2.125em;
	width: 1.875em;
}

div.ls-film-group,
div.ls-film-time {
	display: none;
}

div.ls-film-hi div.ls-film-title h2 {
    max-width: 25em;
}


@media 	screen and (max-width: 62.5em) 
and (orientation : portrait) {
	
	div.ls-themes-list ul.ls-themes li {
		font-size: 0.8em;
	}
	
	
	div.ls-themes-list {
		margin-left: 0em;
		padding-left: 0.5em;
	}
	
}