
/* import nav
----------------------------------------------- */

@import 'nav.css';
@import 'nav_2.css';

/* wygląd
----------------------------------------------- */

body
{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(imgs/bg.gif);
	margin: 0; padding: 0;
}
div#container
{
	width: 906px;
	padding: 0 51px 0 42px;
	background: url(imgs/content_bg.jpg) repeat-y;
	margin: 0 auto;
	overflow: auto;
}
div#nav_holder
{
	width: 885px;
	height: 49px;
	padding: 8px 0 0 21px;
	background: url(imgs/nav_bg.gif) no-repeat;
}
div#nav_holder_2
{
	width: 885px;
	height: 49px;
	padding: 8px 0 0 21px;
	background: url(imgs/nav_bg.gif) no-repeat;
}
h1#banner
{
	width: 906px;
	height: 230px;
	text-indent: -9999px;
	background: url(imgs/banner.jpg) no-repeat;
}
.banner_below
{
	color: #EC0000;
	font-size: 16px;
	width: 866px;
	height: 7px;
	line-height: 55px;
	padding: 0 0 0 40px;
	background: url(imgs/banner_below.jpg) no-repeat;
}
	.banner_below_content
	{
		width: 229px;
		padding: 0 0 0 20px;
		float: left;
	}
	.banner_below_center
	{
		width: 249px;
		margin: 0 23px 0 60px;
		float: left;
	}
div#content 
{
	width: 826px;
	margin: 0 auto;
}
	div#content_gradient
	{
		width: 906px;
		background: url(imgs/content_gradient.gif) no-repeat;
	}
	div#left
	{
		width: 249px;
		float: left;
	}
	div#right
	{
		width: 536px;
		float: right;
	}
	div#center
	{
		width: 700px;
		float: right;
	}
.box_left_holder
{
	width: 249px;
	background: #3d3d3d;
	float: left;
}
.box_right_holder
{
	width: 249px;
	background: #3d3d3d;
	margin: 0 0 0 38px;
	float: left;
}
	.box_left_header
	{
		color: #FFFFFF;
		font-size: 14px;
		width: 239px;
		height: 48px;
		padding: 23px 0 0 10px;
		background: url(imgs/box_left_header.gif) no-repeat;
		margin: 10px 0 0 0;
		text-align: center;
	}
		.box_left_header_clan
	{
		color: #BB0000;
		font-size: 14px;
		width: 239px;
		height: 48px;
		padding: 23px 0 0 10px;
		background: url(imgs/box_left_header_clan.gif) no-repeat;
		margin: 10px 0 0 0;
		text-align: center;
	}
		.box_left_header_oclan
	{
		color: #BB0000;
		font-size: 14px;
		width: 239px;
		height: 48px;
		padding: 23px 0 0 10px;
		background: url(imgs/box_left_header_oclan.gif) no-repeat;
		margin: 10px 0 0 0;
		text-align: center;
	}
		.box_left_header_ts
	{
		color: #BB0000;
		font-size: 14px;
		width: 239px;
		height: 48px;
		padding: 23px 0 0 10px;
		background: url(imgs/box_left_header_ts.gif) no-repeat;
		margin: 10px 0 0 0;
		text-align: center;
	}
	.box_left_content
	{
		width: 224px;
		padding: 10px 5px 5px 8px;
		background: #4b4b4b url(imgs/box_bg.gif) repeat-x bottom;
		border-left: 1px solid #2f2f2f;
		border-right: 1px solid #2f2f2f;
		border-bottom: 1px solid #2f2f2f;
		line-height: 20px;
		margin: 0 auto;
		overflow: auto;
	}
		img.sponsor
		{
			margin: 0 0 8px 0;
			display: block;
		}
	.box_left_footer
	{
		width: 249px;
		height: 5px;
		background: url(imgs/box_left_footer.gif) no-repeat;
		overflow: hidden;
		clear: both;
	}
.content_header
{
	font-size: 16px;
	width: 526px;
	height: 71px;
	line-height: 62px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	background: url(imgs/content_header.gif) no-repeat;
	clear: both;
}
.content_holder
{
	width: 536px;
	background: #3e3e3e;
}
	.content_box
	{
		width: 504px;
		padding: 10px;
		background: #4b4b4b url(imgs/box_bg.gif) repeat-x bottom;
		border-left: 1px solid #2f2f2f;
		border-right: 1px solid #2f2f2f;
		border-bottom: 1px solid #2f2f2f;
		margin: 0 auto;
	}
	.content_footer
	{
		width: 536px;
		height: 5px;
		background: url(imgs/content_footer.gif) no-repeat;
		overflow: hidden;
	}
.news_title
{
	font-weight: bold;
	width: 490px;
	height: 23px;
	padding: 15px 0 0 10px;
	margin: 0 auto 10px auto;
	background: url(imgs/news_title_bg.gif) repeat-x;
}
.footer_above
{
	width: 898px;
	height: 39px;
	background: url(imgs/footer_above.gif) no-repeat;
	margin: 0 auto;
	clear: both;
}
	.footer
	{
		font-weight: bold;
		width: 858px;
		height: 58px;
		line-height: 58px;
		padding: 0 20px 0 20px;
		background: url(imgs/footer_bg.gif) no-repeat;
		margin: 0 auto;
	}
		.footer a
		{
			color: #fff;
			text-decoration: underline;
		}
		.footer a:hover
		{
			color: #fff;
			text-decoration: none;
		}
		.code, .design
		{
			margin: 24px 0 0 0;
			float: left;
		}

/* colours, typography & links
----------------------------------------------- */

a
{
	color: #E10000;
	text-decoration: underline;
	font-style: italic;
}
a:hover
{
	color: #FF0000;
	text-decoration: none;
	font-style: normal;
}
.red
{
	color: #fe0000;
}

/* misc
----------------------------------------------- */

p
{
	margin: 0; padding: 0 0 10px 0;
}

form, input, textarea, h1, h2, h3
{
	margin: 0; padding: 0;
}
a img
{
	border: 0;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.clear
{
	clear: both;
}

.wynik
{
color:white;
text-decoration: none;
font-style: normal;
}

.wynik :hover
{
color:white;
text-decoration: none;
font-style: normal;
}
