/*      STLU Theme by Marc Philippi */
/*      (C) 2010                    */
/*      v0.15 - 26.06.2015          */



/*      Standardformatierung        */

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    color: #545454;
    background: #ababab url(img/bg.jpg) repeat-x;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    text-align: center;
    font-size: 0.8em;
    overflow-y: scroll;
}

/*html:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/rauschen.png);
    opacity: 0.8;
}*/

img {
    border: none;
}




a, a:link, a:active, a:visited {
    text-decoration: none;
    color: #2f6aab;
}

a:hover, a:visited:hover {
    text-decoration: underline;
    color: #2f6aab;
}

hr {
    width: 100%;
    height: 0;
    border: 1px solid #dbdbdb;
    margin: 1em 0;
}

h1 {
    margin-bottom: 0.4em;
    font-size: 2em;
    border-bottom: 1px solid #dbdbdb;
    text-align: left;
    font-weight: normal;
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
    color: #444444;
    line-height: 1.5em;
}

h2 {
    color: #444444;
    margin: 1em 0 0.8em;
    font-size: 1.5em;
    text-align: left;
    font-weight: normal;
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}

h3, h4, h5, h6 {
    color: #6F6F6F;
    margin: 1.2em 0 0.8em;
    font-size: 1.2em;
    text-align: left;
    font-weight: normal;
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}

p {
    margin: 0.8em 0 1.2em;
    line-height: 1.6em;
}


ul {
    margin-left: 2em;
    margin: 1.2em 0 1.2em 2em;
}

li {
    list-style-type: disc;
    margin-bottom: 0.5em;
}

.links {
    float: left;
}

.rechts {
    float: right;
}

.mitte {
    text-align: center;
    margin: 0 auto;
}




/*      Druckbereich - offscreen    */

.drucken {
    display: none;
}




/*      Grundger�st                 */

#wrapper {
    margin: 0 auto;
    width: 960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: #e5e5e5;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden !important;
    text-align: left;
}

#kopf {
    width: 960px;
    height: 120px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

#steuerung {
    width: 960px;
    height: 30px;
    background: #676767 url(img/steuerung.jpg) repeat-x;
    text-align: left;
}

#teaser {
    width: 960px;
    min-height: 1px;
    max-height: 150px;
    padding: 1px 0;
    background-color: #FFFFFF;
}

#infoleiste {
    width: 900px;
    padding: 0 30px;
    height: 22px;
    background: url(img/schatten.jpg) repeat-x;
}

.mod_article {
    width: 900px;
    background: #FFFFFF;
    padding: 12px 30px 40px;
    text-align: justify;
}

#fuss {
    width: 942px;
    padding: 9px 9px 0;
    background: url(img/schatten.jpg) repeat-x;
    height: auto;
    overflow: hidden;
}





/*      Kopfbereich                 */

.titel {
    position: absolute;
    width: 234px;
    height: 120px;
}

#kopf .mod_form {
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 12px;
}

input[type="text"], input[type='search'], input[type="password"], textarea {
    border: 1px solid #dbdbdb;
    padding: 2px;
}

input[type="submit"] {
    padding: 5px;
}

input[type="text"]:focus, input[type='search'], input[type="password"]:focus, textarea:focus {
    border: 1px solid #2f6aab;
    background: #f8f8f8;
    padding: 2px;
}

input, button, textarea, select {
    font-family: inherit;
    font-size: 99%;
    font-weight: inherit;
    margin: 5px;
}

#ctrl_9 {
    width: 180px;
}

#ctrl_10 {
    position: relative;
    top: 2px;
    vertical-align: top;
}

.kopfnav {
    position: absolute;
    top: 10px;
    right: 32px;
}

.kopfnav ul {
    width: auto;
    margin: 0;
    padding: 0;
}

.kopfnav li {
    list-style: none;
    color: #545454;
    float: left;
    width: auto;
    font-size: 12px;
    margin: 0;
}

.kopfnav a, .kopfnav a:link, .kopfnav a:active, .kopfnav a:visited {
    text-decoration: none;
    color: #545454;
    display: block;
    margin-right: 10px;
}

.kopfnav a:hover, .kopfnav a:visited:hover, .kopfnav span {
    color: #545454;
    display: block;
    text-decoration: underline;
}

.kopfnav span {
    margin-right: 10px;
    color: #545454;
}





/*      Steuerungsleiste            */

#steuerung ul {
    margin: 0;
    padding: 0 14px;
    width: auto;
}

#steuerung li {
    list-style: none;
    color: #DCDCDC;
    float: left;
    line-height: 30px;
    text-transform: uppercase;
    height: 30px;
    width: auto;
    font-family: Franklin, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin: 0;
}

#steuerung a, #steuerung a:link, #steuerung a:active, #steuerung a:visited {
    text-decoration: none;
    color: #DCDCDC;
    display: block;
    padding: 0 12px;
}

#steuerung a:hover, #steuerung a:visited:hover, #steuerung span {
    background: #9F9F9F url(img/steuerung-hover.jpg) repeat-x;
    color: #545454;
    display: block;
}

#steuerung span {
    padding: 0 12px;
    color: #545454;
}




/*      Infoleiste                  */

#breadcrumb {
    font-size: 12px;
    line-height: 22px;
    color: #6F6F6F;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:visited:hover {
    text-decoration: none;
    color: #545454;
}

#infoleiste .rechts img {
    margin-top: 4px;
}


.pdf_link {
    width: 16px;
    text-align: right;
    float: right;
}



/*      Inhalt                      */

.image_container img {
    padding: 2px;
    border: 1px solid #dbdbdb;
}

.image_container .caption {
    font-style: italic;
    text-align: center;
    font-size: 0.8em;
}






/*      Fussbereich                     */

#fuss h3 {
    border-bottom: 1px dotted #181818;
    font-weight: normal;
    font-variant: small-caps;
    font-size: 1.7em;
    margin: 0 0 0.6em;
}

#fuss {
    font-size: 0.9em;
    color: #3F3F3F;
}

.fusstrenner {
    padding: 0 17px 15px;
    width: 280px;
    float: left;
}

.fussunten {
    clear: left;
    border-top: 1px dotted #181818;
    margin: 0 17px 20px;
    padding-top: 5px;
}

#fuss a, #fuss a:link, #fuss a:active, #fuss a:visited {
    text-decoration: none;
    color: #080808;
}

#fuss a:hover, #fuss a:visited:hover {
    text-decoration: underline;
    color: #080808;
}




/*      Fussbereich - Aktuelles         */
#fuss .mod_newslist h2 {
    color: #545454;
    margin: 0 0 0.5em 0;
    font-size: 1.1em;
    line-height: 1.4em;
}


/*      Newsreader                      */
#detailansicht .info {
    text-align: right;
    font-size: 0.8em;
    font-style: italic;
}

#detailansicht .back {
    display: none;
}

#aktuelles .info {
    margin: 1em 0 0;
    font-size: 0.9em;
    font-style: italic;
}

#aktuelles .layout_short {
    border-left: 1px solid #dbdbdb;
    padding-left: 20px;
    margin-bottom: 30px;
}

#aktuelles .layout_short:hover {
    border-left: 1px solid #545454;
    background: url(img/news_grad.jpg) repeat-y;
}

#aktuelles h2 {
    border: none;
}

#aktuelles .more {
    text-align: right;
    font-size: 1em;
}


/*      Anpassungen                     */
#wir-ueber-uns h3 {
    margin-top: 2.5em;
}

#wir-ueber-uns .team {
    margin-bottom: -1em;
}

.fullwidth {
    margin: 0 0 2em -30px;
    padding: 0 30px;
    width: 900px;
    background: url(img/fullwidth.jpg) repeat-x bottom;
    border: none;
    overflow: hidden;
}