* {
	margin: 0 auto;
	padding: 0;
}

html{
	/*background-color: #2d2d2d;*/
	background: #5b5b5b;
	background: url(img/bg.jpg);
}
	
body {
	color: #333333;
	font-family: Arial, Verdana,Helvetica,sans-serif;
	font-size:8pt;
	text-align: center;
	min-height: 100%;	
}
a:link, a:visited {
	color: #000000;
	text-decoration:none;
}
a:active, a:hover {
	color: #3881f0;
	/*text-decoration:underline;*/
}

a.nav:link, a.nav:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.nav:active, a.nav:hover {
	color: #FFFFFF;
	text-decoration:none;
}

table.nav tr {
	background-color:inherit;
	vertical-align:top;
}

table.nav tr:hover {
	background-color:inherit;
}

div,span {
	background-color:inherit;
	color:#222222;
	font-family:Verdana,Helvetica,sans-serif;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
select, input, textarea {
	background-color:#FFFFFF; 
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size: 8pt;
	margin:2px;
}

img {
	border:0px;
        vertical-align: middle;
        margin:0px;
}
form {
	display:inline;
}
td {
	background-color:inherit;
	color:#000000;
	font-size:8pt;
	vertical-align:top;
}
textarea {
	width:90%;
}
ul {
	margin:0px;
	margin-left:15px;
}

/* ####################################################
 * GRUNDSTRUKTUR
 * ####################################################
 */

#header_bg {
	position: static;	
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 350px;
	background: transparent;
	background-image: url(img/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	z-index: 1;
}

#main{
	/*width:1000px;*/
	width: 1240px;
	z-index: 2;
}
#leftcol
{
	padding-top:180px;
	float:left;
	padding-left:65px;
	width:50px;
	height:200px;
}

#insertMatchBox
{
	margin-left:50px;
	margin-top:-200px;
	position:absolute;
	visibility:hidden;

}
.attentionbutton
{
	background-repeat:no-repeat;
	background-image:url('img/infobutton.png')
	/*background-image:url('img/attention.gif');*/
}
.ib_head
{
	padding-top:10px;
	padding-left:15px;
	background-image:url('img/ib_head_grey_blue.png');
	width:255px;
	height:32px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
}
.ib_bottom
{
	background-image:url('img/ib_bottom_grey_blue.gif');
	width:270px;
	height:7px;

}
.ib_content
{
	padding:2px;
	border-left:#28a9e2 1px solid;
	border-right:#28a9e2 1px solid;
	background-color:#eeeeee;
}
.infobox
{
	margin-left:45px;
	width:270px;
	z-index:10;
	position:absolute;
	visibility:hidden;
}
#page 
{
	padding-left: 0px;	
	width:1000px;
	min-height: 100%;
	float: left;
	margin: 0;
	text-align: left;
	z-index: 2;
}

#head {
	background-image:url(img/header.png);
	height:182px;
	width:1000px;
	float: left;
	z-index: 2;
}
#navcontent {	
	width: 1000px;
	height:67px;
	float: left;
	z-index: 2;
}

#contentpage {
	width:1000px;
	background: #FFFFFF;
	float:left;	
}

#pagebottom {
	background: url(img/footer.jpg);
	width: 1000px;		
	min-height: 83px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
}
#pagebottom a:link, #pagebottom a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#pagebottom a:active, #pagebottom a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#pagebottom span 
{
	color: #FFFFFF;
	text-decoration:none;
}

#content {
	background-color:#e0e0e0;
	text-align:center;
	width:414px;
	background-color:#FFFFFF;
	float:left;
}

#boxcontent {
	float:left;
	margin-left: 3px;
	width: 575px;
}

#boxleft 
{
	width: 270px;
	float:left;
}

#boxright
{
	width: 300px;
	float: right;
}

#buttonpage {
	width: 50px;
	height: 200px;
	float: left;
	padding-top: 180px;
}

#button 
{
	width: 48px;
	height: 48px;	
	float: right;
	margin-left: 3px;	
	z-index: 3;
}

/* ####################################################
 * BOXEN
 * ####################################################
 */
 
#boxes {
	width:575px;
	background: transparent;
	float: left;
	margin-left: 4px;
}
 
#sznews, #board, #transfer, #snetwork, #gallerybox {
	 width: 270px;
	 float: left;
	 padding-top: 34px;
	 margin-bottom: 3px;
}

#snetwork {
	padding-top: 42px;
	background: url(img/snetwork_head.jpg) no-repeat;	
	float: right;
}
 
 
#sznews {
	background: url(img/sznews_head.jpg) no-repeat;	
}

#sznewssub
{
	background: url(img/sznews_head_sub.jpg);
	height: 14px;
	_height: 14px;
	min-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 8px;
}

#sznewssub a:link, #sznewssub a:visited, #sznewssub a:hover {
	color: #FFFFFF;
}

#board {
	background: url(img/board_head.jpg) no-repeat;	
}

#transfer {
	background: url(img/transfer_head.jpg) no-repeat;	
}

/*#gallerybox {
	background: url(img/spon.jpg) no-repeat;	
	min-height: 200px;
	_height: 200px;
	height: auto;
	padding-top: 3px;
	padding-left: 5px;
}*/
 
#login, #banner, #score, #spon {
	 width: 300px;
	 float: right;
	 margin-bottom: 3px;
	 display: block;
	 /*visibility: visible;*/
}

#login{	
	background: url(img/login.jpg) no-repeat;
	height: 100px;	
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 35px;
}

#login a:link, #login a:hover, #login a:visited, #login a {
	color: #ffffff;
}

#navmsgs, #navmsgs span {
	color: #ffffff;
}

#navmsgs a:link, #navmsgs a:hover, #navmsgs a:visited, #navmsgs a {
	color: #3881f0;
}

#banner {
	background: url(img/banner_bg.jpg);
	height: 100px;
	_height: 100px;
	min-height: 100px;
	float: left;
}

#mediabox
{
	background: url(img/mediabox_bg.jpg) no-repeat;
	width: 345px;
	float: right;
	margin-bottom: 3px;
	display: block;
	height: 200px;
	_height: 200px;
	min-height: 200px;
	float: right;
}

#spon {
	background: url(img/spon.jpg) no-repeat left top;
	height: 85px;
	_height: 85px;
	min-height: 85px;
	float: right;	
} 

#sponlist {
	padding-left: 3px;
	padding-top: 13px;
}

#score {	    
	min-height: 400px;
	height: auto;
	_height: 428px;		
}

#scoresub
{
	background: url(img/score_head_sub.jpg);
	height: 15px;
	_height: 15px;
	min-height: 15px;
	padding-left:35px;	
}

#scoreli1, #scoreli2, #scoreli3, #scoreli4 {
	background: url(img/li2.jpg) repeat-y;
	background-position: top left;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}

#scoreli2, #scoreli3, #scoreli4{
	display: none;
}

#event, #downloads {
	width: 169px;
	float: left;
	padding-top: 42px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#event {
	background: url(img/event_head.jpg) no-repeat;
}

#downloads {
	background: url(img/downloads_head.jpg) no-repeat;
}

#poll {
	background: url(img/poll_head.jpg) no-repeat;
	width: 226px;
	float: left;
	padding-top: 42px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#poll input {
	background-color:#29aae3; 
	border: 1px solid #3881f0;
	color: #333333;
	font-size: 8pt;
	margin:2px;
}
 
#ad {
	background: url(img/ad.png) no-repeat left top;
	height: 60px;
	_height: 60px;
	min-height: 60px;
	width: 508px;
	padding-left: 40px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 3px;	
	float: left;
} 

#ad2 {
	background: url(img/ad2.jpg) no-repeat left top;	
	height: 254px;	
	width: 294px;
	padding-left: 3px;
	padding-top: 2px;
	margin-bottom: 3px;
	margin-left: 3px;
	float: left;
} 

#ad3 {
	width: 120px;
	height: 600px;
	float: left;
	padding-top: 10px;
	z-index: 3;
	margin-left: 3px;
}

#li_sznews {
	background: url(img/li_sznews.jpg) repeat-y;
	/*min-height: 164px;*/
	line-height: 20px;	
	padding-left: 10px;
}

#li1 {
	background: url(img/li1.jpg) repeat-y;
	/*min-height: 164px;*/
	line-height: 23px;	
	padding-left: 10px;
}

#bt1 {
	background: url(img/bt1.jpg) no-repeat;
	padding-top: 9px;	
}

#li2 {
	background: url(img/li2.jpg) repeat-y;
	background-position: top left;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}

#bt2 {
	background: url(img/bt2.jpg) no-repeat;
	padding-top: 9px;	
}

#li3 {
	background: url(img/li3.jpg) repeat-y;
	min-height: 164px;
	line-height: 22.5px;	
	padding-left: 10px;
}

#bt3 {
	background: url(img/bt3.jpg) no-repeat;
	padding-top: 9px;	
}

#li4 {
	background: url(img/li4.jpg) repeat-y;
	min-height: 164px;
	line-height: 22.5px;	
	padding-left: 10px;
}

#bt4 {
	background: url(img/bt4.jpg) no-repeat;
	padding-top: 9px;	
}

#special{
	background-image: url(img/spacer.gif);
	background-repeat: repeat;
	background-position: top left;
	min-height: 100%;
	background-color:#FFFFFF;
	width:741px;
	height:140px;
	float: left;
	margin-left: 4px;
}

/* ####################################################
 * NEWS
 * ####################################################
 */

#content_news
{
	background: url(img/news_bg2.jpg) no-repeat;
	width: 204px;
	float: left;
    height: auto;
    _height: 400px;
    min-height: 400px;    
    margin: 3px auto auto 2px;
}

#content_news a:link, #content_news a:visited, #content_news a:active, #content_news a:hover
{
	color:	#405266;	
}

.newsforum 	
{
	/*background: url(img/newsbg.png) no-repeat;*/
	color:inherit;
}

.newshead {
	color: #405266;
	font-size:9pt;
	font-weight:bold;
	padding: 4px 6px 0px 8px;
	text-align:left;
	height: 34px;
	line-height:20px;
}

.newsleftb {	
	color: #000000;
	padding:0px 6px 0px 8px;
	text-align: left;
}

.newsbottom {	
	color:inherit;
	padding: 0px 6px 2px 8px;
	text-align:left;
}

.newsbottom a:link,  .newsbottom a:visited, .newsbottom a:hover 
{
	color: #025fa3;
}

#content_news2
{
	background: url(img/news_bg.jpg) no-repeat;
	width: 414px;
	float: left;
    height: auto;
    _height: 249px;
    min-height: 249px;    
    margin: 3px auto auto 2px;
}

#content_news2 a:link, #content_news2 a:visited, #content_news2 a:active, #content_news2 a:hover
{
	color:	#405266;
}

/* ####################################################
 * ####################################################
 */
#debug {
	height:150px;
	margin-bottom:20px;
	overflow:auto;
	padding-left:4px;
	width:100%;
	text-align:left;
}
#errors {
	color:#CC0000;
}
#sql {
	color:#777777;
}
.h1 {
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.h2 {
	color: #333333;
	font-size: 16pt;
	font-weight: normal;
	text-decoration: none;
}
.h3 {
	color: #333333;
	font-size: 20pt;
	font-weight: normal;
	text-decoration: none;
}
.forum {
	background-color: #ffffff;
	color:inherit;
	border-collapse:separate;
	border-style: solid;
	border-color: #9c9c9c;
	border-width: 1px;
	margin: auto auto auto 2px;
}
.headb {
	background-color: #d4d4d4;
	color: #000000;
	font-weight:bold;
	padding:3px;
	text-align:left;
	height: 19px;
}
.headb a:link, .headb a:visited { color:#FFFFFF; }

.headbfiles {
	background-color: #d4d4d4;
	color: #000000;
	font-weight:bold;
	padding:3px;
	text-align:left;
	height: 19px;
}
.headbfiles a:link, .headbfiles a:visited { color: #000000; }

.bottom {
	color:inherit;
	padding:4px 6px 4px 8px;
	text-align:left;
}

.left,.center,.right {
	padding:1px;
}
.leftb,.centerb,.rightb {
	background-color:#FFFFFF;
	color: #000000;
	padding:4px 6px 4px 8px;
}
.leftc,.centerc,.rightc {
	background-color:#FFFFFF;
	color:#000000;
	padding:4px 6px 4px 8px;
}
.centerwin {
	color:#009933;
}
.centerloss{
	color:#FF0000;
}
.centerdraw{
	color:#0066FF;
}
.centernav,.centerwin,.centerloss {
	font-size: 8pt;
}
.left,.leftb,.leftc,.leftnav {
	text-align:left;
}
.center,.centerb,.centerc,.centernav,.centerwin,.centerloss{
	text-align:center;
}
.right,.rightb,.rightc,.rightnav {
	text-align:right;
}
.quote {
	background-color:#666666;
	border:1px solid #9c9c9c;
	color:inherit;
	padding:6px;
	text-align:left;
}
.navhead,.navhead2 {
	background-color:#252525;
	border:solid #9c9c9c;
	border-width:1px 1px 0px 1px;
	color:#F2F2F2;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.navbodyb,.navbody2b {
	background-color:#252525;
	border:solid #9c9c9c;
	border-width:1px 1px 0px 1px;
	color:inherit;
	list-style:none;
	padding:4px 6px 4px 8px;
	text-align:left;
}
.calhead {
	background-color:#252525;
	color:inherit;
	padding:4px 2px 4px 2px;
	text-align:center;
}
.calday,.calevent,.caltoday, .calweek {
	padding:4px 2px 4px 2px;
	text-align:right;
}
.calday {
	background-color:#252525;
	color:inherit;
}
.calevent {
	background-color:#e62a2a;
	color:inherit;
}
.caltoday {
	background-color:#e5e5e5;
	color:inherit;
}
.calweek {
	background-color:#252525;
	color:inherit;
}

/* ####################################################
 * # added by aXaut:								  #
 * ####################################################
 */
.forum_signature img { /* Signatures in forum threads */
	max-height:100px;
}
