body {
	margin-left:	auto;
	margin-right:	auto;
	margin-top:	5px;
	margin-left:	5px;
	margin-right:	5px;

}

div.tlo{
	width:			800px;
	margin-left:	auto;
	margin-right:	auto;
}

div.baner {
	background:		url(/img/banerek.jpg);
	width:			707px;
	height:			188px;
	margin-left:	auto;
	margin-right:	auto;
}

div.greeninfo {
	border: 1px solid green;
	background-color: #98FB98;
	width: 95%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.lewegreeninfo {
	border: 1px solid green;
	background-color: #98FB98;
	width: 50%;
	margin-left: 10px;
	margin-right: auto;
}

div.redinfo {
	border: 1px solid #c7254e;
	background-color: #f9f2f4;
	width: 95%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.menu {
	height:			25px;
/*	border:			solid 1px #000000; */
	padding-top:	125px;
	padding-left:	30px;
	font-family:	verdana;
/*	font-style:		italic;*/
}

a.menu:hover {
	color:				#FFFFF1;
	text-decoration:	underline;
	font-style:			normal;
}

a.menu {
	color:				#FFFFF1;
	text-decoration:	none;
	font-style:			italic;
}

ul, ul li {
	display:			block;
	list-style:			none;
	margin:				0;
	padding:			0;

}

ul li {
	display:			inline;
	white-space:		nowrap;
}

div.tresc {
/*	border:			solid 1px #000000; */
	width:			100%;
}

div.nawigacja {
	width:			90%;
	margin-left:	auto;
	margin-right:	auto;
/*	border:			solid 1px #000000; */
}

div.prev {
	width:			150px;
	margin-left:	0;
	margin-right:	auto;
	float:			left;
}

div.skrot {
	width:			350px;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		center;
	float:			left;
}


div.next {
	width:			150px;
	margin-left:	auto;
	margin-right:	0;
}

p.redtext {
	color:red;
}
p.greentext {
	color:green;
}
p.bold {
	text-align:		center;
	font-weight:	bold;
}
p.kursywa {
	font-style: italic;
}





div.dyktafon {
	float:		right;
}

#sound {
	width:				800px;
	margin-top:			40px;
	margin-left:		auto;
	margin-right:		auto;
}

a.image {
	border:				0px;
	color:				#FFFFF1;
}

a.image:hover {
	border:	0px;
	color: #ff0000;
}

img {
	border:				0px solid #000000;
}


a:hover {
	color:				#000001;
	text-decoration:	none;
}
a {
	color:				#ff0000;
	text-decoration:	underline;
}

p.naglowek{
	text-align:		center;
	font-weight:	bold;
}

img.noborder {
	border:		0px;
}

/* BUTTONS */

.buttons a, .buttons button{
display:block;
float:left;
margin:0 7px 0 0;
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */
}

a.guzik{
display:block;
float:left;
margin:0 7px 0 0;
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:60%;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */
}

a.guzik:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:red;
}



/* STANDARD */

button:hover, .buttons a:hover{
background-color:#dff4ff;
border:1px solid #c2e1ef;
color:#336699;
}

.buttons a:active{
background-color:#6299c5;
border:1px solid #6299c5;
color:#fff;
}

table {
	border-collapse: collapse;
}
td {
	border-style: solid;
	border-width: 1px;
	padding: 3px;
}

/* tabela bez obramowania */
td.bez {
	border-style: none
}

/* Do wy?wietlania ?adnych nag??wk?w w tabeli */
td.naglowek {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-weight: bold
}

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.greenbutton {
	border : solid 1px #cccccc;
	background: #1e9157;
	color : white;
	font-weight : bold;
	font-size : 15px;
	padding: 8px;
}

.greenbutton:hover {
	border : solid 1px #cccccc;
	background: #5eba8c;
	color : white;
	font-weight : bold;
	font-size : 15px;
	padding: 8px;
}
.redbutton {
	border : solid 1px #cccccc;
	background: red;
	color : white;
	font-weight : bold;
	font-size : 15px;
	padding: 8px;
}



.inputbox {
	width: 300px;
	margin: 0 0 0 0;
	border: 1px solid #cccccc;
}
.inputboxkal {
	width: 100px;
	margin: 0 0 0 0;
	border: 1px solid #cccccc;
}



select {
	width: 205px;
	margin: 0 0 0 0;
	border: 1px solid #cccccc;
}


.del a, .del button{
display:block;
float:left;
margin:0 7px 0 0;
background-color:#ffdfdf;
border:1px solid #cccccc;
border-top:1px solid #eee;
border-left:1px solid #eee;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:11px;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#ff0000;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */
}
del:hover, .del a:hover{
background-color:#ff0000;
border:1px solid #a00303;
color:#ffffff;
}
.del a:active{
background-color:#a00303;
border:1px solid #a00303;
color:#fff;
}

div.err {
	color: #FF0000;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size:25px;
	font-weight:bold;
	text-align:		center;
}

div.ok {
	eolor: #699a00;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size:25px;
	font-weight:bold;
	text-align:		center;
}
div.men {
clear:left;
margin: 10px;
padding: 10px;
}

span.men {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : red;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

span.men:hover, span.men a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
span.men a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

a.podpowiedz span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 200px;
}

a.podpowiedz:hover span{
    display: inline;
    position: absolute;
	margin: 15px 0 0 5px;
    background: #dddddd;
    border: 1px solid #b30000;
    color: #000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	text-align: center;
}


a.podglad span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 800px;
}

a.podglad:active span{
    display: inline;
    position: absolute;
	margin: -5px 0 0 5px;
    background: #dddddd;
    border: 1px solid #b30000;
    color: #000000;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
	text-align: left;
}

div.pomoc {
 position: absolute;
    right: 5%;
    top: 50px;
display:block;
float:left;
margin:0 7px 0 0;
background-color:#99FFCC;
border:1px solid #cccccc;
border-top:1px solid #eee;
border-left:1px solid #eee;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size:11px;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#ff0000;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */


}

td.dzis {   background: #FF9999; }

a.green {color: green;}
a.red {color: red;}

table.ksiazka{
	text-align: center;
}

td.ksiazka{
	padding: 15px;
	text-align: center;
}

div.rss{
	position: absolute;
	right: 5%;
	top: 50px;
	display:block;
	float:left;
	margin:0 7px 0 0;
}
