﻿/*
Dieses Template wurde im Auftrag von Microsoft Deutschland erstellt.

- Die grafische Vorlage fuer dieses Layout stammt von Christioph Raffelt (www.raffelt.net).
-Die Umsetzung des Templates wurde von Vladimir Simovic (www.perun.net) durchgefÃ¼hrt.
*/

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: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
}

a {
	color: #58595B;
	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: 921px;
	background: url(images/mitte.jpg) repeat-y;
	position: relative;
}


/*
* Hauptbereich: #container
** Unterbereich: #kopfbereich (Logo/Schriftzug und Kontakt-Hinweis)
 */

#kopfbereich {
	background: url('images/header.png') 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;
}


/*
* 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 #666;
	background: #ffe;
	margin-right: 5px;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #hauptnavi (horizontale Navigation)
 */

#hauptnavi {
    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;
}
#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;
	border-left-color: #00AEEF;
}
#hauptnavi ul li.aktiv a {
    text-decoration: underline;
}

/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #sidebar
 */

#sidebar {
    float: left; width: 210px;
}

#sidebar .sidebar-liste {
	color: #58595B;
	padding-left: 0;
	margin-left: 15px;
	margin-top: 0;
}
#sidebar .sidebar-liste li {
    margin-bottom: 1px;
}


/*
* 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: #58595B;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}

#footer p.copyright {
	position: absolute;
	left: 370px;
	top: 40px;
	color: #000000;
}

/* Die Telefon-, Fax- und Mobil-Nummer */
#footer dl {
	position: absolute;
	left: 65px;
	top: 25px;
	width: 210px;
	color: #FFFFFF;
}
#footer dl dt {
	font-weight: bold;
	text-transform: lowercase;
	width: 1em;
	float: left;
	color: #FFFFFF;
}
