/* ................................................
Zweispaltiges Layout mit Kopf- und Fußbereich,
waagerechter Navigationsleiste und Zweitnavigation
................................................... */

/* Generelle Einstellungen
...........................*/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Formatierung der Container für die Seitenaufteilung
....................................................... */
body {
	background-color: #fff3d9;
	background-image: url('../images/bg_body.gif');
	font-size: 100%;
	text-align: center;
}

#aussen {
	width: 900px;
	background-color: #f5f6d1;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 1px solid #3c3c3c;
	text-align: left;
}

#header {
	font-size: 0.7em;
	background-color: #f5f6d1;
	background-image: url('../images/muka_banner.jpg'); background-repeat:no-repeat;
	height: 82px;
}

#navi {
	font-size: 0.8em;
	background-color: #2d2751;
	border-bottom: 1px solid maroon;
	margin-left: 0px;
}

#innen {
	background-color: #f5f6d1;
}

#navi2 {
	font-size: 0.8em;
	background-color: #2d2751;
	width: 150px;
	float: left;
}

#content {
	background-color: #ffffff;
	margin-left: 150px;
	padding: 5px 15px 150px 15px;
	float: none;
}

#footer {
	clear: both;
	border-top: 1px solid #3c3c3c;
	background-color: #f5f6d1;
	padding: 10px;
	font-size: 0.75em;
}

/* Hauptnavigation
................... */
#navi .rot {
	background: #5b1733;
	width: 150px;
}
#navi .rot a {
	display: block;
	padding: 3px 10px 3px 25px;
	text-decoration: none;
}
#navi .rot a:active, #navi .rot a:hover {
	/*background-color: #a9122a;*/
	background-image:url(../images/red_on.jpg);
	color: white;
}

#navi .jubilaeum {
	background: #92b63a;
}
#navi .jubilaeum a {
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
         font-weight: bold;
}
#navi .jubilaeum a:active, #navi .jubilaeum a:hover {
	/*background-color: #a9122a;*/
	background-image:url(../images/green_on.jpg);
	color: white;
}

#navi ul {
	list-style-type: none;
}

#navi li {
	display: block;
	float: left;
	border-right: 1px solid white;
}

#navi a {
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}

#navi a:link, #navi a:visited {
	color: white;
}

#navi a.aktiv:link, #navi a.aktiv:visited {
	background-color: #6481b1;
}

#navi a:active, #navi a:hover {
	/*background-color: #6481b1;*/
	background-image:url(../images/blue_on_top.jpg);
	background-position: center;
	color: white;
}

/* Zweitnavigation
................... */
#navi2 .unten {
	position: absolute; top: 503px;
	background-color: #2d2751;
	width: 150px;
	float: left;
}
#navi2 unten. a:hover, #navi2 unten. a:active {
	/*background-color: #6481b1;*/
	background-image: url(../images/blue_on.jpg);
}
#navi2 ul {
	list-style-type: none;
}

#navi2 li {
	margin: 0;
}

#navi2 a {
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 25px;
}

#navi2 a:link, #navi2 a:visited {
	color: white;
	border-top: 1px solid #eaedf2;
	border-bottom: 1px solid #2d2751;
}

#navi2 a:hover, #navi2 a:active {
	/*background-color: #6481b1;*/
	background-image: url(../images/blue_on.jpg);
	color: white;
	border-bottom: 1px solid #2d2751;
	border-top: 1px solid #eaedf2;
}

/* Auswahlnavigation */
#auswahl {
	margin: 3px 30px 3px 50px;
	display: block;
	float: none;
}

#auswahl a {
	/*display: block;*/
	font-size: 0.8em;
	text-decoration: none;
	text-align: center;
	background: #f5f6d1;
	width: 108px;
	color: navy;
	padding: 2px;
	border-right: 3px solid white;
	border-bottom: 2px solid white;
	background-position: center;
}
 #auswahl a:hover, #auswahl a:active  {
   background-image: url(../images/yellow_on.jpg);
	color: navy;
}
/* breadcrumb
................... */
.breadcrumb {
	color: #000171;
	font-size: 0.75em;
	text-decoration: none;
	margin:0px;
}
/* Tabelle Hörproben */
 tabel.repertoire {
	border: solid thin #2d2751;
	width: 500px;
	margin-left: 30px;
}
 tabel.ausbildung {
   border: solid thin #2d2751;
	width: 600px;
	vertical-align: top;
}
 td.titel {
	width: 175px;
 	vertical-align: top;
}

 td.autor {
	width: 175px;
 	text-align: right;
}

 td.punkte {
	width: 150px;
 	text-align: center;
}
td.thema {
	font-size: 80%;
	width: 425px;
	vertical-align: top;
	padding: 10px 5px 0px 5px;
}

}
td.logo {
	width: 75px;
}
/* Textformatierungen
...................... */
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: black;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: navy;
	border-bottom: thin solid navy;
	margin: 5px 30px 15px 30px;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: black;
	position: absolute; top:40px; left:32%;
}

#content h3 {
	font-size: 1em;
	font-weight: normal;
	color: #5f5f5f;
	margin-top: 1.5em;
	margin-bottom: 0.4em;
	border-bottom: 1px dotted #5f5f5f;
}

#content h4 {
	font-size: 1em;
	font-weight: normal;
	color: #5f5f5f;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #5f5f5f;
}

#content p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

#navi2 p.aktuell {
	text-align: center;
	margin-top: 25px;
}

#navi2 h2 {
	background-color: #fcf88e;
	padding: 10px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

#footer p {
	color: #3c3c3c;
}

a:link, a:visited {
	color: #069;
}

a:active, a:hover {
	background-color: #069;
	color: white;
}

.date {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}

/* Artikelformatierungen
......................... */
.artikel {
	border: 1px solid #555;
	margin-top: 1em;
}

.fett {
	font-weight: bold;
	margin-left: 20px;
}

.high {
	font-weight: bold;
	color: #0000c6;
}

.rechts{
	font-weight: bold;
	color: #0000c6;
}

#content h4.artikelhead {
	font-size: 1.4em;
	color: black;
	padding: 5px 0px 5px 0px;
	margin: 5px 30px 5px 30px;
}

#content h5.artikelhead {
	font-size: 1.1em;
	color: black;
	padding: 5px 0px 5px 0px;
	margin: 5px 30px 5px 30px;
}

#content h3.artikelhead {
	background-color: #fcf88e;
	color: black;
	padding: 5px 10px 5px 5px;
	margin: 5px 30px 5px 30px;
	font-size: 1.1em;
}
#content h3.artikelhead2 {
	background-color: #fcf88e;
	color: black;
	padding: 5px 10px 5px 5px;
	margin: 5px 0px 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

#content p.artikeltext {
	margin: 5px 30px 5px 30px;
}

#content p.beschreibung {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #fcf88e;
	color: #5f5f5f;
	padding: 5px 0px 5px 5px;
	margin: 10px 30px 10px 30px;
	border-bottom: 1px dotted #5f5f5f;
}

#content p.beschreibung2 {
	font-size: 0.9em;
	font-weight: normal;
	background-color: #fcf88e;
	color: #5f5f5f;
	padding: 5px 0px 5px 5px;
	margin: 10px 30px 10px 30px;
	border-bottom: 1px dotted #5f5f5f;
}

#content p.bildtext {
	margin: 0px 58px 15px 53px;
}

#content p.abstand {
	margin-top: 20px;
}
/* Bilder
.......... */
#header img {
	margin: 25px 10px 25px 10px;
}

.foto {
	margin: 10px 10px 5px 20px;
	padding: 2px;
	border: 1px solid #333333;
}

.foto_left {
	float: left;
	padding: 2px;
	border: 1px solid #333333;
	margin-right: 20px;
}

.center {
	text-align: center;
	border: 0;
}

.left {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
}

.artikel_left {
	float: left;
	margin-left: 30px;
	margin-right: 10px;
}

.right {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}

.small {
	font-size: 0.7em;
}

/* Sonstige Formatierungen
........................... */
#content hr {
	height: 0.5px;
	color: #3c3c3c;
	clear: both;
}

.clear {
	clear: both;
}

#content ul, #content ol {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 5px 30px 5px 60px;
}

#content ul {
	list-style-type: square;
}