/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/* Text, Tabelle */
.nscape   { font-size: 80%; }
.Standard {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: 12pt}
.heading {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold}
.klein {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 11pt}


/* Ueberschriften, normal */
.Stil1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 2em 0em 0em 0em;
}
/* Text, normaler */
.Stil2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 2px;
}
/* Link vergrößern, kursiv setzen */
.Stil3 {
	font-size: 125%;
	font-style: italic;
}
/* Untertitel, normal */
.Untertitel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0px;
}
/* Ueberschriften, klein */ 
.Stil1a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	margin: 2em 0em 0em 0em;
}
/* Überschrift kleiner */
.Stil2a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	margin: 2em 0em 0em 0em;
	
}
/* Text, klein */ 
.Stil3a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 1pt;
}
/* Zitat */ 
.quotation {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #28166F;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px; 
}


a:link { font-size: 80%; color:#281668; text-decoration:none }
a:visited { font-size: 80%; color:#281668; text-decoration:none }
a:hover { font-size: 80%; color:#E77817; text-decoration:none }
a:active { font-size: 80%; color:#E77817; text-decoration:none }
a:focus { font-size: 80%; color:#E77817; text-decoration:none }



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* Grundlage Textlayouts */
#kwtext{
	background-color: #FFFFFF;
	color: #28166F;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 20px 20px 40px;
	width: 600px;
	text-align: justify;
}






	
