html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: Constantia, Georgia, 'Estrangelo Edessa', serif;
	font-weight: normal;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}

div.uklad {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-decoration: none;
}

div.strona {
	width: 750px;
	margin: 20px 0 20px 0;
	padding: 0 0 5px 0;
	background-color: white;
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.14);
}

div.menu {
	float: right;
	vertical-align: middle;
}

p.tekst {
	text-align: left;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: -0.10em auto -0.10em auto;
	text-decoration: none;
	color: #000000;
	letter-spacing: -0.5px;
	line-height: 150%;
	display: block;
}

#tekst a {
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	color: #ce1126;
}

#data {
	font-size: 1em;
}

#tekst2 {
	float: center;
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	letter-spacing: -0.5px;
}

p.maly {
	float: center;
	font-size: 0.9em;
	text-decoration: none;
	color: #acacac;
	letter-spacing: -0.5px;
}

h1 {
	font-size: 1.5em;
	text-align: left;
	margin: 0 0 10px 10px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #003e6d;
	display: block;
}

h2 {
	font-size: 1.25em;
	text-align: left;
	margin: 0 0 10px 10px;
	font-weight: normal;
	color: #003e6d;
	display: block;
}

ul {
	margin: 0;
	text-align: left;
	line-height: 150%;
}

li {
	margin-bottom: 10px;
}

a {
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	color: #003e6d;
}

a:hover {
	color: #cccccc;
}

hr.gora {
	margin-top: 5px;
	margin-bottom: 9px;
	border: 0;
	border-top: 3px double #8c8b8b;
}

hr.stopka {
	border: 0;
	border-top: 1px dashed #8c8b8b;
}

