body
{
	background:url('/images/background.jpg') black;
	background-position: top center;
	background-repeat: no-repeat;
}




#upper-content
{
	height:380px;
	left:50%;
	margin-left:-460.5px;
	position:relative;
	width:921px;
}


#head
{
	position: relative;
	width:921px;
	left:50%;
	margin-left:-460.5px;
	z-index:11;
	
}
	#head-up
	{
		position: relative;
		width:891px;
		height:3px;
		background: url('/images/head_up.png');
		left:50%;
		margin-left:-445.5px;
		background-position: bottom left;
	}

	#head-left
	{
		width:35px;
		height:31px;
		background:url('/images/head_left.png');
		float:left;
		background-position: top left;
	}

	#head-mid
	{
		width:851px;
		height:31px;
		background:url('/images/head_mid.png');
		float:left;
		background-position: top left;
	}

	#head-right
	{
		width:35px;
		height:31px;
		background:url('/images/head_right.png');
		float:left;
		background-position: top left;
	}


#menu
{
	position: relative;
	width:905px;
	height:41px;
	left:50%;
	margin-left:-452.5px;
	z-index:10;
}
	
	#nav
	{
		position: relative;
		float:left;
		margin-top:-30px;
		width:915px;
	}
	
	.menu-item
		{
			border-right: 1px green solid;
		}
	.menu-item a
	{
		text-decoration: none;
		color:green;
	}
	
	.menu-item a:hover
	{
		text-decoration: none;
		color:white !important;
	}
		
		
		#nav .menu-item 
		{
			position: static;
			float: left;
			padding-right:24px;
			padding-left:24px;
			line-height:18px;
			font-family: "College";
			font-size: 16px;
			cursor: pointer;
			text-align: center;
		}
		
		#nav #contact
		{
			position: static;
			float: left;
			color:green;
			padding-right:14px;
			padding-left:14px;
			line-height:18px;
			font-family: "College";
			font-size: 16px;
			cursor: pointer;
			text-align: center;
			border-right: 0px green solid;
		}
		
		
		

	#menu-left
	{
		position: relative;
		width:22px;
		height:41px;
		float:left;
		background:url('/images/menu_left.png');
	}
	
	#menu-right
	{
		position: relative;
		width:22px;
		height:41px;
		float:left;
		background:url('/images/menu_right.png');
		
	}
	
	#menu-mid
	{
		position: relative;
		width:861px;
		height:41px;
		float:left;
		background:url('/images/menu_mid.png');
	}
	
#page-wrapper
{
	position: relative;
	width:950px;
	left:50%;
	margin-left: -478px;
}

	#content
	{
		position: relative;
		width:950px;
		background: black;
		border: 2px #f37121 solid;
		padding-top:55px;
		margin-top: -55px;
		behavior: url('border-radius.htc');
		
	
	
	}
	
		#content-right
		{
			position: relative;
			width:202px;
			float:left;
			margin-top:10px;
			/*z-index:11;*/
		}
		
		#tabella
		{
			width: 180px;
			height:200px;
			margin-left:12px;
			margin-top:12px;
			background: white;
			overflow: hidden;
			
		}
		
		#chooser
		{
			position: relative;
			width:241px;
			height:46px;
			background: url('/images/chooser.png');
			margin-left:-6px;
			z-index:11px;
		}

		
		#content-mid
		{
			position: relative;
			width:536px;
			height: 100%;
			float:left;
			background: #1a1a1a;
			color:white;
	
		}
		
			#news-content
			{
				position: relative;
				width:540px;
				min-height:600px;
			}
			
			#paginate-content
			{
				position: relative;
				width:540px;
				min-height:600px;
			}
			
			#serial-content
			{
				position: relative;
				width:920px;
				min-height:600px;
			}
		
		#content-left
		{
			position: relative;
			width:205px;
			float:left;
			margin-top: 30px;
		}

		
		#box
		{
			position: relative;
			width:205px;
			
			
			
		}
		
		.box-header-text
		{
			color:white;
			font-size: 16px;
			font-family: "College";
			float:left;
			margin-left:14px
		}
		
		.side-header
		{
			background: url('/images/placeholder_grey.png');
			height:11px;
			width: 187px;
			float:left;
			margin-top:3px;
			margin-bottom:10px;
			margin-left:10px
			
		}
		
		
		
		.half-size
		{
			width:110px;
		}
		
		.sub-header
		{
			position: relative;
			width:186px;
			height:38px;
			background: url('/images/sub-header.jpg');
			background-repeat: none;
			background-position: top left;
			line-height: 38px;
			color:white;
			font-family: "College";
			font-size: 16px;
			text-align:left;
			padding-left:14px;
			
		}
		
		.right-side
		{
			background: url('/images/sub-header2.jpg');
			margin-left:8px;
		}
		
		.banner
		{
			margin-left: 10px;
		}
		
		#csapat
		{
			margin-bottom:20px;
		}
			#timer
			{
				width:200px;
				height:71px;
				background: url('/images/timer.jpg');
			}
			
			.week
			{
				color:white;
				font-family: Verdana;
				font-size: 12px;
				margin-top:5px;
				margin-bottom:5px;
				margin-left:12px;
				
			}
			
			.week td
			{
				position: relative;
				padding-left:6px;
				padding-right:6px;
			}
	
	.message
	{
		width:200px;
		color: white;
		font-family: "College";
		font-size:26px;
		text-align:center;
		margin-bottom:10px;
	}
	
	.message a 
	{
		color: #ffffff !important;
	}
	
	#facebook
	{
		position: relative;
		width:183px;
		height:47px;
		background: url('/images/facebook.png');
		margin-top:30px;
		margin-left:-26px;
	
	}
	
	#twitter
	{
		position: relative;
		width:183px;
		height:47px;
		background: url('/images/twitter.png');
		margin-left:-26px;
		margin-top:10px;
	}

.divider1
{
	width:507px;
	margin-left:10px;
	background: url('/images/placeholder_grey.png');
	height:11px;
	margin-top:10px;
	clear: left;
}


/*styling news*/
#news-content
{
	margin-bottom:30px;
}
#news-slider
{
	position: relative;
	border: 1px orange solid;
	width:500px;
	height:200px;
	margin-bottom:15px;
	margin-left:15px;
	margin-top:10px;
}

#news-slider li
{
	height: 200px;
}

#post
{
	font-family: Verdana;
	font-size: 12px;
	color:white;
	margin-left:15px;
	margin-top: 10px;
}

.post-title
{
	font-size: 14px;
	color:#f37121;
}

.post-date
{
	margin-bottom:6px;
}

.post-content
{
	clear:left;
	width:540px;
}

.post-image
{
	float:left;
	margin-right: 10px;
}

.post-short
{
	float:left;
	margin-right:20px;
	width:310px;
}

.post-desc
{
	margin-top: 10px;
	width:500px;
}

.post-desc em
{
	font-style: italic;
}


.post-short-single
{
	margin-right:20px;
	font-weight: bold;
}

.post-more
{
	float:right;
	margin-right:30px;

}

.post-more a
{
	text-decoration: none;
	color:white;
}
	
.post-divider
{
	width:540px;
	background: url('/images/news_divider.jpg');
	height:7px;
	margin-top:15px;
	margin-bottom:15px;
}

/*modules*/
#time
{
	position: relative;
	color:#f37021;
	width: 200px;
	font-family: College;
	font-size:24px;
	text-align: center;
	padding-top:37px;
}

#week-dots
{
	position: relative;
	margin-left: 11px;
}

.dot
{
	position: relative;
	float: left;
	background: url('/images/dot.jpg');
	width:9px;
	height:8px;
	margin-right:14px;
	margin-left: 3px;
	margin-top:5px;
	visibility: hidden;
}	

.post-title a
{
	text-decoration: none;
	color:orange;
	font-size:14px;
}

.gallery
{
	position: relative;
	margin-top:10px;
	margin-bottom:10px;
}
.gallery-name
{
	text-decoration: none;
	color:orange;
	font-size:14px;
	font-family: Verdana;
	margin-left:15px;
	margin-bottom: 10px;
	float:left;
	line-height: 79px;
	

}

#gallery-name
{
	text-decoration: none;
	color:orange;
	font-size:14px;
	font-family: Verdana;
	margin-bottom: 10px;
	margin-top:10px;
	

}

.main-thumb img
{
	border:2px orange solid; 
	margin-left:15px;
	float:left;
}

.gallery-thumbs
{
	margin-left:5px;
}

.gallery-thumbs img
{
	border: 2px orange solid;
	
}

.gallery-thumbs li
{
	margin:5px;
	
	float:left;
	
}

#soon
{
	font-family: College;
	font-size: 30px;
	color: orange;
	text-align: center;
	margin-top:120px;
}

.aktMenu
{
			color:white !important;
			background:#f37021;
			padding-top:14px;
			margin-top:-14px;
			padding-left: 5px;
			padding-right: 5px;
}



.video-title
{
	font-family: Verdana;
	font-size: 14px;
	color: orange;
	text-align: left;
	margin-left:20px;
	margin-top:10px;
}

.video
{
	margin-top:-20px;
	text-align: center;
}

.contact-info
{
	margin-left:15px;
	margin-top:15px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

.contact-info a
{
	color: white;
}

strong
{
	font-weight: bold;
	color:#f37021;
}

#posters
{
	margin-left:15px;
	margin-top:15px;
	
}

.poster
{
	float: left;
	margin-right: 20px;
}

.poster-title
{
	font-family: verdana;
	color:#f37021;
	font-size: 13px;
	font-weight: bold;
	width:219px;
	text-align: center;
}

.poster-image
{
	margin-top:5px;
	margin-right: 10px;
}

.poster-image img
{
	border: 1px #f37021 solid;
}

#selectors
{
	margin:15px;
}

.player-frame
{
	border:2px black solid;
	margin:15px;
}

	.player-num
	{
		background: #fff;
		color:#f37021;
		font-family: College;
		font-size: 20px;
		width:35px;
		height:35px;
		float: left;
		margin:10px;
		line-height: 35px;
		text-align: center;
	}
	
	.player-num span
	{
		margin:5px;
		
	}
	
	.player-name
	{
		background-color: #000;
		line-height: 35px;
		font-family: Verdana;
		color: white;
		font-size: 12px;
		margin:10px;
		float:left;
		height:35px;
		width:180px;
		margin-right: 30px;
		cursor:pointer;
		cursor:hand;
	}
	
	.player-name span
	{
		position: relative;
		margin:10px;
		line-height: 20px;
	}
	
	.player-post span
	{
		color:#f37021;
		font-family: Verdana;
		font-size: 12px;
		float:left;
		line-height: 35px;
		height:35px;
		margin:10px;
		
	}
	
	.player-age
	{
		color:#f37021;
		font-family: Verdana;
		font-size: 12px;
		float:right;
		line-height: 35px;
		height:35px;
		margin:10px;
		margin-right:30px;
	}

.player-frame .player-info
{
	position: relative;
	border:2px #000 solid;
	margin:10px;
	margin-top:10px;
	clear:both;
	color: #5f5f5f;
	font-family: Verdana;
	font-size: 12px;
	margin-left:65px;
}

.player-frame .player-info span
{
	color: #f37021;
	font-family: Verdana;
	font-size: 12px;
}


.player-info .player-height
{
	float:left;
	margin:5px;
	margin-right:80px;
}

.player-info .player-weight
{
	float:left;
	margin:5px;
}
.player-info .player-xp
{
	float:right;
	margin:5px;
}

#serial-content table
{
	width:100%;
	margin: 15px;
}

#serial-content table tr
{
	border-bottom:1px grey solid;
	
}

#serial-content table th
{
	color:#fff;
	font-family: Verdana;
	font-size:11px;
	border-left:1px grey solid;
	padding-left:8px;
	padding-bottom:4px;
}

#serial-content table td
{
	color:#f37021;
	font-family: Verdana;
	font-size:11px;
	border-left:1px grey solid;
	line-height: 30px;
	text-align: left;
	padding-left:8px;
}

#serial-content table td.szel
{
	color:#f37021;
	font-family: Verdana;
	font-size:11px;
	border-left:0px grey solid;
}

#serial-content table th.szel
{
	color:#fff;
	font-family: Verdana;
	font-size:11px;
	border-left:0px grey solid;
}


#pic
{
	margin-left:10px;
	margin-top:10px;
	width:10px;
	height:10px;
	background: url('/images/dosszie.gif');
	background-position: 0px 0px;
	float:left;
	margin-right:3px;
}

#news-dossz
{
	margin-top:10px;
	width:10px;
	height:10px;
	background: url('/images/dosszie.gif');
	background-position: -15px 0px;
	float:left;
	margin-right:3px
}

#vid
{
	margin-top:10px;
	width:10px;
	height:10px;
	background: url('/images/dosszie.gif');
	background-position: -30px 0px;
	float:left;
	margin-right:3px
}

#stat
{
	margin-top:10px;
	width:10px;
	height:10px;
	background: url('/images/dosszie.gif');
	background-position: -45px 0px;
	float:left;
	margin-right:3px
}


#games
{
	background: url('/images/games.png');
	width:772px;
	height:128px;
	
	
}


#events
{
	left:50%;
	margin-left:-479px;
	position:relative;
	top:240px;
	width:950px;
}


#game-content
{
	position: relative;
	width:633px;
	height:93px;
	overflow: hidden;
	margin-left:65px;
	color:white;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;

	
}

.items
{
	width:20000em;
	position: absolute;
	
}

.pager
{
	width:633px;
	float:left;
	margin-top:5px;
}

.game-container
{
	
	width:201px;
	height:88px;
	background: url('/images/game-container.png');
	float:left;
	margin-right: 10px;
}

.home-pic
{
	margin-top:20px;
	float:left;
	margin-left:3px;
	cursor: pointer;
	cursor:hand;
}

.guest-pic
{
	margin-top:20px;
	float:right;
	margin-right:3px;
	cursor: pointer;
	cursor:hand;
	
}

.game-date
{
	margin-top:11px;
}

.game-place
{
	color:#f37021;
}

#next-game
{
	float:right;
	left:720px;
	position:absolute;
	top:36px;
}
#prev-game
{
	float:left;
	left:20px;
	position:absolute;
	top:36px;
}

#tabella-table
{
	width:160px;
	margin: 0px;
	padding: 0px;
	color:black;
	font-family: Verdana;
	font-size:10px;
	margin-left:5px;
	margin-top:5px;
}

#tabella-table tr
{
	height: 15px;
	text-align: left;
	line-height:15px;
	
}

#tabella-table tr td
{
	padding-left:5px;
}

#tabella-table tr th
{
	padding-left:5px;
}

.tabella-header
{
	background: green;
	color:white;
	font-family: Verdana;
	font-size:12px;
	width:100%;
	height:20px;
	text-align: center;
}

.right-content-cell
{
	text-align: right;
	padding-right: 5px;
	padding-left:0px;
}

#next-tabella
{
	float:right;
	margin-right:20px;
	margin-top:5px;
}

#prev-tabella
{
	float:left;
	margin-left:10px;
	margin-top:5px;
}

#tabella-name
{
	color:white;
font-family:Verdana;
font-size:12px;
line-height:30px;
text-align:center;
width:180px;
position: absolute;
margin-left:20px;
}

#stat-list
{
	margin-left:15px;
	margin-top:15px;
}

#select-stat
{
	margin-top:10px;
	margin-left:15px;
}

#stat-list a 
{
	color:white;
	text-decoration: none;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
}


.tooltip {
	display:none;
	background: url('/images/black_arrow.png');
	font-size:14px;
	font-family:Verdana;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	text-align: center;
	
}

.tooltip-team {
	display:none;
	background: url('/images/team_pic.png');
	font-size:14px;
	font-family:Verdana;
	height:236px;
	width:194px;
	color:#fff;
	text-align: center;
	z-index:99999;
	margin-top:13px;
	
}

.tooltip-team img
{
	margin-left:15px;
	margin-top:11px;
}


