body {
	font-family: Tahoma, Verdana;
	font-size: 12px;
}
a { 
	color: blue; 
	text-decoration: none 
}
a:hover { 
	color: blue; 
	text-decoration: underline 
}
a:active { 
	color: blue; 
	text-decoration: underline 
}
.sitebox {
	margin-bottom:18px;
	width: 350px;
}
.float {
	float: left;
}
.floatright {
	float: right;
}
.clear_both {
	clear: left;
}
.colum2 {
	margin-left: 18px;
}
.boxtop {
	background-color: #025797;
	padding: 4px 5px 4px 27px;
	font-weight: bold;
	font-size: 13px;
	color: white;
	height: 17px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.boxtop *{
	float: left;
}
.boxcontent {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	background-color: #edf5f8;
	border-bottom: 1px solid #d2e5eb;
}
.boxinside:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.boxinside {
	min-height: 0;
}
.boxinside,.boxinside td,.boxcontent-tablinks {
	border-top: 1px solid white;
	border-bottom: 1px solid #d2e5eb;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	line-height: 15px;
}
.boxinside-even {
	background-color: #fbfdfd;
}
.boxinside-first,.boxinside-first td {
	border-top: none;
}
.boxinside-last,.boxinside-last td {
	border-bottom: none;
}
table.serietable tr td {
	white-space: nowrap;
	text-align: right;
}
table.serietable tr.boxinside td.serietable-name {
	padding-left: 10px;
	text-align: left;
	white-space: normal;
}
table.serietable tr.boxinside td.serietable-head {
	padding-left: 10px;
	text-align: left;
	white-space: normal;
	font-weight: bold;
}
td.serietable-name {
	width: auto;
}
table.serietable tr.boxinside td.serietable-points {
	font-weight: bold;
}
td.serietable-streck {
/*	width: 3px;*/
	text-align: center;
}
table.serietable tr.boxinside td.serietable-last {
	padding-right: 10px;
}
table.serietable tr.boxinside td {
	padding-left: 4px;
	padding-right: 4px;
}
table.serietable tr.boxinside td a {
	text-decoration: none;
}
.serietable-week {
	font-weight: normal;
}