/**
 *  HEADER AREA
 */

#headerMetaMenu {
  right: 0;
}
#headerMetaMenu li.last a {
  background-position: right bottom;
}

#icfLogo {
	right: 3px;
	top: 34px;
}

#facebookLogo, #twitterLogo {
  display: block;
  float: left;
  margin: 2px 5px 0 0;
  font-size: 0;
}

#mainMenu {
	top: 92px;
}

#header {
	height: 140px;
}



/**
 *  CONTENT AREA
 */

#header, #content, #footer {
  background-image: none;
}
#content {
  padding: 0;
}

.cms__contentElements__layout__columns_2 .cms__contentElements__layout__columns_col1 {
  position: relative;
	float:left;
	padding: 5px;
	width: 231px;
	height: 503px;
	overflow: hidden;
	background: url("images/actualSeriesBG.png") no-repeat;
}
.cms__contentElements__layout__columns_2 .cms__contentElements__layout__columns_col2 {
  float: right;
  width: auto;
}

#actualSeriesContentWrapper {
  position: absolute;
  left: 5px;
  bottom: 0;
  height: 147px;
  overflow: hidden;
}
#actualSeriesContent {
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
  line-height: 130%;
}

.icf__home__bigTeaser {
  margin-bottom: 10px;
  padding: 5px;
  padding-bottom: 10px;
  background: url(images/bigTeaserBG.png) no-repeat;
}
#icfHomeBigTeaserGalleryCropper, #icfHomeBigTeaserGallerySlider, .icfHomeBigTeaser {
  width: 641px;
  height: 360px;
  overflow: hidden;
}
#icfHomeBigTeaserGallerySlider .icfHomeBigTeaser {
  float: left;
}
#icfHomeBigTeaserGalleryCropper, #icfHomeBigTeaserGallerySlider {
  position: relative;
}
#icfHomeBigTeaserGalleryNavigator {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 0 5px 5px 0;
  overflow: hidden;
  background-color: #E3E4E5;
}
.icfHomeBigTeaserGallerySmallImageContainer {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  width: 88px;
  height: 50px;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}

.icfHomeBigTeaserVideo {
  background-color: #000;
}


.icf__home__smallTeaser {
  float: left;
  padding: 5px;
  background: url(images/smallTeaserBG.png) no-repeat;
}
