* {
	margin:0;
	padding:0;
}
a {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
@media screen {
  body {
  	background:url(../images/bg_bottom.jpg) repeat-y left top;
  }
  body, td, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
  }
  #bg {
  	position:absolute;
  	left:0;
  	top:0;
  	z-index:30;
    width:100%;
  	height:100%;
  	background:url(../images/bg_top.jpg) no-repeat left top;
  }
  
  #head_out_nt, #head_out {
  	position:absolute;
  	left:0;
  	top:0;
  	z-index:40;
  	width:943px;
  	height:101px;
  }
  #head_out_nt {
    background:url(../images/bg_head.jpg) no-repeat left top;
  }
  #head_out {
    background:url(../images/bg_head_nt.jpg) no-repeat left top;
  }

  #head {
  	position:absolute;
  	left:0;
  	top:0;
  	z-index:50;
  	margin:20px 0px 0px 10px;
  	width:255px;
  	height:70px;
  }
  
  #newsticker {
  	margin:55px 0px 0px 513px;
  	text-align:right;
  	width:423px;
  }

  .NewsTickerItem {
    font-size:16px;
    color:#333333;
  }

  .NewstickerLink {
    text-decoration: none;
    color: #646464;
  }

  #nav {
  	position:absolute;
  	left:0;
  	top:0;
  	z-index:50;
  	background:url(../images/bg_nav.jpg) no-repeat left top;
  	width:943px;
  	height:68px;
  	margin-top:101px;
  }
  
  #nav p {
  	float: right;
  }

  #impressum, #impressum2 {
  	position:absolute;
  	left:0;
  	z-index:70;
  	width:175px;
  	height:12px;
  	text-align:right;
  }

  #impressum {
    top:680px;
  }

  #impressum2 {
    top:511px;
  }

  #content_out {
  	position:absolute;
  	left:0;
  	top:0;
  	z-index:60;
  	background:url(../images/bg_content.jpg) no-repeat left top;
/*  	width:943px; */
    width:944px;
  	height:671px;
    margin-top:169px;
/*    border: solid 1 black; */
  }
  
  #content_left {
  	width:195px;
  	margin:15px 0px 0px 40px;
  	float:left;
  	display:inline;
    text-align:right;
  }
  
  #content_center {
  	width:448px;
  	margin-left:40px;
  	float:left;
  	display:inline;
  }
  
  #content_right {
  	width:200px;
  	margin-left:20px;
  	float:left;
  	display:inline;
  }

  #content_right_index {
  	width:200px;
  	float:right;
  	display:inline;
		margin-right:1px;
  }
  
  #teaser_home {
    width:743px;
  	background:url(../images/bg_teaser_home.jpg) no-repeat left top;
  	text-align:right;
  	float:left;
  }

  #content_bommel {
    position:absolute;
    left:0;
    top:0;
    z-index:65;
    background:url(../images/abo.gif) no-repeat;
    margin:253px 0px 0px 258px;
    width:18px;
    height:19px;
  }

  .Headline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
  }

  .NavImage {
    margin-left:4px;
  }

  .TeaserShadowRightIE {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/teaser_shadow_bg_y.png',sizingMethod='scale');
  }

  .TeaserShadowBottomIE {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/teaser_shadow_bottom.png',sizingMethod='scale');
  }

  .TeaserShadowTopIE {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/teaser_shadow_top.png',sizingMethod='scale');
  }

  .TeaserShadowRightNoIE {
    background:url(../images/teaser_shadow_bg_y.png) repeat-y left top;
  }

  .MovieContentLeft {
    width: 435px;
    margin-left: 12px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
  }

  .MovieSynopsis {
    font-size: 11px;
    margin: 10px 0px 0px 12px;
    line-height: 18px;
  }

  .TrailerHeadline {
    margin-left: 12px;
    padding-top: 2px;
  }

  #MovieTrailer {
    margin: 0px 0px 0px 12px;
    width: 435px;
    height: 342px;
    background-color: #d8fdff;
    text-align: center;
    vertical-align: middle;
  }
  .TrailerLink {
    text-decoration: underline;
  }

/* FROM OLD DESIGN: */
  .Teaser {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px 0px 18px 12px;
    width: 396px;
  }
  #PrintHeadline {
    display: none;
  }
  #Headline {
    display: block;
    margin-left: 10px;
  }
  .SearchSelect {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 176px;
    height: 20px;
  }
  .SearchInput {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 176px;
    height: 20px;
  }
  .SearchInputSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 38px;
    height: 20px;
  }
  .SearchInputFullText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 135px;
    height: 20px;
  }
  .SearchGoButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 30px;
    height: 22px;
  }
  .LayoutHeadlineCyan {
    height: 18px;
    padding: 2px 0px 0px 12px;
    font-size: 11px;
    font-weight: bold;
    background-color: #d8fdff;
  }
  .ContentText, .ContentTextAlt {
    font-size: 11px;
    color: black;
    margin: 0px 0px 18px 12px;
    width: 425px;
  }
  .ContentColumnBold {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
  }
  .ContentColumn {
    font-size: 11px;
  }
/*
  .ContentColumn a {
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
  }
*/
  #content_right .ContentColumn {
    color: #FFFFFF;
  }
  #content_center .ContentColumn {
    color: #000000;
  }
  .ContentColumnBlack {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
  }
  #ColumnSubhead, #ColumnText, #ColumnSubheadAlt, #ColumnTextAlt {
    text-align: left;
  }
  #ColumnSubhead div, #ColumnSubheadAlt div  {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    width: 168px; height: 18px;
    padding: 0px 10px 0px 22px;
    color: white;
  }
  #ColumnText div, #ColumnTextAlt div {
    padding: 18px 10px 18px 22px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
  }
  #ColumnSubhead a, #ColumnText a, #ColumnSubheadAlt a, #ColumnTextAlt a {
    color: white;
    text-decoration: none;
  }
  .TeaserAlt, .TeaserAlt a {
    font-size: 12px;
    color: black;
    margin: 0px 0px 18px 12px;
  }
  .HeadlineCyan, .HeadlineCyan * {
    color: black;
    font-weight: bold;
    background-color: #d8fdff;
    text-decoration: none;
    height:18px;
  }
  .TeamLink {
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

/* MOVIE LIST */
  .MovieFilesList {
    margin: 0px 0px 7px 12px;
    background-color: #d8fdff;
  }
/* EXTENDED FILM LIST: */
  .ExtendedListAlt {
    margin: 0px 0px 7px 12px;
  }
  .ExtendedList {
    background-color: #ffffff;
/*    padding: 6px 6px 0px 5px; */
  }
  .ExtendedListHeader, .ExtendedListHeader * {
    background-color: #4a5e87;
    font-weight: bold;
    color: white;
    text-decoration: none;
  }
  .ExtendedListContent, .ExtendedListContent * {
    background-color: #d8fdff;
    text-decoration: none;
    color: black;
  }
  .ExtendedListCont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin: 5px 5px 5px 7px;
  }

/* FILM LIST: */
  #FilmListMenu {
    margin: 0px 0px 4px 12px;
  }
  .FilmListMenuText {
    font-size: 11px;    
    font-weight: bold;
    background-color: #4a5e87;
    color: white;
  }
  .FilmListMenuSelectTitles {
    font-size: 10px;
    width: 75px;
  }
  .FilmListMenuSelectGenre {
    font-size: 10px;
    width: 95px;
  }
  .FilmListMenuLink, .FilmListMenuLink a {
    font-size: 11px;
    font-weight: bold;
    background-color: #4a5e87;
    color: white;
    text-decoration: none;
  }
  .FilmListMenuLink a:hover {
    color: #ffb400;
  }
  .FilmListMenuLinkAlt a {
    font-size: 11px;
    font-weight: bold;
    color: black;
  }
  #FilmList {
    margin: 0px 0px 7px 12px;
    font-size: 10px;
    color: #4a5e87;
  }
  .BlueHeadline {
    background-color: #4a5e87;
    height: 18px;
  }
  .BlueHeadlineTitle {
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding-left: 5px;
  }
  .ListTitle {
    font-size: 11px;
    padding: 2px 0px 2px 5px;
  }
  .ListTitle a {
    color: black;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
  }
  .FilmListGenre {
    font-size: 10px;
    padding: 2px 0px 2px 0px;
  }
  .FilmListOddRow {
    background-color: #d8fdff;  
  }

/* FILMLIST BOTTOM NAVIGATION: */
  #FilmListNav {
    font-size: 11px;
    font-weight: bold;
  }
  #FilmListNav a {
    color: black;
    text-decoration: none;
  }
  #FilmListNav a:hover {
    text-decoration: underline;
  }
  .FilmListNavActive {
    color: #B8B8B8;
  }

/* MOVIE PAGE: */
  #MovieContentHeadline {
    font-size: 20px;
    color: #000000;
    padding: 5px 0px 5px 12px;
  }
  #MovieContent {
    margin-left: 5px;
  }
/*
  #MovieContent td {
    font-size: 12px;
  }
*/
  #MovieContentImages {
    margin-left: 12px;
    width: 435px;
    height: 154px;
    overflow: hidden;
    white-space: nowrap;
  }
  #MovieContentMenu {
    margin: 10px 0px 10px 12px;
    width: 435px;
    height: 25px;
    background-color: #d8fdff;
    font-weight: bold;
  }
  #MovieContentMenu a {
    font-weight: bold;
    text-decoration: none;
    color: black;
  }
  #MovieContentMenu a:hover {
    color: #ffb400;
  }

/* OTHER: */
  .Documentaries {
    margin: 0px 0px 8px 12px;
    width: 435px;
  }
  .Documentaries a {
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-decoration: none;
  }
  .Documentaries a:hover {
    text-decoration: underline;
  }
  .Big {
    font-size: 12px;
  }
  .Bold {
    font-weight: bold;
  }

/* NEWS: */
  .NewsDate {
    font-size: 12px;
    font-weight: bold;
  }
  .NewsHeadline {
    margin: 0px 0px 8px 12px;
    font-size: 12px;
    font-weight: bold;
  }
  .NewsText {
    margin-bottom: 25px;
    font-size: 12px;
    margin-top: 14px;
  }
/* UPLOAD */
  .UploadSelect {
    font-size: 11px;
  }

/* DOWNLOAD MOVIE LIST */
  SPAN.ItemInfoText {
    font-style: italic;
  }
}
@media print {
  #bg {
  	position:absolute;
  	left:0;
  	top:0;
  	z-index:30;
  }
  #nav {
    display: none;
  }
  #head_out {
    display: none;
  }
  #content_left {
    display: none;
  }
  #content_right {
    display: none;
  }
  #impressum {
    display: none;
  }
  #FilmListMenu {
    display: none;
  }
  .MovieContentLeft {
    display: none;
  }
  #MovieContentMenu {
    display: none;
  }
  #MovieContentHeadline {
    font-weight: bold;
    margin-bottom: 12px;
  }
  #PrintHeadline {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #ffffff;
    background-color: #000000;
    padding: 2px;
  }
  #Headline {
    display: none;
  }
/* FILMLIST BOTTOM NAVIGATION: */
  #FilmListNav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
  }
  #FilmListNav a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }
  .FilmListNavAlt {
    display: none;
  }
  .FilmListNavActive {
  }
}
@media all {
  .underlined {
    text-decoration: underline;
  }
  .Red {
    color: red;
  }
  ul#List {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 28px;
  }
  form {
    margin: 0px;
  }
  .MarginLeft {
    margin-left: 42px;
  }
}