/* CSS Document */
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    outline: 0 none;
}

html {
    overflow-y: scroll;
}

body {
    font-family: scl, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #767676;
}

object {
    z-index: 0;
}

td {
    vertical-align: top;
}

option {
    width: 230px;
}

h1 {
    color: #FF0000;
    font-size: 1.2em;
    font-weight: normal;
}

h3 {
    text-transform: uppercase;
}

a {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

.text a {
    color: inherit;
    text-decoration: underline;
}

a.pink:hover, a:hover .pink {
    color: #fff;
}

.left, .float {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.clear {
    zoom: 1;
    clear: both;
}

.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.center {
    text-align: center;
}

.hidden {
    display: none !important;
}

.list {
    padding-left: 5px;
}

.white {
    color: #fff;
}

.grey {
    color: #a0a0a0;
}

.pink {
    color: #fa7f7f;
}

.red {
    color: red;
}

.bgred {
    background-color: red;
}

.bglightgrey {
    background-color: #e8e8e8;
}

.block {
    display: block;
}

.listitem {
    float: left;
    height: 140px;
    margin: 5px 10px 0 0;
    background: #fff top left no-repeat;
    overflow: hidden;
}

.listitem img {
    float: left;
    margin-right: 5px;
}

.listitem p {
    float: left;
    width: 115px;
}

.topnav a {
    height: 24px;
    text-indent: -9999em;
    background-color: white;
}

.topnav a.home {
    width: 79px;
    background-image: url('../assets/basics/navi_home.jpg');
}

.topnav a.home:hover, .topnav .ui-state-active a.home {
    background-image: url('../assets/basics/navi_home2.jpg');
}

.topnav a.kuenstler {
    width: 117px;
    background-image: url('../assets/basics/navi_kuenst.jpg');
}

.topnav a.kuenstler:hover, .topnav .ui-state-active a.kuenstler {
    background-image: url('../assets/basics/navi_kuenst2.jpg');
}

.topnav a.neuheiten {
    width: 117px;
    background-image: url('../assets/basics/navi_neu.jpg');
}

.topnav a.neuheiten:hover, .topnav .ui-state-active a.neuheiten {
    background-image: url('../assets/basics/navi_neu2.jpg');
}

.topnav a.presse {
    width: 140px;
    background-image: url('../assets/basics/navi_presse.jpg');
}

.topnav a.presse:hover, .topnav .ui-state-active a.presse {
    background-image: url('../assets/basics/navi_presse2.jpg');
}

.topnav a.serien {
    display: none;
    /*width: 142px;
    background-image: url('../assets/basics/navi_serie.jpg');*/
}

.topnav a.serien:hover, .topnav .ui-state-active a.serien {
    background-image: url('../assets/basics/navi_serie2.jpg');
}

.topnav a.termine {
    width: 103px;
    background-image: url('../assets/basics/navi_termin.jpg');
}

.topnav a.termine:hover, .topnav .ui-state-active a.termine {
    background-image: url('../assets/basics/navi_termin2.jpg');
}

.Caps {
    font-style: normal;
    font-variant: small-caps;
}

.Small {
    font-size: 80%;
}

#wrapper {
    width: 976px;
    margin: 50px auto 20px;
    padding: 16px 24px 16px 16px;
    position: relative;
    background: white;
    box-shadow: #333 0px 0px 40px;
}

#bodyMain {
    background-image: url(../assets/basics/n_bg.jpg);
    background-repeat: repeat-x;
}

#header {
    height: 76px;
    position: relative;
}

#logo {
    padding: 8px 0 0 2px;
}

#sound {
    position: absolute;
    right: 0;
    bottom: 0;
}

#navi {
    height: 24px;
    overflow: hidden;
    clear: both;
}

#navi .sub.right {
    padding-right: 0;
    margin-right: -7px;
}

#navi .social.right {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    background: #d0d0d0;
    background: -moz-linear-gradient(45deg, #d0d0d0 0%, #eaeaea 50%, #e5e5e5 100%);
    background: -webkit-linear-gradient(45deg, #d0d0d0 0%, #eaeaea 50%, #e5e5e5 100%);
    background: linear-gradient(45deg, #d0d0d0 0%, #eaeaea 50%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#e5e5e5', GradientType=1);
    right: 25px;
    padding: 9px;
}

#navi .social.right a {
    padding: 0 6px;
}

#navi .social.right a .fa {
    padding-right: 12px;
}

#navi .social.right a:first-child {
    border-right: #fff 2px solid;
    padding-right: 8px;
    margin-right: 3px;
}

#cover {
    width: 698px;
    height: 201px;
    border-bottom: grey 1px solid;
}

#banner {
    height: 201px;
    margin-left: 12px;
    border-bottom: grey 1px solid;
}

#banner2 {
    width: 230px;
}

#headContent {
    background: #fff;
    vertical-align: top
}

#headContent div.inner {
    height: 216px;
    background: #b4b4b4;
    background: -moz-linear-gradient(45deg, #ADADAD 50%, #eeeeee 100%);
    background: -webkit-linear-gradient(45deg, #ADADAD 50%, #eeeeee 100%);
    background: linear-gradient(45deg, #ADADAD 50%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ADADAD', endColorstr='#eeeeee', GradientType=1);
}

#filler {
    height: 30px;
}

#content {
    padding-top: 9px;
    position: relative;
    z-index: 999;
}

.content div.leftCol {
    width: 700px;
}

#content1 {
    width: 700px;
}

#content2 {
    width: 224px;
}

#contentTable {
    height: auto;
}

#termineBG {
    padding-left: 15px;
    padding-bottom: 10px;
}

#footer {
    height: 35px;
    margin-top: 18px;
    padding-left: 45px;
    background: #eaeaea url(../assets/basics/footer_logo.png) 7px 3px no-repeat;
}

#footer .nav li {
    padding: 0px 5px;
    border-right: #000 1px solid;
    margin-top: 5px;
    line-height: 1.1em;
}

#footer .nav li:first-child {
    padding-left: 0;
}

#footer .nav li:last-child {
    border-right: none;
}

#footer .nav li a {
    text-transform: uppercase;
    font-size: 12px;
}

iframe {
    overflow: hidden;
}

#detail {
    height: 4000px;
    width: 698px;
}

#detail2 {
    height: 900px;
    width: 230px;
}

#detail3 {
    height: 900px;
    width: 230px;
    text-align: right;
}

#detail4 {
    height: 900px;
    width: 940px;
}

#detail5 {
    height: 900px;
    width: 935px;
    color: #FFFFFF
}

#terminFrame {
    height: 9500px;
    width: 800px;
}

.reiter {
    background: #E8E8E8 url(../assets/basics/reiter_bg.png) 0 0 no-repeat;
    height: 24px;
    margin-bottom: 10px;
    border-bottom: #ADADAD 1px solid;
}

.reiterTitel {
    padding: 5px 15px;
    color: #FF0000;
}

.reiter select {
    margin: 5px 0 0;
    border: none;
    background-color: #E8E8E8;
    color: #F00;
    font-size: 12px;
}

.topTitel {
    padding: 5px 0px;
    color: #FF0000;
    font-size: 12px;
}

.liste p, p.event, p.eventlist {
    padding: 3px 0;
}

.event.odd {
    background-color: #ddd;
}

.event.even {
    background-color: #eee;
}

#addContainer {
    width: 230px;
    text-align: center;
}

#addBanner {
    width: 160px;
    height: 600px;
    margin: auto;
    text-align: center;
}

div.more {
    display: none;
}

a.morelink {
    display: block;
    height: 2em;
    line-height: 2em;
    font-size: 12px;
    color: #EE1C25;
}

.tvtermine .event {
    margin-left: 38px;
}

.tvtermine .event .eventtime {
    display: inline-block;
}

.tvtermine .event .eventdate {
    float: left;
    width: 38px;
    margin-left: -38px;
}

.tvtermine .event .eventdesc {
    display: inline-block;
}

div#tracklist,
div.tracklist {
    margin-right: 20px;
    width: 360px;
}

div#tracklist table td.listing,
div.tracklist table td.listing {
    width: 1%;
    white-space: nowrap;
}

div#tracklist table td.Stil1,
div.tracklist table td.Stil1 {
    padding: 10px;
}

div#tracklist > table tr:first-child table td,
div.tracklist > table tr:first-child table td {
    padding: 0px 0px 12px 0;
    width: 112px;
}

div#tracklist > table table td,
div.tracklist > table table td {
    padding: 4px 12px 4px 0;
}

/* div#tracklist {margin-right: 20px;width:360px;}
div#tracklist table td.listing {width:1%;white-space: nowrap;}
div#tracklist table td.Stil1 {padding: 10px;}
div#tracklist > table tr:first-child table td {padding: 0px 0px 12px 0;width: 112px;}
div#tracklist > table table td {padding: 4px 12px 4px 0;} */

.playlist {
    margin: 6px 0;
}

.playlist h4 {
    /*text-transform: uppercase;*/
    margin-top: 1em;
}

.playlist h5 {
    font-size: 12px;
    padding: 0 0 0 2rem;
}

.playlist ol {
    margin: 6px 0;
}

.playlist ol li {
    list-style: none;
    padding: 6px 0 6px 2rem;
}

.playlist ol li.even {
    background: none;
}

.playlist ol li.even:last-child {
    padding-bottom: 0;
}

.playlist ol li.odd {
    background: #eee;
}

.playlist ol li strong {
    float: left;
    padding: 0 10px;
    margin-left: -2rem;
    width: 2rem;
    color: #464646;
    text-align: right;
}

.playlist .subtrack {
    margin: 6px 0;
}

.playlist .subtrack ol li {
    font-style: oblique;
}

.playlist .subtrack ol li strong {
    font-style: normal;
}

div.tourdaten p {
    padding: 4px;
}

div.tourdaten p.artist {
    border-bottom: #999 1px solid;
    font-weight: bold;
    padding-top: 12px;
}

div.tourdaten p.artist:first-child {
    padding-top: 0;
}

div.pressItem {
    padding: 0 0 10px 120px;
    border-bottom: #b3b3b3 1px solid;
    margin-bottom: 10px;
    min-height: 120px;
}

/* HOME */
/*#aktuell {
    display: table;
}
#aktuell .row {
    display: table-row;
}
#aktuell .row a {
    display: table-cell;
}*/
#kuenstler {
    margin-left: 0;
    margin-right: 0;
}

#aktuell a, #kuenstler a {
    display: block;
    /*width: 224px;*/
    /*min-height: 235px;*/
    overflow: hidden;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
}

#kuenstler a {
    width: 224px;
    margin: 0 6px 10px 7px;
}

#kuenstler a:first-child {
    margin-left: 0;
}

#kuenstler a:last-child {
    margin-right: 0;
}

#aktuell a img, #kuenstler a img {
    margin: -15px -15px 0 -15px;
}

#aktuell a h3, #kuenstler a h3 {
    margin: 5px 0;

}

#aktuell a p, #kuenstler a p {
    font-weight: normal;
    line-height: 1.3em;
}

#aktuell {
    display: table;
    border-spacing: 11px;
    margin-left: -10px;
    margin-top: -10px;
    width: 720px;
}

#aktuell .row {
    display: table-row;
}

#aktuell .col {
    display: table-cell;
}

#kuenstler a {
    height: auto;
    padding-bottom: 5px;
}

#kuenstler div.clear {
    width: 952px;
}

#slider {
    width: 700px;
    height: 216px;
}

.rightCol {
    width: 227px;
}

.rightCol .reiter {
    margin-bottom: 0;
}

#nllink {
    height: 123px;
    overflow: hidden;
}

#nllink-wide {
    padding: 15px 50px;
    margin-bottom: 10px;
}

#nllink-wide h3 {
    margin-bottom: 14px;
    font-size: 160%;
}

#navi #nllink {
    display: none;
}

.rightCol a {
    padding: 24px 12px;
    margin-bottom: 8px;
}

a.newsletter h3 {
    margin-bottom: 12px;
}

.rightCol .cd {
    position: relative;
    border-top: red 1px solid;
}

.rightCol .cds {
    position: relative;
    border-top: red 1px solid;
    padding-bottom: 5px;
}

.rightCol .cd:first-child {
    border-color: white;
}

.rightCol .cd:first-child strong {
    margin-top: -1px;
}

.rightCol .cd strong {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6em;
    border-radius: 0 12px 12px 0;
    padding: 2px 8px;
}

.rightCol p.more {
    position: absolute;
    right: 5px;
    bottom: 0;
    text-align: left;
}
#banner_1812:hover {
    background-image: url(../1812_banner_hover.jpg)!important;
}
