body {
	margin: 0px;
	background-color: rgb(245,130,31);
	font-family: tahoma;
	color: rgb(51,48,57);
}

body * {font-size: 9pt;}

table {border: 0px; margin: 0px;}
table td {padding: 0px;}

table#roznosinfo {width: 100%;}
table#roznosinfo td {width: 33%; vertical-align: top; text-align: justify; padding: 0px 10px 0px 10px;}
table#roznosinfo td.mezera {width: 33%; border-left: 1px solid black; border-right: 1px solid black;}

table.akce td {text-align: justify;}
table.akce td.chod {padding-bottom: 4px;}

.chyba {color: red; font-weight: bold;}
.chyba {color: green; font-weight: bold;}
.copy {color: white;}

h1 {margin: 0; font-size: 20pt; color: rgb(51,48,57); font-weight: 600; letter-spacing: 2px;}
h2 {margin: 0; font-size: 15pt; font-weight: 600;}
h3 {margin: 0; font-size: 12pt; font-weight: 600;}

.text1 {font-size: 7pt;}
.text_big {font-size: 120%; font-weight: bold;}

a {text-decoration: none; color: rgb(245,130,31); font-weight: bold;}
a:hover {text-decoration: underline;}
a.banner {text-decoration: none; color: rgb(51,48,57); font-weight: normal;}
a.banner:hover {text-decoration: underline;}

img.a {border: 1px solid black;}

input {
	border: 1px solid rgb(51,48,57);
	color: rgb(51,48,57);
}
textarea {
	border: 1px solid rgb(51,48,57);
	color: rgb(51,48,57);
}

ul.bez_top_mezery {margin-top: 0px;}
ul.bez_bottom_mezery {margin-bottom: 0px;}
ul.bez li {list-style: none;}

div.hidden {display: none;}
div.rek {float: right;}
div.lek {float: left;}
div.clearer {clear: both;}
