/* @override 
	http://stream-tv.de/css/main.css
*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
form { display: inline; }

a
{
  color: #363942;
}

a:active
{
  outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a:hover
{
  text-decoration: none;
   color: #363942;
}

a:visited {
    color: #59473c;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  background-color: #ffffff;
}

body
{
  padding: 30px;
  padding-top: 15px;
}

h1
{
   font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
   font-size: 24px;
   color: #4A362D;
   margin-left: 30px;
}


h1.title
{
   font-size: 30px;
   color: black;
}

h2,h2 a
/* Movie titles */
{
   font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
   font-size: 14px;
   margin-bottom: 2px;
   color: #3679bc;
   font-weight: bold;
   margin-top: 15px;
   text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
    color: #59473C;
}

h2.search_result,h2.search_result a
/* Movie titles */
{
   font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
   font-size: 14px;
   margin-bottom: 2px;
   color: #3679bc;
   font-weight: normal;
   margin-top: 15px;
}

h3
{
   color: #65bb5d;
   margin-top: 5px;
   margin-bottom: 4px;
   font-weight: normal;
}

h3 a {
    color: #65bb5d;
    text-decoration: none;
}

h3 a:hover {
    color: #65bb5d;
}

h4 {
   font-size: 19px;
   color: #382513;
margin-left:5px;
}

p {
	padding: 5px;
}

img#logo {
   margin-left: 25px;
}

#movie_count {
    font-weight: bold;
    margin-top: 18px;
    padding-bottom: 18px;
    margin-left: 30px;
}

#movie_list {
   margin-top: 10px;
   margin-right: 160px;
}

#movie_detail {
    margin-top: 20px;
}


div.movielist_datum {
  color: #382513;
  font-size: 14px;
  font-weight: bold;
  background-color: #EAE7E6;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 8px;
  padding-right: 00px;
  padding-left: 30px;
  clear: left;
}


#movie_list div.movie {
  float: left;
  width: 240px;
  height: 31em;
  margin-bottom: 10px;
    margin-left: 30px;
    position: relative;
}

#movie_list div.movie_without_sendung {
  float: left;
  width: 240px;
  height: 28em;
  margin-bottom: 10px;
        margin-left: 30px;
        position: relative;
}


div.movie_desc,#movie_detail p {
   font-size: 12px;
   line-height: 140%;
}

#movie_list img.movie_image {
  margin-top: 20px;
  border: 1px solid #382513;
}

img.movie_image {
    border: 1px solid #382513;
}

div.movie_date {
  font-size: 11px;
  color: #333333;
  margin-bottom: 5px;
}

div.movie_length {
  font-size: 11px;
  color: #333333;
  margin-bottom: 10px;
}

.movie_program {
  margin-top: 10px;
}

div.movie_program IMG.stationlogo {
   border: none !important;
   float: left;
   margin-top:0px;
}

.programdesc {
   margin-left: 45px;
}

.programdesc a {
    color: #65BB5D;
    text-decoration: none;
}

.programdesc a:hover {
    color: #59473c;
    text-decoration: underline;
}


select#filter_length {
   display: block;
   float: right;
   margin-right: 30px;
   margin-top: 5px;
}

div#filter_length {
   float: right;
   margin-right: 30px;
   margin-top: 5px;
}

form#searchbox {
   display: block;
   position: absolute;
   top: 35px;
   right: 30px;
}

input#search {
  font-size: 15px;
  padding: 2px;
  padding-top: 3px;
  border: 3px solid #CDC7C4;
  margin-right: 5px;
  height: 20px;
  width: 200px;
}

input#search_button {
  font-size: 14px;
  padding: 2px;
  margin-right: 30px;
  margin-left: 5px;
}

div#footer {
  background-image: url(/images/hg-foot.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #ACA39D;
  margin-top: 50px;
  height: 37px;
  padding-top: 13px;
  text-align: center;
  clear:both;
}

#footerLinks a {
    color: #3679BC;
    text-decoration: none;
}

#footerLinks a:hover {
    color: #3679BC;
    text-decoration: none;
}

div#topbar {
 background-image:url(/images/hg-head.png);
 background-repeat: no-repeat;
 background-color: #ACA39D;
 padding-left: 30px;
 height: 50px;
 margin-top: 15px;
}

ul#categories {
  padding-top: 10px;
}

ul#categories li {
  display: block;
  float: left;
  height: 24px;
  margin-right: 8px;
  padding-top: 7px;
  padding-bottom: 0px;
}

ul#categories li a {
  height: 1%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #4A362D;
}

ul#categories li.active a {
  color: white;
}

ul#categories li.active {
  background-color: #4A362D;
}

ul#categories li#top {
  margin-left: 0px;
}

/* Messages --------------- */
div.warning_msg {
  margin-left: 30px;
  border: 2px solid #666;
  color: #F36C0F;
  width: 600px;
  font-size: 18px;
  padding: 20px;
}


/* Pager ------------------ */

#leftPageNav {
    background-image: url(/images/paging-left-UN.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 14px;
    text-decoration: none;
    display: block;
    margin: auto;
    background-color: #fff;
}

#leftPageNav:hover {
    background-image: url(/images/paging-left-OV.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    background-color: #fff;
}

#rightPageNav {
    background-image: url(/images/paging-right-UN.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 14px;
    text-decoration: none;
    display: block;
    margin: auto;
    background-color: #fff;
}

#rightPageNav:hover {
    background-image: url(/images/paging-right-OV.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    background-color: #fff;
}

.innerPagerLinks {
    text-align: center;
    background-color: #fff;
}

.innerPagerLinks a {
    text-decoration: none;
    color: #3679BC;
    font-weight: bold;
}

.innerPagerLinks a:hover {
    text-decoration: underline;
    color: #666;
    font-weight: bold;
}

#currentPage {
    color: black;
    font-weight: bold;
}

.listMovieLinks {
    margin-top: 7px;
    color: #3679BC;
    margin-bottom: 20px;
}

.listMovieLinks a {
    color: #65BB5D;
    text-decoration: none;
}

.listMovieLinks a:hover {
    color: #666;
    text-decoration: underline;
}

.listMovieLinks a:visited {
    color: #666;
    text-decoration: underline;
}

#related_movies {
    width: 800px;
}

.rel_title a, .favs_title a {
    text-decoration: none;
    color: #3679BC;
    font-weight: bold;
}

.rel_title a:hover, .favs_title a:hover {
    text-decoration: underline;
    color: #363942;
}

.rel_descr, .favs_descr {

}

.rel_station, .favs_station {
    color: #65bb5d;
}
.rel_station a, .favs_station a {
    text-decoration: none;
    color: #65bb5d;
}

.rel_station a:hover, .favs_station a:hover {
    text-decoration: underline;
    color: #363942;
}

.rel_logo div {
    text-align: left;
    width: 90px;
    height: 45px;
    overflow: hidden;
}


.rel_spacer, .favs_spacer {
    width: 20px;
}

#pagerNav {
    width: 200px;
    height: 24px;
    margin: auto auto 13px;
}


#movie_detail p {
  width: 485px;
  margin-bottom: 30px;
}

#movie_detail h1 {
   font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
   font-size: 18px;
   margin-bottom: 2px;
   color: #4A362D;
   font-weight: bold;
   margin-top: 15px;
   text-decoration: none;
   margin-left: 0px;
}

#movie_detail {
    padding-left: 30px;
}

#movie_detail table#BigImage {
   margin-top: 10px;
   border: 1px solid #666;
   cursor: pointer;
}

#movie_detail table#BigImage td {
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}

#playbutton {
   width: 185px;
   height: 162px;
   display: block;
   margin-top: 10px;
   margin: auto;
   cursor: pointer;
}

div[id]#playbutton {
    background-image: url('/images/playbutton.png');
    background-repeat: no-repeat;
    opacity: 0.5;
}

* html #playbutton {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/playbutton.png', sizingMethod='scale');
}

#movie_detail a {
    text-decoration: none;
}

#static_content {
  padding-left: 30px;
  margin-top: 20px;
}

#static_content h1 {
  margin-left: 0px;
}

#feedLink {
    padding-left: 15px;
    margin-right: 30px;
    background-image: url('/images/feed-ico.png');
    background-position: left;
    background-repeat: no-repeat;
    font-size: 12px;
    float: right;
    vertical-align: top;
    font-weight: normal;
}

#list_program {
    margin-top: 20px;
}

#list_program h1 {
    float: left;
}

.press_intro {
    font-weight: bold;
    color: #4A362D;
}

.press_title {
    font-weight: bold;
    font-size: 14px;

}
.press_first {
    font-weight: bold;
}

.press_box {
    width: 40em;
}

#investor_msg {
   margin-top: 15px;
   margin-bottom: 00px;
   margin-left: 25px;
   text-decoration:underline;
   baackground-color: #F2F5A9;
   width: auto;
   padding: 5px;
   font-size: 12px;
   color: #1F670E;
}

#bannerad {
   margin-left: 285px;
   margin-bottom: 10px;
}

.intro {
	margin: 5px 25px;
}

.ad_top {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 280px;
}

.leaderboard {
	width: 728px;
	height: 90px;
	margin: 10px 25px;
}

.skyskraper_right {
  float: right;
  width: 160px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  height: 100%;
}

.skyskraper_stopper {
  margin-left: 20px;
}

div#extraFilter {
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 20px;
  color: #4A362D;
}

div#extraFilter a, div#extraFilter a:hover, div#extraFilter a:active, div#extraFilter a:visited {
  color: #4A362D;
}
