﻿/*
body {
	background: #fff url(images/hintergrund.jpg) repeat-x;
	color: #800000;
	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;
}

h4 {
    font-family: georgia, serif; font-weight: normal;
}

h3 {
    font-family: georgia, serif; font-weight: normal;
}

h2 {
    font-family: georgia, serif; font-weight: normal;
}

h1 {
    font-family: georgia, serif; font-weight: normal;
}

a {
	color: #FFFFFF;
	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: 850px;
	background: url(images/mitte1.jpg) repeat-y;
	margin-right: 1200px;
	margin-left: 100px;
}


/*
* Hauptbereich: #container
** Unterbereich: #kopfbereich (Logo/Schriftzug und Kontakt-Hinweis)
 */

#kopfbereich {
	background: url(images/kopfbereichneu2.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 15px 25px 20px;
	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: 48em;
	min-width: 560px;
	max-width: 0;
	margin-right: 60px;
}

#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 {
	border-width: 0 0 0 0;
	margin-bottom: 2em;
	overflow: hidden;
	height: 20px;
	min-height: 20px; /* Den float "kurrieren" */
}
#hauptnavi ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 20px;
	min-height: 20px; /* Den float "kurrieren" */;
	float: right;
	width: 535px;
}
#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
 */

#sidebar {
	float: left;
	width: 210px;
}

#sidebar .sidebar-liste {
    color: #acb;
    padding-left: 0; margin-left: 15px;
    margin-top: 0;
}
#sidebar .sidebar-liste li {
    margin-bottom: 1px;
}


/*
* Hauptbereich: #container
** Unterbereich: #footer
 */
#footer {
	background: url(images/footer2.jpg) no-repeat;
	height: 141px;
	line-height: 1.4;
	position: relative;
	font-size: 75%;
}
#footer a {
	color: #000080;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}

#footer p.copyright {
	position: absolute;
	left: 370px;
	top: 40px;
	color: #008000;
}

/* 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;
}
