body {
    background: #E6E6E6 url('images/bodybg.png') repeat-x scroll top left;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
}

* {
    padding: 0;
    margin: 0;
}

/** element defaults **/
table {
    width: 100%;
    text-align: left;
}

th, td {
    padding: 10px 10px;
}

th {
    color: #fff;
    background: #1F4F82 none repeat-x scroll left top;
}

td {
    border-bottom: 1px solid #ccc;
}

code, blockquote {
    display: block;
    border-left: 5px solid #222;
    padding: 10px;
    margin-bottom: 20px;
}

code {
    background-color: #222;
    color: #ccc;
    border: none;
}

blockquote {
    border-left: 5px solid #222;
}

blockquote p {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    color: #333;
    height: 1%;
}

p {
    line-height: 1.5em;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

a {
    color: #1F4F82;
}

a:hover {
    color: #D1700E;
}

a:focus {
    outline: none;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    font-size: 15px;
}

fieldset {
    display: block;
    border: none;
    border-top: 1px solid #ccc;
}

fieldset legend {
    font-weight: bold;
    font-size: 13px;
    padding-right: 10px;
    color: #333;
}

fieldset form {
    padding-top: 15px;
}

fieldset p label {
    float: left;
    width: 150px;
}

form input, form select, form textarea {
    padding: 5px;
    color: #333333;
    border: 1px solid #ddd;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

form input.formbutton {
    border: none;
    background: #333;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 1px;
    width: auto;
    overflow: visible;
}

form.searchform p {
    margin: 5px 0;
}

span.required {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ff0000;
}

h1 {
    color: #000;
    font-size: 35px;
}

h2 {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 104px;
}

h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

h4 {
    padding-bottom: 10px;
    font-size: 15px;
    color: #999;
}

h5 {
    padding-bottom: 10px;
    font-size: 13px;
    color: #999;
}

ul, ol {
    font-size: 14px;
    color: #333;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 10px;
}

li {
    padding-bottom: 5px;
}

li ol, li ul {
    font-size: 1.0em;
    margin-bottom: 0;
    padding-top: 5px;
}

#container {
    width: 1000px;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 817px;
    font-family: Arial, Helvetica, sans-serif;
}

#header {
    height: 160px;
    margin-top: 20;
    margin-right: auto;
    margin-left: auto;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #666;
}

#header h1 {
    padding-top: 40px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 600px;
    color: #333;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
}

#header h1 a {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 25px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
    float: left;
}

#header h2 {
    color: #333;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 104px;
}

#nav {
    height: 39px;
    width: 1000px;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 39px;
}

#nav ul li {
    float: left;
    display: block;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

#nav ul li a {
    color: #FFF;
    display: block;
    border-right: 1px solid #666;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 20px;
    text-decoration: none;
}

#nav ul li a:hover {
    color: #FFF;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
}

#body {
    background: none;
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 817px;
}

#content {
    float: left;
    width: 850px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #09F;
    height: 550px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

a.speziell:link {
    background-color: #FFF;
    color: #333;
}

a.speziell:visited {
    background-color: #FFF;
    color: #900;
}

a.speziell:hover {
    background-color: #FFF;
    color: #900;
}

a.speziell:active {
    background-color: #FFF;
    color: #333;
    font-size: 15px;
}

#sidebar-kontakt {
    height: 500px;
    width: 100px;
    position: relative;
    right: 250px;
    top: 10px;
    color: #000;
    background-color: #FF0000;
    float: right;
    padding: 0;
    margin: 0px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul li {
    margin-bottom: 20px;
    line-height: 1.9em;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-right-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
}

.sidebar li ul {
}

.sidebar li ul li {
    display: block;
    border-top: none;
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    border: none;
    height: 226px;
    width: 226px;
    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 6px;
    padding-left: 7px;
}

.sidebar li ul li a {
    font-weight: normal;
}

.sidebar li ul.blocklist li {
    padding: 0;
    display: inline;
}

.sidebar li ul.blocklist li a {
    display: block;
    padding: 7px 13px;
    background: transparent url('images/list-icon.jpg') no-repeat scroll left center;
    text-decoration: none;
}

.sidebar li ul.blocklist li a:hover {
    background-image: url('images/list-icon-hover.jpg');
}

.sidebar h4 {
    color: #222;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
    font-size: 19px;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
}

.clear {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 0px;
}

#footer {
    border-top-style: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#footer p {
    text-align: left;
    color: #eee;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#footer p a {
    color: #fff;
    font-weight: bold;
}

.footer-content {
    border-top-style: none;
    background-attachment: scroll;
    background-image: url(images/footer2.png);
    background-repeat: repeat-x;
    background-position: center center;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 50px;
    padding-left: 5px;
}

#footer .footer-content p {
    color: #666;
    position: relative;
    top: 12px;
    margin-left: 165px;
}

#footer .footer-content p a {
    color: #ccc;
}

#footer .footer-content p a:hover {
    color: #fff;
}

#footer .footer-content span.sitename {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #fff;
    float: left;
    padding-top: 7px;
}

.footer-width {
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#footer .footer-bottom {
    padding-top: 5px;
}

#footer .footer-bottom p, #footer .footer-bottom p a {
    color: #888;
}

#container #header #undermenue {
    height: 8px;
    width: 1000px;
    background-image: url(images/sepectrum.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 40px;
}

#sidebar-logo {
    height: 817px;
    width: 43px;
    position: absolute;
    right: 250px;
    top: 15px;
    padding: 0;
}

#sidebar-logo1 {
    height: 102px;
    width: 311px;
    position: absolute;
    right: 320px;
    top: 30px;
    padding: 0;
}

#header-picture {
    height: 110px;
    width: 500px;
    position: absolute;
    top: 30px;
    padding: 0;
    left: 230px;
}

#content2 {
    float: none;
    width: 850px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C0C;
    height: 550px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#content3 {
    float: left;
    width: 850px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FF0;
    height: 550px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#content4 {
    float: left;
    width: 850px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
    height: 550px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#content5 {
    float: left;
    width: 550px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #F00;
    height: 550px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#content6 {
    float: left;
    width: 850px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #0F0;
    height: 550px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#content7 {
    float: left;
    width: 550px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #00F;
    height: 550px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#content8 {
    float: left;
    width: 450px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #00F;
    height: 550px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
}

#container #body #content5 #kontakt1 {
    color: #333;
    font-size: 14px;
}

#container #body #content8 br {
    font-size: 10px;
}

#sideshop1 {
    float: right;
    width: 280px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
    height: 550px;
    padding-top: 10px;
    padding-right: 110px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.login {
    color: #333;
    font-size: 14px;
}

#content9 {
    float: left;
    width: 550px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #00F;
    height: 550px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
}

#sideshop2 {
    float: right;
    width: 280px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
    height: 550px;
    padding-top: 10px;
    padding-right: 110px;
    padding-bottom: 0px;
    padding-left: 10px;
}

#sideshop3 {
    float: right;
    width: 280px;
    margin: 0;
    background-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #333;
    height: 550px;
    padding-top: 20px;
    padding-right: 110px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.Repro {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

#picturebox {
    float: right;
    width: 250px;
    margin: 0;
    background-color: #fff;
    border-left-color: #FFF;
    height: 250px;
    padding-top: 10px;
    padding-right: 110px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

a.zoom {
    display: block;
}

a.zoom:link, a.zoom:visited {
    width: 250px;
    height: 182px;
    background-image: url(images/Muster2.jpg);
    background-position: -150px -50px;
    background-repeat: no-repeat;
}

a.zoom:hover {
    width: 560px;
    height: 300px;
    background-position: 0;
}

/**************************
*
*	Responsive Styles
*
**************************/

.navbar-toggle {
    display: none;
}

@media (max-width: 999px) {

    html {
        box-sizing: border-box;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    body {
        background: none !important;
        overflow: auto !important;
    }

    #container {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    #sidebar-logo {
        display: none;
    }

    #sidebar-logo1 {
        background: #CCCCCC;
        height: auto;
        margin: auto;
        position: relative;
        right: auto;
        text-align: center;
        top: auto;
        width: 100%;
    }

    #header {
        background: #CCCCCC;
        border: none;
        height: auto;
    }

    #header h2 {
        display: block;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }

    #nav {
        background: #333333;
        height: auto;
        padding: 0;
        width: 100%;
    }

    #nav ul {
        height: auto;
    }

    #nav ul li {
        border-bottom: 1px dotted #CCCCCC;
        display: block;
        float: none;
        padding: 0;
        width: 100%;
    }

    #nav ul li:last-child {
        border-bottom: none;
    }

    #nav ul li a {
        display: block;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 12px;
        text-align: center;
        width: 100%;
    }

    #body {
        height: auto;
        padding: 20px;
        width: 100%;
    }

    #content,
    #content2,
    #content3,
    #content4,
    #content5,
    #content6,
    #content7,
    #content8 {
        border: none;
        float: none;
        height: auto;
        padding: 0;
        width: 100%;
    }

    .sidebar2 > div {
        height: auto !important;
        overflow: auto !important;
        width: 100% !important;
    }

    #sideshop3 {
        border: none;
        float: none;
        height: auto;
        padding: 20px 0 0 0;
        width: 100%;
    }

    .footer-content {
        background-color: #333333;
        background-image: none;
        padding: 20px;
    }

    .footer-width {
        width: 100%;
    }

    #footer .footer-content span.sitename {
        float: none;
        padding: 0;
    }


    .responsiveContainer,
    .responsive-container {
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
    }

    .responsiveContainer.youtube,
    .responsive-container.youtube,
    .responsiveContainer.video,
    .responsive-container.video {
        padding-bottom: 56%; /* 16:9  */
    }

    .responsiveContainer iframe,
    .responsiveContainer object,
    .responsiveContainer embed,
    .responsive-container iframe,
    .responsive-container object,
    .responsive-container embed {
        border: 0 none;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .table-scrollable {
        width: 100%;
        overflow-y: auto;
        margin: 0 0 1em;
    }

    .table-scrollable::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }

    .table-scrollable::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3);
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: pointer;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .navbar-toggle {
        border-color: #000000;
    }

    .icon-bar {
        background-color: #000000;
    }

}

