
/* GŁÓWNE FUNKCJONOWANIE STRONY */
body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	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;
}

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: 397px;
	background-image: url(../images/logo.jpg);
}

#mainleft {
	float: left;
	width: 315px;
}

#mainright {
	float: left;
	width: 574px;
}

.mcategory1 {
	width: 315px;
	height: 121px;
	background-image: url(../images/cat1.jpg);
}

.mcategory2 {
	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: 121px;
	background-image: url(../images/cat4.jpg);
}

.mcategory5 {
	width: 315px;
	height: 121px;
	background-image: url(../images/statystyki.jpg);
}

.mcategory6 {
	width: 315px;
	height: 121px;
	background-image: url(../images/mp4.jpg);
}


#stopka {
	color: #000000;
	font-weight: normal;
	clear: both;
	width: 889px;
	height: 187px;
	background-image: url(../images/stopka.jpg);
}

#stopka a {
	color: #000000;
	font-weight: normal;
}

#stopkalinki {
	padding-top: 62px;
	padding-left: 20px;
}

#wykonawca {
	text-align: center;
	padding-top: 48px;
}

#wykonawca a {
	font-weight: bold;
}

.centrowanie {
	text-align: center;
	padding-right: 50px;
}

.srodek {
	text-align: center;
}

/* KLASY JQUERY */

.link {
	cursor: pointer;
}

.show {
	display: none;
}

.link2 {
	cursor: pointer;
}

.show2 {
	display: none;
}

.link3 {
	cursor: pointer;
}

.show3 {
	display: none;
}

.link4 {
	cursor: pointer;
}

.show4 {
	display: none;
}

.link5 {
	cursor: pointer;
}

.show5 {
	
}

.link6 {
	cursor: pointer;
}

.show6 {
	display: none;
}

/* MENU */

.menu {
	list-style: none;
	padding-left: 0px;
}

.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;
}

/* NEWS */

.mainnews {
	margin-top: 10px;
	clear: both;
	width: 559px;
	border-right: 15px solid #fea94d;
	background-color: #fcebb4;
}

.mainnews:hover {
	border-right: 15px solid #e5c281;
	background-color: #fcebb4;
}

.newstitle {
	font-weight: bold;
	background-image: url(../images/news_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 10px;
	padding-top: 5px;
	background-position: 0px 8px;
}

.newstresc {
	padding-top: 10px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #8b4901;
}

.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;	
}