﻿body{
}
#kopfbereich {
    background: url(images/kopf_logo.jpg) no-repeat;
    height: 155px;
    padding: 0;
    position: relative;
}
#hauptnavi{
	display: none;
}

/*
* 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;
}




#footer {
	display: none;
}
