/* Allgemeines CSS                    */
/* Nico Grosser, net&works GmbH       */
/* Juli 2007			      */
/* ---------------------------------- */
/* An dieser Datei sollten keine      */
/* Aenderungen vorgenommen werden.    */
/* ---------------------------------- */

/* ===================== */
/* Default Einstellungen */
/* ===================== */

* {
  margin: 0;
  padding: 0;
}

html { height: 100%; margin-bottom: 1px; }

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100.01%;
  color: #000;
  text-align: center;
  padding: 20px 10px 0 10px;
}

a, a:link, a:visited, a:hover {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

h1 {
  font-size: 16px;
  margin-bottom: 15px;
}


h2, h3, h4, h5 {
  font-size: 11px;
  letter-spacing: 2px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  padding-top: 20px;
  margin-bottom: 5px;
}

p {
  margin-bottom: 15px;
}

ul,
ol {
  line-height: 150%;
  margin: 0 0 15px 20px;
}

.clearer {
  clear : both;
  height: 0px;
  font-size: 0px;
}

#wrapper,
#wrapper_administration {
  width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
  font-size: 11px;
}

#wrapper{
  background-image: url(/fileadmin/templates/images/page-bg-980x964.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

#header {
  width: 980px;
  height: 125px;
  overflow: hidden;
}

.logo {
  width: 200px;
  float: left;
}

.menutop {
  width: 580px;
  float: left;
}

.functions {
  width: 175px;
  float: right;
  color: #757575;
}

.langmenu {
  margin-bottom: 10px;
  text-align: right;
}

.langmenu img {
  margin-left: 5px;
}

.searchlogin {
  margin-bottom: 5px;
}

.searchlogin td {
  padding: 2px 0;
}

.searchlogin .col_label {
  text-align: right;
}

#searchbox {
  width: 100px;
  border: 0;
  border-bottom: 1px solid #757575;
  margin-left: 5px;
  margin-right: 3px;
  color: #757575;
}

#user,
#pass {
  width: 100px;
  border: 0;
  border-bottom: 1px solid #757575;
  margin-left: 5px;
  margin-right: 3px;
  color: #757575;
}

.maincol #user,
.maincol #pass {
  width: 200px;
  border: 1px solid #999;
  color: #343434;
  background-color: #f4fafa;
  margin: 0;
  padding: 0;
}

.register {
  margin: 7px 0 0 54px;
}

#content {
  width: 980px;
  min-height: 250px;
}

.contentpopup {
  width: 545px;
  text-align: left;
  font-size: 11px;
}

.leftcol {
  float: left;
  width: 200px;
  min-height: 250px;
}

.leftcol_administration {
  float: left;
  width: 180px;
}

.advanced_search {
  position: relative;
  top: 140px;
  left: 0;
  width: 174px;
}

.advanced_search {
  background-image: url(/fileadmin/templates/images/line-black.gif);
  background-repeat: repeat-x;
}

.menu_genre {
  position: relative;
  top: 170px;
  left: 0;
  width: 159px;
}

.menu_genre_header {
  background-image: url(/fileadmin/templates/images/line-black.gif);
  background-repeat: repeat-x;
}

.menu_top20 {
  position: relative;
  top: 210px;
  left: 0;
  width: 125px;
}

.menu_top20_header {
  background-image: url(/fileadmin/templates/images/line-black.gif);
  background-repeat: repeat-x;
}

.maincol {
  float: left;
  width: 580px;
  height: auto !important;
  height: 650px;
  min-height: 650px;
  position: relative;
  top: -45px;
}

.maincol_administration {
  float: right;
  width: 800px;
}

.contentbg {
  height: auto !important;
  height: 550px;
  min-height: 550px;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.mainteaser {
  width: 580px;
}

.mainteaser .tdFeatureBg {
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  background-color: rgb(204, 221, 231);
/*  background-color: rgb(221, 221, 221); */
}

.clickpath {
  width: 550px;
  background-color: #fff;
  color: #666;
  padding: 15px;
}

.clickpath a {
  color: #666;
}

.maincol .dynamic {
  padding: 0 15px;
}

.rightcol {
  float: left;
  width: 165px;
  min-height: 250px;
  text-align: right;
}

.news-latest-container {
  position: relative;
  top: 145px;
  left: 34px;
  width: 165px;
  text-align: left;
}

.newslatest_header {
  width: 70px;
  text-align: right;
  background-image: url(/fileadmin/templates/images/line-black.gif);
  background-repeat: repeat-x;
  margin-bottom: 10px;
}

.liquid_player {
  position: relative;
  top: 215px;
  left: 80px;
  width: 120px;
}

.liquid_player_header {
  background-image: url(/fileadmin/templates/images/line-black.gif);
  background-repeat: repeat-x;
  margin-bottom: 10px;
}

.elastic_player {
  position: relative;
  top: 275px;
  left: 70px;
  width: 130px;
}

.elastic_player_header {
  background-image: url(/fileadmin/templates/images/line-black.gif);
  background-repeat: repeat-x;
  margin-bottom: 10px;
}

.footer {
  color: #757575;
  text-align: center;
  margin: 25px 0 10px 0;
}

.footer a {
  font-weight: bold;
}

#copyright a {
  font-weight: normal;
  color: #757575;
}

.teaser_image {
  width: 125px;
  float: left;
}

.teaser_all {
  width: 320px;
  float: left;
}

.teaser_where2buy {
  width: 100px;
  float: right;
}

.teaser_title {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}

.teaser_subtitle {
  font-weight: bold;
}

.teaser_text {
  margin: 14px 0 4px 0;
}

.where2buy {
  position: absolute;
  top: -5px;
  left: 0px;
  width: 528px;
  height: 180px;
  display: none;
  padding: 10px;
  background-color: #ccdde7;
  filter:alpha(opacity=93);
  -moz-opacity: 0.93;
  opacity: 0.93;
  border: 1px solid #000;
}

.contentpopup .where2buy {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 528px;
  height: 163px;
  display: none;
  padding: 10px;
  background-color: #ccdde7;
  filter:alpha(opacity=93);
  -moz-opacity: 0.93;
  opacity: 0.93;
  border: 1px solid #000;
  border-top: 1px solid #000;
}

.where2buy_close {
  width: 500px;
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
}

.where2buy_headline {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.teaser_more a {
  font-weight: bold;
}

.mp3player {
  height: 41px;
  margin-top: 5px;
}

.contentpopup .mp3player {
  border-bottom: 0;
}

.product_clickpath {
  line-height: 200%;
  margin: 5px 0;
  color: #666;
}
.product_clickpath a {
  color: #666;
}

.product_all_az {
  font-weight: bold;
  line-height: 200%;
}

.product_all_genre {
  font-weight: bold;
  line-height: 200%;
}

#list_genre {
  display: none;
}

#product_button_description a,
#product_button_details a,
#product_button_press a,
#product_button_info a,
#product_button_az a,
#product_button_genre a {
  width: 273px;
  line-height: 22px;
  float: left;
  color: #333333;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #999;
  border-bottom: 1px solid #000;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
}

#product_button_description a,
#product_button_details a,
#product_button_press a,
#product_button_info a {
  width: 135px;
  margin-bottom: 15px;
}

.tab_active a {
  background-color: #ccdde7;
}

.tab_inactive a {
  color: #999 !important;
  background-color: #E7EEF4;
}

.tab_inactive .bodytext a {
  color: black !important;
  background-color: white;
}

.product_all_az_entry a {
  width: 270px;
  float: left;
  padding-left: 5px;
}

.product_all_genre_entry a {
  width: 175px;
  float: left;
  padding-left: 5px;
}

.product_current,
.adv_search_title {
  font-weight: bold;
  line-height: 225%;
  letter-spacing: 2px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.product_list_entry {
  width: 255px;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
}

.product_list_entry img {
  float: left;
  margin-right: 5px;
}

.product_list_entry_title {
  font-weight: bold;
  margin-top: 30px;
}

#product_details,
#product_press {
  line-height: 150%;
}

#product_details .prodeditlang .col1 {
  width: 100px;
  font-weight: bold;
  padding-right: 25px;
}

#product_details .prodeditlang .col2 {
  width: 375px;
  padding-right: 25px;
}

#tx_nawshop_piSingle_search {
  padding: 10px 25px 25px 25px;
}

#tx_nawshop_piSingle_search input {
  width: 200px;
  color: #343434;
  background-color: #f4fafa;
  border: 1px solid #999;
}

.product_press_icon {
  padding-right: 5px;
}

.product_press_magazine,
.product_press_date {
  font-size: 12px;
  font-weight: bold;
}

.product_press_headline {
  font-size: 12px;
  font-style: italic;
}

.product_press_more a {
  font-weight: bold;
}

.product_press_pdf img {
  position: relative;
  top: 2px;
}

.product_details_featurelist {
  margin-top: 20px;
}

.adv_search {
  margin: 25px 0 15px 0;
}

.adv_search .prodeditlang .col1 {
  width: 150px;
  padding-right: 25px;
}

.adv_search .prodeditlang .col2 {
  width: 150px;
  padding-right: 25px;
}

#product_details,
#product_info,
#product_press {
  display: none;
}

#tx_nawshop_piSingle_search .adv_search_submit {
  width: auto;
  float: right;
}

.adv_search .prodeditlang .col3 {
  width: 150px;
}

.adv_search .prodeditlang select {
  width: 250px;
  height: 300px;
  font-size: 11px;
  color: #343434;
  background-color: #f4fafa;
  border: 1px solid #999;
}

.sn_table_overview th {
  line-height: 225%;
  border-bottom: 1px solid #000;
}

.sn_table_overview td {
  line-height: 250%;
  background-color: rgb(228, 235, 241);
  border-bottom: 1px solid #999;
}

.sn_table_overview .col1 {
  width: 25px;
  text-align: center;
}

.sn_table_overview .col2 {
  width: 200px;
  font-weight: bold;
  text-align: left;
}

.sn_table_overview .col3 {
  width: 200px;
  text-align: left;
}

.sn_table_overview .col4 {
  width: 100px;
  font-weight: bold;
}

.sn_table_details {
  margin-top: 10px;
}

.sn_table_details th {
  line-height: 225%;
  border-bottom: 1px solid #999;
}

.sn_table_details td {
  line-height: 250%;
  background-color: rgb(228, 235, 241);
  border-bottom: 1px solid #999;
}

.sn_table_details .col1 {
  width: 50px;
  text-align: center;
}

.sn_table_details .col2 {
  width: 250px;
  font-weight: bold;
}

.sn_table_details .col3 {
  width: 250px;
}

.sn_table_details .col4 {
  width: 100px;
  font-weight: bold;
}

.tx-nawshopsn-pi1 .reg_input {
  background-color: #f4fafa;
  border: 1px solid #999999;
}

.sn_register_serial {
  font-weight: bold;
  margin: 10px 0;
  text-align:right;
}

.sn_copyinstruction {
  line-height: 200%;
  margin-bottom: 10px;
}

.sn_key_headline {
  font-weight: bold;
}

.sn_responsecode {
  text-align: center;
  line-height: 300%;
  background-color: #f4fafa;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin: 5px 0;
}

.sn_submit_serial {
  color: #343434;
  background-color: #f4fafa;
  border: 1px solid #999;
  margin-top: 5px;
}

.sn_productname {
  width: 215px;
  float: left;
  line-height: 200%;
  font-weight: bold;
  background-color: rgb(204, 221, 231);
  padding-left: 10px;
}

.sn_serialnumber {
  width: 225px;
  float: left;
  line-height: 200%;
  background-color: rgb(204, 221, 231);
}

.reg_intro {
  line-height: 200%;
}

.sn_regdate {
  width: 100px;
  float: left;
  line-height: 200%;
  background-color: rgb(204, 221, 231);
}

.tx-nawshopsn-pi1 {
  width: 550px;
}

.tx-nawshopsn-pi1 .sn_headline {
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-top: 20px;
}

.tx-nawshopsn-pi1 .reg_error_url {
  display: none;
}

.tx-nawshopsn-pi1 .reg_error_msg {
  font-weight: bold;
  color: #ff0000;
  padding: 10px 0;
}

.tx-nawshopsn-pi2 {
  width: 550px;
}

.sn_list_add {
  font-weight: bold;
  margin-bottom: 15px;
}

.sn_table_adm_list {
  width: 550px;
}

.sn_table_adm_list th {
  line-height: 125%;
  background-color: #dddddd;
  padding: 5px;
}

.sn_table_adm_list td {
  line-height: 150%;
  padding: 5px;
  border-bottom: 1px solid #999;
}

.sn_table_adm_details {
  width: 550px;
  line-height: 150%;
}

.sn_table_adm_details td.col1 {
  font-weight: bold;
}

.sn_table_adm_activations {
  width: 325px;
}

.sn_table_adm_activations td.col1 {
  font-weight: normal;
}

.sn_table_adm_activations th {
  font-style: italic;
}

.sn_errormsg {
  font-weight:bold;
  border:1px solid red;
  padding:5px;
  margin:5px 0 0 0;
}

.sn_overview_noentries {
  margin-top:20px;
}

/* ============*/
/* newloginbox */
/* ============*/

.tx-newloginbox-pi1 th {
  width: 70px;
}

.tx-newloginbox-pi1 td {
  padding: 5px;
}

.tx-newloginbox-pi1 a {
  font-weight: bold;
  margin-left: 80px;
}

.tx-srfeuserregister-pi1 input {
  color: #343434;
  background-color: #f4fafa;
  border: 1px solid #999;
}

.tx-srfeuserregister-pi1-radio {
  margin: 0 3px 0 5px;
  position: relative;
  top: 2px;
  border: 0;
}

.tx-srfeuserregister-pi1 dt {
  width: 200px;
}

.tx-srfeuserregister-pi1 dd {
  width: 375px;
  margin-bottom: 10px;
}

p.tx-srfeuserregister-pi1-error {
  color: #ff0000;
  line-height: 100%;
  margin-bottom: 5px;
}

.tx-srfeuserregister-pi1 fieldset {
  padding: 10px;
  margin: 15px 0;
}

fieldset.csc-mailform {
  border: 0;
}

.tx-srfeuserregister-pi1 fieldset dl{
width:300px;
}

.csc-mailform label {
  font-weight: bold;
  display: block;
}

.csc-mailform input {
  width: 200px;
  border: 1px solid #999;
  margin-bottom: 10px;
  color: #343434;
  background-color: #f4fafa;
}

.csc-mailform textarea {
  width: 400px;
  border: 1px solid #999;
  margin-bottom: 10px;
  color: #343434;
  background-color: #f4fafa;
}

input.csc-mailform-submit {
  width: auto;
}

/* ===============*/
/* indexed_search */
/* ===============*/

.tx-indexedsearch {
  margin-top: 20px;
}

.tx-indexedsearch #tx-indexedsearch-searchbox-sword {
  width: 275px;
  height: 15px;
  border: 1px solid #999999;
  margin-right: 3px;
  padding: 0 5px;
  color: #343434;
  background-color: #f4fafa;
}

.tx-indexedsearch .tx-indexedsearch-searchbox-button {
  position: relative;
  top: 5px;
  left: 100px;
  border: 1px solid #999999;
}

.tx-indexedsearch .extended_link {
  font-weight: bold;
  margin: 15px 0;
}

.tx-indexedsearch select {
  border: 1px solid #999999;
  color: #343434;
  background-color: #f4fafa;
}

.tx-indexedsearch label {
  display: block;
  width: 100px;
  float: left;
  margin-top: 3px;
}

.tx-indexedsearch .tx-indexedsearch-search-for {
  padding-top: 10px;
}

.tx-indexedsearch .tx-indexedsearch-search-in {
  padding: 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-search-select-section {
  padding: 10px 0 10px 0px;
}

.tx-indexedsearch .tx-indexedsearch-search-select-order {
  margin-top: 1px;
}

.tx-indexedsearch .tx-indexedsearch-search-select-results {
  padding-top: 10px;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-defop {
  width: 135px;
  margin-left: 10px;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-desc {
  width: 135px;
  margin-left: 10px;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-type {
  width: 135px;
  float: left;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-lang {
  width: 135px;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-sections {
  width: 135px;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-order {
  width: 135px;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-results {
  width: 50px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
  padding: 10px 10px 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-sw {
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-bottom: 15px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul {
  list-style-type: none;
  padding-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
  float: left;
  margin-right: 5px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox a {
  border: 1px solid #999999;
  padding: 2px;
  text-decoration: none;
  line-height: 200%;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res {
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
}

.tx-indexedsearch .tx-indexedsearch-descr {
  line-height: 130%;
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-info {
  margin-bottom: 20px;
}

#iframeFeature {
  height: 188px;
  width: 550px;
  padding: 0px;
  overflow: hidden;
}

.news-latest-container {
  color: #333;
}

.news-latest-container h3 {
  font-size: 11px;
  letter-spacing: 1px;
  padding: 0 0 2px 0;
  border-bottom: 0;
}

.news-latest-item {
  padding-left: 45px;
}

.news-latest-container h2 {
  font-size: 12px;
}

.news-list-container h3 {
  padding-top: 1px;
  margin-bottom: 3px;
}

.news-list-item {
  margin-bottom: 25px;
}

.news-list-date {
  font-weight: bold;
}

.news-amenu-container {
  margin-bottom: 20px;
}

.news-amenu-container .news-amenu-item-year {
  font-weight: bold;
}

.news-amenu-container ul {
  margin: 0;
}

.news-amenu-container ul li {
  list-style-type: none;
}

#divFeatureBox {
  height: 206px;
  padding: 0px;
  width: 580px;
  border-bottom: 1px solid #000;
  margin: 0;
}

#divImgFeature {
  height: 140px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  width: 130px;
  position: relative;
  top: 15px;
}

#divFeatureBox h1 {
  font-size: 20px;
}

#user_ticket_list th {
  line-height: 200%;
}

table.menu_subpages {
  width: 100%;
  margin-bottom: 15px;
}

table.menu_subpages td a.inactive {
  width: 100%;
  display: block;
  color: #999 !important;
  text-decoration: none;
}

table.menu_subpages td.active a.active {
  width: 100%;
  display: block;
  color: #000;
  text-decoration: none;
}

table.menu_subpages td {
  line-height: 22px;
  color: #333333;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #999;
  border-bottom: 1px solid #000;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #E7EEF4;
}

table.menu_subpages td.active {
  background-color: #ccdde7;
}

.teaser_colorbox{
  filter:alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
  z-index:5;
  height:198px;
  width:550px;
  border-bottom: 1px solid #000;
}

.teaser_contentoverlay{
  position:absolute;
  top:0px;
  z-index:6;
  vertical-align:top;
  height:143px;
  width:550px;
  padding: 10px 10px 0 10px;
}

.product_list_entrywrap {
  height:380px;
}

.pagenum {
  border: 1px solid #000;
  padding:0px 3px 0 3px;
  margin: 0 10px 5px 10px;
}

td.tx-ttnews-browsebox-SCell a {
  font-weight:bold;
}