/* ***** Body ***** */

body { font-family: georgia; }


/* ***** Text-Formatierung ***** */

/* Absatz 11pt */
p { font-size: 11pt; 
	font-family: georgia; 
	line-height: 14pt; 
	margin-top: 0px; 
	margin-bottom: 10px;}
	
.kleinschrift { font-size: 9pt; 
	font-family: georgia; 
	line-height: 12pt; 
	margin-top: 0px; 
	margin-bottom: 7px;}

/* Tabellen 11pt */
td {font-size: 11pt; 
	font-family: georgia; 
	line-height: 14pt; 
	margin-top: 0px; 
	margin-bottom: 10px; }
	
/* Hauptüberschrift 15pt */
h1 { color: #8b008b; 
	font-size: 15pt; 
	font-family: georgia; 
	font-weight: 600; 
	font-style: normal; 
	line-height: 18pt; 
	margin-top: 0; 
	margin-bottom: 10px;}

/* Überschrift 2. Ebene 13pt */
h2 { color: #8b008b; 
	font-size: 13pt; 
	font-family: georgia; 
	font-weight: 500; 
	font-style: normal; 
	line-height: 15pt; 
	margin-top: 0; 
	margin-bottom: 5px;}

/* Überschrift in gleicher Schriftgröße wie Fließtext */
h3 { font-size: 11pt; 
	font-family: georgia; 
	font-weight: 500; 
	line-height: 14pt; 
	margin-top: 0; 
	margin-bottom: 10px; }
	
	/* Tabellen-Hauptüberschrift gross 15pt */
h4 { color: #8b008b; 
	font-size: 15pt; 
	font-family: georgia; 
	font-weight: 600; 
	font-style: normal; 
	line-height: 18pt; 
	margin-top: 0; 
	margin-bottom: 0px;}
	
		/* Tabellen-Hauptüberschrift klein 13pt */
h5 { color: #8b008b; 
	font-size: 13pt; 
	font-family: georgia; 
	font-weight: 500; 
	font-style: normal; 
	line-height: 18pt; 
	margin-top: 0; 
	margin-bottom: 0;}

/* Text für Fotobeschriftung */
h6 { color: #808080; 
	font-size: 8pt; 
	font-family: georgia; 
	font-weight: normal; 
	line-height: 10pt; 
	margin-top: 0; 
	margin-bottom: 0; }

/* Eingerückte Auflistung */
ul { font-size: 11pt; 
	font-family: georgia; 
	line-height: 14pt; }
	
li { margin-bottom: 7px; }	


/* ***** Links ***** */

a:link { color: #c03; text-decoration: none; border-bottom: 1px dotted #dc143c; }

a:visited { color: #c03; text-decoration: none; border-bottom: 1px dotted #dc143c; }

a:hover { color: #639; text-decoration: none; border-bottom: 2px dotted #ff9c00; }

a:active { color: #dc143c; border-bottom: 1px dotted #dc143c; }


/* ***** Klassen ***** */

.marker { background-color: #ff0; }

.fett { font-weight: 600; }

.kursiv { font-style: italic; }

.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;
    }
.bildrechts { float: right;
text-align: center;
padding: 3px;
border: 3px solid #d9d9d9;
border-right-color: #bbb;
border-bottom-color: #bbb;
margin-right: 10px;
margin-left: 10px;
}
span.bildtext { display: block;
font-size: 85%;
margin-top: 4px;
}
.hervorgehoben {
	float:right;
	width: 250px;
	font-size: 11px;
	background-color: #DCDCDC;
	padding: 5px 0 5px 10px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin: 0 0 0 10px;
	color: #800000;
}
