
/* Allgemeine Angaben - diese werden automatisch beim Einsarz der HTML-Tags "body", h1, h2 und h3 verwendet */
/* Text in Weiss (Für Suchmaschinen!) 8*/
.textweiss	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
	color : #ffffff;
}


body  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #1964A6;
	
}
h1	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 20pt;
}
h2	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
h3	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.head	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #1964A6;
	font-weight: bold;
}

.bgblau	{
	background-color: #1964A6;
}

.bgweiss {
	background-color: #ffffff;
}
.bghgrau	{
	background-color: #f3f3f3;
}
.info {
	background-color: #f3f3f3;
	color: #ff7200;
	font-weight: bold;
	font-size: 12px;
	
}
.input	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #1964A6;
	width: 130px;
}
.inputKL	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #1964A6;
	width: 80px;
}
.inputGR	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #1964A6;
	width: 250px;
}
/* In allen hier aufgeführten HTML-Tags werden die Schriftarten Helvetica, sans-serif und Arial nach ihrer Verfügbarkeit auf den Clients eingesetzt*/
p,h1,h2,h3,h4,ul,ol,li,div,dir,td,th,dt,dd,address,blockquote,nobr,i,a,input,  {
	font-family : Arial, Helvetica, sans-serif;;
	color: #1964A6;
	font-size : 10pt;
}	

.text  {
	font-family : Arial, Helvetica, sans-serif;
	color: #1964A6;
	font-size : 10pt;
}

.text_kl  {
	font-family : Arial, Helvetica, sans-serif;
	color: #1964A6;
	font-size : 8pt;
}

.rotfett  {
	font-family : Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-size : 10pt;
	font-weight: bold;
}


/* LINKS */
a  {
	font-family : Arial, Helvetica, sans-serif;
	color : #0A734A;
	text-decoration : underline;
	font-size : 10pt;
}

a:hover  {
	font-family : Arial, Helvetica, sans-serif;
    text-decoration : underline;
    color : #0A734A;	
	font-size : 10pt;	
}


a:visited  {
	font-family : Arial, Helvetica, sans-serif;
    text-decoration : underline;
	color : #0A734A;
	font-size : 10pt;
}

a:active  {
	font-family : Arial, Helvetica, sans-serif;
    text-decoration : underline;
    color : #0A734A;
	font-size : 10pt;
}


a.norm  {
	font-family : Arial, Helvetica, sans-serif;
	color : #0A734A;
	text-decoration : underline;
	font-size : 10pt;
}

a.norm:hover  {
	font-family : Arial, Helvetica, sans-serif;
    text-decoration : underline;
    color : #0A734A;		
	font-size : 10pt;
}

a.norm:visited  {
	font-family : Arial, Helvetica, sans-serif;
    text-decoration : underline;
	color : #0A734A;
	font-size : 10pt;
}

a.norm:active  {
	font-family : Arial, Helvetica, sans-serif;
    text-decoration : underline;
    color : #0A734A;
	font-size : 10pt;
}

