/* DATEI: bg.css */
a:link 		{ font-size: 10pt; 	color: #FFFFFF;	font-weight: bold;		text-decoration: none; }
a:visited 		{ font-size: 10pt; 	color: #FFFFFF;	font-weight: bold;		text-decoration: none; }
a:hover 		{ font-size: 10pt; 	color: #000000;	font-weight: bold;		text-decoration: none; }
a:active 		{ font-size: 10pt; 	color: #000000;	font-weight: bold;		text-decoration: none; }
a:focus 		{ font-size: 10pt; 	color: #FFFFFF;	font-weight: bold;		text-decoration: none; }

div a:link 	{ font-size: 10pt; 	color: #000000;	font-weight: bold;		text-decoration: none;	text-align: center; }
div a:visited 	{ font-size: 10pt; 	color: #000000;	font-weight: bold;		text-decoration: none;	text-align: center; }
div a:hover 	{ font-size: 10pt; 	color: #FFFFFF;	font-weight: bold;		text-decoration: none;	text-align: center; }
div a:active 	{ font-size: 10pt; 	color: #FFFFFF;	font-weight: bold;		text-decoration: none;	text-align: center; }
div a:focus 	{ font-size: 10pt; 	color: #000000;	font-weight: bold;		text-decoration: none;	text-align: center; }

a.prod:link 	{ font-size: 8pt; 	color: #888888;	font-weight: bold;		text-decoration: none;	text-align: right;	margin-right:20px; }
a.prod:visited 	{ font-size: 8pt; 	color: #888888;	font-weight: bold;		text-decoration: none;	text-align: right;	margin-right:20px; }
a.prod:hover 	{ font-size: 8pt; 	color: #000000;	font-weight: bold;		text-decoration: none;	text-align: right;	margin-right:20px; }
a.prod:active 	{ font-size: 8pt; 	color: #000000;	font-weight: bold;		text-decoration: none;	text-align: right;	margin-right:20px; }
a.prod:focus 	{ font-size: 8pt; 	color: #888888;	font-weight: bold;		text-decoration: none;	text-align: right;	margin-right:20px; }

h0 		{ font-size: 0pt; }
h1 		{ font-size: 30pt; 	color: #FFFFFF;	font-family: Times New Roman;	text-align: left;		font-weight: lighter;	margin-left:15pt;	}
h2 		{ font-size: 14pt; 	color: #FFFFFF;	font-family: Times New Roman;	text-align: left;		font-weight: lighter;	}
h3 		{ font-size: 16pt; 	color: #000000;	font-family: Times New Roman;	text-align: left;		font-weight: bold;		font-style: italic;	}

table,td,tr { font-family: Verdana; font-size: 10pt; font-weight: bold;}

html body
{
scrollbar-face-color: 	#FFFFFF;
scrollbar-shadow-color: 	#009AAE;
scrollbar-highlight-color: 	#FFFFFF;
scrollbar-3dlight-color: 	#009AAE;
scrollbar-darkshadow-color: 	#FFFFFF;
scrollbar-track-color: 	#FFFFFF;
scrollbar-arrow-color: 	#009AAE;

height:			100%;
margin:			0;
padding:			0;
background-color:		#FFFFFF;
color:			#000000;
font-family:		Verdana;
font-size:		10pt;
font-weight:		bold;
}