/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
/*	background-color: #cc0200;
	background-image: url(bilder/bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;		
	background-attachment: fixed;
*/

}
.tableB {
	background-color: #cc0200;
	border-top: thin none #B0B0B0;
	border-right: thin solid #B0B0B0;
	border-bottom: thin solid #B0B0B0;
	border-left: thin solid #B0B0B0;

	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
}

table, tr, td {
	background-color: #cc0200;
/*	border-top: thin none #cc0200;
	border-right: thin solid #cc0200;
	border-bottom: thin solid #cc0200;
	border-left: thin solid #cc0200;
*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }
a:hover { color: #000000;  }

.tableV{
	background-color: #ffffff;
	padding: 0px;
}
