/* CSS Document */
/* Design (c) Jiří Vackář, 2006 */


@import url("print.css");

@import url("forms.css");

@media screen, projection {


/* -------------------  O B E C N E  P R V K Y  ------------------- */

body {
	margin: 0px auto;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 12px;
	text-align: center;
/* 	background: url('backgroud.gif'); */
	color: #333;
	line-height: 1.4;
}

.hide, hr {
	display: none !important;
}

.edit {
	text-align: right;
}

.error {
	color: red;
	font-weight: bold;
}

/* ODKAZY */

a {
	text-decoration: underline;
}
a.img {
	text-decoration: none;
}
a.img:hover {
	text-decoration: underline;
}
a:link, a:active, a:visited {
	color: #900;
}
a:hover {
	color: #c00;
	text-decoration: none;
}

/* NADPISY */

h1, h2, h3, h4, h5, h6 {
	color: #900;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
	padding-bottom: 2px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;	
	margin-bottom: 0;
}

h5, h6 {
	color: black;
}


p {
	margin: 1em 0;
	text-align: justify;
}
ul {
	list-style-type: disc;
}
dl.katalog dt {
	font-size: 1.2em;
	font-weight: bold;
}

/* TABULKA */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
}
th, td {
	border: 1px solid silver;
	padding: .5ex 1ex;
}
th {
	text-align: center;
	background-color: #fafafa;
}
table.no_border th, table.no_border td {
	border-style: none;
}
th.left {
	text-align: left;
}
td.center {
	text-align: center;
}
table address {
    font-size: 1.1em;
}
table address a {
    font-size: 0.9em;
}


/* -------------------------  L A Y O U T  ------------------------- */

div#page {
	position: relative;
	width: 871px;
	text-align: center;
	margin: 5px auto;
	background: white;
/* 	border: 3px #900; */
/* 	border-style: solid; */
}
#menu, #left_bar, #bottom_bar {
/* 	border: 3px solid #900; */
/* 	border-style: none solid; */
/* 	margin: 0 1px !important; */
/* 	border-top: 1px solid white; */
}

div#top {
	height: 85px;
	margin: 20px 0;
	background: url('bg_top.gif') no-repeat;
	position: relative;
}
/*div#top h1 a img, div#top h1 a, div#top h1 {
	text-align: left;
	border: none;
	margin: 0;
}*/

#left_bar {
	text-align: left;
	padding: 20px 10px;
	padding-right: 528px;
	margin: 0;
}
#left_bar img {
	border: none;
}
#contents {
	width: 478px; /* Se zmenou sirky obsahu nastavit shodny margin u #left_bar! */
	float: right;
	margin: 20px 20px;
	text-align: left;
}
#contents img {
	float: right;
	margin: .4em 2em;
}

#contents p a {
	font-weight: bold;
}
#contents p.links {
/* 	font-size: 1.3em; */
	line-height: 2.4em;
	margin: 2.4em 0;
}
#contents table {
	clear: both;
}

#left_bar div {
	background: #fff;
	border: 1px dotted #666;
/* 	border: 1px solid #ccc; */
	padding: .5em 2ex;
	margin: 1em 0;
}

#left_bar strong {
	color: #900; 
}

div#bottom_bar {
	background: url('bg_bottom.gif') no-repeat;
	height: 37px;
	padding-top: 20px;
}
div#footer {
	text-align: center;
	color: #666;
	padding-top: .5em;
}
#footer a {
	color: #666;
}

div.clearer {
	clear: both;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}


/* ---------------------------  M E N U  --------------------------- */
#menu {
	position: absolute;
	top: 30px;
	left: 220px;
}
#menu ul, #menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul {
	padding: 0 4px;
/* 	color: #4e6dab; */
/* 	background: #900; */
	color: #666;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}
#menu ul li {
	position: relative;
	float: left;
	display: block;
	width: 84px;
	margin: 0 2px;
/* 	height: 30px; */
	text-align: center;
/* 	border: 1px solid white; */
/* 	border-style: none solid; */
	_behavior: url('hover.htc'); /* MSIE */
}
#menu ul li ul {
	position: absolute;
	top: 28px;
	left: -50%;
	width: auto;
	min-width: 200%;
	_width: 200%;
	height: auto;
	border: solid #666 2px;
	background: white;
	visibility: hidden;
	padding: 2px 0;
	z-index: +1;
/*	text-align: left;*/
}
#menu ul li ul li {
	position: static;
	float: none;
	width: auto;
	height: auto;
	line-height: 20px;
	border: 1px solid white;
}
#menu ul li ul li ul {  /*third-level*/
	position: absolute;
	top: 28px;
	left: 90%;
	width: auto;
	min-width: 100%;
	_width: 100%;
}
#menu ul li ul li ul li {
}
#menu a, #menu span {
	display: block;
/* 	height: 30px; */
	text-decoration: none;
	color: #666;
	border-bottom: #ce2229 solid 3px;
}
#menu li a.active {
	font-weight: bold;
	background: #6e9af1;
}
#menu ul li ul li a, ul#menu li ul li span {
	border-bottom: none;
	padding: 5px 5px;
}
#menu li:hover>a, #menu li:hover>span {
/* 	color: #333 !important; */
	font-weight: bold;
/* 	background: #900 !important; */
}

#menu li:hover, #menu li.Hover {
/* 	background: #ccc; */
/* 	color: white; */
}
#menu li:hover ul, #menu li.Hover ul {
	visibility: visible;
}
#menu li:hover ul li ul, #menu li.Hover ul li ul{
	visibility: hidden;
}
#menu li ul li:hover ul, #menu li ul li.Hover ul {
	visibility: visible;
}


/* -------------------------  A D R E S Y  ------------------------- */
address {
}
address strong {
	color: #900;
	font-weight: bold;

}
address span {
	position: absolute;
	left: 4em;
	visibility: hidden;
	display: block;
	background: #ddd;
	border: 1px solid #900;
	padding: .5em 2ex;
	font-weight: normal;
/* 	color: #666; */
}
address:hover span, address.Hover span {
	visibility: visible;
}

/* -------------------------  O B C H O D  ------------------------- */
div.photo {
	float: right;
}
/*img.tmp { /* !!! Po vymene obrazku vymazat !!! 
	border: 1px solid red;
}*/

/* -------------------------  M O D U L Y  ------------------------- */
#partners {
	text-align: center;
	font-size: .8em;
}

/* ---------------------  O B J E D N A V K Y  --------------------- */
label span {
	float: left;
	width: 25ex;
}
input, textarea {
	border: 1px solid silver;
	font: 100% arial, helvetica, sans-serif;
	color: #444;
	background-color: #fff;
}
textarea{
	width: 100%;
}
label input {
	width: 24em;
}
label input.radio {
	border: none;
	width: auto;
}
input.int {
	width: 4em;
}
}

