@font-face {
    font-family: 'Fira Mono';
    src: url('style/fonts/FiraMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Mono';
    src: url('style/fonts/FiraMono-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font: normal 10pt Arial,sans-serif;
    font-family: 'Fira Mono', monospace;
    color: #FFF;
    background: #404040 center center url(style/bg_main.jpg) fixed no-repeat;
    background-attachment: fixed;
    background-size: cover;
    line-height: 25px;
}

/* STARTSEITE */

#ltrStartAlign {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block
}

#ltrStart {
    width: 493px;
    height: 700px;
    position: absolute;
    top: -350px;
    left: 50%;
    margin-left: -248px;
    background: center center url(style/start.jpg) no-repeat;
    overflow: hidden;
    border: 2px solid #000;
}
#ltrStart a {
    display: block;
    margin: 0px auto;
    margin-top: 570px;
    width: 250px;
    padding: 10px;
    border: 2px solid #FCB273;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.75);
    color: #FCB273;
    font-size: 13pt;
    font-weight: bold;
    border-radius: 15px;
}
#ltrStart a:hover {
    border: 2px solid #FFEA00;
    color: #FFEA00;
}

/* HAUPTSEITE */

#ltrMain {
    margin: 0px auto;
    width: 1100px;
    position: relative;
    top: 85px;
}

/* MENÜ */

#ltrMenu {
    width: 1100px;
    height: 72px;
    position: fixed;
    left: 50%;
    margin-left: -550px;
    z-index: 999;
    background-color: #000;
}

#ltrMenu table { margin: 0px auto; }

#ltrMenu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#ltrMenu li {
	display: block;
    width: 140px;
    height: 70px;
    float: left;
	list-style: none;
	margin: 0px;
    margin-right: 2px;
	padding: 0px;
	white-space: nowrap;
    font-size: 13pt;
    overflow: hidden;
}
#ltrMenu li.fb {
    width: 248px;
    margin-right: 0px;
}

#ltrMenu a {
    display: block;
    width: 140px;
    height: 75px;
    text-decoration: none;
    color: #FFEA00;
    background-color: #505050;
    padding: 44px 0px 0px 10px;
    letter-spacing: -1px;
}
#ltrMenu a:hover, #ltrMenu a:focus {
    background-color: #000;
    color: #FCB273;
}
#ltrMenu a.fb {
    width: 246px;
    background: #505050 top left url(style/fb.png) no-repeat;
}
#ltrMenu a.fb:hover, #ltrMenu a.fb:focus {
    width: 246px;
    background: #4267B2 top left url(style/fb.png) no-repeat;
}

/* HEADER */

#ltrHeader {
    width: 1100px;
    height: 323px;
    background: top center url(style/header.jpg) no-repeat;
}

/* CONTENT */

#ltrContent { width: 1100px; }

.ltrContentData {
    margin: 15px 0px;
    padding: 15px;
    font-size: 13pt;
    background-color: rgba(80, 80, 80, 0.80);
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.ltrContentData a { color: #FFF1CC; }

.ltrContentData td { vertical-align: top; }

.ltrContentData li { list-style: none; }

/* FOOTER */

#ltrFooter {
    width: 1100px;
    background-color: #505050;
    border-top: 2px solid #000;
}

#ltrFooter a {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
}

#ltrFooter td {
    font-size: 9pt;
    line-height: 22px;
}

/* DIE BAND */

#ltrBand img {
    border: 1px solid #FCB273;
    border-radius: 25px;
}

/* BUCHUNG */

#ltrBooking input, #ltrBooking select, #ltrBooking textarea {
    font-family: 'Fira Mono', monospace;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: #505050;
    padding: 7px;
    color: #FFEA00;
    font-size: 11pt;
    width: 400px;
}
#ltrBooking select {
    width: 83px;
}
#ltrBooking textarea {
    width: 400px;
    height: 200px;
}

#ltrBooking input.ltrBtn:hover {
    color: #FCB273;
    background-color: #000;
}

/* VIDEOS */

.ltrVideo {
    width: 450px;
    margin: 0px auto;
    text-align: center;
}
.ltrVideo img {
    margin: 0px auto;
    border: 1px solid #FCB273;
    border-radius: 10px;
}

/* SONSTIGE KLASSEN */

.ltrUS {
    font-size: 20pt;
    letter-spacing: -2px;
    color: #FFEA00;
}
.ltrHR {
    border: none;
    border-top: 1px solid #FFEA00;
    margin-bottom: 20px;
}

.col1 {
    background-color: #000;
    color: #FCB273;
    border-radius: 5px;
    line-height: 25px;
}
.col2 {
    background-color: #606060;
    color: #FFF;
    border-radius: 5px;
    line-height: 25px;
}

.list1 {
    padding: 5px 10px;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 5px;
    background-color: #353535;
}
.list2 {
    padding: 5px 10px;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 5px;
    background-color: #454545;
}

.txtS { font-size: 8pt; }
.txtB { font-weight: bold; }
.txtU { text-decoration: underline; }
.txtR { text-align: right; }
.txtNoRN { white-space: nowrap; }
.txtCol1 { color: #FCB273; }
.txtCol2 { color: #FFEA00; }

.fullW { width: 100%; }

.pad { padding: 10px; }

.error {
    width: 750px;
    margin: 0px auto;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #9B2020;
    color: #FFB5B5;
    border: 1px solid #FFB5B5;
}
.info {
    width: 750px;
    margin: 0px auto;
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #209B20;
    color: #B5FFB5;
    border: 1px solid #B5FFB5;
}

/* STANDARDWERTE */

a img { border: none; }

th {
    font-weight: normal;
    text-align: left;
}

fieldset {
    padding: 30px 25px 15px 35px;
    background-color: #606060;
    border: 1px solid #FCB273;
    border-radius: 5px;
}
