@charset "utf-8";
/* CSS Document */

table{
	width:100%;
	border-collapse:collapse;
}
body {
	background-color: #352d24;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(tlo.jpg);
}

td { padding:0; }
img { border:0; }
h1 {
	color: #ff3399;
	font-size:xx-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
p {
	color: #666666;
}


a {
	color:#FFCC99;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
}
a:link, a:visited, a:active{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82684E;
}
a:hover{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6699;
	color: #FF6699;
}

.graficzny {
	text-align: center;
	vertical-align: middle;
}

#logo {
	position: relative;
	left: 15%;
}
.top {
	position: relative;
	left: 18%;
	width: 250px;
	height: 30px;
	top: 10px;
}
.stopka {
	text-align: center;
	position: relative;
}
#small {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #F6E9DB;
	line-height: 0;
}
.strzalki {
	color: #636B7D;
	font-size:2.2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.s1 {
	display: block;
	height: auto;
	width: auto;
	position: absolute;
	left: 12%;
	top: 250px;
}
.s2 {
	display: block;
	height: auto;
	width: auto;
	position: absolute;
	right: 12%;
	top: 250px;
}

