* {
	margin: 0;
	padding: 0;
  outline: none;
}

.schovka{
  display: none;
}

html, body {
	margin: 0 auto;
	background-image: url('/pics/top_bground_repeat.png');
	background-repeat: repeat-x;
	background-color: #d8d8d8;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #545b7d;
}

#content_text ul{
  padding-left: 20px;
}
#content_text h3{
  margin-bottom: 5px;
  clear: both;
}
#content_text img.ukazka{
	max-width: 200px;
	margin: 0 0 10px 20px;
  float: right;
}
#content_text table{
	width: 100%;
	margin: 0 0 30px 0;
  clear: both;
  /*border: 1px solid #E0E0E0;*/
  border: none;
  border-collapse: collapse;
}
#content_text table th,
#content_text table td{
  padding: 5px 10px;
  border: 1px solid white;
  border-collapse: collapse;
}
#content_text table tr:first-child th{
	height: 30px;
  background: #CF4D4D;
  color: white;
}
#content_text table tr:nth-child(2n){
  background: #EBEBEB;
}
#content_text table td{
  height: 30px;
  text-align: center;
}

#active_submenu {
  color: #CF4D4D !important;
}

#navigation {
  font-size: 11px !important;
}

.nadpis_p {
  height: 85px;
}

#navigation a {
  text-decoration: underline;
  font-size: 13px;
}
#navigation a:hover {
  text-decoration: none;
}

#navigation a#active_nav {
  text-decoration: none;
  color: #545b7d;
}
#navigation a#active_nav:hover {
  text-decoration: none;
  cursor: default;
}

#navigation span {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  font-size: 13px;
}


#izolace_menu {
  margin-top: 0px !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

#izolace_menu a {
  text-decoration: none !important;
}

#izolace_menu a:hover {
  text-decoration: underline !important;
}

h2 {
  color: #545b7d;
  font-weight: normal;
  font-size: 18px;
  margin-top: 15px;
  margin-left: 18px;
  padding: 0px;
  line-height: 18px;
}

#sidebar_block h3 {
  color: #545b7d;
  font-weight: normal;
  font-size: 18px;
  margin-top: 15px;
  margin-left: 18px;
  margin-bottom: 0;
  padding: 0px;
  line-height: 18px;
}

h3 {
  color: #545b7d;
  margin-bottom: 2px;
}

h4 {
  font-size: 12px;
  padding-bottom: 8px;
}

.foto {
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
  border: solid 2px #545B7D;
}

.foto:hover {
  border-color: #CF4D4D;
}

.foto_div {
  overflow: hidden;
  margin-bottom: 8px;
}

.hr_long {
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

p {
  color: #545b7d;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}

sup {
  font-size: 8px;
  position: relative;
  top: 1px;
}

img {
	border-style: none;
	border-width: 0px;
}

a {
  color: #CF4D4D;
}

a:hover {
  text-decoration: none;
}

#content_text h2 {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}

#container {
  width: 950px;
  min-height: 468px;
  margin: 0 auto;
  background-image: url(../pics/top_bground_center.jpg);
  background-repeat: no-repeat;
}

#search {
  width: 215px;
  height: 40px;
  background-color: #545b7d;
  float: right;
  margin-right: 30px;
}

#search input[type="text"] {
  border: solid 1px #c8cee7;
  height: 15px;
  width: 155px;
  float: left;
  margin-left: 10px;
  margin-top: 8px;
  padding: 4px 3px;
  color: #555;
  font-size: 13px;
}

#search img {
  float: left;
  margin-top: 8px;
  cursor: Pointer;
}

#logo {
  width: 314px;
  height: 71px;
  float: left;
  clear: left;
  margin-top: 40px;
  margin-left: 5px;
}

#logo h1{
  margin: 0px;
  padding: 0px;
}

#logo h1 a {
  text-decoration: none;
  outline: none;
}

#phone_number {
  width: 240px;
  height: 35px;
  float: right;
  clear: right;
  color: #555;
  font-size: 18px;
  margin-top: 30px;
  margin-right: 10px;
}

.cleaner {
  clear: both;
}

#phone_number img {
  margin-top: 0px;
  display: block;
  float: left;
}

#phone_number span {
  margin-top: 4px;
  margin-left: 10px;
  display: inline;
  float: left;
}

#menu {
  width: 950px;
  height: 40px;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

#menu li{
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}

#menu li .submenu{
  width: 1px;
  display: none;
}
#menu li:hover .submenu{
  display: block;
}
#menu li ul{
  width: 150px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  background: #989FBB;
  border-bottom: 5px solid #535B7F;
}
#menu li li{
  padding: 5px 10px;
  display: block;
  border-top: 1px solid #C0C8D5;
}
#menu li li a{
  color: white;
  font-size: 13px;
  text-decoration: none;
}
#menu li li a:hover{
  text-decoration: underline;
}

#menu #menu_item {
  margin-left: 0px;
}

#navigation {
  width: 931px;
  height: 29px;
  background-image: url(../pics/navigace_bground.png);
  background-repeat: repeat-x;
  float: left;
  font-size: 12px;
  margin-top: -2px;
  padding-top: 16px;
  padding-left: 18px;
}

#content {
  float: left;
  width: 949px;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 20px;
}

#content #sidebar_block {
  float: left;
  margin-left: 24px;
}

#content #content_inner {
  width: 684px;
  float: left;
}

#content #content_inner #content_text {
  width: 666px;
  margin-left: 18px;
  margin-top: 5px;
  overflow: hidden;
  line-height: 16px;
}

#footer {
  width: 949px;
  float: left;
  height: 192px;
  background-image: url(../pics/footer.jpg);
  background-repeat: no-repeat;
}

#footer .authoring {
  margin-top: 158px;
  height: 23px;
  background-color: #545b7d;
  color: #fff;
  font-size: 12px;
  float: left;
  display: inline;
  padding-left: 16px;
  padding-top: 11px;
  padding-right: 16px;
  letter-spacing: 0px;
  margin-right: 10px;
}

#footer .authoring a {
  color: #fff;
}

#to_up {
  margin-top: 158px;
  float: right;
  width: 36px;
  height: 34px;
  background-image: url(../pics/up.png);
  background-repeat: no-repeat;
}

#to_up:hover {
  margin-top: 158px;
  float: right;
  width: 36px;
  height: 34px;
  background-image: url(../pics/up_hover.png);
  background-repeat: no-repeat;
}

.sidebar {
  float: left;
  clear: left;
  width: 241px;
}

.sidebar p {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  line-height: 16px;
}

.sidebar ul {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  line-height: 20px;
}

.sidebar ul li,
#content #content_inner #content_text li{
  padding-left: 15px;
  list-style-type: none;
  background: url('/pics/sipka_vetsi.png') no-repeat left 7px;
}
#content #content_inner #content_text li{
  line-height: 20px;
  background-position: left 8px;
}

.sidebar ul a {
  text-decoration: none;
  color: #545b7d;
}

.sidebar ul a:hover {
  text-decoration: underline;
  color: #545b7d;
}
  
.hr_short {
  margin-bottom: 5px;
}




#uvodni_obrazky {
    float: right;
}
#uvodni_text {
    float: left;
    margin-right: 20px;
    width: 325px;
}

.podpis{
	padding-right: 80px;
  text-align: right;
}
.podpis img{
  margin: 10px -80px 0 0;
}

