/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, "Geneva CE", lucida, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: black;
	line-height: 130%;
	font-size: 8pt;
}
* {
	padding: 0px;
	margin: 0px;
}
a img {
	border: none;
}
hr {
	border-width: 0;
	border-top: 1px dashed #bbb;
	height: 1px;
	margin: 0 0px 1em 0;
	clear: both;
}
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	display: block;
}
hr.cleaner {
	visibility: hidden;
	border: 0;
	margin: 0;
	padding: 0;
}
.invisible {
	visibility: hidden;
	display: none;
	border: 0;
	margin: 0;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
code {
	color: darkgreen;
	font-family: monospace;
	font-size: 1.08em;
}
.float-right {
	float: right;
}
div#header {
	padding: 0.5px;
}
/** ---------------------------- INVISIBLES ----------------------------------*/
h1, input, button, div#header-rightcol, div#greenline p, div#blueline, div#menu, div#right-col, div#search {
  display: none;
}

div#footer p#pikto, #main h3 span, #tabproduct ul.tabbernav, form span, div.mini-gallery {
  display: none;
}

div#header img.invisible {
  display: block;
  visibility: visible;
}

td.no-flagize {
  visibility: hidden;
}


div#main ul {
	list-style-position: outside;
	margin-left: 2em;
}
div#main p, div#main ul, div#main td {
	line-height: 150%;
}

div#main td {
  padding: 0 8px 0 0 !important;
  vertical-align: top;
}

table {
  margin: 0.2em 0 0.5em;
}


#drobecky {
  font-size: 80%;
  text-align: right;
  padding-top: 0.1em;
}

.sheet-wrapper table {
  width: 100%;
}

.sheet-wrapper table.thead {
  border-bottom: 1px solid #aaa;
}

.sheet-wrapper table.thead td {
  background-color: #fafafa;
}

.sheet-wrapper table.inside {
  border-bottom: 1px dotted #aaa;
}


/*----------------------------- TITLES ---------------------------------------*/
div#greenline h2, div#main h3 {
	text-align: left;
	font-size: 150%;
	margin: 0.4em 0 0.5em;
	padding: 0.8em 0;
	background-color: #fafafa;
	color: black;
	border: 1px solid #555; border-left: 0; border-right: 0;
}

/**----------------------- FOOTER --------------------------------------------*/
div#footer p {
	color: #ddd;
	line-height: 150%;
}
div#footer a {
	color: #ddd;
}
div#footer {
  border-top: 1px dashed #333;
  padding: 0.5em 0 0.2em;
}
/** --------------------------- MAIN -----------------------------------------*/
div#main div.article h3, h4 {
	color: #b11f11;
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0 0.7em;
	padding: 0.4em 0;
	border: 1px solid #b11f11;  border-left: 0; border-right: 0;
}
h5, h6 {
	font-size: 110%;
	color: #b11f11;
	font-weight: bold;
	margin: 0.7em 0 0.4em;
}
h6 {
	color: black;
}
div#main ol, div#main ul {
	list-style-position: outside;
}
div#main ul {
	list-style: square outside;
}
div#main div.annotation img {
	max-height: 130px;
	max-width: 250px;
	_width: expression(this.width > 201? "200px": "inherit" );
	_height: expression(this.height > 131? "130px": "inherit" );
}
div#main p {
  margin-bottom: 0.3em;
}
div#main p.no-indent {
	text-indent: 0;
}
div#main a {
	color: #1866c3;
}
div#main a:hover {
	color: #e31803;
}
div#main img {
	margin: 4px 14px;
	max-width: 460px;
/* vylepsit! */
	_width: expression(this.width > 461? "460px": "inherit" );
}
div#main img.right {
	float: right;
	margin-right: 0;
}
div#main img.left {
	float: left;
	margin-left: 0;
}
div.article table {
	margin: 0.4em auto;
	font-size: 86%;
	border: 1px solid #c3c3c3;
	width: 80%;
	text-align: left;
	padding: 1px;
}
div.article table td {
	padding: 1px 8px;
	vertical-align: top;
	line-height: 160%;
}
div.article table thead td, div.article table tr.thead td, div.article table tr td.thead {
	font-weight: bold;
	background-color: #d5d5d5;
	border: 1px solid #c8c8c8;
	color: #333;
}
div.article table tbody td {
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
}
div#main ul.details {
  margin: 0.4em 0;
}
div#main ul.details li {
	color: #777;
	text-align: right;
}
/*------------------------ INTRO ABOUT US ------------------------------------*/
div.intro-about-wrapper1 {
	background-color: #a7d5ff;
}
div.intro-about {
	color: #003371;
	padding: 0.3em;
}
/*------------------------ INTRO ALKOMAT -------------------------------------*/
div.intro-alkomat-wrapper1 {
	background-color: #ffc655;
}
div.intro-alkomat {
	color: #930505;
	padding: 0.3em;
}
div#main div.intro-about h3, div#main div.intro-alkomat h3 {
	color: #005fb6;
	padding: 0.3em 0;
}
div#main div.intro-alkomat h3 {
	color: #9c130e;
}
div#main div.intro-alkomat h3 a {
	color: #9c130e;
	text-decoration: none;
}
div#main div.intro-alkomat h3 a:hover {
	color: #de0c0c;
	text-decoration: underline;
}
div#main div.intro-alkomat img {
	display: none;
}
/** ---------------------- TYPO ----------------------------------------------*/
div#main h3+p, div#main h4+p, div#main h5+p, div#main h6+p, div#main img+p, div#main hr+p, div#main ul+p, div#main ol+p, div#main div+p {
	text-indent: 0;
}
/** ---------------------CHYBY -----------------------------------------------*/
div#main p.warning {
	margin: 1em 0;
	font-weight: bold;
	text-indent: 0;
}
div#main p.error {
	margin: 1em 0 1.7em;
	color: red;
	text-indent: 0;
}
/**----------------------------- OPRAVY -------------------------------------*/
div#main p.dummy-due-to-missing-header {
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 12px;
}