body{
	font-family:  Verdana, sans-serif;
	background-image: url('pliki/tlo.png');
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #a3a8a9;
	text-align: center;
	margin: 0 auto;
}

table{
	width:200px;
}
td{
	width: 100px;
	height: 20px;
	color: #a3a8a9;
	font-size:12px;
	text-align: right;
}
.zaznaczone {

	text-align: center;
	background-color: #000000;
}

a{
	color: #a3a8a9;
	text-decoration: none;
}
a:hover{
	color: #454545;
	text-decoration: none;
}

h1{
	color: #a3a8a9;
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
	line-height: 28px;
	text-decoration: underline;
}
p{
	color: #a3a8a9;
	font-size:12px;
}
label{
	color: #a3a8a9;
	font-size:12px;
}

li{
	margin-left: 5px;
	color: #a3a8a9;
	font-size:12px;
}

.tresc{
	margin: 0 auto;
	background-color: #ffffff;
	border-color: #454545;
	border-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-right-style: dashed;
	width: 702px;
	text-align: left;
}

.logo{
	width: 700px;
	height: 256px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.menu {
	line-height: 5px;
}
.menu ul{
	margin-top:10px;
	margin-left: 20px;
	margin-bottom:5px;
	height: 20px;
	list-style-type:none;
	padding:0px;
}
.menu li{
	background-image:url('pliki/celownik.png');
	background-repeat:no-repeat;
	background-position:0px 0px; 
	padding-left:25px;
	font-size:16px;
	display: inline;
}


.kontener{
	position: relative;
	width: 700px;
	background-color: #ffffff;
}
.zasady {
	float:left;
	width: 458px;
	background-image:url('pliki/quake.png');
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position:center center;
	padding: 10px;
}
.zasady	p{
	color: #a3a8a9;
	font-size:12px;
}

.sonda{
	border-color: #454545;
	border-width: thin;
	border-left-style: dashed;
	float:right;
	width:200px;
	padding: 10px;
	background-color: #ffffff;
}

.stopka{
	width:700px;
	clear:both;
	padding: 10px;
	vertical-align: bottom;
	margin-bottom: 10px;
	margin-top: 15px;
}