﻿@charset "utf-8";
body {
	text-align: center;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	margin: 5px auto 0px auto;
	color: #000;
}
#telo {
	font-size: 10pt;
	width: 750px;
	padding: 0;
	margin: 0 auto 0 auto;
	color: #000;
	background-color: #eee;
}
#cennik {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ddd;
	width: 100%;
}
#cennik th {
	font-size: 8pt;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#cennik td {
	font-size: 8pt;
	border-bottom: 1px solid #11f;
	border-right: 1px solid gray;
	margin: 0;
	padding: 0;
	border-right-color: gray;
	border-bottom-color: #000;
}
img {
	margin: 0;
	padding: 0;
	border-width: 0px 0px 0px 0px;
}
a {
	text-decoration: underline;
	color: #291770;
}
a:hover {
	text-decoration: none;
	color: #0000cd;
}
p {
	text-align: left;
	margin: 1px 4px 0px 4px;
}
table { font-size: 10pt; }
#pridaj {
	width: 80%;
	text-align: center;
	margin-left: 80px;
}
#pridaj td {
	border: 1px solid #fff;
	text-align: left;
}
.velke {
	font-size: 140%;
}
.vacsie {
	font-size: 120%;
}
.tucne {
	font-weight: bold;
}
.centruj {
	text-align: center;
}
.vpravo {
	display: block;
	float: right;
}
.vlavo {
	display: block;
	float: left;
}
.zarovnaj {
	text-align: justify;
}
.modre {
	color: #291770;
}
.cervene {
	color: #c30;
}
.biele {
	color: #fff;
}
.zvyr {
	font-weight: bold;
	color: #fff;
	background-color: blue;
}
.aktiv { background-color:#C1C94F; }
h1 {
	font-size: 16px;
	color: #291770;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
}
h2 {
	font-size: 16px;
	color: #330;
	font-weight: bold;
	text-align: center;
	text-indent: 15px;
}
h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-indent: 15px;
}
