@charset "utf-8";

.clanek-titulek {
	background-color: #E1F0FF;
	padding: 5px 0px;
	margin-bottom: 1px;
	color: #003366;
}
.clanek-zarazeni {
	margin-top: 5px;
	margin-bottom: 10px;
}
.clanek-zdroj {
	margin: 10px 0px;
}
.clanek-prilohy {
	background-color: #EEEEEE; padding: 5px; border: 1px solid #BEBEBE; margin-top: 5px;
}
.clanek-tlacitka{
	background-color: #EEEEEE; padding: 5px; border-top: 1px solid #BEBEBE; margin-top: 5px;
}

#clanek-zpet {
	text-align: center;
	padding: 5px;
	font-size: 0.7em;
}

.anketa-otazka {
	text-align: center;
	font-size: 0.75em;
	padding-bottom: 5px;
}

.anketa-odrazka {
	background: url('/images/ikony/anketa_odrazka.gif') left top no-repeat;
}

.odrazka-tucne {
	font-weight: bold;
}

/* HLAVNÍ STRUKUTRA WEBU */

#body {
	background: #FFFFFF url('/images/gr/pozadi.gif') left top repeat-x;
}

#body-left {
	text-align: center;
}

#main {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
}
#main h1 {
	position: absolute;
	z-index: -1000;
	font-size: 1px;
	color: #FFFFFF;
}

#content h1 {
	position: static;
	z-index: auto;
}

#left-side {
	background: url('/images/gr/menu-top.jpg') left top no-repeat;
	border-right: 1px solid #FFFFFF;
	width: 327px;
	float: left;
}

#hledani {
	background: url('/images/gr/hledani-pozadi.gif') left top no-repeat; height: 57px;
}
#hledani1 {
	padding: 6px 0px 0px 10px;
}
#hledani p {
	color: #FFFFFF;
}

#main-content {
	width: 622px;
	float: left;
}

#stocek1 {
	width: 200px;
	height: 178px;
	border-right: 1px solid #FFFFFF;
	float: left;
}

#stocek2 {
	width: 210px;
	height: 178px;
	background: #ECECEC url('/images/gr/stocek2-pozadi.jpg') left bottom no-repeat;
	border-right: 1px solid #FFFFFF;
	float: left;
}
#stocek3 {
	width: 210px;
	height: 178px;
	background-color: #D6DEED;
	float: left;
}

#right-side {
	background: url('/images/gr/right-side-pozadi.jpg') left top no-repeat;
	width: 50px;
	height: 299px;
	float: left;
}

#content {
	clear: both;
	background: url('/images/gr/content-pozadi.jpg') left top no-repeat;
}

#bottom {
	margin: 0px auto;
	clear: both;
	background: url('/images/gr/bottom-pozadi.jpg') left top repeat-x;
	height: 70px;
}
#bottom1 {
	width: 1000px; margin: 0px auto; clear: both; background: url('/images/gr/bottom-pozadi2.jpg') right top no-repeat; padding: 13px 0px 10px 10px;
}
#bottom p, #bottom a {
	color: #666666;
}

/* OBECNÉ STYLY KE KAŽDÉMU WEBU*/
@media print {
	.no_print {
		display: none;
	}
}

.odrazky {
	line-height: 125%;
	color: #FF6600;
	list-style-type: square;
	padding: 0px;
	margin: 0px;
	margin-left: 35px;
	padding-left: 5px;
}

.clear-1px {
	font-size: 1px;
	clear: both;
}
.clear-5px {
	font-size: 1px;
	height: 5px;
	clear: both;
}
.clear-10px {
	font-size: 10px;
	clear: both;
}
.clear-5px-white {
	height: 5px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.clear-10px-white {
	height: 10px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.clear-15px-white {
	height: 15px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}

.table {
	border: 1px solid silver;
}
.button {
	font-size: 1.2em;
}