body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset, img { border: none; }

body {
	background-color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.36em;
	color: #4c4c4c;
}

a:link {color: #d81d1c;}
a:visited {color: #717171;}
a:hover{color: #ff0100;}

#bg_holder {
	width: 100%;
	padding-top: 16px;
	background: url('images/bg_slady.jpg') top no-repeat;
}
#container {
	margin: 0 auto;
	width: 770px; 
	text-align: left;
	background-color: #fff;
}

#header {
	text-indent: -1000em;
	width: 770px;
}

	#header h1 a{
		display: block;
		width: 770px;
		height: 196px;
		background: url('images/header.jpg') no-repeat;
	}
	
	#header h2 {
		display: none;
		border: 1px solid red;
	}
	
#bg_content {
	width: 770px;
	background: url('images/content_bg.jpg') 0 0 repeat-y;
}

#nav {
    width: 770px;
	height: 42px;
	background: url('images/nav_right.jpg') top right no-repeat;
	}
		
	#nav ul {
		background: url('images/nav_left.jpg') top left no-repeat;
		padding-left: 94px;
		height: 42px;
	}
	
	#nav ul li {
		display: block;
	    text-indent: -1000em;
	    float: left;
		height: 42px;
	}

	#nav ul li a {
	    display: block;
	    -moz-outline: none;
		height: 42px;
	}
	
	#nav_aktualnosci {background: url('images/nav_aktualnosci.jpg') no-repeat; width: 97px;}
	#nav_zawodnicy {background: url('images/nav_zawodnicy.jpg') no-repeat; width: 87px;}
	#nav_kibice {background: url('images/nav_kibice.jpg') no-repeat; width: 61px;}
	#nav_media {background: url('images/nav_media.jpg') no-repeat; width: 55px;}
	#nav_wyniki {background: url('images/nav_wyniki.jpg') no-repeat; width: 61px;}
	#nav_galeria {background: url('images/nav_galeria.jpg') no-repeat; width: 72px;}
	#nav_sponsorzy {background: url('images/nav_sponsorzy.jpg') no-repeat; width: 88px;}
	#nav_forum {background: url('images/nav_forum.jpg') no-repeat; width: 61px;}
	
	#nav ul li a:hover, #nav ul li a.active {
		background-position: 100% 0;
	}
	
#content {
	clear: both;
	width: 750px;
	margin-left: 10px;
	padding-top: 15px;
}
	#leftCollumn {
		width: 195px;
		display: block;
		float: left;
		padding-left: 5px;
	}

		#leftCollumn ul li {
			list-style: none;
		}
		
		#leftCollumn ul li a{
			text-decoration: none;
			display: block;
			background: url('images/li_bg.jpg') bottom left no-repeat;
			padding-left: 24px;
			padding-bottom: 6px;
			margin-top: 10px;
		}
	
	#rightCollumn {
		width: 508px;
		padding-right: 20px;
		float: right;
		display: block;
	}
	
		#rightCollumn ul, #rightCollumn ol{
			list-style-position: inside;
		}
	
		.title {
			text-indent: -1000em;
		}
	
		.aktualnosci {
			background: url('images/title_aktualnosci.jpg') no-repeat; width: 120px; height: 20px;
		}
		
		.news {
			margin-top: 10px;
			display: block;
			clear: both;
		}
		
		.news h4, h4, h2, h3 {
			font-size: 14px;
			font-weight: bold;
			color: #d81d1c;
			clear: both;
		}
		
		.news h4 a, h2 a, h3 a{
			text-decoration: none;
		}
		
		.date {
			font-family: "Lucida Sans unicode", Arial, helvetica, sans-serif;
			font-size: 10px;
			line-height: 14px;
		}
		
		.newsContent {
			margin-top: 14px;
		}
			
		.more-link{
			margin-top: 10px;
			margin-bottom: 20px;
			float: right;
			display: block;
			text-decoration: none;
		}
		
.clear {
	width: 100%;
	clear: both;
	display: block;
	height: 30px;
}

#footer {
	margin: 0 auto;
	width: 770px;
	padding: 185px 0px 30px 0px;
	text-align: left;
	background: url('images/footer_bg.jpg') top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

	#footer ul {
		float: left;
	}
	#footer ul li {
		display: inline;
		margin-right: 5px;
	}
	
	#footer .createdBy {
		float: right;
		
	}
	
	#doubleCollumn, .narrowcolumn2 {
		width: 702px !important; 
		padding-left: 24px;
		padding-right: 24px;
	}
	
	
	
	.navigation {
		margin-top: 10px;
		padding-bottom: 20px;
		clear: both;
		display: block;
		width: 100%;
	}
	
	.alignleft {
		float: left;
	}
	
	.alignright {
		float: right;
	}