@charset "utf-8";



body  {
	margin-top: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom:0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#000!important;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_18 {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .grid_1 {
	width:40px;
}

.container_18 .grid_2 {
	width:90px;
}

.container_18 .grid_3 {
	width:140px;
}

.container_18 .grid_4 {
	width:190px;
}

.container_18 .grid_5 {
	width:240px;
}

.container_18 .grid_6 {
	width:290px;
}

.container_18 .grid_7 {
	width:340px;
}

.container_18 .grid_8 {
	width:390px;
}

.container_18 .grid_9 {
	width:440px;
}

.container_18 .grid_10 {
	width:490px;
}

.container_18 .grid_11 {
	width:540px;
}

.container_18 .grid_12 {
	width:590px;
}

.container_18 .grid_13 {
	width:640px;
}

.container_18 .grid_14 {
	width:690px;
}

.container_18 .grid_15 {
	width:740px;
}

.container_18 .grid_16 {
	width:790px;
}

.container_18 .grid_17 {
	width:840px;
}

.container_18 .grid_18 {
	width:890px;
}



/* Prefix Extra Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .prefix_1 {
	padding-left:50px;
}

.container_18 .prefix_2 {
	padding-left:100px;
}

.container_18 .prefix_3 {
	padding-left:150px;
}

.container_18 .prefix_4 {
	padding-left:200px;
}

.container_18 .prefix_5 {
	padding-left:250px;
}

.container_18 .prefix_6 {
	padding-left:300px;
}

.container_18 .prefix_7 {
	padding-left:350px;
}

.container_18 .prefix_8 {
	padding-left:400px;
}

.container_18 .prefix_9 {
	padding-left:450px;
}

.container_18 .prefix_10 {
	padding-left:500px;
}

.container_18 .prefix_11 {
	padding-left:550px;
}

.container_18 .prefix_12 {
	padding-left:600px;
}

.container_18 .prefix_13 {
	padding-left:650px;
}

.container_18 .prefix_14 {
	padding-left:700px;
}

.container_18 .prefix_15 {
	padding-left:750px;
}

.container_18 .prefix_16 {
	padding-left:800px;
}

.container_18 .prefix_17 {
	padding-left:850px;
}



/* Suffix Extra Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .suffix_1 {
	padding-right:50px;
}

.container_18 .suffix_2 {
	padding-right:100px;
}

.container_18 .suffix_3 {
	padding-right:150px;
}

.container_18 .suffix_4 {
	padding-right:200px;
}

.container_18 .suffix_5 {
	padding-right:250px;
}

.container_18 .suffix_6 {
	padding-right:300px;
}

.container_18 .suffix_7 {
	padding-right:350px;
}

.container_18 .suffix_8 {
	padding-right:400px;
}

.container_18 .suffix_9 {
	padding-right:450px;
}

.container_18 .suffix_10 {
	padding-right:500px;
}

.container_18 .suffix_11 {
	padding-right:550px;
}

.container_18 .suffix_12 {
	padding-right:600px;
}

.container_18 .suffix_13 {
	padding-right:650px;
}

.container_18 .suffix_14 {
	padding-right:700px;
}

.container_18 .suffix_15 {
	padding-right:750px;
}

.container_18 .suffix_16 {
	padding-right:800px;
}

.container_18 .suffix_17 {
	padding-right:850px;
}



/* Push Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .push_1 {
	left:50px;
}

.container_18 .push_2 {
	left:100px;
}

.container_18 .push_3 {
	left:150px;
}

.container_18 .push_4 {
	left:200px;
}

.container_18 .push_5 {
	left:250px;
}

.container_18 .push_6 {
	left:300px;
}

.container_18 .push_7 {
	left:350px;
}

.container_18 .push_8 {
	left:400px;
}

.container_18 .push_9 {
	left:450px;
}

.container_18 .push_10 {
	left:500px;
}

.container_18 .push_11 {
	left:550px;
}

.container_18 .push_12 {
	left:600px;
}

.container_18 .push_13 {
	left:650px;
}

.container_18 .push_14 {
	left:700px;
}

.container_18 .push_15 {
	left:750px;
}

.container_18 .push_16 {
	left:800px;
}

.container_18 .push_17 {
	left:850px;
}



/* Pull Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .pull_1 {
	left:-50px;
}

.container_18 .pull_2 {
	left:-100px;
}

.container_18 .pull_3 {
	left:-150px;
}

.container_18 .pull_4 {
	left:-200px;
}

.container_18 .pull_5 {
	left:-250px;
}

.container_18 .pull_6 {
	left:-300px;
}

.container_18 .pull_7 {
	left:-350px;
}

.container_18 .pull_8 {
	left:-400px;
}

.container_18 .pull_9 {
	left:-450px;
}

.container_18 .pull_10 {
	left:-500px;
}

.container_18 .pull_11 {
	left:-550px;
}

.container_18 .pull_12 {
	left:-600px;
}

.container_18 .pull_13 {
	left:-650px;
}

.container_18 .pull_14 {
	left:-700px;
}

.container_18 .pull_15 {
	left:-750px;
}

.container_18 .pull_16 {
	left:-800px;
}

.container_18 .pull_17 {
	left:-850px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.black {
	background-color:#000000;
	color:#FFFFFF;
}
.white {
	background-color:#FFFFFF;
	color:#000000;
}
.center {
	text-align:center;
	azimuth:center;
}
.zglos {
	float:left;
	background:url(../images/zglos-zespol.jpg);
	width: 278px;
	height:133px;
	margin:10px;
}
.zwyciezcy {
	float:right;
	background:url(../images/zobacz-zwyciezcow.jpg);
	width: 278px;
	height:133px;
	margin:10px;
}
.zwyciezcy:active, .zwyciezcy:hover {
	background:url(../images/zobacz-zwyciezcow.jpg) 0 -133px;
}
.zglos:active, .zglos:hover {
	background:url(../images/zglos-zespol.jpg) 0 -133px;
}
#finaly {
	text-align:center;
	width:100%;
}
ul.menu-finaly li a:link,
ul.menu-finaly li a:visited {
text-decoration:none;
padding:10px 5px!important;
margin:10px!important;
width:148px!important;
height:auto!important;
color: #FFFFFF;
font-size:12px;
font-weight: bold;
display:block;
border:0!important;
background: #cc0000!important;
-moz-border-radius: 15px;
border-radius: 10px;
}
	
/*Menu glowne*/
.midlemenu ul, .midlemenu ul li, .midlemenu_dol ul, .midlemenu_dol ul li {
float:left;
text-align:center;
list-style:none;
padding:0;
margin:0;
background-color:#000000;
}

.midlemenu ul li a:link, .midlemenu ul li a:visited {
text-decoration:none;
padding:8px 3px 3px 3px;
width:120px;
height:25px;
color: #FFFFFF;
font-size:12px;
font-weight: bold;
display:block;
border-left:dotted 1px #333333;
}
.midlemenu_dol ul li a:link, .midlemenu_dol ul li a:visited {
text-decoration:none;
padding:10px 3px 3px 3px;
width:171px;
height:27px;
color: #FFFFFF;
font-size:12px;
font-weight: bold;
display:block;
border-left:dotted 1px #333333;
}

.midlemenu ul li.active a, .midlemenu ul li a:hover, .midlemenu ul li a#active_menu-nav
.midlemenu_dol ul li.active a, .midlemenu_dol ul li a:hover, .midlemenu_dol ul li a#active_menu-nav {
background-color: #333333;
color:#fff;
}




.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
a.contentpagetitle {
	font-size:14;
	color:#FFFFFF;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h2, .contentheading {font-size:1.5em;margin:0.1em 0; color:#444; padding:20px 0;}
h3, .componentheading {font-size:1.5em; padding:.9em 0; margin:0;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
/*p {margin:0 0 1.5em;}
p img.left {float:left;margin:0 1.5em 0 0;padding:0;}
p img.right {float:right;margin:0 0 0 1.5em;}*/
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
/*th, td, caption {padding:4px 10px 4px 5px;}*/
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#ddd;}
.small, .modifydate {font-size:.7em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {
	margin-top:0;
	padding-top:0;
	height:210px;
}
.contentpaneopen {
	line-height:1.2em!important;
}
.srodek {
	padding:15px;
}
.blog table {
	width:560px!important;
	font-size:12px;
}
.blog img {
	max-width:540px!important;
	margin:10px!important;
}
.bottom {margin-bottom:0;padding-bottom:0;}
/* Search */
#ja-search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	bottom: 15px;
	right: 0;
}

#ja-search .inputbox {
	width: 120px;
	border: 1px solid #333333;
	padding: 3px 5px;
	color: #999999;
	background: #444444;
	font-size: 92%;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 4px 5px;
	margin: 0 4px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
	
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}
/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	padding: 0 0 20px;
	margin-bottom: 15px;
}

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
	padding: 5px 5px;
	margin: 0;
	color: #000000;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
}
.minifoto img {
	max-width:100px;
	height:auto;
}
.minifoto {
	text-align:center;
}
.sponsorzy {
	background-image:url(../images/sponsorzy.jpg);
}
.organizatorzy {
	background-image:url(../images/organizatorzy.jpg);
}
.partnerzy {
	background-image:url(../images/partnerzy.jpg);
}
.sponsor {
	background-image:url(../images/sponsor_tytularny.jpg);
	background-position:top center!important;
}
.organizatorzy,
.sponsorzy,
.partnerzy,
.sponsor {
	background-repeat:no-repeat;
	background-position:top left;
	padding:45px 5px 5px 5px;
	margin-top:5px;
	text-align:center;
}
.banery {
	margin-top:-30px;
}
.organizatorzy td,
.sponsorzy td,
.partnerzy td,
.sponsor td,
.banery td {
	text-align:center;
	padding:10px 0;
}
.odstep5 {
	height: 5px;
}
/* Module rounded */
div.module h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 2px solid #F6F6F6;
	color: #7BA566;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.module_text h3 {
	margin: 0 0 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

div.module_text span {
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
}

div.module_text {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6;
}

div.module_text div {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
	padding: 0 15px 10px;
	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
	padding: 5px 0 !important;
}

/* red */
div.module_black h3,
div.module_green h3,
div.module_blue h3,
div.module_red h3 {
	margin: 0 -15px 10px;
	padding: 8px 15px 5px;
	border-bottom: 1px solid #F6F6F6;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_red {
	background: url(../images/br-br.gif) no-repeat bottom right #BF0000;
	color: #FFFFFF;
}

div.module_red div {
	background: url(../images/br-bl.gif) no-repeat bottom left;
}

div.module_red div div {
	background: url(../images/br-tr.gif) no-repeat top right;
}

div.module_red div div div {
	padding: 0 15px 10px;
	background: url(../images/br-tl.gif) no-repeat top left;
}

/* blue */
div.module_blue {
	background: url(../images/bb-br.gif) no-repeat bottom right #006699;
	color: #FFFFFF;
}

div.module_blue div {
	background: url(../images/bb-bl.gif) no-repeat bottom left;
}

div.module_blue div div {
	background: url(../images/bb-tr.gif) no-repeat top right;
}

div.module_blue div div div {
	padding: 0 15px 10px;
	background: url(../images/bb-tl.gif) no-repeat top left;
}

/* green */
div.module_green {
	background: url(../images/bg-br.gif) no-repeat bottom right #7BA566;
	color: #FFFFFF;
}

div.module_green div {
	background: url(../images/bg-bl.gif) no-repeat bottom left;
}

div.module_green div div {
	background: url(../images/bg-tr.gif) no-repeat top right;
}

div.module_green div div div {
	padding: 0 15px 10px;
	background: url(../images/bg-tl.gif) no-repeat top left;
}

/* black */
div.module_black {
	background: url(../images/bl-br.gif) no-repeat bottom right #333333;
	color: #FFFFFF;
}

div.module_black div {
	background: url(../images/bl-bl.gif) no-repeat bottom left;
}

div.module_black div div {
	background: url(../images/bl-tr.gif) no-repeat top right;
}

div.module_black div div div {
	padding: 0 15px 10px;
	background: url(../images/bl-tl.gif) no-repeat top left;
}

div.module_blue ul,
div.module_blue ol,
div.module_red ul,
div.module_red ol,
div.module_black ul,
div.module_black ol,
div.module_green ul,
div.module_green ol {
	margin: 0;
	padding: 0;
}

div.module_blue li,
div.module_red li,
div.module_black li,
div.module_green li {
	margin-left: 20px;
	padding: 0;
	line-height: 150%;
}

div.module_blue a,
div.module_red a,
div.module_black a,
div.module_green a {
	color: #FFFFFF;
}

div.advs {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

