@charset "utf-8";
/* CSS Document */

body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background-color: #422d18;
        margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (AuffÃ¼llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
        padding: 20px;
        text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */

}

#container {
	width: 960px;  /* Hierdurch# wird ein Container mit einer Breite erstellt, die 80% der Browserbreite betrÃ¤gt. */
	background:#9B5422;
	margin: 0 auto; /* Durch automatische RÃ¤nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0 solid;
	border-top:10px solid #FBF667; /*
        Hierdurch wird die Einstellung text-align: center im Body-Element Ã¼berschrieben. */
	background-image:url(images/bg-spalten3.jpg);
	background-repeat:repeat-y;
	margin-bottom:-1px;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	padding-bottom:25px;
		
		
}
#container h1 {
	padding-top:20px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header {
        padding: 0px 0px;
                 /* Diese AuffÃ¼llung entspricht der linksbÃ¼ndigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die AuffÃ¼llung entfernen. */
        text-align: center;
        background-image:url(images/head-bg-spalten3.jpg);
        background-position:bottom;
        background-repeat:no-repeat;
        height:200px;
}
#header h1 {
    margin:0px 0px;
        text-align: center;
        color: #000;
        font-style: italic;
        font-family: "Book Antiqua";
        font-weight: bold;
        font-size: 36px;
		
}
/* Tipps fÃ¼r sidebar1:
1. Da wir mit relativen Einheiten arbeiten, ist es empfehlenswert, fÃ¼r die Randleiste keine AuffÃ¼llung zu verwenden. Sie wird bei standardgerechten Browsern der Gesamtbreite hinzugefÃ¼gt, und dies wiederum fÃ¼hrt zu einer unbekannten tatsÃ¤chlichen Breite.
2. Da der Randleistenwert in Gevierten (ems) angegeben wird, variiert die Breite der Randleiste je nach der StandardgrÃ¶ÃŸe des Textes.
3. Zwischen der Kante des div und den darin liegenden Elementen kann ein Abstand eingefÃ¼gt werden, indem Sie diesen Elementen wie in "#sidebar1 p" demonstriert einen linken und rechten Rand zuweisen.
*/
#sidebar1 {
        float: left;
        width: 175px; /* Die Hintergrundfarbe wird nur fÃ¼r die LÃ¤nge des Spalteninhalts angezeigt. */
        padding: 0px 0px; /* Durch die AuffÃ¼llung oben und unten entsteht in diesem div ein visueller Leerraum.  */        /* Vertikale Navigation */
        margin-left:12px;
        color: #FFC;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-weight: bolder;
        font-size: 100%;
        text-align: center;
        margin-bottom:70px;
}
#sidebar1 img {
        margin-top: 40px;
}

#sidebar1 h3, #sidebar1 p {

        margin-left: 10px;  /* FÃ¼r jedes Element, das in den seitlichen Spalten platziert wird, sollten ein linker und ein rechter Rand angegeben werden. */
        margin-right: 10px;
        
        text-align: left;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-style: normal;
        font-weight: bold;
        color: #FFC;
        list-style-position: outside;
        list-style-image: url(images/pfote.GIF);
        list-style-type: none;
        font-size: 14px;

}
#sidebar1 a:active {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFC;
	}
/* Tipps fÃ¼r mainContent:
1. Der Abstand zwischen mainContent und sidebar1 entsteht durch den linken Rand des mainContent-div. Der Spaltenbereich bleibt unabhÃ¤ngig von der Inhaltsmenge des sidebar1-div immer gleich. Sie kÃ¶nnen diesen linken Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 fÃ¼llen soll, wenn der Inhalt in #sidebar1 endet.
2. Wenn ein Element im mainContent-div platziert wird, das zu breit ist, entsteht mÃ¶glicherweise ein Float-Drop (d.h. der nicht floatende mainContent-Bereich wird unter die Randleiste verschoben). Bei einem Mischlayout (prozentbasierte Gesamtbreite und em-basierte Randleiste) kann die verfÃ¼gbare Breite gegebenenfalls nicht exakt berechnet werden. Wenn die TextgrÃ¶ÃŸe des Benutzers Ã¼ber dem Durchschnitt liegt, fÃ¤llt das Randleisten-div breiter aus, und dementsprechend ist im mainContent-div weniger Platz verfÃ¼gbar. Sie sollten sich dieser EinschrÃ¤nkung bewusst sein. Dies gilt insbesondere, wenn der Kunde Inhalte mit Contribute hinzufÃ¼gt.
3. Im unten stehenden bedingten Kommentar fÃ¼r Internet Explorer wird die Zoom-Eigenschaft verwendet, um mainContent die Eigenschaft hasLayout zuzuweisen. Dadurch kÃ¶nnen mÃ¶glicherweise verschiedene IE-spezifische Fehler verhindert werden.
*/
#mainContent {
	position:relative;
	margin:0px 0px 0px 180px;
	/* Der
rechte Rand kann in Prozent oder Pixel angegeben werden. Durch ihn entsteht der Abstand am rechten Seitenrand. */
    padding: 0px 0px 0px;
	font-size: 16px;
	font-weight: bolder;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom:10px;
	color: #000;
	width:760px;
	padding-bottom:10px;
}

#footer {
        padding: 0px 0px; /* Diese AuffÃ¼llung entspricht der linksbÃ¼ndigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
        width: 960px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite betrÃ¤gt. */
        margin: 0 auto;
        text-align: right;
        margin-bottom: 50px;
}
#footer p {
        background-image:url(images/foo-bg-spalten3.jpg);
        background-position:top;
        background-repeat:no-repeat;
        margin: 0px; /* Wenn Sie die RÃ¤nder des ersten Elements in der FuÃŸzeile auf 0 einstellen, kÃ¶nnen Sie unerwartete AbstÃ¤nde zwischen divs vermeiden. */
        padding: 10px 10px;
        color: #FFC;
        font-size: 14px;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-style:italic;
        font-style: normal;
        text-align: center;
}
#footer p span {
 margin-left: 200px;
 text-align:center;
 font-style: italic;
 margin-bottom: 50px;
 }
/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach rechts flieÃŸen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
        float: right;
        margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach links flieÃŸen lassen. */
        float: left;
        margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem SchlieÃŸen eines Containers sein, der wiederum einen vollstÃ¤ndigen Float enthalten sollte. */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	text-align: right;
}

#container #footer p {
        font-size: x-small;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #mainContent h2 {
        font-family: "Book Antiqua";
        font-size: large;
        text-align: center;
        color: #600;
		margin-left:30px;
}
#container #mainContent h1 {
	font-size: 16px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top:10px;
	padding-top:10px;
		
		

}
#container #mainContent h3 {
        font-family:Verdana, Geneva, sans-serif;
        font-size:14px;
        color:#03F;
        text-align:center;
}
#container #mainContent h4 {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-top: 90px;
	margin-bottom: 20px;
}	


#container #mainContent p{
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
}
#container #mainContent p1 {
        text-align:center;
        font-family:Verdana, Geneva, sans-serif;
        font-size:14px;
        color:#600;
        font-weight:bold;

}
a:link {
        color: #FFC;
        font-weight: bold;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 14px; text-decoration:none;
}

       
a:visited{
	color:#FFC;
}
a:hover{
        color:#000;
}
a:active{
	color:#000;
	text-align: left;
	font-style: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
a:active welpen{
	color:#000;
	text-align: left;
	font-style: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
}
a.tablelinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFC;
	text-decoration: none;
	
}
a.memoria {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFC;
	text-decoration: none;
	
}	
a img {
  border: none;
}	
#nav {
        margin-top: 40px;
        text-align:left;
        width:160px;
        line-height:28px;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 14px;
        color: #FFC;
		
		
}

#nav li{

        list-style-image:url(images/pfote.gif);
        color: #FFC;
}
#container #sidebar1 p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
        text-align: left;
}
#container #mainContent table 2{
        width: 550px;
        background-color:#8c6f56;
        text-align:left;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
		margin-left:80px;
		margin-right:30px;
		padding-left:100px;
        


}
        


hr {
	border:solid  1px;
	width:500px;
	color: #03F;
}

#pkontakt {
        margin-top:5px;
        text-align: center;
        color: #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 16px;
}



 #mainContent tablelinks  {
    width:550px;
	background-color: #8c6f56;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-left:30px;
	margin-bottom: 40px;
	text-align: left;
}
#mainContent tablelinks a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table table1 {
        width: 600px;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#000;
		text-align:center;
        padding-left:20px;
        padding-right:10px;
        margin-bottom:50px;
}	
		

	
	

table table1 h1 {
        margin-top:20px;
}

#container #mainContent form {
        margin-top: 70px;
        margin-bottom:90px;
		
}
#container #mainContent #table1 tr td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #D6D6D6;
}
#container #mainContent #table1 tr td p font {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bolder;
        color: #000;
}
#container #mainContent #table1 tr td {
        color: #000;
        text-align: center;
}
#container #mainContent table tr td strong {
	color: #FF9;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}
#container #mainContent table1 tr th {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000;
}
#container #mainContent ahnentafel karajan {
	width: 600px;
	margin-left: 20px;
	
	
	}
.tableahnentafelkarajanp {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-style: italic;
	color: #C6E2FF;
}

.p1 {
	
	font-size: 14px;
}
.ahnentafelkarajanh1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #C6E2FF;
}
.a1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	color: #C6E2FF;
}
.tableahnentafelkarajanp b i font {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;
}
ahnentafelkarajan h5{
	color:#FFC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	margin-top:10px;	
}	
.p2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-bottom:50px;
}  
	
#container #mainContent form table tr .my {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 2px solid #000;
	text-align: center;
}
#container #mainContent table1 tr th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#container #mainContent table1 tr td strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#container #mainContent table tr td {
	text-align: center;
}
#container #mainContent p1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #600;
}
#container #mainContent p2 .p2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #09F;
}

#container #mainContent h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #03F;
}


a:visited {
	text-decoration: none;
	color:#FFC;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}	
#container #mainContent #CollapsiblePanel1 .CollapsiblePanelContent table tr td {
	text-align: center;
}
#container #mainContent h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #03F;
}	
.ahnentafelkarajanh5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFC;
}
.ahnentafelkarajanh5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFC;
}

.table ahnentafel  {
	width:805px;
	
}
#container #mainContent form table tr {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	
}
#container #mainContent form table tr td h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	
}	
 	
#container #mainContent #CollapsiblePanel1 .CollapsiblePanelContent table {
	text-align: center;
}	
#container #mainContent table tr td strong {
	text-align: left;
	color: #FF9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



#container #mainContent table tr td {
	color: #FFC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
	
}
#container #mainContent table tr td {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}


#container #mainContent table {
	text-align: center;
}

#container #mainContent table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #mainContent table ausstellungen {
        width:550px;
        text-align:left;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:12px;
        
}
#container #mainContent #table links tr td strong {
	color: #FF9;
}
#container #mainContent #table links tr td {
	color: #000;
	
}

#container #mainContent #table links tr td a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container #mainContent #table links tr td strong {
	color: #FF6;
}


#container #mainContent #table links tr td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#container #mainContentvideo  {
	margin-bottom:60px;
	
}

	
#mainContentkarajan {
	position:relative;
	margin:0px 0px 0px 190px;
	/* Der
rechte Rand kann in Prozent oder Pixel angegeben werden. Durch ihn entsteht der Abstand am rechten Seitenrand. */
    padding: 0px 0px 0px;
	font-size: 14px;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom:10px;
	color: #000;
	width:760px;
	padding-bottom:80px;

}
#container #mainContentkarajan h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000;
	padding-top:5px;
}

#container #mainContentkarajan h4 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

ul karajan {
	position:absolute;
	float:left;
	
}	
li karajan{
	padding-left:10px;

	float:left;
	margin-bottom: 0.2em; 
    list-style-image:none;
}		
ul rembrandt {
	position:absolute;
	
	float:left;
}	
li rembrandt{
	padding-left:10px;

	float:left;
	margin-bottom: 0.2em; 
    list-style-image:none;
}		
ul welpen {
	
	float:left;
	
	

}
li welpen{
	margin-left_:30px;
 } 
ul fuchsort  {
	float:left;
	
}    
li fuchsort {
	
	padding-right:60px;
 } 	
		
#container #mainContentkarajan h4 {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F00;
	font-size: 16px;
	}	
#container img logo2 {
	padding-top:150px;
	
	}
#TABLE {
	padding-left:30px;
	
	}	
#container #mainContent table tr th {
	text-align: left;
}
marquee {
	font-size: 16%;
}


#container .marquee {
	margin-top:5px;
	padding-top:10px;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
#container .object {
	
	padding-top:10px;
	margin-top:5 px;
	
	}
#container p5 {
	text-align:center;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	
}
#container .containera3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
#body1  {
	background-color: #FFC;
        margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (AuffÃ¼llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
        padding: 20px;
        text-align: center;
     
}

.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#container #mainContentwelpen table tr td a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#container #mainContentwelpen table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-left:40px;
	text-align: left;
}
#container p {
	font-size: 12px;
}
#container p .a1 {
	font-size: 14px;
	color: #F00;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bolder;
	font-style: normal;
}
#container #header .marquee {
	font-size: 14px;
	padding-top_:30px;
}
#container #mainContentwelpen table tr td em {
	font-style: italic;
	text-align: left;

}

