* {	margin:0; padding:0; } /* Wichtig: Reset alle Margins und Paddings für alle Elemente !! */

body
{
	background-color:white;
	color:#333333;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background:url(../_images/background_full.jpg) no-repeat;
}

#wrapper { 
	width:950px;
}


#Header
{
	float:left;
	width:775px; 
	height:100px;
	color:#555;
}

#Header h1 /* Titel 'Andreas Dirscherl' */
{
	padding-top:15px;
	padding-left:68px;
	font-size:1.7em;
	font-weight:bold;
}
@media print { #Header h1 {	font-size:1.3em; padding-left:0px; } }

#Header h2 /* Untertitel 'F.M. Alexander-Technik' */
{
	border-top:3px solid white; /* Das ist die Trennlinie zwischen Name und AT */
	margin-top:5px; /* Abstand der Linie vom Namen */
	margin-left:35px; /* Abstand der Linie von links */
	padding-top:8px; /* Abstand AT von der Linie */
	padding-left:151px; /*Einrückung AT */
	width:350px; /* Länge der Linie */
	font-size:1.1em;
	font-weight:bold;
}

@media print { #Header h2 {	margin-top: 0px; 	padding-left: 132px;}}

#Special ul
{
	width:155px;
	height:80px;
	padding:8px 10px 12px;
	margin-left:775px;
	font-style: italic;
	font-size: .85em;
	text-align:center;
	font-weight:normal;
	line-height:1.5;
	list-style:none;
}

#NavWrapper {
	float:left;
	margin: 25px 0px 0 10px;  /* Das ist der Abstand der gesamte Navigation von oben und vom linken Seitenrand */
	width:156px; /* Eigentliche Gesamtbreite 166px (plus 10px linker Margin) */
	text-align:right;
}

ul#Navigation
{
}
@media print { /* Keine Navigation ausdücken */

#NavWrapper { display:none; }
}
#NavWrapper img {
	margin-top: 5px;
}


ul#Navigation li
{
	font-size:.95em;
	list-style: none;
}

ul#Navigation li a
{
	margin:0;
	padding: 15px 0;  /* Das ist der Abstand der Navigationselemente zwischen den Linien*/
	padding-right:3px; /* rechter Abstand, damit bei die rechtsbündigen Elemente nicht an den Rahmen "hingebatzt" sind */
	border-top: 4px solid white; /* Jedes Navigationselement hat eine Begrenzungslinie oben */
	display:block;
	line-height: 1.4em;
	color:#333333;
	background-color: transparent;
	font-size:0.85em;
	text-decoration: none;
	font-weight:bold;
}

ul#Navigation li a:hover
{
	background-color: #FFE0A2;
	color:#333333;
	font-style: italic;
	border-left:2px solid white;
	border-right:2px solid white;
}

ul#Navigation li a.default /* Diese Regel ist eine Dummy-Regel, nötig nur für das PHP-Script 'navigation.inc.php' */ { }

ul#Navigation li a.current /* Diese Regel gilt für die aktuell ausgewählte Seite, im wesentlichen eine Kopie des Hover-States */
{
	background-color: #FFE0A2;
	text-align: right;
	font-style: italic;
	border-left:2px solid white;
	border-right:2px solid white;
	/* vvvv------ hier die speziellen Änderungen ------------vvvvvv  */
	color:#777;
	cursor:default;
	padding-right:3px; /* rechter Abstand, damit bei die rechtsbündigen Elemente nicht an den Rahmen "hingebatzt" sind */
	letter-spacing:-0.01em;
}

ul#Navigation li ul
{
	margin:-8px 0 0 0; /* Den Listenabstand oben wieder aufheben, so dass das erste Unterelement gleich anschließt */
	border-left:2px solid white;
	border-right:2px solid white;
	padding:0 0 4px 10px; /* Einrückungen links und unten, hier speziell zu definieren, um die Standard-Definition #ul li von oben zu überschreiben. Der Effekt ist ein eigener 'Kasten' für die Subnavigation mit  Einrückung ringsum, außer rechts, dort bis zum Rahmen*/
	background-color: #FFE0A2; /* Zusammen mit dem eben definierten 'Kasten' den Rest auffüllen mit der Hover-Hintergrundfarbe */
	text-align:right;
}

ul#Navigation li ul li
{
	margin:2px 0;
}
ul#Navigation li ul li a
{
	padding:4px 4px 4px 0; /* Und dies definiert die einzelnen Subnavigations-Zeilen */
	text-decoration: none;
	border:none;
	background-color:white;
	color:#555;
}

ul#Navigation li ul li a:hover
{
	display: block;
	background-color: #FFE0A2;
	border:none;
}

ul#Navigation li ul li a.default /* Diese Regel ist eine Dummy-Regel, nötig nur für das PHP-Script 'subnavigation.inc.php' */ { }

ul#Navigation li ul li a.current /* Diese Regel gilt für die aktuell ausgewählte Seite, im wesentlichen eine Kopie des Hover-States */
{
	background-color: #FFE0A2;
	border-right:none;
	border-left:none;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding-right:2px; /* Anpassen des rechten Abstands aus der Haupt-Definition für .current von oben, hier für die Subnavigation */
}

ul#Navigation li ul#Impressum
{
	border:none; /* Reset Borders - keine Rahmen für das Impressum */
	border-top: 4px solid white; /* Nur eine Abschlusslinie der Navigation */
	padding-top:15px; /* Dies ist der vertikale obere Abstand von der Hauptnavigation */
	background:none; /* Wieder durchsichtiger Hintergrund */
	font-size:1em;
	text-align:right;
	line-height:1.2; /* Neuer Abstand zwischen den Elementen */
	margin:0px; /* Reset Margins */
}

ul#Navigation li ul#Impressum li
{
	margin:0px; /* Reset Margins */
}
ul#Navigation li ul#Impressum a
{
	margin:0px; /* Reset Margins */
	padding:0; /* Reset padding, hover-Größe nur Textlänge*/
	background-color: transparent;
	font-weight:bold;
	display:inline; /* so wird alles zeilenweise korrekt angezeigt, wir brauchen keine Blöcke um die Hover-States mehr */
}

ul#Navigation li ul#Impressum a:hover
{
	background-color: #FFE0A2;
	font-style: italic;
	letter-spacing:-0.01em;
}

ul#Navigation li ul#Impressum a.noHover { /* Kein Rollover-Effekt für das Foto */ background-color: transparent; }

ul#Navigation li ul#Impressum a.default /* Diese Regel ist eine Dummy-Regel, nötig nur für das PHP-Script 'navigation.inc.php' */ { }

ul#Navigation li ul#Impressum a.current /* Diese Regel gilt für die aktuell ausgewählte Seite, im wesentlichen eine Kopie des Hover-States */
{
	background-color: #FFE0A2;
	padding:0;
}

#Inhalt
{
	margin-left:166px; /* Einrückung für Navigation */
	margin-top: 14px; /* Abstand von oben */
	padding:0px 0px 10px 40px;
	width:744px; /* Breite = Gesamt 950 - Navigation (linker Rand) 166 = 784 */
	font-size: 1.05em;
	text-align:left;
}
@media print {

#Inhalt
{
	padding:10px 0px 10px 20px;
}
}

#Inhalt a
{
	text-decoration: none;
	font-weight:bold;
	color:#0085B9;
	background-color: transparent;
	padding:0px 0px 0px 0px;
}

#Inhalt a:hover
{
	background-color: #FFE0A2;
	color:#0085B9;
	text-decoration: underline;
	padding:0px 0px 0px 0px;
}

#Inhalt h1
{
	font-size:1.3em;
	font-weight:bold;
	font-variant: normal;
	border-bottom: 3px solid #0085B9;
	padding-top: 25px;
	padding-left:15px;
	padding-bottom:5px;
}
@media print {

#Inhalt h1 { padding-left:0px; }
}

#Inhalt h2
{
	font-size:1em;
	font-weight:bold;
	font-variant: normal;
	letter-spacing:0.02em;
	padding: 5px 15px;
}
@media print {

#Inhalt h2 { padding-left:0px; }
}

#Inhalt h3
{
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:0.05em;
	padding: 15px 15px 0px;
}
@media print {

#Inhalt h3 { padding-left:0px; }
}

#Inhalt p
{
	font-size:0.9em;
	font-weight:normal;
	font-variant: normal;
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	margin-left: 17px;
}
@media print {

#Inhalt p { margin-left: 0px; }
}

#Inhalt ol, #Inhalt ul
{
	margin-top: 0.3em;
	margin-bottom: 0.8em;
	margin-left:35px;
}

#Inhalt li
{
	font-size:0.9em;
	font-weight:normal;
	font-variant: normal;
	margin-top: 0;
	margin-bottom: 0;
}

#Inhalt table
{
	margin-left:17px;
	font-size:0.7em;
	width: auto;
	table-layout:fixed;
	border: 1px solid #DDDDDD;
	padding: 10px;
	padding-right:0px;
}
@media print {

#Inhalt table { margin-left:0px; }
}

#Inhalt td
{
	vertical-align:top;
	text-align: left;
	padding:5px;
}

#Inhalt #Spalte
{
	float:right;
	text-align: right;
	padding-bottom:5px;
	margin-left:25px;
	font-size:0.7em;
	font-weight: normal;
	overflow: hidden
!important;
}

#Inhalt #ImageRotatorL
{
	float:left;
	margin:20px 20px 20px 17px;
	width:300px;
	height:300px;
	z-index: 10;
}
#Inhalt #ImageRotatorR
{
	float:right;
	margin:-10px 0px 20px 20px;
	width:250px;
	height:250px;
	z-index: 10;
}
#Inhalt #textFloaterR /* Textbox, die rechts neben der Diashow erscheint */
{
	margin: 0px 0 20px 310px; /* oberer und unterer Rand so, dass vertikale ausgerichtet, linker Rand: Breite ImageRotatorL plus Abstand 20px */

}
#Inhalt #textFloaterR p /* Absätze mehr Abstand voneinander */
{
	margin-top:1.2em;	
}
#textFloaterR .altText /* Text, der sich optisch weiter als <strong> und <em> vom Fließtext unterscheiden soll*/
{
	/*font-style:italic;*/
	font-size:80%;
}

#Inhalt .aktuell
{
	border:1px solid #DDDDDD; 
	margin: 25px 0 0px 17px;
	padding: 5px 10px 10px;
	font-size:0.9em;
	font-weight:bold;
	background-color:#E9EFF9;
	width: 665px;
}
#Inhalt .aktuell h2 {
	/*	margin-top:15px;
*/	color: #666;
	font-size:100%;
}

#Inhalt .aktuell .aktuelleMeldung {
	background: url(../_images/banner_aktuell.jpg) no-repeat;
	line-height:1.2;
	overflow: hidden;
	margin: 15px 0 0 17px;
}
#Inhalt .aktuell .aktuelleMeldung h2{
	color:#000;
	padding-bottom: 0px;
	margin: 0px 0 0;
	font-size: 1.2em;
}
#Inhalt .aktuell .aktuelleMeldung h3{
	color:#000;
	font-size:0.8em;
	letter-spacing:normal;
	padding-top: 3px;
	margin: 0;
}
#Inhalt .aktuell .aktuelleMeldung p{
	margin: 7px 60px 5px 17px;
	color: #555;
}

#Inhalt .zIndexHeading /* Diese Klasse brauchen wir für alte IE, wenn nachfolgende Elemente überlappen */
{
	position:relative;
	z-index:2;
}
#Inhalt #ausgesprochenstimmig
{
	position: relative; /* Postionieren und z-index für alte IE */
	z-index:1;
	cursor:pointer;
	line-height:1.15;
	font-size: 80%;
	padding: 10px 20px;
	background-image: url(../_images/banner_stimmig.png);
	background-repeat: no-repeat;
	background-position: 17px 5px;
	color: #555;
	margin: 0px;

}

#Inhalt #ausgesprochenstimmig .first
{
	padding-left:210px;
	color:#DDD;
	padding-top: 45px;
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	height: 22px;
}

#Inhalt #ausgesprochenstimmig .intro
{
	font-size: 1em;
}
#Inhalt #ausgesprochenstimmig ul
{
	margin:0px 0 0 35px;
	font-size:1.1em;
	font-weight:bold;
	line-height: 1.5;
}

#Inhalt #ausgesprochenstimmig a
{
	color:#c81f66;
	font-style:normal;
	font-size: 1.1em;
}
#Inhalt #ausgesprochenstimmig a:hover {
	color:#0085B9;
	font-style:normal;
	text-decoration: underline;
	background-color: #FFE0A2;
}
.aktuell h2.blog {
	margin-top:15px;
	color: #666;
	font-size:1.2em;
}

#blogFeed {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin:.5em 2em;
}
.blogPostHeading {
	margin: 3px 17px 2px;
	font-size:.8em;
	letter-spacing:0em;
	margin: 0px;	
	padding: 2px;
	border:none;
	cursor:pointer;

}
.blogDate {
	font-size:.8em;
	color: #666;
}

.hidden {
	display:none !important
}
#Inhalt .bilderR
{
	float:right;
	text-align: right;
	padding-bottom:5px;
	margin-top:40px;
	margin-bottom:0;
	margin-left:13px;
	margin-right:0;
	font-size:0.6em;
	font-weight: normal;
	border: 1px solid #999;
}

#Inhalt #SpalteL
{
	position: relative;
	width:190px;
	float:left;
	text-align: left;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:5px;
	margin-top: 17px;
	margin-bottom: 0;
	margin-left: 17px;
	font-size:0.6em;
	font-weight: normal;
}

#Inhalt #Galerie
{
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	margin-left: 17px;
	font-size:0.7em;
	font-weight:normal;
	width:450px;
}

#Inhalt .noprint { }
@media print {

#Inhalt .noprint { display:none; }
}
@media print {

#Inhalt #Galerie { margin-left: 0px; }
}

#Inhalt #Galerie img
{
	margin:0px;
	padding-right:0px;
}

#Inhalt #Galerie a:hover { background:none; }

#Inhalt #Galeriebild
{
	position:absolute;
	top:194px;
	left: 57px;
	z-index:3;
	width:450px;
	height:450px;
}

#Inhalt .Buch img {
	float:left;
	margin: 0px 17px;
	border: 1px solid #DDDDDD;
	vertical-align:middle;
}
#Inhalt .Buch p
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	font-variant: normal;
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	margin-left: 17px;
	margin-right: 30px; /* Text nicht ueber die ganze Breite */
	padding-top:10px;
	padding-left:140px;
	border-top: 1px solid #DDDDDD;
}
@media print {

#Inhalt #Buch p { margin-left: 0px; }
}



em
{
	font-weight:normal;
	font-style:italic;
	font-size:100%;
}

strong { font-weight: bold; }

img { border:none; }

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}



.link
{
	font-size:1.0em;
	font-style:italic;
	font-weight:normal;
}

.noHover { background:none; }

.Trennlinie {
	border-top:1px solid #DDD;
	margin-top: 10px;
	padding-top: 10px;
	clear:right;
}

.clear
{
	clear:both;	
}

.small {
	font-size: .8em;	
}

.button {
	margin: 0px;
	width: 200px;
	padding: 2px;
	text-align: center;
	font-size: 80%;
}
.noMarginTop {
	margin-top: 0px;
}

