body {
    height: 100%;
    width: 100%;
}

#header {
    position:absolute; 
    top:0px; 
    left:0px; 
    height:60px; 
    right:0px;
    z-index: 1;
}

#footer {
    position:absolute; 
    bottom:0px; 
    height:80px; 
    left:0px; 
    right:0px; 
    overflow:hidden;
}

#content {
    position:absolute; 
    top:60px; 
    bottom:80px; 
    left:0px; 
    right:0px; 
    overflow:auto;
    z-index: 0;
}

.navbar-nav>li>a,
.navbar-brand {
    color: #000000 !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover
{
    color: #FFC223 !important;
}

.navbar-inverse {
    background-image: linear-gradient(to bottom,#FFC223 0,#E6A611 100%) !important;
    border-color: black !important;
}

.image-gallery-left-nav:hover,
.image-gallery-right-nav:hover {
    text-decoration: none;
}

.image-gallery-image {
    text-align: center;
}

.image-gallery-slide img {
    height: 50%;
    max-height: 550px;
    width: auto;
}

.tsscontent {
    margin-top: 2%;
    height: 90%;
}

.biggertext {
    font-size: 1.2em;
}

.smallertext {
    font-size: 0.8em;
}

.redtext {
    color: red;
}

.tsswirh2 {
    font-weight: bold;
}

.tsskontaktspan {
    margin-right: 20px;
}

.tssbackground {
    background-image: url(../images/400dpiLogoCropped_alpha30.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 70%;
}

.tssul {
    list-style-position: inside;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}