html{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	background-image: url(../img/tlo.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #259d00;
	margin: 0;
	padding: 0;
	
}
body {
	margin: 0;
	padding: 0;
	border-top: 1px solid #259d00;
	background-image: url(../img/tlog.jpg);	
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
#calaStrona{
	width: 998px;
	margin: 28px auto;
	background-color: #fff;
}
#naglowek{
	height: 240px;
}
#logo{
	float: left;
	background-image: url(../img/logo.png);	
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	height: 169px;
	margin: 50px 0 0 35px;
}
#menu{
	float: right;
	width: 720px;
}
#menu .tytul{
	height: 75px;
}
h1{
	font-family: "Trebuchet MS";
	font-size: 28px;
	color: #333;
	text-align: left;
	margin: 0;
}
h2{
	font-family: "Trebuchet MS";
	font-size: 28px;
	color: #666;
	text-align: left;
	margin: 0;
}
.poz{
	float: left;
	width: 115px;
	border-top: 20px solid #625e5e;
	border-left: 20px solid #625e5e;
	border-bottom: 20px solid #625e5e;
}
.srodek{
	border: 5px solid #fff;
	background-color: #259d00;
	padding: 2px;
	width: 101px;
	height: 101px;
	color: #fff;
	text-align: left;
	cursor: pointer;
}
.srodek a{
	text-decoration: none;
	color: #fff;
	display: block;
	width: 101px;
	height: 101px;
}
.poz1{
	float: left;
	width: 20px;
	height: 155px;
	background-color: #625e5e;
}
.poz2{
	float: left;
	width: 20px;
	height: 55px;
	margin: 50px 2px 0 0;
	background-color: #625e5e;
}
/*
.srodek:hover{
	background-color: #EF0000;
}
*/
#srodek{
	clear: both;
}
#lewa{
	float: left;
	width: 250px;
	margin: 25px 15px;
}
#lewa .tytul{
	font-size: 20px;
	font-weight: bold;
}
#lewa .tresc{
	margin: 5px 0 15px 0;
	line-height: 18px;
}
#lewa img{
	margin: 0 0 10px 0;
}
#lewa .tresc a,
#prawa .tresc a{
	text-decoration: none;
	color: #1F7F00;
}
#lewa .tresc a:hover,
#prawa .tresc a:hover{
	text-decoration: underline;
}
#lewa .tytul1{
	font-size: 18px;
	font-weight: bold;
}
.tyt{
	font-size: 14px;
	color: #666;
	margin: 10px 0 5px 0;
}
.tyt1{
	font-size: 12px;
	color: #999;
	margin: 10px 0 5px 0;
}
#prawa{
	margin: 25px 25px 0 0;
	float: right;
	width: 675px;
	text-align: left;
}
#prawa .tytul{
	font-size: 26px;
	font-weight: bold;
	color: #666;
	margin: 0 0 20px 0;
}
#prawa .tresc{
	line-height: 18px;
}
#stopka{
	padding: 16px 16px 0 0;
	height: 36px;
	color: #aaa;
	text-align: right;
}
img{
	border: 0;
}
/**formularz rejestracyjny**/
fieldset{
	padding: 20px;
}
label{
	font-weight: bold;
}
fieldset label{
	float: left;
	width: 220px;
	height: 32px;
	display: block;
}
fieldset input{
	border: 1px solid #666;
	width: 300px;
	font-family: Courier;
	padding: 0 5px;
}
fieldset div.radio{
	float: left;
	width: 180px;
}
fieldset div.radio input{
	border: 0;
}
fieldset #wyslij{
	border: 1px solid #666;
	background-color: #aaa;
}
fieldset br{
	clear:both;
}
