<!--
BODY {
	font-family : "Courier New", Courier, monospace;
	font-size : 10pt;
	background-color : #E0E6E4;
	color : #004200;
	
	background-image : url("../images/STLogo-Back.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-weight : normal;
}
BODY.Leistung {
	font-family : "Courier New", Courier, monospace;
	font-size : 10pt;
	background-color : #FFFFFF;
	color : #004200;
	
	background-image : url("../images/STKeyb.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-weight : normal;
}
div.Header{
	font-family: Verdana;
	font-size : larger;
	font-style : italic;
	font-weight : normal;
	color : #FFFFFF;
}

div.Text{
	font-family: "Courier New", Courier, monospace;
	font-size : small;
	font-style : normal;
	font-weight : normal;
	color : #FFE4C4;
}
div.Copyright{
	font-family: "Courier New", Courier, monospace;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color : #004200;
}
div.Navi{
	font-family :Courier;
	font-weight : bolder;
	text-decoration: none;
	color: #004200;
	font-size : 12pt;
	font-style : normal;
}

A {
	font-family : Courier New;
	font-weight : normal;
	text-decoration: none;
	color: #004200;
	font-size : 9pt;
}
A.Navi{
	font-family :Courier;
	font-weight : normal;
	text-decoration: none;
	color: #004200;
	font-size : 12pt;
	font-style : normal;
}
td.white	{
	font-family : Arial, Helvetica,Verdana, Geneva, sans-serif;
	font-size : 9pt;
	color: Black;
	}
	
td 	{
	font-family : "Courier New", Courier, monospace;
	font-size : 10pt;
	color : #004200;
	font-weight : lighter;
}
td.smaller{
	font-size: 70%;
}
td.address{ 
	font-size: 60%;
	font-weight: normal;
 }
td.normal{
	font-family : "Courier New", Courier, monospace;
	font-size : 9pt;
	color : #004200;
	font-weight : lighter;
}
A:Hover {
	text-decoration: none;
	color:  #CC0000;
}

.MainPoint {
	font-family : Arial, Helvetica,Verdana, Geneva, sans-serif;
	font-size : 9pt;
	color:  #CC0000;
}

.SubPoint {
	font-family : Arial, Helvetica,Verdana, Geneva, sans-serif;
	font-size : 8pt;
	color:  #000000;
}-->