﻿/*
Dieses Template wurde im Auftrag von Microsoft Deutschland erstellt.

- Die grafische Vorlage fÃ¼r dieses Layout stammt von Christioph Raffelt (www.raffelt.net).
- Die Umsetzung des Templates wurde von Vladimir Simovic (www.perun.net) durchgefuehrt.
*/

body {
    background: #435c3c url(images/hintergrund.jpg) repeat-x;
    text-align: center;
    margin: 0; padding: 0 0 25px 0;
    font: 100% georgia, serif;
    color: #333;
}

/* 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 {
    font-weight: normal;
}

a {
    color: #453;
}
a:hover {
    text-decoration: none;
    background: #fff;
}

.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: 860px;
    background: url(images/container.jpg) repeat-y right center;
}

/*
* Hauptbereich: #container
** Unterbereich: #kopfbereich
 */
#kopfbereich {
    background: url(images/kopfbereich.jpg) no-repeat;
    height: 68px; max-height: 68px;
    padding: 128px 85px 110px 85px;
}

#kopfbereich h1 {
    line-height: 1;
    margin: 0 0 0 120px;
    text-align: center;
}

#kopfbereich h1 a {
    font-size: 1.3125em; font-weight: normal;
    color: #898;
    text-decoration: none;

    
}
#kopfbereich h1 a:hover {
    background: transparent;
}

#kopfbereich h2 {
    font-size: 1.25em; font-style: italic;
    margin: 20px 0 0 120px;
    line-height: 1;
    text-align: center;
    
}
#kopfbereich h2, #kopfbereich h1 span {
    color: #453;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
 */
#mitte {
    font-size: .9375em;
    padding-bottom: 2em;
    background: url(images/mitte.jpg) no-repeat bottom right;
}

/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #inhalt
 */
#inhalt {
    float: right;
    width: 38em; max-width: 585px;
    margin-right: 40px;
}
#inhalt h3 {
    font-size: 1.333em;
    margin-top: 0; margin-bottom: .25em;
}
#inhalt a:hover {
    color: #fff;
    background: #453;
    text-decoration: underline;
}

#inhalt p {
    margin-top: 0; margin-bottom: 1em;
}



/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #sidebar
 */

#sidebar {
    float: left;
    background: url(images/sidebar.jpg) repeat-y;
}
#sidebar #sidebar-innen {
    width: 195px;
    margin: 5px 0 10px 5px;
    padding: 2em 0 3em 0;
}
#sidebar .sidebar-unten {
    background: url(images/sidebar-unten.jpg) no-repeat;
    height: 15px;
}

#sidebar ul {
    list-style: none;
    padding-left: 0; margin-left: 0; margin-top: 0;
    background: url(images/listen-element.jpg) no-repeat;
}
#sidebar ul li {
    background: url(images/listen-element.jpg) no-repeat bottom left;
    padding: 1px 0;

}

#sidebar ul a {
    text-decoration: none;
    font-size: 1.125em;
    padding: 7px 12px 7px 22px;
    display: block;
}
#sidebar ul a:hover, #sidebar .aktiv a {
    background: #faf9f5 url(images/listen-icon.jpg) 5px center no-repeat;
    color: #564;
}


/*
* Hauptbereich: #container
** Unterbereich: #footer
 */

#footer {
    background: url(images/footer.jpg) no-repeat bottom right;
    padding: 2px 35px 2px 85px;
    line-height: 1.5;
    font-size: .9375em;
}

#footer #style1 {
	font-size: 0.8em;    
    text-align: center; 
	}
}