﻿body         {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	margin: 0px;
	font-size: 10pt;
}
table        {
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	margin: 0px;
	font-size: 10pt;
	width: 120px;
	padding: 0px;
	height: 100%;
}
tr {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
td {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
p            {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0;
}
a:link       { text-decoration: none; color: #FFFF00; background-color: #0000FF; 
               font-weight: bold }
a:visited    { text-decoration: none; color: #FFFF00; background-color: #0000FF; 
               font-weight: bold }
a:hover      { text-decoration: none; color: #FFFF00; background-color: #FF3399; 
               font-weight: bold }
a:active     { text-decoration: none; color: #FFFF00; background-color: #800000;
				  font-weight: bold}
.TextAlignRight {
	text-align: right;
}
.HintergrundBild {
	background-image: url('../images/Banner.gif');
}
}
.CellBackGroundBlue {
  	text-align: left;
  	background-color: #0000FF;
}