
/*** ========================================================================================= ***/
/*** Body ================  ==================================================================== ***/
/*** ========================================================================================= ***/

body					{
						background-color: #E1D8CB;
						margin-top: 0em;
						margin-left: 0em;
						}

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


p						{
						font-family:  Verdana, Georgia, "Times New Roman", Serif;
						color: #000000;
						margin: 0em 0em 1em 0em;
						padding: 0em 0em 0em 0em;
						display: block;
						font-size: 0.70em;
						text-align: justify;
						line-height: 1.2em;
						}


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


a						{ font-weight: 400;
						text-decoration: none;
						color: gray;
						border-bottom-color: #999966;
						}
a:link					{ text-decoration: none; 
						color: gray;
						border-bottom-color: #999966;
						}
a:visited				{ text-decoration: none;
						color: gray;
						border-bottom-color: #999966;
						}
a:hover					{ text-decoration: underline;
						color: red;
						border-bottom-color: #999966;
						}
a:active				{ text-decoration: underline;
						color: red;
						border-bottom-color: #999966;
						}
a image, a:hover image	{ border: 0 none; /* Bilder mit Links bekommen keinen Rahmen vom Browser zugewiesen */
						}

div#Inhalt a			{ letter-spacing: 0.05em; }



/*** ========================================================================================= ***/
/*** Table-Formatierung ====================================================================== ***/
/*** ========================================================================================= ***/

/***
#maintable_menu { border-left-color: #000000; border-left-style: solid; border-left-width: 0.07em;
					border-right-color: #000000; border-right-style: solid; border-right-width: 0.07em;
					border-top-color: #000000; border-top-style: solid; border-top-width: 0.07em;}

#maintable_content {
					border-left-color: #000000; border-left-style: solid; border-left-width: 0.07em;
					border-right-color: #000000; border-right-style: solid; border-right-width: 0.07em;
					border-top-color: #000000; border-top-style: solid; border-top-width: 0.07em;
					border-bottom-color: #000000; border-bottom-style: solid; border-bottom-width: 0.07em;}

#maintable_footer { border-left-color: #000000; border-left-style: solid; border-left-width: 0.07em;
					border-right-color: #000000; border-right-style: solid; border-right-width: 0.07em;
					border-bottom-color: #000000; border-bottom-style: solid; border-bottom-width: 0.07em;}

***/

#maintable_content {padding: 1em 1em 1em 1em;}

/*** ========================================================================================= ***/
/*** Menü-Formatierung ======================================================================= ***/
/*** ========================================================================================= ***/

div#Menu ul	{
						margin: 0em 0em 0em 0em;
						padding: 0em 0em 0em 0em;
						text-align: left;
						list-style: none;
						}

div#Menu ul li {
						margin: 0em 0em 0em 0em;
						padding: 0em 0em 0em 0em;
						text-align: left;
						list-style: none;
						border-bottom-width: 0.1em;
						border-bottom-style: dotted;
						}
	
div#Menu ul li a {
						margin: 0em 0em 0em 0em;
						padding: 0.1em 0.5em 0.1em 0.5em;
						display: block;
						}

div#Menu ul li a:hover	{
						text-decoration: underline;
						}
	
div#Menu ul li a:active	{
						text-decoration: underline;
						}



/*** ========================================================================================= ***/
/*** A?berschriften =========================================================================== ***/
/*** ========================================================================================= ***/



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



h1						{
						margin: 0em 0em 0em -0.05em;
						padding: 0em 0em 0em 0em;
						font-size: 3em;
						font-weight: 400;
						letter-spacing: -0.02em;
						}

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;
						}

h3						{
						margin: 1.4em 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;
						}

h4						{
						margin: 0em 0em 2.5em -0.05em;
						padding: 0em 0em 0em 0em;
						font-size: 2em;
						font-weight: 900;
						white-space: nowrap; /* benAstigt ein Leerzeichen hinter dem letzten Buchstaben der A?berschrift */
						}

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;
						}



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


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



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


abbr					{
						cursor: help;
						border-bottom-width: 0.1em;
						border-bottom-style: dotted;					
						}

acronym					{
						cursor: help;
						border-bottom-width: 0.1em;
						border-bottom-style: dotted;					
						}



.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;
						}

.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;
						}


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


.Teilnehmervorstellung	{
						margin: 0em 0em 5em 0em;
						min-height: 12em;
						display: block;
						}




/*** ========================================================================================= ***/
/*** 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 ====================================================================== ***/
/*** ========================================================================================= ***/


.Aufmacherbild_horizontal	a	{
						cursor: default;
						}


.Aufmacherbild_vertikal	a	{
						cursor: default;
						}


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


.Bild a:hover			{
						text-decoration: none; 
						} 


.Bild a:hover span.Bildunterschrift_Textbox	{
						display: block; /* ordnet die Textbox unter dem Bild an */
						direction: ltr;
						border: 0.1em;
						border-style: solid;
						font-size: 1em;
						} 

.Bild a:hover span.Bildunterschrift_Text	{
						padding: 0.5em 0.5em 0.5em 0.5em;
						display: block;
						text-align: left;
						} 

.Portrait a				{
						cursor: default;
						}


