body {
	background-color: white;
	font-family: Verdana;
	font-size: 10px;
	margin: 0px;
	padding: 0px; 
}

table {
	margin: 0px; 
	border: none;
	vertical-align: top;
}
td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	
}

.klik {
	cursor: pointer;
}

.trans {
	width:auto; 
	display:inline-block;
	color: white; 
	margin: 2px;
	background-color: #663; 
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.live {
	width:auto; 
	display:inline-block;
	color: white; 
	background-color: #660;
	margin: 2px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.lcol1 {
	background-color: #f33;
}

.lcol2 {
	background-color: #06c;
}

.guziki {
	height: 60px;
	float: right;
	display: block;
	margin: 0px;
    padding: 0px;
}
.guzikiszukaj {
	height: 60px;
	float: left;
	display: block;
	margin: 0px;
    padding: 0px;
}
.naglowek {
	font-size: large;
	font-weight: bolder;
	color: white;
}
.naglowek2 {
	font-size: x-large;
	font-weight: bolder;
	color: white;
	height: 30px;
}
.foto {
	width: 100px; 
	height: 100px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
} 
table.tdrn {
	margin: 0px; 
	border: none;
	border-collapse: separate;
	vertical-align: top;
}
.dred {
	width:auto; 
	display:inline-block;
	color: white; 
	background-color: red;
	margin: 2px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.home {
   width:20px; 
   height:20px;
   vertical-align: middle;
   margin: 3px;
}
.guziki {
	width: auto;
	height: auto;
	margin: 2px;
}
.guzikiszukaj {
	width: auto;
	height: auto;
	margin: 2px;
}
#szukane {
	width: 170px;
	height: 20px; 
	vertical-align: middle;
	margin: 3px;
}
.search {
   width:20px; 
   height:20px; 
   vertical-align: middle;
   margin: 3px;
}
.dblue {
	width:auto; 
	display:inline-block;
	color: white; 
	background-color: blue;
	margin: 2px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.res1 {
	width: 180px; 
	display:inline-block;
	color: white; 
	background-color: #ae00ff;
	margin: 2px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.res2 {
	width: 180px;
	display:inline-block;
	color: white; 
	background-color: #16cfc4;
	margin: 2px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.res3 {
	width: 180px;
	display:inline-block;
	color: white; 
	background-color: #16cf7e;
	margin: 2px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.res4 {
	width: 180px;
	display:inline-block;
	color: white; 
	background-color: #aacf16;
	margin: 2px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.res5 {
	width: 180px;
	display:inline-block;
	color: white; 
	background-color: #ccc;
	margin: 2px;
	padding: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}



hr {
	color: navy;
	background-color: navy;
	height: 1px;
	border: 0px;
}

a:link {
	text-decoration: none;
	font-size: 7pt;
	color: black;
}

a:hover {
    color: black;
    text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none
}
a:active {
	color: black;
	text-decoration: none
}

a.link:link {
	text-decoration: none;
	color: white;
}

a.link:hover {
    color: white;
    text-decoration: none;
}
a.link:visited {
	color: white;
	text-decoration: none
}
a.link:active {
	color: white;
	text-decoration: none
}
 
a.podpowiedz span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 130px;
}
a.podpowiedz:hover span{
    display: inline;
    position: absolute;
	margin: 15px 0 0 5px;
    background: #fff;
    border: 0px solid #fff;
    color: #fff;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-animation: myfirst 2s; /* Chrome, Safari, Opera */
    animation: myfirst 2s;
}
input.podpowiedz span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 130px;
}
input.podpowiedz:hover span{
    display: inline;
    position: absolute;
	margin: 15px 0 0 5px;
    background: #fff;
    border: 0px solid #fff;
    color: #fff;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-animation: myfirst 2s; /* Chrome, Safari, Opera */
    animation: myfirst 2s;
}
@keyframes myfirst {
    from {
		background: white;
	}
    to {
		background: black;
	}
}

@-webkit-keyframes myfirst {
    from {
		background: white;
	}
    to {
		background: black;
	}
}
#wrap { 
	width: 100%;}

a {
	outline: 0 none;
}

#szukajka {
	position: fixed;
	width: 100%;
	text-align: left;
    top: 0.0em;
    right: 0.0em;
	background-color: white;
	display: inline-block;
	padding-bottom: 10px;
	#-moz-opacity: 0.6;
	#-khtml-opacity: 0.6;
	#opacity: 0.6;

}

#co {
	background-color: #e7e7e7;
}
 