/*
 * style.css - vychozi styl pro vsechna media
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ barvy ] */
 
body {
	background: #fff;
	color: #000;
	font: 75% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ==============================================[ odkazy ] */

a {
	color: #43cc00;
	text-decoration: underline;
}

a:hover {
	color: #206400;
}

/* ==============================================[ nadpisy ] */

h1,
h2,
h3,
h4 {
	margin: 0.5em 0 1em;
	color: #43cc00;
	font-weight: normal;
}

.leto h1,
.leto h2,
.leto h3,
.leto h4 {
	color: #ff5a00;
}

h1,
h2 {
	font-size: 150%;
}

h3,
h4 {
	font-size: 125%;
}

/* ==============================================[ odstavce ] */

p,
.text {
	margin: 0 0 1em;
}

.big {
	font-size: 150%;
}

/* ==============================================[ obrazky ] */

img {
	border: none;
}

.img img {
	border: 1px solid #858585;
}

.img-left {
	float: left;
	margin: 0 10px 5px 0;	
}

.img-right {
	float: right;
	margin: 0 0 5px 10px;
}

.img-left img,
.img-right img {
	margin: 0 0 5px;
	border: 1px solid #000;
}

/* ==============================================[ oddelovace ] */

.hr {
	margin: 20px 0 10px;
	height: 1px;
	background: #000;
	font-size: 0;
}

.hr hr {
	display: none;
}

/* ==============================================[ seznamy ] */
	
ul,
ol {
	margin: 0 0 1em;
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

/* ==============================================[ formulare ] */

form {
	margin: 0 0 1em;
}

input,
select,
textarea {
	padding: 6px 4px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-size: 100%;
	font-weight: normal;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #ccc;
	color: #000;
}

input.submit,
.submit input {
	padding: 4px 3px;
	background: #000;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

input.notext {
	border: none;
}

/* ==============================================[ tabulky ] */

table {
	margin: 0 1px 1em;
	border-collapse: collapse;
	font-size: 100%;
}

td,
th {
	padding: 2px 4px;
	border: 1px solid #000;
	text-align: left;
	vertical-align: top;
}

th {
	color: #43cc00;
	font-weight: bold;
}

.leto th {
	color: #ff5a00;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

.hidden {
	display: none
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.bg-t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	background: no-repeat;
}

.bg-b {
	font-size: 0;
	background: no-repeat;
}


.popis-hlava
{
    font-weight:bold;
    
}
