/* global */
body
{
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 34px;
	text-align: center;
	background-image: url("../img/bg.gif");
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #7cc8cd; 
	text-align: center;
}

div, p, a, h1, h2, h3, span, ul, li, form, label, input, select, table, td
{
	margin:0px;
	padding:0px;
}

body, p, a, h1, h2, h3, li, label, input, option, td
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

h1 { display: inline; font-weight: normal; font-size: 10px; }
h2 { display: inline; font-weight: normal; font-size: 10px; }
h3 { display: inline; font-weight: normal; font-size: 10px; }

#fixedImg {
  position:fixed;
  _position:absolute;  

  top:300px;
  left:300px;
  /* margin-left:70px;  */   
  width:122px;
  height:122px;
  border: 1px solid black;
  z-index:100;
}

#container {
  width: 862px;
	margin: 0px auto;
	text-align: left;
	/* border: 1px solid green; */
}

#top {
  float: left;
  width: 862px;
  height: 79px;
	margin: 0px auto;
	background-color: #323232;
}

.a-menu-left {
  color: black; 
  font-size: 13px;
  font-weight: bold;
}

.a-vice {
  color: #EE362A; 
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.tinymce_obrblog{
  margin-right: 10px;
  margin-top: 5px;
}

.a-menu-left-small {
  color: black; 
  font-size: 10px;
  font-weight: bold;
}

#content {
	position: relative;
  float: left;
	width: 862px;
	background-color: White;
  text-align: justify;
  /* background-image: url("../img/panak.gif");
	background-repeat: no-repeat;
	background-position: right bottom; */
}

.in {
  padding: 10px;
}

.in-b {
  padding: 20px;
}

.text-nadpis {
  float: left; 
  width: 100%; 
  color: #eb750a; 
  font-size: 16px; 
  font-weight: bold;
  border-bottom: solid 1px black; 
  padding-bottom: 10px;
}

.text-nadpis-k {
  float: left; 
  width: 100%; 
  color: #eb750a; 
  font-size: 16px; 
  font-weight: bold;
  padding-bottom: 10px;
}


.text-obsah {
  float: left; 
  width: 100%; 
  margin-top: 10px;
  text-align: justify;
}


ul#mainMenu, ul  {
	color: Aqua;
	padding: 0px;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

ul#mainMenu ul {
 margin-top:0px;
 border-top: 2px solid White;
 text-align: center;
}


ul#mainMenu li {
	float: left;
	padding-top: 2px;
	border-right: 4px solid white;
	width: 153px;
	height: 20px;
	font: 9px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}

.ie-kon {
  width: 102px;
}

._ie_kon {
  width: 152px;
}

ul#mainMenu a {
	color: white;
	/* font: 12px Arial, Helvetica, sans-serif; */
	/* background-color: black; */
	background-image: url("../img/m_c.gif");
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	height: 20px;
	padding-left: 0px;
	padding-top: 0px;
	/* border: 1px solid #191919; */
	text-align: center;
}


ul#mainMenu ul a {
	padding-left:0px;
	padding-top: 0px;
	background-image: url("../img/m_oo.gif");
	background-repeat: repeat-x;
	
}

ul#mainMenu ul a:hover {
	background-image: url("../img/m_o.gif");
	background-repeat: repeat-x;
}

ul#mainMenu ul {
	position:absolute;
	visibility:hidden;
	background-color:white;
}

ul#mainMenu li:hover ul, ul#mainMenu li.hover ul{
	visibility:visible;
}

ul#mainMenu li li {
	float:none;
	border:none;
	padding:0;
}
	
ul#mainMenu li {
	behavior: url(hover.htc); /* Protože IE nedodržuje CSS standarty, aby bylo řešení funkční, použijeme tento *.htc soubor */
}

.st-table {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	width: 100%;
	
}

.st-th {
	background-color: #df0a1f;
	height: 30px;
	padding-left: 20px;
	color: white;
	font-weight: bold;
}

.st-th-n {
	background-color: #e4e4e4;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: black;
	line-height: 10px;
	font-size: 10px;
	
}

.st-td {
	background-color: #ffffff;
	height: 40px;
  padding-left: 20px;
	padding-right: 20px;
	color: black;
	border: 1px solid #fdcdd2;
}


