﻿* {
	margin: 0px;
	padding: 0px;
}
html, body  {
	height: 100%;
	margin: auto;
}

.slajd {
	height: 100%;
	margin: auto;
	width:987px;
	display: table;
	border-bottom: 1px solid rgb(210,210,210);
	overflow: hidden;
}
.ramka {
	margin: auto;
	width: 987px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

#stopka, #naglowek {
	position: fixed;
	z-index: 5;
	left: 10px;
}
#naglowek {
	top: 10px;
}
#stopka {
	bottom: 10px;
}
#stopka p, #naglowek p {
	font: 11px Verdana;
	padding: 0px;
	margin: 0px;
}
img {
	vertical-align: middle;
	border: none
}

a {
	text-decoration: none;
	color: rgb(51,51,102);
}
a:hover {
	text-decoration: underline;
	color: rgb(0,0,204);
}
p, li {
	text-align: left;
	font: 18px Verdana;
	color: rgb(51,51,102);
	padding: 5px 0px 5px 0px;
	margin: 0px 50px 0px 50px;
}
pre {
	font-size: 18px;
	margin: 10px 0px;
	padding: 5px;
	background: rgb(153,153,204);
}
p.autor {
	text-align: left;
}
body {
	background: rgb(153,153,204);

}

h1, h2, ul, ol {
	background: rgb(102,102,153);
	margin: auto;
}
h1 {
	padding: 144px 0px 0px 233px;
	font: 80px Georgia;
	color: rgb(153,153,204);
	width: 754px;
	height: 466px;
}
h2 {
	padding: 144px 0px 0px 233px;
	font: 50px Georgia;
	color: rgb(150,150,200);
	width: 754px;
	height: 89px;
}
ul, ol  {
	width: 987px;
	height: 377px;
	overflow: auto;
}
ul.k, ol.k  {
	width: 50%;
	height: 377px;
	overflow: auto;
	float: left;
}

.naglowek {
	text-align: right;
}

table {
	border: 0px;
	font: 12px Verdana ;
	width: 100%;
}
table td, table  th { 
   	padding: 5px;
}
table caption {
	padding: 10px;
	font-weight: bold;
}
table thead th, table  tbody td { 
   background: rgb(150,150,200);
}
