﻿/*
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-position: #435c3c url(images/hintergrund.jpg) repeat-x;
	background: #660000 url(images/hintergrund.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0 0 25px 0;
	font: 100% Calibri, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
/*color: #333;*/
	color: #666666;
    /*font: 100% georgia, serif;*/
}

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

h3 {
	font-weight: normal;
	padding-bottom: 1em;
}


a {
	color: #660000;  
    /*color: #453;*/

}
a:hover {
	background-position: #FFFFFF;
	text-decoration: none;
	background: #FFFFFF;
}

.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 zusaetz
    chen 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 {
    margin: 0; line-height: 1;
}

#kopfbereich h1 a {
	font-size: 1.25em;
	font-weight: normal;
	color: #660000;  
    /*color: #453;*/
    /*color: #898;*/
	text-decoration: none;
}
#kopfbereich h1 a:hover {
    background: transparent;
}

#kopfbereich h2 {
    font-size: 1.25em;  
    /*font-style: italic;*/
    margin: 5px 0 0 0;
    line-height: 1;
}
#kopfbereich h2, #kopfbereich h1 span {
	/*color: #453;*/
    /*color: #898;*/
    color: #666666;
}


/*
* 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: 37em; max-width: 585px;
    /*margin-right: 35px;*/
    margin-right: 50px;    
}
#inhalt h3 {
    font-size: 1.333em;
    margin-top: 0; margin-bottom: .25em;
    color: #660000;  

}
#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 .aktiv-Ebene-1 a {
	background: #FFFFFF url(images/listen-icon.jpg) 5px center no-repeat;
	color: #666666;
    /*color: #564;*/
}

#sidebar .Ebene-2 a {
	font-size: 1em;
	text-indent: 0.6em;
}

#sidebar .aktiv-Ebene-2 a {
	background: #FFFFFF url(images/listen-icon.jpg) 5px center no-repeat;
	color: #666666; /*color: #564;*/;
	font-size: 1em;
	text-indent: 0.6em;
}



#sidebar ul a:hover{
	background: #FFFFFF;
	color: #666666;
    /*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: .8em;
}
