﻿/*
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 {
	text-align: left;
	margin: 0;
	padding: 0 0 25px 0;
	font: 100% Arial, Helvetica, sans-serif;
}

/* Allgemeingueltige Klassen und Elemente */
img {
	border: none;
	margin-right: 20px;
}

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: #000000;
}
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;
	height: 18px;
	width: 860px;
}

/*
* Hauptbereich: #container
 */

#container {
	margin: 0 auto;
	width: 860px;
	background: right center;
	height: 607px;
	background-image: url('images/container_org.jpg');
	background-repeat: repeat-y;
}

/*
* Hauptbereich: #container
** Unterbereich: #kopfbereich
 */
#kopfbereich {
	background: no-repeat;
	height: 68px;
	max-height: 130px;
}

#kopfbereich h1 {
	margin: 20px 0 0 0;
	line-height: normal;
	left: 150px;
}

#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: medium;
	font-style: italic;
	margin: 0 0 0 0;
	line-height: 1;
}
#kopfbereich h2, #kopfbereich h1 span {
	color: #000000;
}


/*
* Hauptbereich: #container
** Unterbereich: #mitte
 */
#mitte {
	font-size: .9375em;
	padding-bottom: 2em;
	background: url('images/mitte.jpg') repeat-y right;
	height: 282px;
	width: 860px;
}

/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #inhalt
 */
#inhalt {
	float: right;
	width: 45em;
	max-width: 585px;
	margin-right: 1px;
}
#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: #FF9933 url(images/sidebar.jpg) repeat-y;
	margin-left: 49px;
}
#sidebar #sidebar-innen {
	width: 195px;
	margin: 5px 0 10px 10px;
	padding: 2em 0 3em 0;
}
#sidebar .sidebar-unten {
	background: #FFFFFF url(images/sidebar-unten.jpg) no-repeat;
	z-index: auto;
}

#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;
	padding: 7px 12px 7px 22px;
	display: block;
}
#sidebar ul a:hover, #sidebar .aktiv a {
	background: #FFCC99 url(images/listen-icon.jpg) no-repeat 5px center;
}


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

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