@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Arial Rounded MT Bold";
    font-style: normal;
    font-weight: bold;
    src: local('Arial Rounded MT Bold'), url(./fonts/Arial-Rounded-Bold.ttf) format('truetype')
}

@font-face {
    font-family: "Arial Rounded MT Std";
    font-style: normal;
    font-weight: normal;
    src: local('Arial Rounded MT Std'), url("./fonts/Arial-Rounded.ttf") format("truetype")
}

* {
    padding: 0;
    margin: 0;
}

body {
    background: #000 url(../images/ajax-loader.gif) center center no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFCF0;
    min-height: 500px;
    min-width: 1024px;
}

/*IDs*/
#start {
    position: absolute;
    background: url(../images/logo2.png) center center no-repeat #000;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding-top: 150px;
}

#main {
    position: absolute;
    z-index: 2;
    width: 1000px;
    height: 101%;
    left: 50%;
    margin-left: -500px;
}

#bg {
    display: none;
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: 100%;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#logo {
    background: url(../images/logo.png) bottom left no-repeat;
    float: left;
    margin-left: 10px;
    width: 237px;
    height: 67px;
}

#header {
    position: relative;
    height: 90px;
}

#header a {
    display: block;
    text-align: center;
    text-indent: -8000px;
}

#header a img {
    margin-left: 0;
    margin-top: 37px;
}

#rub_tourbusse {
    float: left;
    background: url(../images/rub_tourbusse.png) bottom left no-repeat;
    width: 115px;
    height: 37px;
    margin-left: 7px;
    margin-top: 20px;
    cursor: pointer;
}

#rub_tourbusse:hover {
    background: url(../images/rub_tourbusse_h.png) bottom left no-repeat;
}

#rub_tourbusse_eng {
    float: left;
    background: url(../images/rub_tourbusse_eng.png) bottom left no-repeat;
    width: 129px;
    height: 37px;
    margin-left: 7px;
    margin-top: 20px;
    cursor: pointer;
}

#rub_tourbusse_eng:hover {
    background: url(../images/rub_tourbusse_eng_h.png) bottom left no-repeat;
}

#header .navi-item {
    float: left;
    background: #1a181f;
    color: #ece9df;
    margin-left: 7px;
    margin-top: 27px;
    cursor: pointer;
    border-radius: 5px;
    text-indent: 0 !important;
    font-family: "Arial Rounded MT Std", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 16px 4px;
}

#header .navi-item.first {
    margin-left: 125px;
}

#header .navi-item:hover, #header .navi-item.active {
    background: #c4c9d3;
    color: #131415;
}





#rub_lang {
    float: left;
    background: url(../images/rub_lang.png) bottom left no-repeat;
    width: 23px;
    height: 37px;
    margin-left: 7px;
    margin-top: 20px;
    cursor: pointer;
}

#rub_lang:hover {
    background: url(../images/rub_lang_h.png) bottom left no-repeat;
}

#rub_lang_de {
    float: left;
    background: url(../images/rub_lang_de.png) bottom left no-repeat;
    width: 23px;
    height: 37px;
    margin-left: 7px;
    margin-top: 20px;
    cursor: pointer;
}

#rub_lang_de:hover {
    background: url(../images/rub_lang_de_h.png) bottom left no-repeat;
}

#footer {
    clear: both;
    background: url(../images/footer_bg.png) top left no-repeat;
    width: 847px;
    height: 29px;
    padding: 7px 22px;
    margin-top: 10px;
}

#lade {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.77) url(../images/ajax_loader.gif) no-repeat center center;
    z-index: 100;
    width: 100%;
    height: 100%;
}

#content_rahmen {
    display: none;
    clear: both;
    width: 900px;
    margin-left: 25px;
}

#content {
    background: url(../images/textback.png) repeat;
    width: 846px;
    padding: 0 22px;
}

#bild_rechts {
    float: right;
    width: 300px;
    margin-top: 10px;
    text-align: right;
    margin-right: 10px;
    z-index: 3;
}

/*Tourbus Bus Rahmen*/
#bus_rahmen {
    width: 850px;
    overflow: hidden;
    min-height: 130px;
}

#bus_not_hover_rahmen {
    width: 850px;
    position: relative;
}

#bus_hover_rahmen {
    width: 850px;
    position: absolute;
    height: 1px;
    overflow: visible;
    z-index: 99;
}

.bus_box {
    float: left;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    width: 200px;
    height: auto;
    background: #eeeded;
    margin-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

#bus_not_hover_rahmen .bus_box {
    background: #eeeded url(../images/arrowDownSmall.png) center 98% no-repeat;
}

.bus_box .bus_details {
    margin-left: 15px;
    margin-top: 10px;
    color: #000;
    width: 170px;
}

.bus_box.active > table {
    background: url(../images/bus_aktive.png) top right no-repeat;
}

#bus_hover_rahmen .bus_box {
    visibility: hidden;
}

#busse_klein, #busse_mittel, #busse_extra, #busse_spezial {
    clear: both;
    display: none;
}

/*Rahmen allgemein*/
.rahmen_breit {
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    width: 840px;
    height: auto;
    background: #eeeded;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.rahmen_breit td {
    color: #000;
}

#tab_klein {
    margin-left: 4px;
}

#bus_platzhalter {
    clear: both;
    border-bottom: 1px solid #999;
    height: 1px;
    width: 833px;
    margin-left: 4px;
}

#buchungsdaten {
    float: left;
    width: 480px;
    margin-left: 15px;
    overflow: hidden;
}

#buchungsdaten_inhalt {
    background: url(../images/textback_silver.png) repeat;
    color: #000;
    padding: 5px 15px;
    width: 447px;
    height: 400px;
}

#buchungsdetails {
    float: left;
    width: 350px;
    overflow: hidden;
}

#buchungsdetails_inhalt {
    background: url(../images/textback_silver.png) repeat;
    color: #000;
    padding: 5px 15px;
    width: 315px;
    height: 390px;
}

#backline {
    width: 845px;
    overflow: hidden;
}

#backline_inhalt {
    position: relative;
    background: url(../images/textback_silver.png) repeat;
    color: #000;
    padding: 5px 15px;
    width: 815px;
    height: 190px;
}

#guitar_left {
    float: left;
    background: url(../images/guitar_left.png) no-repeat;
    width: 88px;
    height: 118px;
    cursor: pointer;
    margin-top: 55px;
}

/*#guitar_left:hover{
	background:url(../images/guitar_left_h.png) no-repeat;
}*/
#drum {
    float: left;
    background: url(../images/drum.png) no-repeat;
    width: 151px;
    height: 137px;
    cursor: pointer;
    margin-top: 15px;
}

/*#drum:hover{
	background:url(../images/drum_h.png) no-repeat;
}*/
#bass {
    float: left;
    background: url(../images/bass.png) no-repeat;
    width: 86px;
    height: 138px;
    cursor: pointer;
    margin-top: 15px;
}

/*#bass:hover{
	background:url(../images/bass_h.png) no-repeat;
}*/
#guitar_right {
    float: left;
    background: url(../images/guitar_right.png) no-repeat;
    width: 90px;
    height: 117px;
    cursor: pointer;
    margin-top: 60px;
}

/*#guitar_right:hover{
	background:url(../images/guitar_right_h.png) no-repeat;
}*/
#backline_info {
    position: absolute;
    top: 160px;
    left: 110px;
    font-size: 11px;
    width: 200px;
    height: 30px;
    text-align: center;
}

#zubehoer {
    float: left;
    margin-left: 40px;
    width: 360px;
    height: 200px;
}

#zubehor_td {
    height: 168px;
    overflow: auto;
    width: 337px;
}

#absenden {
    background: url(../images/button_graubraun.png) no-repeat;
    width: 197px;
    height: 24px;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    padding-left: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#absenden:hover {
    background: url(../images/button_graubraun_h.png) no-repeat;
}

#absenden_eng {
    background: url(../images/button_buchung_eng.png) no-repeat;
    width: 186px;
    height: 25px;
    cursor: pointer;
    border: 0;
}

#absenden_eng:hover {
    background: url(../images/button_buchung_eng_h.png) no-repeat;
}

#tab_preise {
    width: 110px;
    color: #FFF;
    height: 15px;
    float: right;
    background: #5c3b24;
    cursor: pointer;
    margin: 25px 15px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}

#tab_preise:hover {
    background: #bfb4ac;
    color: #3d1a02;
}

#angebot {
    cursor: pointer;
    float: right;
    height: 26px;
    margin-right: 20px;
    margin-top: 39px;
    width: 56px;
    background: #e9e7e7 url("../images/pdf.gif") 2px center no-repeat;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    color: black;
    font-size: 10px;
    padding: 2px 0 0 25px;
    line-height: 10px;
    font-family: "Arial Rounded MT Std", Arial, sans-serif;
}

.socialIcons {
    position: absolute;
    left: 50%;
    margin-left: 450px;
    top: 35px;
    overflow: hidden;
    width: 100px
}

.socialIcons a {
    margin: 0 5px 0 0;
}

.facebookIcon {
    background: url("../images/facebookIcon.png") no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    float: left;
}

.facebookIcon:hover {
    background: url("../images/facebookIcon_h.png") no-repeat;
}

.instagramIcon {
    background: url("../images/instagramIcon.png") no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    float: left;
}

.instagramIcon:hover {
    background: url("../images/instagramIcon_h.png") no-repeat;
}

.datum {
    width: 101px;
    height: 19px;
    background: url(../images/cal.gif) transparent;
    border: 0;
}

.gross {
    font-size: 14px;
}

.grau {
    font-size: 11px;
    color: #CCC;
}

.dunkelgrau {
    font-size: 11px;
    color: #666;
}

.tab, .tab2 {
    background: url(../images/tab.png) no-repeat;
    width: 118px;
    height: 23px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    margin-right: 2px;
}

.tab:hover {
    background: url(../images/tab_h.png) no-repeat;
}

.tab_aktiv {
    background: url(../images/tab_a.png) no-repeat;
    padding-left: 7px;
    width: 111px;
    color: #000;
}

.tab2:hover {
    background: url(../images/tab2_h.png) no-repeat;
}

.tab2_aktiv {
    background: url(../images/tab2_a.png) no-repeat;
    padding-left: 7px;
    width: 111px;
    color: #000;
}

.bus, .backline {
    color: #000;
    background: url(../images/bus_back_hell.png) no-repeat;
    width: 420px;
    height: 102px;
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
    line-height: 1.4em;
}

.datum_rahmen {
    color: #000;
    background: url(../images/rahmen_datum.png) no-repeat;
    width: 296px;
    height: 62px;
    padding-top: 10px;
}

.ort_rahmen {
    color: #000;
    background: url(../images/rahmen_ort.png) no-repeat;
    width: 296px;
    height: 42px;
    padding-top: 10px;
}

.backline_div {
    display: none;
}

.bus a img, .backline a img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

#busse_spezial .bus:hover {
    cursor: pointer;
    background: url(../images/bus_back_spezial.png) no-repeat;
}

.spezialbus {
    background: url(../images/bus_back_spezial.png) no-repeat;
}

.checkbox {
    width: 20px;
    border: 0 !important;
    height: 10px;
}

.anzeige {
    background: url(../images/anzeige.png) no-repeat;
    float: left;
    width: 289px;
    height: 228px;
    margin: 10px 11px 10px 0;
}

.info:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: help;
}

.rot {
    color: #F00;
    font-weight: bold;
}

.ueber {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-family: "Arial Rounded MT Std", Arial, sans-serif;
}

.backline_dialog_grau {
    background: #DADADA;
    padding: 15px;
    margin: 10px;
}

.backline_dialog_grau ul {
    margin: 10px;
}

.backline_auswahlbutton {
    float: right;
    margin-top: -50px;
    font-weight: bold;
    text-align: right;
    line-height: 2.0em;
}

.backline_auswahlbutton img {
    cursor: pointer;
}

.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 5px 15px;
    background: -moz-linear-gradient(top, #ebebeb 0%, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cccccc));
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    width: auto;
}

.button:hover {
    background: -moz-linear-gradient(top, #ffffff 0%, #d8dadb);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d8dadb));
    color: #999999;
}

.button:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #dedede;
    padding: 5px 15px;
    background: -moz-linear-gradient(top, #4d4d4d 0%, #171717);
    background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#171717));
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

.button_weiss {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding: 3px 10px;
    background: -moz-linear-gradient(top, #ffffff 0%, #d8dadb);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d8dadb));
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    width: auto;
}

.button_weiss:hover {
    background: -moz-linear-gradient(top, #ebebeb 0%, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cccccc));
    color: #999999;
}

.event_box {
    border: 1px solid #999999;
    background-color: #d0d0d0;
    padding: 10px;
    width: 60%;
}

.tourcard_info_buchung_erfolgreich {
    padding: 15px;
    background: #E8E7E6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
}

/*SELEKTOREN*/
h1 {
    font-size: 22px;
    padding: 10px 0;
    font-family: "Arial Rounded MT Std", Arial, sans-serif;
}

h2 {
    font-size: 20px;
    padding: 25px 0 15px 0;
    font-family: "Arial Rounded MT Std", Arial, sans-serif;
}

h3 {
    font-size: 18px;
    padding: 10px;
    color: #1e1a20;
    font-family: "Arial Rounded MT Std", Arial, sans-serif;
}

h4 {
    font-size: 14px;
    color: #1e1a20;
    padding: 15px 0 5px 0;
    font-family: "Arial Rounded MT Std", Arial, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

#footer a, #news a {
    color: #FFF;
}

#footer a:hover, #news a:hover {
    text-decoration: underline;
}

a:hover {
    color: #666;
}

a img {
    border: 0;
}

select, input, textarea {
    width: 115px;
    border: 1px solid #C4C4C4;
}

hr {
    display: block;
    border: 0;
    height: 1px;
    border-top: 1px dashed #999;
    padding-bottom: 10px;
    margin-top: 5px;
}

strong {
    color: #292929;
}

dl {
    width: 350px;
}

dl, dd {
    margin: 0;
}

dt {
    background: url(../images/zubehoer_back.png) no-repeat;
    padding: 2px 5px;
    margin: 2px;
    cursor: pointer;
}

dt a {
    font-weight: bold;
    color: #FFF
}

dt a:hover {
    color: #999;
}

dd a {
    color: #000;
}

dd ul {
    list-style: none;
    padding: 3px;
}

#rahmen_anmeldung_login {
    position: absolute;
    left: 440px;
    margin-top: 80px;
}

.error {
    width: 60%;
    padding: 5px;
    border: 1px solid red;
    color: red;
    background-color: #ffd8d8;
}

/* Kontakt */
.kontakt-map {
    width: 380px;
    height: 280px;
}

/*Anzeigen*/
.full-width {
    width: 100%;
}

.table-top td {
    vertical-align: top;
}

.anfahrt-link {
    font-size: 12px;
    float: right;
    margin-top: -7px;
    margin-right: -15px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    background: white;
    padding: 2px 5px;
    font-weight: bold;
}

.anfahrt-link:hover {
    text-decoration: underline;
}

/*footer*/

.ul_norm ul {
    margin: 15px 0 15px 30px;
}