BODY{ /*Standardschrift schwarz*/
BACKGROUND-COLOR: #FFFFFF;
}
TD {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana
}
TR {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana
}
/*Stylesheets der Navigationsleisten Links*/
a.navi:link {
 text-decoration: none;
  color : White;
  }
a.navi:hover{
 text-decoration: none;
color: Black; 
}
a.navi:visited {
 text-decoration: none;
   color : White;
 }
a.navi:active {
 text-decoration: none;
color: Black; 
}

a.navi:visited:hover {
	text-decoration: none;
color: Black; 
}
/*Stylesheets für die Links, welche auf die vorherige Seite führen*/
a.zurueck:link {
 	text-decoration: none;
 	color : #336699;
	font-size : 12px; 
	font-style : normal; 
	font-family: Verdana;
  }
a.zurueck:hover{
 	text-decoration:underline;
	color: #336699;
	font-size : 12px; 
	font-style : normal; 
	font-family: Verdana; 
}
a.zurueck:visited {
 	text-decoration: none;
   	color : #336699;
	font-size : 12px; 
   	font-style : normal; 
	font-family: Verdana;
 }
a.zurueck:visited:hover{
 	text-decoration:underline;
	color: #336699;
	font-size : 12px; 
	font-style : normal; 
	font-family: Verdana; 
}
a.zurueck:active {
 	text-decoration: none;
	color: #336699;
	font-size : 12px; 
	font-style : normal; 
	font-family: Verdana; 
}

/*Standardstylesheets für die Links*/
a:link {
 font-size : 12px; 
 text-decoration: none;
 color : darkblue;
}
a:hover{
 font-size : 12px; 
 text-decoration: none;
 color: #996600; 
}
a:visited {
 font-size : 12px; 
 text-decoration: none;
 color : darkblue;
}
a:active {
 font-size : 12px; 
 text-decoration: none;
 color: blue; 
}
a:visited:hover {
 font-size : 12px; 
 text-decoration: none;
 color: #996600; 
}










/*Die ganzen Verschiedenen Schriftarten, die zur Anwendung kommen*/
font.navi{ /*Navigationsleisten Links*/
font-size : 12px; 
color : #ffffff;
font-style : normal;
font-family: Tahoma;
}

font.Tahoma_Auflistung{ /*Auflistungsattribute*/
font-size : 12px; 
color : #000000;
font-style : normal;
font-family: Tahoma;
}

font.Verdana_schwarz{ /*Standardschrift schwarz*/
font-size : 13px; 
color : #000000;
font-style : normal; 
font-family: Verdana;
}

font.Verdana_weiss{ /*Standardschrift weiß*/
font-size : 13px; 
color : #FFFFFF;
font-style : normal; 
font-family: Verdana;
}
