@font-face {
    font-family: 'CANormal-Bold'; src: url(CANormal-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'CANormal-Regular'; src: url(CANormal-Regular.otf) format('opentype');
}
body {
    background: white;
    font-size: 14px !important;
    font-family: 'CANormal-Regular';
    color: #6d6d6d;
}
#page {
    min-width: 1100px;
    max-width: 1200px;
    padding-left: 50px;
    text-align:left;
    margin:10px auto;
    position: relative;
}

.lang-selector {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    margin: 0;
}

.lang-selector img {
    width: 20px;
    height: auto;
}

.lang-selector > li {
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
}

.lang-selector > li.active {
    border-color: #595b60;
}

table {
    font-size: 14px;
    font-family: 'CANormal-Regular';
}
table b {
    font-family: 'CANormal-Regular';
}
table th {
    text-align: left;

}
.schienenspezifikationen td {
    border: 1px solid #a6a6a6;
    text-align: center;
}
.keinrand {
    border: 0px !important;
}
.logobold {
    font-family: 'CANormal-Bold';
}
.bezeichnung {
    margin-left: 5px;
    line-height: 95%;
}
.berechnung_ueberschrift {
    text-align: center;
    width: 525px;
}
.berechnung_bezeichnung {
    padding-left: 30px;
    border-bottom: 1px dotted #a6a6a6;
}
.berechnung_zahl {
    text-align: right;
    padding-right: 10px;
    border-bottom: 1px dotted #a6a6a6;
}
.berechnung_einheit {
    text-align: left;
    border-bottom: 1px dotted #a6a6a6;
}
.berechnung_ok {
    width: 10px;
    border-bottom: 1px dotted #a6a6a6;
}
#kopfneu,#kopfpdf {
    text-align: left;
    color: white;
    background: #595b60;
    display: block;
    padding: 10px 30px 10px;
    margin-left: -20px;
    font-size: 26px !important;
    font-weight: 200;
    color: #ffffff;
    text-shadow: 0 1px 0 #595b60;
}
#kopfpdf {
    background: white;
    color: #595b60;
    text-align: right;
    margin-left: 0px;
}
.tooltip {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
}
a {
    color: #595b60;
}
label {
    background: #b2b2b2;
    color: #595b60;
    padding: 1px 3px 1px 3px;
}
#content {
    background: white;
}
#content a, a:visited, a:link {
    text-decoration: none;
}
#content a:hover {
    color: #595b60;
    text-decoration: underline;
}
.nounderline {
    text-decoration: none !important;
}
h1 {
    margin:0 0 0.5em 0;
    color: #595b60;
    font-size: 26px !important;
}
h2 {
    padding: 3px 0px 3px 0px;
    color: #595b60;
    font-size: 19px !important;
}
.h2_schiene {
    display: block;
    background: #595b60;
    color: white !important;
    text-align: center !important;
    margin: 10px 0px 10px 0px !important;
    font-size: 19px !important;
}
hr {
    margin-top: 26px;
    margin-bottom: 20px;
    color: #d6d6d6;
    border: solid 1px;
}
.blau {
    color: #595b60;
}
.bgblau {
    background: #595b60;
    color: white;
}
.bggrau {
    background: #d6d6d6;
    color: #595b60;
}
.bghellgrau {
    background: #f5f5f5;
}
.randgrau, .bghellgrau {
    border: 1px solid #a6a6a6;
    width: 100%;
}
clear {
    clear:both;
}
#kopf {
    height: 75px;
    max-height: 75px;
}
input, select, textarea {
    font-family: 'CANormal-Regular';
    color: #6d6d6d;
    cursor: pointer;
    border: 1px dotted #a6a6a6;
}
input[type='text'] {
    cursor: text
}
/*input:before {
    content: attr(value);
}*/
.typselect, .h2_schiene {
    font-family: 'CANormal-Regular';
    color: #6d6d6d;
    margin-right: 10px;
    padding: 10px;
    border-style: solid !important;
}
.typselect:hover {
    background: #595b60;
    color: white;
}
.bildrand {
    margin: 10px 0px 10px 0px;
    border: 1px solid #a6a6a6;
}
.bildrand:hover {
    background: #595b60;
}
.bildrand_eckig {
    margin: 10px 0px 10px 0px;
    border: 1px solid #a6a6a6;
}
.auswahl_schiene {
    text-align: center;
    margin: 20px;
    padding: 20px;
}
.haftungsausschluss {
    clear: both;
    margin: 40px;
    text-align: justify;
}
@media print {
    select option, .hide_for_pdf{
        display:none;
    }
    select option:first-child{
        display:inline;
    }
}
@media screen {
    .display_for_pdf {
        display:none;
    }
}
.fehler {
    color: red;
}
.bgfehler {
    background: red;
    color: white;
}
.schriftklein {
    font-size: 10px;
}
