


/*** ========================================================================================= ***/
/*** Globaleinstellungen ===================================================================== ***/
/*** ========================================================================================= ***/




* { 
	margin: 0em 0em 0em 0em; /* überschreibt alle browser-seitigen Voreinstellungen auf null */
	padding: 0em 0em 0em 0em; /* überschreibt alle browser-seitigen Voreinstellungen auf null */
  }







body	{
	font-size: 0.95em; /* vermeidet Darstellungsprobleme bei älteren Browsern */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
		}





/*** ========================================================================================= ***/
/*** Einstellungen für die Seite ============================================================= ***/
/*** ========================================================================================= ***/


#Seite { 
	margin: 2em 3em 2em 3em; 
	width: auto;
	}


/*** ========================================================================================= ***/
/*** Einstellungen für die Kopfzeile ========================================================= ***/
/*** ========================================================================================= ***/


#Kopfzeile {
	clear: both;
	float: none;
	margin: 0em 0em 1em 0em;
	width: auto;
	}

#Titel {
	clear: both;
	float: none;
	margin: 0em 0em 0em 0em;
	width: auto;
	text-align: center;
	}


/*** ========================================================================================= ***/
/*** Einstellungen für das Menü ============================================================== ***/
/*** ========================================================================================= ***/


#Menu-Container	{
	display: none;
	}

#Menu	{
	display: none;
	}



/*** ========================================================================================= ***/
/*** Einstellungen für Inhalt ================================================================ ***/
/*** ========================================================================================= ***/


#Inhalt-Container {
	clear: both;
	float: left;
	margin: 0em 0em 0em 0em;
	width: auto;
	}

#Seitentitel-Container {
	clear: none;
	float: none;
	margin: 0em 0em 0em 0em;
	width: auto;
	}
	
	
#Seiten-Titel {
	float: left;
	margin: 0em 0em 0em 0em;
	width: auto;
	}

#Galerienavigation {
	display: none;
	}	
	

#Inhalt {
	clear: inherit;
	float: left;
	width: 100%; 		/*verhindert das "Hochrutschen" des Containers in die Lücke der oberen divs*/
	margin: 0.5em 0em 0em 0em;
	}

#Bildergalerie-Container {
	clear: none;
	float: none;
	margin: 0em 0em 0em 0em;
	width: auto;
	}



	
/*** ========================================================================================= ***/
/*** Einstellungen für die Fusszeile ========================================================= ***/
/*** ========================================================================================= ***/

#Fusszeilen-Container {
	clear: both;
	float: none;
	margin: 0em 0em 0em 0em;
	padding: 5em 0em 0em 0em;
	width: auto;	
	}


#Fusszeile {
	margin: 0em 0em 0em 0em;
	padding: 1em 0em 0em 0em;
	width: auto;
	border-top: 0.1em;
	border-top-style: solid;
	border-top-color: #D5D5D5;

	}

	





/*** Farben ================================================================================== ***/










/*** ========================================================================================= ***/
/*** Überschriften =========================================================================== ***/
/*** ========================================================================================= ***/



h1						{ /* Große Titelzeile */
						color: #000000;
						}

h2						{ /* Kapitälchen */
						color: #999999;
						}

h3						{
						color: #999999;
						border-bottom-color: #999999;
						}

h4						{
						color: #990000;
						}





/*** ========================================================================================= ***/
/*** Bilder ================================================================================== ***/
/*** ========================================================================================= ***/




div#Inhalt .Bild img	{
						border-color: #999999;
						}





/*** ========================================================================================= ***/
/*** Hintergrundfarben ======================================================================= ***/
/*** ========================================================================================= ***/





#Kopfzeile, #Menu, #Inhalt, #Fusszeile	{
						border-color: #999999;
						background-color: #FFFFFF;
	}


div#Zierstreifen				{
						background-color: #999999;
						}

.Hinweis-Box			{
						border-color: #999999;
						background-color: #FFFFFF;
						}

.Highlight				{
						color: #FFFFFF;
						}




/*** Typographie ============================================================================= ***/






/*** ========================================================================================= ***/
/*** Überschriften =========================================================================== ***/
/*** ========================================================================================= ***/



h1, h2, h3, h4, h5, h6	{ 
						background: transparent;
						}



h1						{
						margin: 0em 0em 0em -0.05em;
						padding: 0em 0em 0em 0em;
						font-size: 1.5em;
						font-weight: 400;
						letter-spacing: -0.02em;
						color: #000000;
						}

h2						{
						margin: 0em 0em 0em 0em;
						padding: 0em 0em 0em 0em;
						font-size: 0.8em;
						font-weight: 400;
						text-transform: uppercase;
						letter-spacing: 0.15em;
						color: #89633F;
						}

h3						{
						margin: 1.3em 0em 0em 0em;
						padding: 0.1em 0em 0.1em 0em;
						font-size: 0.8em;
						font-weight: 400;
						text-transform: uppercase;
						letter-spacing: 0.15em;
						border-bottom-width: 0.1em;
						border-bottom-style: dotted;
						border-bottom-color: #CCCC99;
						color: #89633F;
						}

h4						{
						margin: 0em 0em 2.5em -0.05em;
						padding: 0em 0em 0em 0em;
						font-size: 1.2em;
						font-weight: 900;
						white-space: nowrap; /* benötigt ein Leerzeichen hinter dem letzten Buchstaben der Überschrift */
						color: #990000;
						}

h5						{
						margin: 1.6em 0em 0.9em 0em;
						padding: 0.1em 0em 0.1em 0em;
						font-size: 0.8em;
						font-weight: 400;
						text-transform: uppercase;
						letter-spacing: 0.15em;
						display: block;
						}

h6						{
						margin: 1em 0em 0.5em 0em;
						padding: 0em 0em 0em 0em;
						font-size: 1em;
						font-weight: 900;
						}


/*** ========================================================================================= ***/
/*** Links =================================================================================== ***/
/*** ========================================================================================= ***/


a						{
						color: #000000;
						}

a:link					{
						color: #000000;
						}

a:hover					{
						color: #000000;
						}

a:active				{
						color: #000000;
						}




/*** ========================================================================================= ***/
/*** Textblockformatierung =================================================================== ***/
/*** ========================================================================================= ***/


p						{
						margin: 0em 0em 1em 0em;
						padding: 0em 0em 0em 0em;
						display: block;
						font-size: 1em;
						text-align: justify;
						line-height: 1.3em;
						}


.Initiale				{
						color: #990000;
						}

.Highlight				{
						color: #D78807;
						}


/*** ========================================================================================= ***/
/*** E-Mail-Adress-Formatierung ============================================================== ***/
/*** ========================================================================================= ***/


img.at					{
						height: 1em; /* muß den gleichen Wert wie <p> haben */
						width: 1em;
						vertical-align: bottom;
						}



/*** ========================================================================================= ***/
/*** Text-Klassen ============================================================================ ***/
/*** ========================================================================================= ***/


abbr					{
								
						}

acronym					{
											
						}



.Abstract				{
						margin: 0em 0em 2em 0em;
						font-weight: 700;
						}


address					{
						margin: 0em 0em 1em 0em;
						font-style: normal;
						line-height: 1.3em;
						}


.Autor					{
						margin: -6.5em 0em 5em 0em;
						padding: 0em 0em 0em 0em;
						font-size: 0.8em;
						font-weight: 400;
						text-transform: uppercase;
						letter-spacing: 0.15em;
						}


.Bilderbeschreibung_Ausstellung	{
						margin: 0em 0em 5em 0em;
						min-height: 14em;
						display: block;
						}


.Fusszeile				{
						font-size: 0.8em;
						}


.Hinweis-Box			{
						margin: 3em 0em 0.7em 0em;
						padding: 1em 1em 1em 1em;
						border-style: dotted;
						border-width: 0.2em;
						}


.Hinweis-Ueberschrift	{
						font-size: 1em;
						font-weight: 700;
						}


.Initiale				{ 
						margin: 0em 0.05em 0em -0.1em;
						float: left;
						line-height: 0.75em;
						font-size: 5em;
						font-weight: 400;
						color: #990000;
						}


.Literaturtitel			{
						font-style: italic;
						font-weight: 700;
						}

.Bildunterschrift_Galeriebild
						{
						padding: 0.5em 0em 0em 0em;
						display: block;
						font-style: italic;
						}


/*** ========================================================================================= ***/
/*** Listen-Formatierung ===================================================================== ***/
/*** ========================================================================================= ***/



div#Inhalt ul			{
						margin: -0.5em 0em 1em 0em;
						padding: 0em 0em 0em 0em;
						display: block;
						font-size: 1em;
						text-align: left;
						line-height: 1.3em;
						list-style: circle;	
						}

div#Inhalt li			{
						margin: 0em 0em 0em 1.3em;
						}





/*** ========================================================================================= ***/
/*** Bildunterschriften ====================================================================== ***/
/*** ========================================================================================= ***/




.Bilder_copyright		{
						padding: 0.5em 0em 0em 0em;
						display: block;
						font-style: italic;
						}

/*** Bilderformatierung ==================================================================== ***/



/*** ========================================================================================= ***/
/*** Logo - Positionierung =================================================================== ***/
/*** ========================================================================================= ***/


#Logo
	{

	}

#Logo img 
	{
	width: 14.4em;
	clip: rect (0em, 0em, 3em, 0em)
	}



/*** ========================================================================================= ***/
/*** Bilder - Positionierung ================================================================= ***/
/*** ========================================================================================= ***/



.Bild_links
	{
	position: relative;
	float: left;	
	margin: 0em 1em 0.5em 0em;
	}

.Bild_rechts
	{
	position: relative;
	float: right;
	direction: rtl;
	margin: 0em 0em 0.5em 1em;
	}


	
/*** ========================================================================================= ***/
/*** Bilder-Formatierung ===================================================================== ***/
/*** ========================================================================================= ***/




.Bild img
	{
	border: 0.1em;
	border-style: solid;
	} 

.Aufmacherbild_horizontal img
	{
	width: 20em;
	}

.Aufmacherbild_horizontal span.Bildunterschrift_Textbox
	{
	width: 20em;
	}



.Aufmacherbild_vertikal img
	{
	width: 13em;
	}


.Portrait img
	{
	width: 10em;
	}

.Portrait span.Bildunterschrift_Textbox
	{
	width: 10em;
	}



.Bild_zoom img
	{
	width: 10em;
	}

.Bild span.Bildunterschrift_Textbox
	{ 
	display: none;
	} 

.Bildunterschrift_Text
	{
	width: inherit;
	}



