body {
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    width: 960px;
    height: 100%;
    background: url(img/bg.png);
}

#test {
    overflow-x: hidden;
    width: 100%;
    height: 800px;
    overflow-y: scroll;
    padding-right: 75px;
}

h1 {
    color: #0f80bd;
    text-decoration: none;
}

h2 {
    color: #0f80bd;
    font-size: 1.2em;
    font-weight: bold;
}

h2 a {
    color: #0f80bd;
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}


/*Layout*/

#linkespalte {
    width: 25%;
    height: 800px;
    background: url(img/links.png) repeat-y;
    float: left;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

#rechtespalte {
    width: 65%;
    height: 800px;
    background: url(img/rechts2.png);
    background-size: cover;
    float: left;
    padding-right: 8%;
    padding-left: 2%;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

#header {
    width: 100%;
    height: 350px;
}

#header ul {
    list-style: none;
    margin: 0 auto;
}

#footer {
    width: 100%;
    height: 50px;
}

#content {
    line-height: 1.5;
}

#crumb {
    width: 100%;
    padding: 3px 0 10px 0;
    height: 30px;
    background-color: white;
    font-weight: bold;
    color: #0f80bd;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

#crumb p {
    padding-left: 10px;
    font-size: 12px;
}

#impressum {
    margin: 50px 0 0 75px;
}


/*Nav*/

#nav {
    margin-top: 10px;
    width: 100%;
    height: 60px;
    background: url(img/nav.png);
}

#nav ul {
    list-style: none;
    font-size: 12pt;
}

#nav ul li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    text-align: center;
    width: auto;
    height: 100%;
    display: block;
}

#nav ul li a {
    text-decoration: none;
    color: white;
    display: block;
    font-size: 1.2em;
    height: 41px;
    padding-top: 19px;
    width: 130%;
}

#nav ul li a:hover {
    background-color: #013c7e;
}

.navLink {}

.navLinkCurrent {
    background-color: #013c7e;
}

#open {
    color: #013c7e;
    font-size: 1.2em;
}


/*Pressebilder*/

#pressebilder td {
    text-align: center;
    padding: 20px;
    width: auto;
}

#infostaende td {
    padding: 10px;
    color: white;
    font-weight: bold;
}

#infostaende tr {
    background: url(img/nav.png);
    border-bottom: 3px solid white;
    border-color: white;
}

.bx-pager {
    display: none;
}

.bxslider {
    visibility: hidden;
}

.fancybox {
    padding: 2px;
}

.liste {
    list-style-image: url(list.png);
    line-height: 2.5;
}

.termine br {
    display: none;
}