* {
	margin:0;
	padding:0;
}

body {
	background-color:#E6E7E9;
	font-family:Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana;
	color:#404041;
	font-size:12px;
	font-weight:normal;
	line-height:19px;
}

.clear {
	clear:both;
}

a {
	color:#2CBFC7;
	text-decoration:none;
}

a img {
	border:medium none;
	text-decoration:none;
}

a:hover {
	color:#004E5B;
}

h1 {
	color:#2CBFC7;
	font-family:Geneva, Verdana, Lucida Sans, Lucida Grande, Lucida Sans Unicode;
	font-size:21px;
	font-weight:normal;
	padding-bottom:15px;
}

#container {
	padding:35px 0 40px 0;
	background-color:#F1F1F3;
}

#main {
	width: 630px;
	padding-right: 20px;
}

#right {
	width: 250px;
	float: right;
}

#header {
	background-color:#E6E7E9;
	border-bottom:1px solid #DFDFDF;
	height:95px;
	padding:0;
}

#footer {
	font-size:11px;
	padding-top: 20px;
	background-color:#E6E7E9;
	border-top:1px solid #DFDFDF;
}

#header, #footer {
	width:100%;
}

.inside {
	margin: 0 auto;
	width: 900px;
	padding-left: 15px;
	padding-right: 15px;
}

#headerimg {
	float:left;
	width:210px;
}

.footext {
	padding-bottom:50px;
}

.border img {
	padding: 5px;
	border: 1px solid #DFDFDF;
}

.centering {
	text-align: center;
}


/* Nawigacja */
#headernav {
	float:right;
	margin-right:-25px;
	text-align:right;
	width:633px;
}

#headernav ul, #headernav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#headernav li {
	display:inline;
}

#headernav li a {
	border-left:1px solid #404041;
	border-right:1px solid #404041;
	display:block;
	float:left;
	margin-left:-1px;
	padding:30px 32px 8px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#404041;
}

#headernav li a.first {
	margin-left:0px;
}

#headernav li a:hover {
	border-bottom:3px solid #2CBFC7;
}

/* Nawigacja new */

#newheadernav {
	float: right;
	margin-top: 41px;
}

#newheadernav ul, #newheadernav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#newheadernav li {
	float: left;
	padding: 8px 0 0;
}

#newheadernav li a {
	display: block;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
}


#newheadernav li a:hover {
	background-color: #2CBFC7;
	color: #fff;
}

/* Sekcje Katalogu */

.catListSection {
	background-color: #E6E7E9;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 10px;
}

.catListSection h1 {
	padding-bottom: 20px
}

.catListSection .item {
	float: left;
	color: #FFF;
	background-color: #404041;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	width: 270px;
}

.catListSection .item .okladka {
	padding: 10px 10px 0 10px;
}

.catListSection .item .nazwa_klubu {
	padding: 0 10px 10px 0;
	border-top: 1px dotted #F1F1F3;
}

.catListSection .item .nazwa_klubu a:hover {
		text-decoration: underline;
		color: #2CBFC7;
}

/* Katalog */

#katalog-wrap {
	background-color: #404041;
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	padding: 10px;
	width: 813px
}

p.back {
	display: none;
}

/* Galleria */

#gallery-description {
	
}

#gallery-description p.head {
	color:#2CBFC7;
	font-family:Geneva, Verdana, Lucida Sans, Lucida Grande, Lucida Sans Unicode;
	font-size:21px;
	font-weight:normal;
	padding-bottom:15px;
}

#gallery-description p.items {
	
}

#gallery-description p.items a:hover {
	color:#2CBFC7;
	text-decoration: underline;
}


#gallery-description p.last {
	border-bottom: 1px dotted #F1F1F3;
	padding-bottom: 10px;
}

#gallery-description span.label {
	font-weight: bold;
	padding-right: 5px;
}

/* Vote */

.catListSection .item .rating {
	text-align: right;
}

#voteblock .submit {
	background:url("../img/add.png") no-repeat scroll right center transparent;
	border:medium none;
	color:#F1F1F3;
	font-size:13px;
	margin:0;
	padding:10px 50px 10px 0;
}

#voteblock .hasvoted {
	background:url("../img/ok.png") no-repeat scroll right center transparent;
	border:medium none;
	color:#F1F1F3;
	font-size:13px;
	margin:0;
	padding:10px 50px 10px 0;
}

#voteblock a.vote {
	color: #F1F1F3;
}

#voteblock a.vote:hover {
	color: #004E5B;
}