* { font: 12px Verdana; }

a { color: #000000; text-decoration: none; font-weight: bold; }

.wrapper {
	position: relative;
	top: -10px;
	left: 50%;
	width: 970px;
	margin-left: -485px;
	padding: 10px 0 10px 0;
	background: url('tlo.jpg') no-repeat 0px -1px;
	overflow: hidden;
}

.copy {
	position: relative;
	top: -10px;
	left: 50%;
	width: 970px;
	margin-left: -485px;
	font-size: 10px;
	text-align: right;
}

.inner {
	position: relative;
	width: 850px;
	height: auto;
	margin: 20px auto;
	margin-top: 300px;
	border: 0px solid black;
	overflow: visible;
}

.inner1 {
	position: relative;
	width: 850px;
	height: 18px;
	background: url('c_gora.png') no-repeat;
}

.inner2 {
	position: relative;
	width: 850px;
	background: url('c_srodek.png') repeat-y;
	text-align: center;
	display: block;
}

.inner3 {
	position: relative;
	width: 850px;
	height: 18px;
	background: url('c_dol.png') no-repeat;
}

.menu {
	position: relative;
	min-width: 100px;
	overflow: auto;
	margin: 0 auto;
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	padding: 0;
}

.ml {
	float: left;
	width: 8px;
	height: 25px;
	margin-left: 5px;
	background: url('button_lewy.png') no-repeat;
}

.mc {
	float: left;
	width: auto;
	height: 25px;
	padding-top: 4px;
	background: url('button_srodek.png') repeat-x;
}

.mc p {
	margin: 0;
	margin-top: 4px;
}

.mc p:hover { color: red; }

.mr {
	float: left;
	width: 8px;
	height: 25px;
	margin-right: 5px;
	background: url('button_prawy.png') no-repeat;
}

a.viewed {
	color: #ff0000;
}

.content {
	position: relative;
	padding: 20px;
	text-align: left;
}

/* index.php newsy */

.news_div {
	overflow: auto;
	padding-bottom: 3px;
	border-bottom: 1px dotted #333333;
}

.news_date {
	color: 333333;
	font-weight: bold;
	padding: 3px;
}

.news_content {
	padding: 3px;
}

/* zapisy.php formularz */

td {
	border: 0px dotted #333333;
	padding: 3px;
}

td.uni1 {
	width: 200px;
	text-align: right;
}

td.uni2 {
	width: auto;
	text-align: left;
}

td.top {
	padding-top: 15px;
}

td strong,b {
	font-weight: bold;
}

input.zapisy {
	width: 250px;
	border: 0;
	padding: 2px;
	font-weight: bold;
	background: #eeeeee;
}

input.items {
	width: auto;
	height: auto;
	border: 1px solid #333333;
}

input.submit {
	color: #000000;
	border: 1px solid #333333;
}

select.zapisy {
	width: 80px;
	margin: 0 1px;
	border: 0;
	font-weight: bold;
	background: #eeeeee;
}

/* regulamin.php */

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 3px auto;
} 

li {
	margin: auto;
	list-style-type: circle;
}

table {
	margin: 0 15px;
}

tr,td {
	margin: 0;
	padding: 0 5px;
}

.reg1 {
	font-weight: bold;
}

.reg2 {
	margin-left: 15px;
}

.sub {
	text-decoration: underline;
}

table.wpisowe td {
	width: 150px;
	text-align: center;
	border: 1px dotted #333333;
}

.wpisowe_after {
	color: #aaaaaa;
}

/* wyniki.php */

table.score td {
	width: 250px;
}

/* lista.php */

.lista {
	margin-left: 60px;
}

table.lista td {
	padding: 2px;
	border: 1px dotted #333333;
	text-align: center;
}

table.lista thead td {
	background: #333333;
	color: #ffffff;
}

/* partnerzy */

.partnerzy {
	margin: 2px auto;
	text-align: left;
}

.p_left {
	margin-left: 25px;
}

/* */

.facebook {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 120px;
	height: auto;
	background: url('facebooklogo.jpg') no-repeat #ffffff;
	padding-top: 42px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}














