@charset "utf-8";
/* CSS Document */
a {
    text-decoration: none;
    color: #00F
    }
.centered {
    margin-left: auto;
    margin-right: auto;
    width: 900px
    }
a:visited {
    color: #00F
    }
.TopMenu td {
    color: #009 !important;
    font-weight: bold
    }
.TopMenu td:hover {
    color: #900 !important;
    text-decoration: overline
    }
.TopSubMenu td {
    color: #900 !important
    }
#activeSite {
    color: #F00;
    text-decoration: underline
    }
.ShowPlanHead {
    background-color: #00C;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #003 0%, #00C 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #003 0%, #00C 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #003 0%, #00C 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #003), color-stop(1, #00C));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #003 0%, #00C 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #003 0%, #00C 100%);
    color: #FFF;
    border: #000 thin solid;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-align: center
    }
.ShowPlan {
    border-collapse: separate;
    border: ridge;
    background-color: #FFF;
    color: #00F;
    border-color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    text-align: center
    }
.ShowPlan tr:hover {
    background-color: #EEE;
    color: #000
    }
.ShowPlan tr:hover a {
    text-decoration: none;
    color: #000
    }
.ShowPlan td {
    border-bottom: 1px #000 solid;
    border-right: 1px #CCC dashed;
    height: 30px
    }
.Showplannostyle td {
    border-right: none !important;
    height: 20px;
    background: rgba(255, 255, 255, 1)
    }
#impressum {
    color: #FFF;
    font-size: 14px
    }
#webdesign {
    font-size: 12px;
    color: #FFF
    }
#MainContainer {
    height: auto;
    width: 886px;
    overflow: auto;
    position: relative;
    top: -25px;
    left: 0;
    text-align: left;
    font-size: 10px;
    overflow-x: hidden
    }
.einwurf {
    font-size: 20px;
    text-shadow: black 1px 1px
    }
#title {
    font-size: 16px;
    font-weight: bold
    }
#title span {
    font-size: 18px;
    font-style: italic;
    color: #F00
    }
.niebuhrg-h {
    color: #F00;
    font-style: italic
    }
#gutschein {
    font-size: 12px;
    display: none;
    color: #900
    }
.kartenkauf {
    display: none
    }
.log-in-panel {
    background-color: #FF0;
    color: #00F;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 5px;
    text-align: right
    }
.steckbrief {
    font-size: 25px;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-stretch: narrower
    }
#ticketbox {
    height: 300px;
    width: 550px;
    min-height: 300px;
    max-height: 300px;
    overflow: scroll;
    word-break: break-strict
    }
#hiddenboxout {
    max-width: 40px;
    min-width: 30px;
    min-height: 30px;
    max-height: 40px
    }
.infomessage {
    position: fixed;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    width: 500px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    border: #fff medium solid;
    padding: 5px;
    margin: 15px;
    z-index: 1000000
    }
.overlaymenu {
    font-size: 10px
    }
/*************************************

Button

************************************/
.btn-order {
    background-color: #A00;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #300 0%, #C00 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #300 0%, #C00 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #300 0%, #C00 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #300), color-stop(1, #C00));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #300 0%, #C00 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #300 0%, #C00 100%);
    border-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5)
    }
.btn-order:hover, .btn-order:active {
    background-color: #C00 /*#ae362f*/ /* #BD362F*/;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #C00 0%, #300 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #C00 0%, #300 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #C00 0%, #300 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C00), color-stop(1, #300));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #C00 0%, #300 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #C00 0%, #300 100%);
    color: #FFF
    }
/******************************************/
.btn-press {
    background-color: #009;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #003 0%, #00E 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #003 0%, #00C 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #003 0%, #00C 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #003), color-stop(1, #00C));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #003 0%, #00C 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #003 0%, #00C 100%);
    border-color: rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5)
    }
.btn-press:hover, .btn-press:active {
    background-color: #00C;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #00C 0%, #003 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #00C 0%, #003 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #00C 0%, #003 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00C), color-stop(1, #003));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #00C 0%, #003 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #00C 0%, #003 100%);
    color: #FFF
    }
/******************************************/
.btn-standard {
    background-color: #009;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #003 0%, #00C 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #003 0%, #00C 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #003 0%, #00C 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #003), color-stop(1, #00C));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #003 0%, #00C 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #003 0%, #00C 100%);
    border-color: rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5)
    }
.btn-standard:hover, .btn-standard:active {
    background-color: #00C;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #00C 0%, #003 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #00C 0%, #003 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #00C 0%, #003 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00C), color-stop(1, #003));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #00C 0%, #003 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #00C 0%, #003 100%);
    color: #FFF
    }
.btndeaktivated {
    background: silver !important;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #AAA 0%, #CCC 100%) !important;
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #AAA 0%, #CCC 100%) !important;
    /* Opera */
    background-image: -o-linear-gradient(left, #AAA 0%, #CCC 100%) !important;
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #AAA), color-stop(1, #CCC)) !important;
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #AAA 0%, #CCC 100%) !important;
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #AAA 0%, #CCC 100%) !important;
    cursor: default !important;
    color: #000 !important
    }
/***************************

Termin-Filter

**************************/
.show-filter-activ a {
    color: #006;
    font-size: 14px
    }
.show-filter-deactiv a {
    color: #888;
    font-size: 14px
    }
.show-filter-deactiv:hover a {
    color: #AAA;
    font-size: 14px
    }
/*************************************



**************************************/
.importantsites img {
    max-height: 120px
    }
.clickable {
    cursor: pointer
    }
.inputfield {
    border-left: #006 thick groove;
    border-right: #006 thick groove;
    border-bottom: #000 thick groove;
    border-top: #666 solid thin;
    border-radius: 0 10px 0 10px;
    font-size: 16px
    }
#beta {
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #009;
    color: #FFF;
    width: 212px;
    text-align: center;
    font-size: 20px;
    background-color: #00C;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #003 0%, #00C 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #003 0%, #00C 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #003 0%, #00C 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #003), color-stop(1, #00C));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #003 0%, #00C 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #003 0%, #00C 100%);
    -moz-transform: rotate(-45deg);
    /* Firefox 3.6 Firefox 4 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    -o-transform: rotate(-45deg);
    /* Opera */
    -ms-transform: rotate(-45deg);
    /* IE9 */
    transform: rotate(-45deg);
    /* W3C */
    z-index: 100
    }
a img {
    border: 0
    }
body {
    background: #FAFAFA;
    color: #006;
    font-family: Verdana, Geneva, sans-serif;
    /* background-image: URL("Images/background.png");
        background-repeat: no-repeat;
        background-position: center;
        background-position: bottom;*/
    /* IE10 Consumer Preview */
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #FAFAFA 40%, #FCFCFC 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FAFAFA 40%, #FCFCFC 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #FAFAFA 40%, #FCFCFC 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.4, #FAFAFA), color-stop(1, #FCFCFC));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FAFAFA 40%, #FCFCFC 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #FAFAFA 40%, #FCFCFC 100%)
    }
.Maintable {
    width: 900px;
    min-height: 800px;
    overflow: hidden;
    color: #009;
    background: rgba(255, 255, 255, 1);
    box-shadow: #999 1px 10px 20px 15px
    }
#footage {
    color: #006
    }
.slideableCanvas {
    position: absolute;
    left: -20px;
    bottom: 40px;
    background: #fff;
    display: none;
    box-shadow: 2px 15px 20px 2px #666
    }
.sliderbg {
    background: url(Images/bg_imgflow.png) -5px;
    width: 800px;
    height: 250px;
    border: thick solid #000;
    position: relative
    }