@charset 'utf-8';

/* Aller zusätzlicher CSS Code findet sich hier */ 

#preview-mode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #800;
  z-index: 1000;
  font-family: Lucida-Grande, "Lucida Grande", Arial, sans-serif;	
  font-size: 12px;
  color: #FFF;
  padding: 2px 10px;
  text-align: center;
  border-bottom: 1px solid white;
  opacity: 0.85;
}
#preview-mode a, #preview-mode a:visited, #preview-mode a:hover { 
  color: #FFF; text-decoration: none; 
}


#icontainer ul.content-text-liste li {
	padding-left: 17px;
	background: url(/css/img/background-content-li-bullet.gif) no-repeat left 0.6em;
	font-size:14px;
}

#icontainer #keyvisit .ikey {
	margin:0 auto;
	padding: 45px 0;
	width: 470px;
	text-align: center;
}
#icontainer #keyvisit .ikey h2 {
	font-size: 32px;
	line-height: 110%;
	color: #333;
}

#icontainer #keyvisit .ikey.error h2 {
  color: #FFF;  
}

#icontainer #keyvisit .channel-hl h2 {
	font-size: 35px;
	font-weight: normal;
	padding: 142px 35px 0 35px;
}

.channel-hl .channel-logo {
	margin: 55px auto 50px auto;
	text-align: center;
}
.channel-hl p {
	filter: alpha(opacity=99);
	opacity: 0.99;
	-moz-opacity: 0.99;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	width: 300px;
	margin: 10px;
}

.channel-hl p.label {
	filter: alpha(opacity=54);
	opacity: 0.54;
	-moz-opacity: 0.54;
	text-align: left;
}

#icontainer hr {
	height:20px;
	border-top: 7px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#video-slider .v2-smal .video-box {
	height: 86px;
	position: relative;
	background-color: #999;
	text-align: center;

}
#video-slider .v2-smal .video-box:hover {
	background-color: #333;
	cursor: default;
}
#video-slider .v2-smal .current {
	background-color: #333;
}
#video-slider .video-box span.title2 em {
	display: block;
	text-align: center;
	color: #333;
}

#video-slider .v2-smal .current span.title2 em,
#video-slider .v2-smal .video-box:hover span.title2 em {
	color: #999;
}

.video-list-headline a {color:#333;text-decoration: none; }
