﻿body {
	background: #FFE3E9 url("../pics/hintergrund.jpg") repeat-x;
	text-align: center;
	margin: 0;
	padding: 0 0 25px 0;
	font: 100% "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #4F0051;
}

/* 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: #4F0051;
}
a:hover {
    text-decoration: none;
    background: #F3C81B;
}

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

/*
* Hauptbereich: #container
** Unterbereich: #kopfbereich
 */
#kopfbereich {
	background: url('../pics/kopf.jpg') no-repeat;
	height: 20px;
	max-height: 50px;
	padding: 210px 40px 80px 80px;
	text-align: right;
}

#kopfbereich h1 {
    margin: 0; line-height: 1;
}

#kopfbereich h1 a {
    font-size: 1.3125em; font-weight: normal;
    color: #4F0051;
    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: #4F0051;
}


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

/*
* Hauptbereich: #container
** Unterbereich: #mitte
*** Abschnitt: #inhalt
 */
#inhalt {
    float: right;
    width: 44em; max-width: 750px;
    margin-right: 35px;
}
#inhalt h3 {
	font-size: 1.333em;
	margin-top: 0;
	margin-bottom: .25em;
}

#inhalt h4 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: .25em;
}

#inhalt a:hover {
    color: #fff;
    background: #8C64A0;
    text-decoration: underline;
}

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

#inhalt ul {
	list-style-image:url('../pics/aufzaehlungszeichen.jpg')
}


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

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

#sidebar ul {
    list-style: none;
    padding-left: 0; margin-left: 0; margin-top: 0;
    background: url("../pics/listen-element.jpg") no-repeat;
}
#sidebar ul li {
    background: url("../pics/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: #FFF8FF url("../pics/listen-icon.jpg") 5px center no-repeat;
    color: #4F0051;
}


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

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



<!-- Ausklapptext MEHR LESEN siehe auch in Head das Script und im CSS --> 
.da {
	cursor:pointer;
	text-align:justify;
	}

.do {
	display:none; 
	text-align:justify;
	}

.hier {
	visibility:visible; 
	color: #000000; 
	text-decoration:underline;}

.weg {
	display:none;
	}

.closed {
float:right;
height:18px;
width:17px;
margin-top:-17px;
margin-right:-25px;
text-indent:-9999px;
background:2pfeile_weiterlesen.jpg
left no-repeat;
}

.open {
float:right;
height:18px;
width:17px;
margin-top:-17px;
margin-right:-25px;
text-indent:-9999px;
background:2pfeile_weiterlesen.jpg
right no-repeat;
}

<!-- Ausklapptext MEHR LESEN siehe auch in Head das Script und im CSS ENDE -->









