.windows {
  width: auto;
  height: 590px;
  overflow: hidden;
}

.windows .flash {
  width: 930px;
  height: 180px;
  /*background: url(/img/flash.png) no-repeat; */
}

/* LAVY BLOK */

.windows .lavy-blok {
  float: left;
  width: 423px;
  color: #5E5E5E;
  line-height: 15px;
  background: url(/img/people.png) bottom right no-repeat;
  text-align: justify;
}

.windows .lavy-blok h3 {
  padding: 0;
  margin: 0;
  border: 0;
}

.windows .lavy-blok p {
  margin-bottom: 15px;
}

.windows .lavy-blok ul {
  list-style-type: none;
}

.windows .lavy-blok li {
  padding: 2px 0;
  margin: 0 0 0 12x;
}

.windows .lavy-blok li a {
  font-weight: bold;
  color: #5E5E5E;
}

.windows h1, .windows h2 {
  font-size: 12px;
  color: #5E5E5E;
  margin: 20px 0 10px 0;
  padding: 0 0 5px 0;
  background: url(/img/horizontala.png) bottom no-repeat;
}

/* PRAVY BLOK */

.windows .pravy-blok {
  float: left;
  width: 448px;
  margin-top: 25px;
  margin-left: 48px; 
}

/* OKNA */

.window-t {
  display: block;
  float: left;
  margin: 0;
	width: 112px;
	padding: 0;
	color: #757575;
	outline: 0;
	cursor: pointer;
}

.window-t img:hover {
	text-decoration: none;
	border: 0;
}

.window-t img {
  display: block;
}

.window-t .logo {
  clear: both;
	/*width: 61px;*/
	height: 23px;
	border: 0;
	margin: 0 0 0 14px;
	padding: 0;
}

.window-t .obrazok {
  clear: both;
	width: 112px;
	height: 132px;
	border: 0;
	margin: 3px 0 0 0;
	padding: 0;
}

.window-t .w-nazov {
  display: block;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -30px;
}

.window-t .w-popis { 
  height: 24px;
  overflow: hidden;
  display: block;     
  font-size: 10px;
  color: #757575;
	text-align: center;
	font-weight: normal;
	position: relative;
	top: -30px;
}

