body {
	margin: 20;
	font-size: 9pt; 
	font-family: tahoma; 
	color: #555555; 
	background-color: #ffb060
}
a:link {	font-weight: normal; color: #555555; text-decoration: underline;}
a:visited {font-weight: normal; color: #555555; text-decoration: underline;}
a:active {	font-weight: normal; color: #555555; text-decoration: underline;}
a:hover {	font-weight: normal; color: #aaaaaa; text-decoration: underline;}

a.none:link {	font-weight: normal; color: #555555; text-decoration: none;}
a.none:visited {font-weight: normal; color: #555555; text-decoration: none;}
a.none:active {	font-weight: normal; color: #555555; text-decoration: none;}
a.none:hover {	font-weight: normal; color: #aaaaaa; text-decoration: none;}

a.bold:link {	font-weight: bold; color: #555555; text-decoration: none;}
a.bold:visited {font-weight: bold; color: #555555; text-decoration: none;}
a.bold:active {	font-weight: bold; color: #555555; text-decoration: none;}
a.bold:hover {font-weight: bold; color: #ffffff; text-decoration: none;}

a.bold2:link {	font-weight: bold; color: #ffffff; text-decoration: underline;}
a.bold2:visited {font-weight: bold; color: #ffffff; text-decoration: underline;}
a.bold2:active {	font-weight: bold; color: #ffffff; text-decoration: underline;}
a.bold2:hover {font-weight: bold; color: #ffffff; text-decoration: none;}

.break {
	height: 20px;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.mainheader {
	height: 26px; 
	width: 100%; 
	border-collapse: collapse;
}
.mainheaderdark {
	padding-left: 10px; 
	background-image: url(img/headerdarkback.jpg); 
	border: 1px solid #555555; 
	color: #ffffff; 
	font-size: 8pt;
}
.maindatum {
	height: 25px; 
	width: 100%; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #555555; 
	padding-left: 10px; 
	padding-top: 7px; 
	border-bottom: 1px solid #555555;
}
.mainbox 
{
	display:block;
	width: 100%; 
	padding: 10px; 
	text-align: justify; 
	background-color: #ffe8c8;
}
.title {	
	background-image: url(img/title.gif); 
	width: 100%; 
	height: 40px
}
.title tr {
	vertical-align: bottom; 
	text-align: right
}
.title td {
	border-bottom: black 0px solid
}
.title img {
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px
}
.titletext {
	padding-left: 10px; 
	padding-bottom: 3px; 
	color: black; 
	text-align: left; 
	font-weight: bold
}
.datum {
	padding-right: 20px; 
	padding-left: 20px; 
	width: 100%; 
	color: black; 
	padding-top: 1px; 
	height: 20px; 
	background-color: #e1e1e1; 
	border-bottom: black 1px solid
}
td {
	font-size: 9pt; 
	font-family: Tahoma
}
th {
	font-size: 9pt; 
	font-family: Tahoma;
	background-image: url(img/headerdark.gif);
}

.tbl {
	background-color: #555555; 
	border-left: 1px solid #555555; 
	border-bottom: 1px solid #555555;
}
.tbl th {
	height: 25px; 
	background-image: url(img/maintitle.jpg); 
	padding-left:10px; 
	border-right: 1px solid #555555; 
	border-bottom: 1px solid #555555; 
	border-top: 1px solid #555555; 
	font-size: 8pt; 
	font-weight: bold;
}
.tbleven {
	background-color: #ffd290; 
	padding-left:10px; 
	border-right: 1px solid #555555;
}
.tblodd {
	background-color: #ffe8c8; 
	padding-left:10px; 
	border-right: 1px solid #555555;
}

.bidding {
	background-color: #555555; 
	border-left: 1px solid #555555; 
	border-bottom: 1px solid #555555;
}
.bidding td {
	border-right: 1px solid #555555; 
	width: 70px; 
	background-color: #ffd290; 
	text-align: center;
}
.bidding th {
	height: 25px; 
	background-image: url(img/maintitle.jpg); 
	padding-left:10px; 
	border-right: 1px solid #555555; 
	border-bottom: 1px solid #555555; 
	border-top: 1px solid #555555; 
	font-size: 8pt; 
	font-weight: bold;
}
.bidding img {
	width: 13px; height: 11px;
}
.hand {
	background-color: #ffd290;
}
.board td {
	width: 150px
}
.board img {
	width: 13px; height: 11px
}

