/* ========================================================================= */
/*
/* default, 1997 */
/* screen.css - media: screen */
/*
/* ========================================================================= */


/* ========================================================================= */
/* 	GENERIC STYLES */
/* ========================================================================= */
html {
	margin: 0; 
	padding: 0;
	height: 100%;
}
body {
	background: #000; color: #040404;
	font: normal 70% Tahoma, Verdana, Helvetica, sans-serif; text-align: left; /* ~11px */ 
	margin: 0; 
	padding: 0;
	height: 100%;
}

/* Clearing Floats Without Structural Markup - ala http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	display: block; visibility: hidden; clear: both; 
	height: 0; 
	content: "."; 
}

.hidden{
	text-indent: -9999px;
	overflow: hidden;
}

/* Image Replacement technique */
.replace {

}
 
/* Last elements are without borders */
.last {
	border: 0 !important;
}

/* ============================================================================ */
/* ROOTS */
/* ============================================================================ */
p { 
	line-height: 1.3em;
}
h1 {
	font-size: 2em;
}
h2 { 
	font-size: 1.3em;
	color: #800000;
}
h3 { 
	
}
h4 { }
h5 { }

/* lists ----------------------------------------------------------------- */
ul { 
	list-style-type: none; list-style-position: outside; 
}
ol { 
	list-style-position: inside; 
}
ul li,
ol li {
	line-height: 1.2em;
}


/* links ----------------------------------------------------------------- */

a:hover{
	text-decoration: underline;
}

a:active, 
a:focus {
	text-decoration: none;
	border: none;
}
a[href^="http://"] { }


object { display:block;}


/* ========================================================================= */
/* LAYOUT */
/* ========================================================================= */

#fake{
	position: relative;
	float: left;
	width: 100%; height: 50%;
	margin-bottom: -500px; /* polowa z containera */
	color: #000;
	visibility: hidden;
}

#wrap{
	height: 900px;
	position: absolute;
	width: 100%;
	position: relative; clear: left;  
    margin: 0 auto;

}


.content{
	min-height: 770px; height: auto !important; height: 770px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

#flash{
	height: 770px;
	color: #fff;
	display: block;
	overflow: hidden;
}

#flash h2{
	margin-left: 50px;
}

#flash h3{
	margin-left: 50px;
	color: #fff;
}

#flash p{
	margin-left: 80px;
}

#football{
	margin-top: 20px;
}

.dyscyplinaOpis{
	margin-bottom: 20px;
	width: 900px;
	display: block;
}

#footer{
	color: #A9A9A9;
	display: block;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-left: 30px;
	white-space: nowrap;
	width: 900px;
}
.footerLink{
	margin-left: auto;
	margin-right: auto;
	color: #000;
}
#stopka{
		display: block;
		height: 70px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 620px !important;
	}
		#stopka li{
			display: inline;
			height: 70px;
		}

	
	#HGlink{
	
	}
	
	#HGlink img{
		width: 188px;
		height: 29px;
		margin-top:20px;
	}
	
	#MAlink{
		/*margin-left: 70px;
		margin-right: 40px;*/
	}
	
	#MAlink img{
		width: 139px;
		height: 70px;
		margin-left: 25px;
	}
	
	#VMlink{
		/*margin-left: 40px;
		margin-right: 80px;*/
	}
	
	#VMlink img{
		width: 187px;
		height: 70px;
	}
	
	#forumLink img{
		width: 70px;
		height: 29px;
		margin-top:20px;
	}
	#notify	#chooseLang{
		position: absolute;
		top: 0; right: 0;
	}
	#chooseLang{
		position: relative;
		float: right;
		width: 36px;
		z-index: 500;
	}
	#chooseLang	strong,
	#chooseLang	a{
		float: left; overflow: hidden;
		color: #000;
		width: 17px;
		height: 12px;
		text-indent: -9999px;
	}
	#chooseLang	strong#langPl, 
	#chooseLang	a#langPl{ 
		background: transparent url(../images/langPl.gif) no-repeat 0 0;
	}
	#chooseLang	strong#langEn, 
	#chooseLang	a#langEn{ 
		background: transparent url(../images/langEn.gif) no-repeat 0 0;
	}
	#chooseLang	a{
		margin-top: 1px;
	}
	#chooseLang	a:hover{
		margin-top: 0;
		background-position: 0 -15px !important;
	}
	#chooseLang	strong{
	background-position: 0 -31px !important;
	}
	#topHeader{
		display: none;
	}
	a.delPost,
	a.editPost{
		color: #9E0300;	
		line-height: 1.5em;
	}	
	a.delPost:hover,
	a.editPost:hover{
		color: #9E0300;
		text-decoration: none;
	}	
	h2#hdEdit{
		background: transparent url(../images/hdEdycja.gif) no-repeat 0 0;
	}
	#loged{
		padding: 0 0 5px 5px;
		float: left;
		color: #fff;
	}
	#loged a{
		color: #fff;
	}
	#loged strong{
		font-weight: bold;
	}
/* end */



