body {
  padding: 0;
  margin: 0;
  background: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* FONTS */

h1, h3{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #266894;
  margin-bottom: 30px;
}
h2{
  color: #266894;
  font-size: 14px;
  font-weight: bold;
}
div.info{
  color: #999;
  font-size: 10px;
  margin: 2px 0 0 0;
}
p{
  color: #555;
  font-size: 13px;
  margin: 5px 0px;
  line-height: 16px;
}
a, a:link, a:visited{
  color: #266894;
  outline: none;
  text-decoration: none;
}
a:active, a:hover { text-decoration: underline; }

/* HEADER */

#header.wrapper{
  height: 419px;
  background: transparent url('../img/header-home.png') repeat-x 0 0;
}
#header .content{
  margin: 0 auto;
  width: 955px;
  position:relative;
}
#header .logo{ margin: 15px 0 10px 20px; }
#header .top-image-wrapper{
  margin-left: -10px;
  position: relative;
  z-index: 1;
}
#header .top-image-wrapper .mask{
  position: absolute;
  left: 0px;
  top:0px;
  z-index: 3;
  width: 655px;
  height: 195px;
}
#header .top-image-wrapper .image{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 655px;
  height: 195px;
  z-index: 2;
  overflow: hidden;
}
#header .filminfo{
  margin: 83px 20px 0 20px;
  position: relative;
}
#header h1{
  color: #eee;
  font-size: 26px;
  line-height: 26px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
}
#header .top-image-wrapper img.attachment-large{
  width: 640px;
  height: 380px;
  margin-top: -130px;
}
#header h2{ margin-top: 20px; }
#header p{ color: #eee; }

/* SEARCH */

#header .search{
  position: absolute;
  top: 221px;
  left: -35px;
  width: 340px;
  height: 160px;
  background: transparent url('../img/search.png') 0 0 no-repeat;
  z-index: 10;
}
#header .search input.search_keywords{
  position: absolute;
  border: 1px solid #aaa;
  left: 33px;
  height: 28px;
  background: #ccc;
  color: #555;
  padding: 0 10px;
  top: 9px;
  width: 207px;
  font-size: 13px;
}
#header .search div#search_category{
  position: absolute;
  border: 1px solid #aaa;
  left: 33px;
  height: 28px;
  font-size: 13px;
  background: #ccc;
  padding: 0 10px;
  top: 51px;
  width: 251px;
}
#header .search div#search_length{
  position: absolute;
  border: 1px solid #aaa;
  left: 33px;
  height: 28px;
  font-size: 13px;
  background: #ccc;
  padding: 0 10px;
  top:93px;
  width: 251px;
}
#header .search input.search_keywords:hover,
#header .search div#search_category:hover,
#header .search div#search_length:hover{
  color: #266894 !important;
  border-color: #266894;
}
#header .search div#search_category .select_box_txt:hover,
#header .search div#search_length .select_box_txt:hover,
#header .search div#search_category:hover .select_box_txt,
#header .search div#search_length:hover .select_box_txt{
  color: #266894 !important;
}
#header input.search_button{
  position: absolute;
  z-index: 100;
  display: block;
  border: none;
  cursor:pointer;
  top: 9px;
  right: 35px;
  height: 31px;
  width: 31px;
  background: transparent url('../img/icon-search.png') 0 0 no-repeat;
}
span.select_box_arrow{
  position: absolute;
  z-index: 8;
  display: block;
  background: transparent url('../img/icon-search-more.png') 0px 0px no-repeat;
  right: 10px;
  top:13px;
  height: 5px;
  width: 9px;
}
span.select_box_txt{
  position: absolute;
  z-index: 8;
  display: block;
  left: 10px;
  top: 7px;
  height: 16px;
  width: 200px;
  color: #555;
  font-size: 13px;
}

/* SEARCH dropdown */

#search_category_list ul,
#search_length_list ul{
  list-style-type: none;
}
#search_category_list{
  display:none;
  position:absolute;
  top:28px;
  left: -10px;
  width: 293px;
  background: #ccc;
  z-index: 998;
  background: transparent url('../img/search-dropdown-repeat.png') repeat-y 0 0;
}
#search_length_list{
  display:none;
  position:absolute;
  top:28px;
  left: -10px;
  width: 293px;
  background: #ccc;
  z-index: 999;
  background: transparent url('../img/search-dropdown-repeat.png') repeat-y 0 0;
}
#header .search #search_category:hover #search_category_list{ display: block; }
#search_length:hover #search_length_list{ display: block; }
#header .search ul li a, #header .search ul li a:link, #header .search ul li a:visited{
  display: block;
  color: #111;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  margin: 2px 0 2px 20px;
}
#header .search ul li a.active, #header .search ul li a:hover{ color: #266894; }
#header .search span.search_dropdown_border{
  display: block;
  position: absolute;
  z-index: 25;
  bottom: -25px;
  left: 0px;
  height: 25px;
  width: 293px;
  background: transparent url('../img/search-dropdown-border.png') no-repeat 0 0;
}

#header .search ul li a span{ font-weight: normal; font-size: 0.8em; padding: 0 0 0 5px; color: #666; }

/* END SEARCH */

#header a.button_dvd_order{
  margin-top: 5px;
  float:left;
}
#header a.button_films_online{
  margin-top: 20px;
  float: right;
}

/* MENU */

ul.menu{
  position: absolute;
  list-style-type: none;
  left: 0;
  top:369px;
}
ul.menu li{
  position:relative;
  height: 50px;
  float:left;
}
ul.menu li a, ul.menu li a:link, ul.menu li a:visited{
  display: block;
  text-decoration: none;
  color: #eee;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  height: 30px;
  padding: 20px 18px 0 18px;
  margin-top: 0px;
}
ul.menu li.active,
ul.menu li:hover{
  background: transparent url('../img/menu-active-bg.png') 0 0 repeat-x;
  color: #266894;
}
ul.menu li:hover a, ul.menu li.active a{ color: #266894; }

/* begin menu-cart*/

#cart_button{
  position: relative;
  z-index: 5;
  color: #eee;
  margin: 0 0 0 15px;
  padding: 7px 1px 8px 25px;
  height: 30px;
  color: #eee;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-shadow: 0 0 1px #333333;
  background: transparent url('../img/icon-cart-repeat.png') 0 0px repeat-x;
}
#cart_button span.left-border{
  position: absolute;
  z-index: 6;
  display: block;
  background: transparent url('../img/icon-cart-left.png') 0 0px no-repeat;
  left: -10px;
  top:0;
  height:30px;
  width:30px;
}
#cart_button span.right-border{
  position: absolute;
  z-index: 8;
  display: block;
  background: transparent url('../img/icon-cart-right.png') right 0px no-repeat;
  right: -10px;
  top:0;
  height:30px;
  width: 10px;
}
a.cart_link{
  float: left;
  display: block;
  text-decoration: none;
  color: #eee;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  height: 30px;
  padding: 0px;
  margin: 0 10px 0 0;
}

/* hover */

#cart_button.active{
  position: relative;
  z-index: 5;
  color: #eee;
  background: transparent url('../img/icon-cart-repeat-active.png') 0 0px repeat-x;
}
#cart_button.active span.left-border{
  position: absolute;
  z-index: 6;
  background: transparent url('../img/icon-cart-left-active.png') 0 0px no-repeat;
  left: -10px;
  top:0;
  height:30px;
  width:30px;
}
#cart_button.active span.right-border{
  position: absolute;
  z-index: 8;
  background: transparent url('../img/icon-cart-right-active.png') right 0px no-repeat;
  right: -10px;
  top:0;
  height:30px;
  width: 10px;
}

/* menu_dropdown */

ul.menu li.films_catalogue:hover{   background: transparent url('../img/menu-hover-bg.png') 0 0 repeat-x; }
ul.menu li.films_catalogue:hover div#menu_dropdown{ display: block; }

ul.menu li div#menu_dropdown{
  position: absolute;
  background: transparent url('../img/menu-dropdown-repeat.png') repeat-y 0 0;
  width: 245px;
  top: 50px;
  left: -12px;
  z-index: 20;
  display:none;
}
ul.menu li div#menu_dropdown span.menu_dropdown_border{
  display: block;
  background: transparent url('../img/menu-dropdown-border.png') no-repeat 0 0;
  height: 30px;
  width: 245px;
  position: absolute;
}
ul.menu li div#menu_dropdown ul.catalogue_dropdown{
  list-style-type: none;
  overflow:hidden;
}
ul.menu li div#menu_dropdown ul.catalogue_dropdown li{
  clear: left;
  height: 30px;
}
ul.menu li div#menu_dropdown ul.catalogue_dropdown li a{
  display: block;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding: 0px;
  margin: 15px 0 0 30px;
  background: none;
}
ul.menu li div#menu_dropdown ul.catalogue_dropdown li a:hover{
  color: #266894;
  background: none;
}
ul.menu li div#menu_dropdown ul.catalogue_dropdown li:hover{ background: none; }
.catalogue-container{ position: relative; }

/* MENU SMALL */

#header.headersmall{
  height: 139px !important;
  background: transparent url('../img/header-home.png') repeat-x 0 -280px;
}
.headersmall ul.menu {
    left: 0;
    list-style-type: none;
    position: absolute;
    top: 89px !important;
}
#header.headersmall .search { top: -60px !important; }

/* BREADCRUMB */

ul.breadcrumb{
  list-style-type: none;
  margin: 0 20px;
}
ul.breadcrumb li{
  float:left;
  margin-top: 30px;
  background: transparent url('../img/icon-breadcrumb.jpg') no-repeat left 2px;
  padding-left: 2px;
}
ul.breadcrumb li a{
  display: block;
  margin: 0 5px;
  color: #999;
  font-size: 10px;
  text-decoration: none;
}
ul.breadcrumb li a:hover{ text-decoration: underline; }
ul.breadcrumb li.first{ background: none; }
ul.breadcrumb li.first a{ margin-left: 0px; }

/* CONTENT */

#main.wrapper{ background: #ddd; }
#main .content{
  margin: 0 auto;
  width: 955px;
  position:relative;
}
#main .content .latest_news{ padding: 35px 0px 40px 0px; }
#main .content .box{ background: transparent url('../img/line-repeat.png') repeat-x 0 bottom; }
#main .content h1, #main .content h4{ margin-left: 20px; }

/* LISTS */

ul.list {
  list-style-type: none;
  margin: 0 0 35px;
  overflow: hidden;
}
ul.list li.span-8{
  height: 360px;
  position: relative;
  z-index: 2;
}
ul.list li.span-8 .first_button a{
 position: absolute;
 bottom: 0px;
 left: 20px;
 z-index: 10px;
}
ul.list li.span-8 .last_button a{
 position: absolute;
 bottom: 0px;
 right: 20px;
 z-index: 10px;
}
ul#list_about li.span-8{ height: auto !important; }

/* NEWS Archive */
ul.news_archive{
  padding: 0 20px;
  background: url("../img/line-repeat.png") repeat-x scroll 0 bottom transparent;
}
ul.news_archive li{ padding-bottom: 35px; }

/* FILM NEWS */

ul.film_news{ margin: 0; }
ul.film_news li{
  background: transparent url('../img/film-excerpt-bg.png') no-repeat 0 0;
  margin-bottom: 35px;
}
ul.film_news li .excerpt{ margin: 20px 20px 35px 20px; }
.excerpt h2 a, a.post-title{ text-decoration: none; }
.excerpt h2 a:hover, a.post-title:hover{ text-decoration: underline; }
.excerpt_image{
  width: 275px;
  height: 155px;
  overflow: hidden;
  margin-bottom: 10px;
  background: url("../img/teaser_small.jpg") no-repeat top left transparent;
}
.excerpt_image img{
  width: 275px;
  height: 155px;
}

/* LATEST NEWS */

ul.news{ margin: 0; }
ul.news li.span-8{
  height: auto !important;
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}
/* ul.news li .excerpt{ margin: 0 20px 0 20px; } */
.latest_news a.button_newsarchive{ margin-left: 20px !important; }

/* alphabetical-index */

.alphabetical-index{ margin:20px 0 40px 0 !important; }
.alphabetical-index h1{ margin: 0px !important; }
.alphabetical-index h3,
.length_index h3{
  color: #266894;
  font-size: 20px;
  margin: 30px 0 20px 0;
  font-weight: bold;
}
.alphabetical-index a, .alphabetical-index a:link, .alphabetical-index a:visited,
.length_index a, .length_index a:link, .length_index a:visited{
  display: block;
  margin-bottom: 3px;
  padding-left: 75px;
  color: #266894;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
.alphabetical-index a, .alphabetical-index a:link, .alphabetical-index a:visited{
  display: block;
  margin-bottom: 3px;
  padding: 0 30px 0 0;
  color: #266894;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

.alphabetical-index a:hover, .length_index a:hover{ text-decoration: underline; }

/* dvd_order */

.dvd_order{ margin: 35px 35px 40px 0 !important; }
.border_bottom{ background: transparent url('../img/line-repeat.png') repeat-x 0 bottom; }
.dvd_order .line_bottom{
  background: transparent url('../img/line-repeat.png') repeat-x 0 bottom;
  padding: 0 20px 0px 20px;
  width: 600px;
}
.dvd_order p{ margin: 20px 0; }
.dvd_order .table_head{
  color: #266894;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dvd_order .cart{
  padding-top: 20px;
  padding-bottom: 20px;
}
.dvd_order .cart .infotext h2,
.dvd_order .cart .infotext p,
.dvd_order .cart .infotext div.info{ margin: 0 10px; }
.dvd_order .cart img.wp-post-image{
  width: 155px;
  height: 87px;
}
.dvd_order .cart .article_count{
  width: 28px;
  height: 28px;
  font-size: 14px;
  text-align: center;
  font-family: 'Arial', Verdana, Sans-Serif;
  color: #333333;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  }
.dvd_order .cart .article_count:hover { border-color: #266894; }


/* Dinge die ohne Javascript nicht zu sehen sein müssen */

.dvd_order #next-step-box{ display: none; }
.dvd_order #cart-wrapper{ display: none; }

/* start order form */

#films-in-cart-wrapper{ display: none; }
.dvd_order form .form_element{
  margin-top: 20px;
  padding: 0 20px;
}
.dvd_order form p{ margin: 20px  0 20px 0; }
input.input-text-fields, textarea.individual-text, input.captcha-text, select.country{
  width: 418px;
  height: 28px;
  padding: 0 10px;
  margin: 0 0 5px;
  font-family: 'Arial', Verdana, Sans-Serif;
  font-size: 14px;
  color: #333333;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
textarea.individual-text{ width: 578px; height: 150px; padding: 10px; }
select.country{
  width: 440px;
  height: 30px;
  padding: 4px 4px 4px 7px;
}
input.captcha-text{ width: 310px; }
.captcha-597{
  display: block;
  float: left;
  margin-right: 10px;
}
input.input-text-fields:hover, textarea.individual-text:hover, input.captcha-text:hover, select.country:hover { border-color: #266894; }

.full{ width: 155px; height: 10px; }
span.films-used-for{ display: block; height: 20px; }
span.films-used-for span.wpcf7-list-item, span.mr_ms span.wpcf7-list-item {
float: left;
padding: 0;
margin: 0 10px 0 0;
}
span.films-used-for input, span.mr_ms input { float: left; margin-left: 0; }
span.films-used-for span.wpcf7-list-item-label, span.mr_ms span.wpcf7-list-item-label { float: right; }

/* end order form */

/* notice ride-sidebar */

.notice-sidebar{ margin: 0 20px; }
.notice-sidebar .map{
  background: transparent url('../img/film-excerpt-bg.png') no-repeat 0 0;
  margin-left: -20px;
  margin-bottom: 20px;
  width: 315px;
  padding-top: 20px;
}
.notice-sidebar .map_code{ margin:0px 0 0 20px; }

/* length_index */

.length_index{ margin:20px 0 40px 0 !important; }
.length_index h1{ margin: 0px !important; }
.length_index .left_min_col{
  width: 75px;
  float: left;
}
.length_index h3{
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.length_index h3.min_col{ font-size: 14px; }
.length_index .left-col{
  margin-left: 0px;
  width: 75px;
  float: left;
}
.length_index .margin-top_length{ margin-top: 30px; }

/* chars_search_list_top */

.chars_search_list_top{
  position: relative;
  padding: 27px 15px 15px 25px;
  width: 950px;
  height: 75px;
  margin-left: -10px;
  background: transparent url('../img/film-cat-sort-bg.png') 0 0 no-repeat;
}
.beschriftung{
  padding: 0px 5px;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  float: left;
}
.chars_list_top a{
  padding: 0px 5px;
  color: #266894;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  float: left;
}
.chars_list_top a:hover{ text-decoration: underline; }
.chars_list_top a.active{ text-decoration: underline; color: #000; }
.length_list_top{
  position: absolute;
  right: 45px;
  top: 23px;
  width: 115px;
}
.length_list_top #length_list_top_submenu{
  position: relative;
  margin-top: -1px;
  z-index: 111;
  width: 100px;
  background: transparent url('../img/submenu_length_repeat_y.png') 0 0 repeat-y;
  padding: 5px 20px;
}
.length_list_top_border{
  position: absolute;
  /*bottom: -10px;*/
  left: 0px;
  bottom: -17px;
  z-index: 112;
  width: 119px;
  height: 17px;
  background: transparent url('../img/submenu_length_border_bottom.png') 0 bottom no-repeat;
}
#length_list_top_text{
  padding: 3px 0px 3px 13px;
  border: 1px solid #aaa;
  width: 94px;
  margin-left: 5px;
  color: #266894;
  font-weight: bold;
}
#length_list_top_submenu{ display: none; }
.length_list_top:hover #length_list_top_submenu{ display: block; }
.length_list_top:hover{ cursor: pointer; }
.length_list_top span.select_box_arrow{
  top: 10px;
  right: 12px;
}
#length_list_top_submenu ul li a, #length_list_top_submenu ul li a:link, #length_list_top_submenu ul li a:visited{
  display: block;
  color: #111;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  margin: 2px 0 2px 0px;
}
#length_list_top_submenu ul li a:hover, #length_list_top_submenu ul li a.active{ color: #266894; }
.length_list_top ul{ list-style-type: none; }

/* FOOTER */

#footer{ background: #222; }
#footer .content{
  margin: 0 auto;
  width: 955px;
  position:relative;
  overflow: hidden;
}
#footer a.button_sitemap{ margin: 15px 0 15px 20px; }
#footer .right_item{
  float:right;
  margin: 25px 20px 0 30px;
  color: #999;
}
#footer .item{
  float: right;
  margin: 25px 0px 0 20px;
}
#footer #toggle_content{
  background: transparent url('../img/line-repeat-dark.png') 0 0 repeat-x;
  margin-bottom: 20px;
}
#footer #toggle_content .border_bottom{
  background: transparent url('../img/line-repeat-dark.png') 0 bottom repeat-x;
  overflow: hidden;
  padding: 20px 0 40px;
  margin-top: 5px;
  margin-bottom: 15px;
}
#footer #toggle_content h4 {
    color: #EEEEEE;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0 20px 20px;
}
ul.footer_links {
   list-style-type: none;
   margin-left: 20px;
}
ul.footer_links li{ margin-bottom: 2px; }
ul.footer_links a, ul.footer_links a:link, ul.footer_links a:visited{
  color: #266894;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
ul.footer_links a:hover{ text-decoration: underline; }
ul.footer_links li a span{ font-weight: normal; font-size: 0.8em; padding: 0 0 0 5px; }



/* Footer Alphabet links */

ul.footer_links.alphabet li{
  width: 22px;
  float: left;
  padding: 0 10px 15px 0;
}

/* Page Content*/

.page_content{ padding: 35px 0 40px; }
.page_content p{
  margin-left: 20px;
  margin-right: 20px;
}
.page_content h3{
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}
.page_content h4{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #266894;
  margin-left: 0px !important;
}
.page_content .left_side h4{ margin-left: 20px !important; }
.notice-sidebar h3,
.notice-sidebar h4{
  margin-left: 0px !important;
  margin-top: 0px !important;
}
.notice-sidebar p{ margin: 0px; }
.notice-dvd p{ margin-top: 5px !important; margin-bottom: 5px !important; }
.page_content h2.big{
  font-size: 20px;
  color: #266894;
  margin-left: 20px;
  margin-right: 20px;
}
.page_content p.team_info{
  margin: 0px;
  font-size: 12px;
}
.page_content .film_news li{ margin-bottom: 0px; }
.page_content strong, .notice-dvd p strong{ color: #266894; }
.page_content strong.black, .notice-dvd p strong.black{ color: #000; }
img.alignleft{
  float: left;
  margin: 10px 10px 10px 0;
}

/* Network */
.page_content ul.link_list{ margin-left: 20px; }
.page_content ul.link_list, .page_content ul.link_list li ul{ list-style: none; }
.page_content ul.link_list li ul{ margin-bottom: 40px; }
.page_content ul.link_list li ul li{ color: #555555; font-size: 13px; margin-bottom: 15px; }
.page_content ul.link_list li h2{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #266894;
  margin-bottom: 20px;
}
.page_content .bigger_font h2{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #266894;
  margin: 20px 0 0 20px;
}
.page_content ul.link_list li ul li a{
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #266894;
  text-decoration: none;
}
.page_content ul.link_list li ul li a:hover{ text-decoration: underline; }

/* Contact Form */

.contact_form p{ margin: 10px 0 2px 0; }
.inputfeld1, .textfeld1, .captchafeld {
  position: relative;
  float: left;
  width: 248px;
  height: 28px;
  padding: 0 10px;
  margin: 2px 0 8px;
  font-family: 'Arial', Verdana, Sans-Serif;
  font-size: 14px;
  color: #333333;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  z-index: 2;
  }
.textfeld1 {
  width: 248px;
  height: 100px;
  padding: 10px;
  margin: 0 0 15px 0;
  }
.contact_form span.captcha-52{
  display: block;
  float:left;
  margin-right: 10px;
}
.captchafeld { width: 148px; }
.captchafeld:hover, .inputfeld1:hover, .inputfeld2:hover, .textfeld1:hover { border-color: #266894; }
.span.wpcf7-not-valid-tip-no-ajax { position: relative; z-index: 1; }

/* SINGLE DVD Detail view */
.left-content{ overflow: hidden; }
h1 span.original_title { font-size: 0.6em; }
.detailview_pic img.attachment-large{
  width: 595px;
  height: 353px;
}
.dvd-details p{ margin-bottom: 20px; }
.detailview_pic{
  width: 595px;
  padding: 20px;
  background: transparent url('../img/bg_pic_detail_view.png') 0 0 no-repeat;
  margin-left: 0px;
}
.detailview_buttons{
  padding: 0 20px;
  overflow: hidden;
  margin: 10px 0 35px;
}
.detailview_buttons a{
  float: left;
  margin-right: 10px;
}
.detailview_buttons a.last{
  float: right;
  margin: 0;
}
.detailview-content h4 { margin: 25px 20px 10px 20px !important; }
.detailview-content p { text-align: justify; }
.detailview-content ol { margin: 5px 40px; }
.detailview-content ol li { font-size: 13px; margin: 0 0 5px 0; }

h1.detailview-title { margin-bottom: 20px; }

/* navigation */

.navigation {
  margin: 20px 0 0;
  padding: 20px 0 20px 270px;
  background: transparent url('../img/line-repeat.png') repeat-x 0 top;
}
.new-navi .navigation { padding-left: 170px; }
.category-5 .navigation { width: 915px; }
.wp-paginate {
  list-style-type: none;
  overflow: hidden;
}
.wp-paginate li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
.wp-paginate li a, .wp-paginate li .current {
  display: block;
  padding: 0 10px 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  outline: none;
  }
.wp-paginate li a:hover, .wp-paginate li a:active {
  color: #266894;
  text-decoration: underline;
  }
.wp-paginate li .current { color: #266894; }
.wp-paginate li .prev { margin-right: 50px; }
.wp-paginate li .next { margin-left: 50px; }

/* LINK BUTTONS */

a.read_more, a.read_more:link, a.read_more:visited{
  color: #266894;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a.read_more:hover{ text-decoration: underline; }
a.button_dvd_order, a.button_dvd_order:active, a.button_dvd_order:link, a.button_dvd_order:visited{
  display: block;
  outline: none;
  height: 30px;
  width: 116px;
  background: transparent url('../img/icon-dvd-order.png') 0 0 no-repeat;
}
a.button_dvd_pdf, a.button_dvd_pdf:active, a.button_dvd_pdf:link, a.button_dvd_pdf:visited{
  display: block;
  outline: none;
  height: 30px;
  width: 127px;
  background: transparent url('../img/icon-pdf.png') 0 0 no-repeat;
}
a.button_films_online, a.button_films_online:link, a.button_films_online:visited{
  display: block;
  height: 30px;
  width: 120px;
  background: transparent url('../img/icon-films-online.png') 0 0 no-repeat;
}
a:active{ outline: none; }
a.button_newsarchive, a.button_newsarchive:link, a.button_newsarchive:visited{
  margin: 0px 0 0 10px;
  display: block;
  height: 30px;
  width: 112px;
  background: transparent url('../img/icon-newsarchive.png') 0 0 no-repeat;
}
a.button_filmscatalogue, a.button_filmscatalogue:link, a.button_filmscatalogue:visited{
  margin: 0px 0 0 19px;
  display: block;
  height: 30px;
  width: 120px;
  background: transparent url('../img/icon-films-cat.png') 0 0 no-repeat;
}
a.button_refresh, a.button_refresh:link, a.button_refresh:visited{
  margin: 0px 0 0 0px;
  display: block;
  height: 30px;
  width: 90px;
  background: transparent url('../img/icon-refresh.png') 0 0 no-repeat;
}
a.button_next_step_order, a.button_next_step_order:link, a.button_next_step_order:visited{
  float: left;
  margin: 0px 0 0 0px;
  display: block;
  height: 30px;
  width: 80px;
  background: transparent url('../img/icon-continue.png') 0 0 no-repeat;

}
a.button_sitemap, a.button_sitemap:link, a.button_sitemap:visited{
  margin: 0px 0 0 10px;
  display: block;
  height: 30px;
  width: 90px;
  background: transparent url('../img/icon-sitemap.png') 0 0 no-repeat;
}
a.button_close, a.button_close:link, a.button_close:visited{
  float: right;
  margin: 0px 20px 0 10px;
  display: block;
  height: 30px;
  width: 56px;
  background: transparent url('../img/icon-close.png') 0 0 no-repeat;
}
a.button_delete, a.button_delete:link, a.button_delete:visited{
  margin: 0px;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent url('../img/icon-delete.png') 0 0 no-repeat;
}
input.wpcf7-submit{
  margin: 0px;
  display: block;
  height: 30px;
  width: 148px;
  font-size: 0em;
  border:none;
  background: transparent url('../img/icon-send-dvd-order.png') 0 0 no-repeat;
  cursor: pointer;
}
.contact_form input.wpcf7-submit{
  margin: 0px;
  display: block;
  height: 30px;
  width: 55px;
  border:none;
  background: transparent url('../img/icon-send.png') 0 0 no-repeat;
  cursor: pointer;
}

/* MESSAGES */

.message, .wpcf7-validation-errors, .javascript-message{
  border: 2px solid #ff6600;
  text-align: center;
  color: #ff6600;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
  padding-right: 25px;
}
.spacer-20{
  display: block;
  height: 40px;
  width: 98%;
}
.no-bg{ background: none !important; }
/* tooltipp */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0 none;
    color: #444444;
    background-color: #bbb;
	padding: 1px 7px;
	text-shadow: 0px 0px 1px #ddd;
	border-radius: 2px;
}
#tooltip h3, #tooltip div { margin: 0; font-weight: bold; }
#tooltip h3 { font-size: 1em; }
#tooltip.tip { text-align: left; border: 1px solid #aaa; }
/* contactform */
.datenschutz span.wpcf7-list-item { margin: 0 !important; }
.datenschutz label { font-weight: normal !important; letter-spacing: -0.03em !important; }
span.ajax-loader { display: none !important; }
div.wpcf7-response-output { padding: 10px 1em !important; margin: 10px 0 1em !important; text-align: center !important; }
div.wpcf7-mail-sent-ok { background-color: #FFFFFF !important; }
/* cookie notice */
#cookie-notice {
  box-shadow: none;
  background: transparent !important;
  min-width: 340px !important;
  left: auto !important;
  right: 60px;
  bottom: 80px;
  }
.cookie-notice-container {
  margin: 0;
  padding: 30px !important;
  width: 340px !important;
  background: #FFFFFF;
  color: #333333;
  box-shadow: 0 0 2px #666666;
  border: 2px solid #ff6600;
  overflow: hidden;
  float: right;
  }
#cn-notice-text {
  float: left;
  display: block;
  width: 276px;
  padding: 0;
  margin: 0;
  text-align: left;
  }
#cn-notice-buttons { float: left; }
#cookie-notice .button { float: left; margin: 20px 30px 0 0 !important; text-decoration: underline; color: #ff6600; }