﻿
body {
    background: #e1eef7;
    font: 100% arial, tahoma, sans-serif;
    text-align: center;
    margin: 0;
	padding: 0;
	border: 0;

}


/* 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: #006eb4; 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-rechts { /* Diese Klasse vergeben Sie einem Bild welches rechts ausgerichtet werden soll */
    float: right;
    margin: .1em 0 .4em 1em;
}

.bild-abstand img {
    margin: 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: 922px;
    background: url(images/bkgd_tile.gif) repeat-y;
}


/*
* Hauptbereich: #container
** Unterbereich: #kopfbereich (Logo/Schriftzug und Kontakt-Hinweis)
 */

#kopfbereich {
    background: url(images/kopf_logo.jpg) no-repeat;
    height: 155px;
    padding: 0;
    position: relative;
}
#kopfbereich h1 {
    position: absolute; left: 100px; top: 0%;
    font-size: 2.25em; margin: 0; padding: 0;
}
#kopfbereich h1 a {
    color: #fff; text-decoration: none; font-weight: normal;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte (Der mittlere Bereich: Inhalt + Seitenleiste)
 */

#mitte {
    font-size: 75%; padding: 20px 20px 0px 10px;
    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;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #inhalt
 */
#inhalt {
    float: right; width: 568px; min-width: 600px; max-width: 700px;
}

#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;
       margin-left:auto;
margin-right:auto;

    overflow: hidden; height: 20px; min-height: 20px; 
    background: "#808080";/* Den float "kurrieren" */
}
#hauptnavi ul {
    list-style: none; padding: 0; margin: 0;
           margin-left:auto;
margin-right:auto;

    overflow: hidden; height: 20px; min-height: 20px; /* Den float "kurrieren" */
}
#hauptnavi ul li {
    display: inline;
}
#hauptnavi ul li a {
    float: left; display: block;
    padding: 4px 6px; margin-right: 6px; border-left: 10px solid #e1e1e1;
    font-size: 12px;
}
#hauptnavi ul li.aktiv a {
    text-decoration: underline;
}

/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #sidebar
 */

#sidebar {
    float: left; width: 180px;
}

#sidebar .sidebar-liste {
    color: #acb;
    padding-left: 0; margin-left: 0px;
    margin-top: 0;
}
#sidebar .sidebar-liste li {
    margin-bottom: 1px;
}


/*
* Hauptbereich: #container
** Unterbereich: #footer
 */
#footer {
    background: url(images/footer.gif) no-repeat;
    height: 40px; line-height: 1.4;
    position: relative;
    font-size: 75%;
}
#footer a {
    color: #000000; font-weight: bold; text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}

#footer p.copyright {
    position: absolute; left: 370px; top: 40px;
    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;
}