
body {
    margin: 0 auto;
    font: normal 11px Arial, sans-serif, Verdana;
    background-color: #c2cee0;
    background-image: url("/files/header_outer.jpg");
    background-repeat: repeat-x;
    background-attachment: scroll;

}

a:hover {
    background-color: #C2CEE0;
    color: #ffffff;
}

#outerwrapper {
    position: relative;
    margin: 6px auto 0;
    width: 1050px;
    background-color: #ffffff;
    text-align: left;
}

#header {
    width: 1050px;
    height: 161px;
    background-color: #C2CEE0;
}

#header img {
    margin-top: 0px;
    border: 0;
}

#header a:hover {
    background-color: transparent;
}

#breadcrumb {
    margin-left: 20px;
    margin-top: 10px;
    height: 18px;
    font-size: 11px;
    color: #555;
    line-height: 18px;
    vertical-align: middle;
    width: 900px;
}

#breadcrumb ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#breadcrumb ul li {
    display: inline;
    list-style: outside none none;
    font-size: 11px;
    color: #555;
    line-height: 18px;
    vertical-align: middle;
}

#breadcrumb ul li a {
    text-decoration: none;
    font-size: 11px;
    color: #333;
}


#navi {
    background-color: #ffffff;
    margin-left: 20px;
    margin-top: 20px;
    width: 252px;
    float: left;
}

#navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navi li {
    display: block;
    width: 242px;
    height: 31px;
    margin-left: 0;
    border-bottom: 1px solid #ddd;
}

#navi li.group2, #navi li.element2 {
    margin-left: 15px;
    width: 227px;
}

#navi li.group3, #navi li.element3 {
    margin-left: 30px;
    width: 212px;
}

#navi a {
    display: block;
    padding: 7px 4px 7px 15px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    background: transparent url("/files/karo.gif") no-repeat scroll 5px 12px;
}

#navi li.group2 a, #navi li.element2 a {
    font-size: 12px;
}

#navi a.selected, #navi a.inpath {
    font-weight: bold;
}


#navi a:hover {
    background-color: #C2CEE0;
    color: #ffffff;
}

#content {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    background-color: #ffffff;
    width: 700px;
    min-height: 600px;
}

.article {
    margin-bottom: 20px;
    color: #111;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.7em;

}

.article p {
    line-height: 1.7em;
    margin: 8px 0;
    font-family: arial, helvetica, sans-serif;
}

.article h1, h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #300;
    margin-bottom: 10px;
    padding: 3px 0;
}

#navi h2 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    width: 242px;
}

.article h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.article blockquote {
	margin-top: 3px;
	margin-bottom: 3px;
}
.article a {
    color: #300;
    font-weight: bold;
    text-decoration: none;
}

.article a:hover {
    text-decoration: underline;
}

.article .wimg, .article img {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.article .spaced img {
    margin-right: 30px;
}

#footer {
    float: none;
    clear: both;
    color: #FFF;
    border-top: 0 solid #CCC;
    text-align: center;
    width: 1050px;
    overflow: hidden;
    background: #300 url("/files/tabs_back.png") repeat-x scroll 0 0;
    margin-bottom: 10px;
}

#footer span.footer {
    display: block;
    padding: 10px 10px 10px 20px;
    text-align: center;
}

/* Formular */

#footer span a {
    color: #FFF;
    text-decoration: none;
}

#kontakt {
    padding: 0;
    border: 0;
    margin: -60px 0 0;
}

input, textarea {
    background-color: #C2CEE0;
    border: 0;
    font-size: 12px;
    padding: 3px;
}

label {
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.clearme {
    float: none;
    clear: both;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

hr {
    float: none;
    clear: both;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #ffffff;
    border: 0;
    background-color: #ffffff;
}

div.article h4 {
    clear: both;
    padding-top: 20px;
}

.article img {
    float: left;
    /* margin-right: 20px; */
}

.article .links, .article .links img {
    float: left;
    margin-left: 0;
}

.article .rechts, .article .rechts img {
    float: right;
    /* margin-left: 20px; */
    margin-right: 0;
}

.fehler {
    font-size: 12px;
    color: red;
}


#gallery {
    vertical-align: center;
    text-align: center;
}

#gallery img {
    border: 0;
}

#gallery div#nav {
    position: static;
    margin-top: 20px;
    margin-left: 200px;
    width: 300px;
    height: 20px;
}

#gallery span#bildtext {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;

    /*
        width: 569px;
        height: 25px;

        left: 0px;
        top: 385px;

        border-top: 1px solid #ffffff;
        text-align: left;
        font-size: 12px;
        padding-top: 4px;
    */
}

.zentriert {
    text-align: center;
}

#slideshow {
    position: relative;
    margin-top: -20px;
    width: 700px;
    height: 467px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
