﻿ * {
  margin: 0px;
}

a {
  text-decoration: none;
}

a img {
border: 1px solid #ccc;
}

div.pic {
  float:left;
  position: relative;
  margin: 0px 106px 106px 0px;
  width: 120px;
  height: 120px;
}

div.pic_right {
  float:left;
  position: relative;
  margin: 0px 0px 106px 0px;
  width: 120px;
  height: 120px;
}

body {
  background-image: url("image/bg_gradient_1.png");
  background-position: center top;   
  background-repeat: repeat-x;
  background-color: #011e40;
  font-family: arial, helvetica, sans-serif;     
  font-size: 8pt;
  font-weight: bold;
  text-align: justify;
}

#hlavny {
  width: 910px;
  position: relative;
  left: 50%;
  margin-left: -460px;
  background-image: url("image/hlavny_gradient_1.png");   
  background-repeat: repeat-y;
  top: 3px;
  min-height: 480px;
}

#logo {
  width: 200px;
  height: 60px;
  position: relative;
  margin-top: 0px;
}

#logo img {
  border: 0px;
}

#obsah {
  position: relative;
  left: 5px;
  width: 800px;
  margin: 0px 50px 0px 50px;
  min-height: 438px;
}

#telo a:visited {
  color: #0061A7;
}

h1 {
  font-size: 16pt;
  margin-top: 5px;
}

h2 {
  font-size: 13pt;
  margin: 5px 0px;
}

h3 {
  font-size: 10pt;
  margin-top: 5px;
  margin-bottom: 5px;
}

p {
  margin: 5px 0px 10px 0px;
}

strong.big {
  font-size: 110%;
}

#tien_vlavo {
  width: 35px;
  height: 438px;
  position: absolute;
  left: -1px;
  top: 0px;
  background-image: url("image/tien_vlavo_1.png");   
}

#tien_vpravo {
  width: 35px;
  height: 438px;
  position: absolute;
  left: 876px;
  top: 0px;
  background-image: url("image/tien_vpravo_1.png");   
}

#tien_dole {
  width: 910px;
  height: 35px;
  position: relative;
  left: 0px;
  top: 35px;
  background-image: url("image/tien_dole_1.png");   
}

#jazyky {
  background-color: black;
  width: 5em;
  height: 2em;
  position: relative;
  float: right;
  top: 0px; 
  text-align: center;
  color: white;
}

#jazyky a {
  color: white;
}

#uvod_text_hore {
  width: 380px;
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  height: auto;
}

#flash_hlavny {
  z-index: 1;
  position: relative;
  width: 390px;
  height: 280px;
  float: right;
}

object {
  cursor: default;
}

hr.clear {
  visibility: hidden;
  border: 0px;
  clear: both;
}

.linka_1 {
  clear: both;
  width: 800px;
  height: 1px;
  background-color: #cccccc;
  position: relative;
  margin: 20px 0px;
  float: left;
  border-style: none;
}

.leftbox {
  position: relative;
  width: 480px;
  float: left;
}

.rightbox {
  position: relative;
  width: 250px;
  float: right;
}

.bigbox {
  position: relative;
  left: 0px;
  top: 0px;
  width: 840px;
  float: left;
  margin: 10px 0px 20px 0px;
}

.novinka {
  position: relative;
  width: 180px;
  float: left;
  margin-right: 26px;
}

.novinka p.datum {
margin: 0px 0px;
}

#pata {
  display: block;
  float: left;
  background-color: #0061A7;
  position: relative;
  left: 55px;
  top: 0px;
  width: 800px;
  color: white;
}

#pata_vpravo {
  margin: 5px 8px;
  float: right;
}

#pata_vlevo {
  margin: 5px 8px;
  float: left;
}

#pata_vpravo a {
  color: white;
}

#menu, #menu ul {
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	font-size: 10pt;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;
	position: relative;
	z-index: 5;
}

#menu li:hover {
	z-index: 10000;
	white-space: normal;
}

#menu li li {
	float: none;
	border: 1px solid white;
}

#menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0px;	
	top: 0px;
	width: 150px;
	padding: 10px 30px 30px 30px; 
	margin: -10px 0 0 -30px;
}

#menu li:hover>ul {
	visibility: visible;
	top: 100%;  /* odskusat 90%/100% */
}


/*neodskusane, zatial nesahat*/
#menu:after, #menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#menu, .menu ul {
	min-height: 0;
}
/*neodskusane, zatial nesahat*/	
	
	
/* menu design*/	
#menu_bg {
background-color: #0061A7;
}

#menu {
  margin-left: 0px;  /* zarovnanie vpravo/vlavo, prediskutovat,rozhodnut! */
  color: white;
  background-color: #0061A7;
}

#menu ul li {
	color: white;
	background-color: #0061A7;
}

#menu a {
	text-decoration: none;
	color: white;
	padding: 5px;
	display: block;
	position: relative;
}

#menu li:hover>a {
	background-color: #0068b3;
	color: black;
}

#menu ul>li + li {
	border-top: 15px;
}
/* menu design*/

.center {
  text-align: center;
}

.left {
  float: left;
  margin: 5px 10px 10px 0px;
}

.right {
  float: right;
  margin: 5px 0px 10px 10px;
}

.klient {
  width: 240px;
  height: 140px;
  display: block;
  position: relative;
  float: left;
  vertical-align: middle;
  line-height: 140px;
  margin: 40px 40px 0px 0px;
  text-align: center;
}

.klient_right {
  width: 240px;
  height: 140px;
  display: block;
  position: relative;
  float: left;
  vertical-align: middle;
  line-height: 140px;
  margin: 40px 0px 0px 0px;
  text-align: center;
}

.klient img, .klient_right img {
  vertical-align: middle;
  border-style: none;
}
