﻿body {
    background: #fff url(images/hintergrund.jpg) repeat-x; color: #333;
    font: 100% verdana, tahoma, sans-serif;
    text-align: center;
}


/* Allgemeingueltige Klassen und Elemente */
img {
    border: none;
}

code {
    font: 14px consolas, 'courier new', monospace;
    color: #900;
}

pre {
    overflow: auto; padding: 1em;
    font-size: 1em;
}

h1, h2, h3, h4 {
    font-family: georgia, serif; font-weight: normal;
}

a {
    color: #477; text-decoration: none; font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

.bild-links { /* Diese Klasse vergeben Sie einem Bild welches links ausgerichtet werden soll */
    float: left;
    margin: .1em 1em .4em 0;
}

.bild-bottom { /* Diese Klasse vergeben Sie einem Bild welches links ausgerichtet werden soll */
    float: left;
    margin: 0 1em .4em .1em;
}

.bild-rechts { /* Diese Klasse vergeben Sie einem Bild welches rechts ausgerichtet werden soll */
    float: right;
    margin: .1em 0 .4em 1em;
}

.bild-abstand img {
    margin-bottom: 0 .5em .5em 0; /* Bilder innerhalb dieses Elements bekommen zusaetzlichen Abstand */
}

.clearer {
    clear: both; /* hebt die vorhergehenden Floats auf */
}


/*
* Hauptbereich #container
 */
#container {
    text-align: left; margin: 0 auto;
    width: 921px;
    background: url(images/mitte.jpg) repeat-y;
}


/*
* Hauptbereich: #container
** Unterbereich: #kopfbereich (Logo/Schriftzug und Kontakt-Hinweis)kopfbereich.jpg
 */

#kopfbereich {
    background: url(images/kopfbereich.jpg) no-repeat;
    height: 214px;
    position: relative;
}
#kopfbereich h1 {
    position: absolute; left: 370px; top: 45%;
    font-size: 2.25em; margin: 0; padding: 0;
}
#kopfbereich h1 a {
    color: #fff; text-decoration: none; font-weight: normal;
}

#kopfbereich .fragen {
    position: absolute; left: 65px; top: 90px;
    width: 210px; font-size: 75%;
}
#kopfbereich .fragen p {
    margin-top: 0;
}
#kopfbereich .fragen strong {
    font-size: 1.1667em;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte (Der mittlere Bereich: Inhalt + Seitenleiste)
 */

#mitte {
    font-size: 75%; padding: 20px 60px 25px 65px;
    line-height: 1.4;
}
#mitte h2 {
    margin-top: 0; font-size: 1.8333em;
}
#mitte h3 {
    margin-bottom: 0; font-size: 1.5833em;
    border-bottom: 1px dotted #444;
}
#mitte h4 {
    margin-bottom: 0; font-size: 1.4166em;
}
#mitte h5 {
    margin-bottom: 0; font-size: 1em;
}
#mitte h6 {
    margin-bottom: 0; font-size: 1em; font-weight: normal;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #inhalt
 */
#inhalt {
    float: right; width: 41em; min-width: 492px; max-width: 540px;
}

#inhalt .fotogalerie img {
    padding: 5px;
    border: 2px solid #acb;
    border-bottom-color: #8b9; border-right-color: #8b9;
    background: #ffe;
    margin-right: 5px;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #hauptnavi (horizontale Navigation)
 */

#hauptnavi {
    margin-bottom: 2em;
    overflow: hidden; height: 30px; min-height: 20px; /* Den float "kurrieren" */
}
#hauptnavi ul {
    list-style: none; padding: 0; margin: 0;
    overflow: hidden; height: 30px; min-height: 20px; /* Den float "kurrieren" */
    float: right;
}
#hauptnavi ul li {
    display: inline;
}
#hauptnavi ul li a {
    float: left; display: block;
    padding: 1px 5px; margin-right: 15px; border-left: 5px solid #acb;
    font-size: 14px;
}
#hauptnavi ul li.aktiv a {
    text-decoration: underline;
}

/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #sidebar
 */
#sidebar2 {
    float: left; width: 220px;
}


#sidebar {
    float: left; width: 220px;
}

#sidebar .sidebar-liste {
    color: #acb;
    padding-left: 0; margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10;
}
#sidebar .sidebar-liste li {
    margin-bottom: 10px;
}

nav {
    width: 60px;
    margin-left: 15px;
}
nav ul {
    padding: 0px;
    margin: 10px;
     
}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
    nav ul,nav ul li{
}
    nav ul li {
    float:left;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #477;
    padding: 0px 0px 5px 0px;   
	transition: all .1s ease;
}
nav ul li:hover > div ul {
    visibility: visible;
    padding: 0px 0px 0px 0px;
	position: relative;
    
}

nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
    
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    -ms-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    
}
nav ul li ul li{
    float: none;
}
nav ul li ul li a:hover{
    color: #333;
}
 nav > ul > li > div > ul > li:hover > a {
                padding: 0px 0px 5px 5px;
              }
 nav > ul > li:hover > a {
                padding: 0px 0px 5px 5px;
              }


/*
* Hauptbereich: #container
** Unterbereich: #footer
 */
#footer {
    background: url(images/footer.jpg) no-repeat;
    height: 141px; line-height: 1.4;
    position: relative;
    font-size: 75%;
}
#footer a {
    color: #acb; font-weight: normal; text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}

#footer p.copyright {
    position: absolute; left: 370px; top: 40px;
    color: #ffd;
}
#footer p.copyright2 {
	position: absolute;
	left: 370px;
	top: 20px;
	color: #ffd;
}


/* Die Telefon-, Fax- und Mobil-Nummer */
#footer dl {
    position: absolute; left: 65px; top: 25px;
    width: 210px;
}

#footer dl dt {
    font-weight: bold;
    text-transform: lowercase;
    width: 1em; float: left;
}