* { border: 0; margin: 0; padding: 0; }

body {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #cccccc;
	text-align: center;
	background: #010101 url(images/tlo.jpg) top center;
}

a {
	color: #ff0000;
	text-decoration: none;
}

td {
	font-family: Trebuchet MS;
	font-size: 12px;
}

#top, #main, #footer {
	margin: 0 auto;
	width: 1012px;
	position: relative;
	text-align: left;
	clear: both;
	overflow: hidden;
}

.clr { clear: both; }

/**** TOP ****/
	#top {
		font-size: 14px;
		font-weight: bold;
	}
	#top-container {
		margin-top: 17px;
		padding-top: 9px;
		background-color: #010101;
	}
	#top img { float: left; }
	#top ul, #top ul li { list-style: none; }
	#top ul {
		margin-top: 13px;
		height: 57px;
		background: #9e9e9e url(images/topmenu-t.gif) repeat-x;
		float: right;
	}
	#top ul li {
		float: left;
		border-left: 1px #999999 solid;
		border-right: 1px #949494 solid;
	}
	#top a {
		padding: 11px 10px;
		display: block;
		color: #484848;
		background-image: url(images/topmenu-t.gif);
		background-repeat: repeat-x;
	}
	#top a:hover {
		color: #242323;
		background-image: url(images/topmenu-t2.gif);
		background-repeat: repeat-x;
	}
	#pasek {
		height: 12px;
		background-image: url(images/pasek.gif);
		background-repeat: repeat-x;
	}
/**** /TOP ****/
/**** MAIN ****/
	#main { background-color: #030303;  }
	#main-layer {
		border-top: 2px #f10808 solid;
		background: #110f10 url(images/main-t.gif) repeat-x top;
	}
	#newsletter {
		padding: 24px 0;
		float: right;
	}
	#newsletter input {
		margin: 0 4px;
		padding: 3px 10px;
		font-family: Tahoma;
		font-size: 11px;
		color: #bcbcbc;
		background-color: #363636;
	}
	#koncerty {
		padding-top: 14px;
		padding-left: 4px;
		font-size: 14px;
		font-weight: bold;
	}
	#left {
		width: 375px;
		height: 435px;
		float: left;
		background-image: url(images/RY23.jpg);
		background-repeat: no-repeat;
	}
	/**** CONTENT ****/
		#content {
			padding-top: 21px;
			width: 338px;
			height: 414px;
			float: left;
			overflow: auto;
		}
		a.other {
			padding-left: 17px;
			color: #cccccc;
			background-image: url(images/sp.gif);
			background-repeat: no-repeat;
			background-position: left center;
		}
		.box {
			margin: 6px 11px 6px 0;
			padding: 4px 0 4px 2px;
			border-bottom: 1px #424242 solid;
		}
		.box img { border: 1px #333333 solid; }
		.box div.title {
			font-size: 14px;
			font-weight: bold;
		}
	/**** /CONTENT ****/
	/**** RIGHT ****/
		#content-2nd {
			width: 299px;
			float: right;
		}
		#content-2nd dt, #content dd { margin-left: 4px; }
		#content-2nd dt { padding: 21px 0 15px 0; }
	/**** /RIGHT ****/
/**** /MAIN ****/
/**** FOOTER ****/
	#footer {
		margin-bottom: 15px;
		padding: 12px 0;
		color: #666666;
		background-color: #333333;
	}
	#footer a { color: #999999; }
	#footer ul, #footer ul li { list-style: none; }
	#footer ul { padding-left: 10px; }
	#footer ul li {
		padding: 0 12px;
		border-left: 1px #999999 solid;
		display: inline;
	}
/**** /FOOTER ****/