body {
	background: url(images/site_bg.jpg) repeat-x #B1E4FD;
	margin: 0;
	padding: 0;
}
body, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover, a:active {
	color: #993300;
	text-decoration: underline;
}




.banner {
	background: url(images/banner_bg.gif) top left repeat-x #003399;
}

.banner2 {
	background: url(images/banner2_bg.gif) top left repeat-x #003399;
}




.content_left {
	background: url(images/content_left_bg.gif) top left repeat-y ;
}
.content_right {
	background: url(images/content_right_bg.gif) top right repeat-y ;
}
.content {
	background: url(images/content_bg.gif) top left repeat-x #C6E8FB;
}




.gametabellen  {
	margin: 0;
	padding: 16px 0;
}
.gamebox {
	margin: 0;
	padding: 0;
	background: url(images/gamebox_bg.gif) repeat-y #FFCC00;
}
.gamebox td.content {
	margin: 0;
	padding: 0 4px;
	background: transparent;
}
.gamebox td.content td {
	margin: 0;
	padding: 1px 3px;
	
}
td.oneven {
	background: #FCD838;
}


.bottom {
	font-size: 11px;
	color: #666;
}
.bottom a:link , .bottom a:visited , .bottom a:hover, .bottom a:active{
	color: #666;
	text-decoration: underline;
}
