/* =========================================================================
[ Datum         ]   24.08.2003
[ Autor         ]   Oliver Bartz
[ Website       ]   http://ab-allgaeu.com.de
[ Skriptname 	]   Format
[ Browser       ]   netscape [4.51, 4.7, 6.1], explorer [4.0, 5.5, 6.0], opera [n/a]
============================================================================
[ Info       ]
   Formatierungsvorlage
========================================================================= */

/* Standardbody */
body
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	scrollbar-face-color : #e1e1e1;
	scrollbar-base-color : #000000;
	scrollbar-dark-shadow-color : Black;
	scrollbar-highlight-color: #CCCCCC;;
	scrollbar-shadow-color : black;
	scrollbar-arrow-color : Black;
	scrollbar-3d-light-color : Blue;
}

.a8
{
	font-size: 8pt;
}

/*Standardtabellenzelle*/
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Beginn Standard Links*/
a:link
{ 
	text-decoration:none;
	font-family:Arial;
	color:blue;
 }
 
a:visited
{
	 text-decoration:none;
	 font-family:Arial;
	 color:blue;
 }
 
a:active 	
{
	 text-decoration:none;
	 font-family:Arial;
	 color:blue;
 }
 
a:hover 	
{ 
	text-decoration:none;
	font-family:Arial;
	color:red; 
}
/*ende Standard Links*/

/* Beginn AB Links*/
a.ab:link
{ 
	text-decoration:none;
	font-family:Arial;
	font-size: 15pt;
	font-weight: bold;
	color:blue;
 }
 
a.ab:visited
{
	 text-decoration:none;
	 font-family:Arial;
	 font-size: 15pt;
	 font-weight: bold;
	 color:blue;
 }
 
a.ab:active 	
{
	 text-decoration:none;
	 font-family:Arial;
	 font-size: 15pt;
	 font-weight: bold;
	 color:blue;
 }
 
a.ab:hover 	
{ 
	text-decoration:none;
	font-family:Arial;
	font-size: 15pt;
	font-weight: bold;
	color:red; 
}
/*ende AB Links*/
