* {
    font-family: Arial;
    font-size: 13px;
    color: #2f2f2f;
}

body {
    background: #eeeee6;
}

h1,h2,h3,h4 {
    font-size: 18px;
    color: #e2001a;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: normal;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

p {
    line-height: 18px;
    font-size: 13px;
}

a, a strong, a span.caps {
    text-decoration: none;
    color: #E2001A;
}

a:hover {
    text-decoration: none;
    color: #E2001A;
}

.optionGroup2 {
    font-weight: bold !important;
    font-style: italic !important;
}

.optionGroup1 {
    font-weight: bold !important;
    font-style: italic !important;
    padding-left: 15px !important;
}

.optionChild {
    padding-left: 30px !important;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 980px;
    background: #fff;
}

.headerimage {
    border-top: 4px solid #e2001a;
    position: relative;
}

.headerbalken {
    position: absolute;
    width: 100%;
    height: 40px;
    background: #fff;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity = 70);
    bottom: 15px;
    left: 0;
}

.headerlogo {
    width: 181px;
    float: left;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 14px;
}

#languagePicker {
    position: absolute;
    right: 37px;
    top: 14px;
    color: #bbb;
}

#languagePicker a {
    color: #bbb;
}

#top {
    border-bottom: 1px solid #e2001a;
    padding: 25px;
    padding-left: 35px;
    padding-bottom: 15px;
}

#logo {
    float: left;
}

#facebook {
    position: absolute;
    right: 235px;
    top: 45px;
}

#facebook img {
    height: 21px;
    margin-left: 3px;
}

#facebook img.youtube {
    height: 25px;
    margin-top: -1px;
}

#searchfield {
    position: absolute;
    width: 165px;
    right: 35px;
    top: 44px;
}

#searchfield input {
    width: 135px;
    height: 12px;
    margin-right: 22px;
}

#searchfield .searchbutton {
    position: absolute;
    right: 0;
    top: 0;
    background: #555;
    padding: 2px 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
}

#headline {
    font-size: 18px;
    color: #555;
    margin: 0 165px;
    padding-top: 26px;
}

#left {
    float: left;
    width: 180px;
    padding-top: 25px;
}

#navigation {
    width: 175px;
}

#navigation a {
    color: #2f2f2f;
}

#navigation .nav_main,#navigation .nav_sub {
    padding: 3px;
}

#navigation .nav_main {
    padding-left: 35px;
    margin-bottom: 5px;
}

#navigation .nav_sub {
    padding-left: 55px;
}

#navigation .nav_main:hover,#navigation>div.active {
    background: #eeeee6;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-topright-radius: 8px;
    -moz-border-bottomright-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#navigation .nav_sub div {
    margin-bottom: 5px;
}

#navigation .nav_main:hover a,#navigation div.active a,#navigation .nav_sub a:hover
    {
    color: #e2001a;
}

#right {
    float: right;
    width: 200px;
    padding-top: 20px;
}

#right .block {
    width: 165px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
}

#right .block .title {
    border: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-topleft-radius: 8px;
    -moz-border-topright-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 165px;
    text-align: center;
    padding: 5px 0;
    color: #000;
    background: rgb(229, 229, 229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 1) 0%,
        rgba(153, 153, 153, 1) 100% ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229,
        229, 229, 1) ), color-stop(100%, rgba(153, 153, 153, 1) ) );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%,
        rgba(153, 153, 153, 1) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229, 229, 229, 1) 0%,
        rgba(153, 153, 153, 1) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229, 229, 229, 1) 0%,
        rgba(153, 153, 153, 1) 100% ); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229, 229, 229, 1) 0%,
        rgba(153, 153, 153, 1) 100% ); /* W3C */
    filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
        '#e5e5e5', endColorstr = '#999999', GradientType = 0 ); /* IE6-9 */
}

#right .block .description {
    padding: 10px 15px;
}

#right .block .description * {
    font-size: 11px;
    line-height: 13px;
}

#right .block .description strong {
    font-size: 14px;
    line-height: 22px;
}

#right .block .description a {
    color: #ff0000;
}

#right .rb_block_bild_text {
    width: 165px;
    text-align: center;
    margin-bottom: 20px;
}

#right .rb_block_bild_text .description {
    width: 165px;
    text-align: center;
    margin-top: 5px;
}

#right .rb_block_bild_text .description_mehrzeilig {
    width: 165px;
    text-align: left;
    margin-top: 5px;
}

.trennlinie {
    width: 545px;
    border-top: 1px solid #ccc;
    margin: 14px 0;
}

.trennlinie_rb {
    width: 165px;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.trennlinie_lb {
    width: 165px;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

#content {
    margin-left: 200px;
    margin-right: 235px;
}

#veranstaltung {
    padding-top: 25px;
}

#veranstaltung .spalte1 {
    width: 100px;
    font-weight: bold;
    vertical-align: top;
}

#veranstaltung .spalte2 {
    padding-bottom: 10px;
}

#footer {
    position: relative;
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding: 15px 235px 15px;
    text-align: right;
    color: #8d8d8d;
    font-size: 12px;
    height: 35px;
}

#footer_tirol_logo {
    position: absolute;
    left: 35px;
    top: 19px;
}

#footer_tirol_logo img {
    width: 60px;
}

#footer_fermacell_logo {
    position: absolute;
    right: 35px;
    top: 19px;
}

#footer_fermacell_logo img {
    height: 45px;
}

#footer_anschrift {
    position: absolute;
    top: 15px;
    left: 200px;
    color: #8d8d8d;
    font-size: 12px;
    text-align: left;
}

#proholz_link {
    margin-top: 15px;
    margin-left: 35px;
}

#proholz_link a {
    color: #8d8d8d;
    font-size: 12px;
}

#proholz_link a:hover {
    color: #e2001a;
}

#footer a {
    text-align: right;
    color: #8d8d8d;
    font-size: 12px;
}

.sitemap {
    padding-top: 25px;
}

.sitemap ul {
    margin-bottom: 5px;
}

.sitemap li {
    list-style-type: circle;
}

.sitemap li a {
    color: #2f2f2f;
}

.sitemap li a:hover {
    color: #e2001a;
}

.artikelliste table tr td {
    vertical-align: top;
}

.artikelliste .artikel {
    width: 545px;
}

.artikelliste .artikel .image {
    width: 162px;
    float: left;
}

.artikelliste .artikel .artikel_content {
    margin-left: 176px;
}

.artikelliste .artikel h2 {
    font-weight: bold;
    margin: 0px;
    font-size: 14px;
    color: #2f2f2f;
    border: none;
    line-height: 17px;
}

.artikelliste .artikel .description p {
    margin: 0px;
    padding: 0px;
}

.artikelliste .artikel .mehr {
    width: 100%;
    text-align: right;
}

.artikelliste .artikel .mehr a {
    text-decoration: underline;
    color: #e2001a;
}

.artikelliste .artikel .mehr a:hover {
    text-decoration: none;
    color: #e2001a;
}

.artikelliste_ohne_bilder .artikel {
    width: 545px;
}

.artikelliste_ohne_bilder .artikel h2 {
    margin: 14px 0;
    padding: 0;
}

.artikelliste_ohne_bilder .artikel .description p {
    margin: 0px;
    padding: 0px;
}

.artikelliste_ohne_bilder .artikel .mehr {
    width: 100%;
    text-align: right;
}

.artikelliste_ohne_bilder .artikel .mehr a {
    text-decoration: underline;
    color: #e2001a;
}

.artikelliste_ohne_bilder .artikel .mehr a:hover {
    text-decoration: none;
    color: #e2001a;
}

.einzelbild {
    margin: 20px 0 30px;
}

.rb_veranstaltung .artikel {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
    line-height: 20px;
    width: 165px;
}

.rb_veranstaltung .artikel .mehr {
    position: absolute;
    bottom: 3px;
    right: 0;
}

.rb_download .title {
    margin-bottom: 10px;
}

.rb_download ul {
    margin-left: 17px;
}

.rb_download ul li {
    margin: 0;
}

div.flash_wrapper {
    margin: 0px auto;
    text-align: center;
}

.lb-caption {
    color: #fff;
}

.clear {
    width: 100%;
    clear: both !important;
    display: inline-block;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clear {
    height: 1%;
}

.bildergalerie {
    width: 545px;
}

.bildergalerie a {
    float: left;
    margin-left: 12px;
    margin-bottom: 15px;
    border: 1px solid #cecece;
}

.bildergalerie>a:nth-of-type(4n+1) {
    margin-left: 0;
}

.team .member {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    height: 150px;
    width: 252px;
}

.team .info {
    position: absolute;
    bottom: -12px;
    left: 110px;
    font-size: 13px;
    padding-bottom: 0;
}

.team .info a {
    font-size: 13px;
}

.team .member img {
    float: left;
}

.team .info .name {
    font-weight: bold;
    margin-bottom: 6px;
}

#spalten {
    margin-top: 20px;
}

#spalten .spalte:FIRST-CHILD {
    margin-left: 0;
}

.spalte {
    width: 156px;
    margin-left: 30px;
    float: left;
}

.spalte a {
    display: block;
}

.spalte a:hover {

}

.link {
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 20px;
    overflow: hidden;
    -moz-box-shadow: 5px 5px 5px #dedede;
    -webkit-box-shadow: 5px 5px 5px #dedede;
    box-shadow: 5px 5px 5px #dedede;
}

.link:hover {
    border: 1px solid #444;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    background: #E2001A;
}

.link:hover a {
    color: #fff;
}

.link ul {
    list-style-type: none;
    margin: 4px 0;
    list-style-position: inside;
}

.link ul li {
    font-size: 12px;
    line-height: 14px;
}

.bildergalerie_ein_anzeigebild {
    margin-right: 14px;
}

.ueberschrift_mit_zurueck {
    position: relative;
}

.ueberschrift_mit_zurueck .zurueck {
    position: absolute;
    right: 0;
    top: 11px;
}

.ueberschrift_mit_zurueck .zurueck a {
    font-size: 12px;
}

.ueberschrift_mit_zurueck .zurueck a:hover {
    text-decoration: underline;
}

#holzinformation {
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -121px;
    z-index: 10;
    opacity: 0.2;
}

#holzinformation:hover {
    top: -5px;
    opacity: 1;
}

.vinfo {
    line-height: 18px;
    margin-top: 10px;
}

.dokumentationDetail table {
    width: 100%;
}

.dokumentationDetail table tr th.anteilBauvolumen {
    width: 190px;
}

.dokumentationDetail table tr .number {
    text-align: center;
}

.dokumentationDetail table tr th,.dokumentationDetail table tr td {
    vertical-align: top;
    padding: 2px;
    border: 1px solid #cecece;
    border-collapse: collapse;
}

.dokumentationDetail label {
    font-weight: bold;
}

.dokumentationDetail .dokumentationDetailMain {
    margin-bottom: 10px;
}

.dokumentationDetail .form-horizontal .control-label {
    width: 155px;
    font-size: 12px;
}

.dokumentationDetail .form-horizontal .controls {
    padding-top: 5px;
    margin-left: 170px;
}

.dokumentationDetail .sliderHeadline {
    margin-top: 10px;
    position: relative;
    font-weight: bold;
    background-color: #EFEFEF;
    padding: 5px;
    font-size: 12px;
}

.dokumentationDetail .sliderArrow {
    position: absolute;
    right: 8px;
    top: 3px;
    background: url('../files/pfeil_unten.png') bottom left no-repeat;
    width: 21px;
    height: 21px;
}

.dokumentationDetail .sliderContent {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
}

.dokumentationDetail .controls {
    margin-bottom: -13px;
}

.dokumentationDetail h5 {
    color: #e2001a;
}

input.searchButton {
    width: 100px;
}

input.highlight {
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color:#f24537;
    color:#ffffff;
    text-shadow:1px 1px 0px #810e05;
}

input.highlight:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
    background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background-color:#c62d1f;
}

#map_canvas {
    height: 545px;
    height: 390px;
}

.mapInfoHeadline {
    margin-bottom: 5px;
    display: block;
    max-width: 350px;
}

.dsgvoConfirmLabel input {
    display: inline;
    margin-right: 2px!important;
}

.dsgvoConfirmLabel:after {
    content: " *";
    color: red;
}
