
/* GŁÓWNE FUNKCJONOWANIE STRONY */
body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #ab1719;
	margin: 0px;
	margin-top:15px;
	padding: 0px;
}

a {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ca6e0a;
	text-decoration: none;
}

a:hover {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

td a:hover {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

img {
	border: 0px;
}

input {
	color: #ca6e0a;
	border: 1px solid #ca6e0a;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	background-image: url(../images/inputbg.jpg);
	background-repeat: repeat-x;
}

select {
	color: #ca6e0a;
	border: 1px solid #ca6e0a;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F6E8C5;
}

textarea {
	color: #ca6e0a;
	border: 1px solid #ca6e0a;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F6E8C5;
}

button {
	color: #ca6e0a;
	border: 1px solid #ca6e0a;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	background-image: url(../images/inputbg.jpg);
	background-repeat: repeat-x;
}

/* TRESC STRONY */

#maindiv {
	width: 889px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 889px;
	height: 158px;
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#mainleft {
	float: left;
	width: 287px;
	background-image: url(../images/layerleft.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
}

#mainright {
	float: left;
	width: 574px;
}

.mcategory1 {
	width: 315px;
	height: 21px;
	#background-image: url(../images/mp3_albumy.jpg);
}

.mcategory2 {
	margin-top:10px;
	width: 315px;
	height: 121px;
	#background-image: url(../images/cat2.jpg);
}

.mcategory3 {
	width: 315px;
	height: 121px;
	#background-image: url(../images/cat3.jpg);
}

.mcategory4 {
	width: 315px;
	height: 111px;
	#background-image: url(../images/cat4.jpg);
}

.mcategory5 {
	width: 315px;
	height: 121px;
	#background-image: url(../images/statystyki.jpg);
}

.mcategory6 {
	width: 315px;
	height: 21px;
	#background-image: url(../images/mp4.jpg);
}


#stopka {
	color: #000000;
	font-weight: normal;
	clear: both;
	width: 889px;
	height: 187px;
	background-image: url(../images/layer_footer.jpg);
	background-repeat:no-repeat;
	

}

#stopka a {
	color: #000000;
	font-weight: normal;
}

#stopkalinki {
	padding-top: 22px;
	padding-left: 20px;
}

#wykonawca {
	text-align: center;
	padding-top: 48px;
}

#wykonawca a {
	font-weight: bold;
}

.centrowanie {
	text-align: center;
	padding-right: 2px;
}

.centrowanie_top {
	text-align: center;
	padding-right: 32px;
}

.centrowanie_mod {
	text-align: center;
	padding-right: 28px;
}

.srodek {
	text-align: center;
}

/* KLASY JQUERY */

.link {

	padding-top:10px;
	cursor: pointer;
}

.show {
	display: block;
}

.link2 {
	cursor: pointer;
	height:1px;
	padding-top:26px;
}

.show2 {
	display: block;
}

.link3 {
	cursor: pointer;
}

.show3 {
	display: none;
}

.link4 {
	cursor: pointer;
	height:16px;
}

.show4 {
	display: block;
		background-image: url(../images/layer_log_mp3.jpg);
	background-repeat:no-repeat;
	height:190px;
}

.link5 {
	cursor: pointer;
}

.show5 {
		display: block;

}

.link6 {
	
	padding-top:15px;
	cursor: pointer;
}

.show6 {
	display: block;
}

.link7 {
	cursor: pointer;
}

.show7 {
	display: none;
}

/* MENU */

.menu {
	list-style: none;
	padding-left:20px;
	padding-top:18px;
}

li a {color: #000;}
li a:hover {color: #000;}

.menu li {
	list-style: none;
	padding-left: 20px;
	background-image: url(../images/arrow_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.menu li:hover {
	list-style: none;
	padding-left: 20px;
	background-image: url(../images/arrow_on.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.menu a {
	text-decoration: none;
	display: block;
	width: 250px;
	height: 20px;
}

.menu a:hover {
	text-decoration: none;
}



.show4 .centrowanie form {padding-top:25px;} 
.show4 .centrowanie a {color:#000;} 






/* NEWS */

.mainnews {
	margin-top: 0px;
	clear: both;
	width: 575px;
	border-right: 1px solid #fea94d;
	background-color: #000;
}

.mainnews:hover {
	border-right: 1px solid #e5c281;
	background-color: #000;
}

.newstitle {
	font-weight: bold;
	#background-image: url(../images/news_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-left: 10px;
	padding-top: 5px;
	background-position: 0px 8px;
	color:#fea94d;
}

.newstresc {
	padding-top: 10px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	color: #8b4901;
}

.newstitle a:hover {
	
	color: #fff;
}

.newstresc a:hover {
	
	color: #fff;
}

.avatar {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #dd801b;
}

.avatar:hover {
	border: 1px solid #000;
}

.clear {
	clear: both;	
}
