/* Diese Stylesheet dient zur Darstellung auf einem WINDWOS-RECHNER */


/* Angaben und Definitionen Seiteneigenschaften */		

td  {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}	
p  {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align: justify; }

/* Angaben und Definitionen der Links */		

a:link 		{text-decoration: underline; color: #666666}		
a:visited 	{text-decoration: underline; color: #333333}     	
a:active 	{text-decoration: none; color: #666666 }     	
a:hover 	{text-decoration: none; color: #0000FF}


/* Angaben und Definitionen der Schriftschnitte */		

b {  font-weight: bold}		
i {  font-style: italic}


/* Angaben und Definitionen der Ueberschriften */		

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	line-height: 20px;
	font-style: italic;
	color: #343991;


}		
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #343991;
}		
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt}		
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}		 


/* Angaben und Definitionen Textelemente */		

.text-13 {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #343991; font-style: italic; ; line-height: 20pt; text-align: left}
.text-norm-mitte  {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align: middle; line-height:14pt; }	
.text-norm-links  {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align: left; line-height:14pt; }		
.text-norm-rechts {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align: right; line-height:14pt; }		
.text-norm-block  {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align: justify; line-height:14pt; }


/* Angaben der Formularelemente */		

.form {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 
.text-10blau {
font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #343991; font-style: italic; ; line-height: 20pt; text-align: left
}
.text-10-blau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #343991;
	font-style: italic;
	;
	line-height: 15pt;
	text-align: left;
	font-weight: bold;

}

/* Farbe der Scrollbar */
body{
   scrollbar-base-color: #5256A1; 
   scrollbar-track-color: #FFFFFF; 
   scrollbar-face-color: #5256A1; 
   scrollbar-highlight-color: #787CB6; 
   scrollbar-3dlight-color: #5256A1;
   scrollbar-darkshadow-color: #787CB6; 
   scrollbar-shadow-color: #000000; 
   scrollbar-arrow-color: #FFFFFF;}

