﻿* {
  margin:0 ;padding:0;
}

body {
	font: 0.82em "Segoe UI", Arial, Verdana, Helvetica, sans-serif, serif;
	line-height: 20px;
	background: #fff url('web-images/bg.png') top center no-repeat;	
}

img,table,tbody,tr,td {
	border: none;
}

table {
	border-collapse: collapse;
}

a {
  color: #1d94d2;
  font-weight: bold;
  text-decoration: underline;
}

a.thin {
	font-weight: normal;
}

a:hover {
  text-decoration: none;
}

a#tooltip {
  color: #2c2c2c;
  font-weight: normal;
}

hr.cleaner {
  clear: both;
  margin: -1px 0 0 0; padding: 0;
  height: 1px;
  border: none;
  visibility: hidden;
}

h1#blue {
  margin-bottom: 13px;
  color: #0a94d6;
  font-weight: normal; font-size: 24px;
}

#head {
  width: 900px; height: 168px;
  margin: 0 auto;
  position: relative;
}

#head a#logo {
  position: absolute; left: 358px; top: 40px;
  display: block;
  width: 192px;
  height: 100px;
  background-image: url('web-images/logo.png');
}

#langselector {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
}

#langselector a {
  font-style: italic;
}

#langselector a:hover {
  color: #FF7E00;
  text-decoration: underline;
}

#menu {
  width: 900px; height: 74px;
  margin: 0 auto;
  background: url('web-images/menu.png');
  line-height: 17px;
}

#menu ul {
  list-style-type: none;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  width: 225px;
  height: 53px;
  float: left;
  padding-top: 21px;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  font-size: 1.3em;
  color: #000;
}

#menu ul li a#active {
  background: url('web-images/menuactive.png') no-repeat top center;
}

#menu ul li a:hover {
  background: url('web-images/menuhover.png') no-repeat top center;
}

#menu ul li a i {
  color: #909090;
  font-size: 0.78em;
}

#slider {
  width: 900px;
  height: 273px;
  margin: 0 auto;
  margin-top: 33px;
  padding: 8px;
  position: relative;
  overflow: hidden;
}

#slider-navi {
  width: 900px;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
}

#slider-navi a {
	width:8px;
	height:8px;
	margin:2px;
	background:url(web-images/navigator.png) 0 0 no-repeat;
	display:inline-block;
	font-size:1px;
}

#slider-navi a:hover {
	background-position:0 -8px;
}

#slider-navi a.active {
	background-position:0 -16px;
}

#slider .items {
	width: 20000em;
	position: absolute;
}

#slider .items .item {
	width: 900px;
	height: 280px;
	float: left;
	margin-left: 8px;
	margin-right: 200px;
	background: url(web-images/boxbig.png);
}

#slider .product {
  width: 525px;
  height: 280px;
  vertical-align: top;
  position: relative;
}

#slider .product .productimgoverlay {
  background: url(web-images/productimgoverlay.png) top left no-repeat;
  position: absolute;
  width: 525px;
  height: 280px;
  left: 0;
  top: 0;
  z-index: 5;
}

#slider .info {
  width: 330px;
  padding-left: 50px;
  vertical-align: middle;
  position: relative;
}

#slider .info .znasidilny-cs,
#slider .info .znasidilny-en {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 140px;
  height: 140px;
  z-index: 5;
}

#slider .info .znasidilny-cs {
  background: url(web-images/znasidilny-cs.png) top right no-repeat;
}

#slider .info .znasidilny-en {
  background: url(web-images/znasidilny-en.png) top right no-repeat;
}

.info .motto {
  color: #333;
  font-style: italic;
  font-size: 1.1em;
  line-height: 20px;
  width: 250px;
}

.info h1 {
  font-size: 2.5em;
  line-height: 26px;
  color: #222222;
  margin-top: 15px;
  text-shadow: #CCF 1px 1px 1px;
}

.info h2 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #222222;
  font-weight: normal;
}

.viceinfo {
  width: 130px;
  height: 31px;
  margin-top: 20px;
  display: block;
  line-height: 31px;
  text-align: center; text-decoration: none; color: #fff;
  background: url('web-images/viceinfo.png');
}

.viceinfo:hover {
 background: url('web-images/viceinfohover.png');
}

#boxy {
  width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}

.graybox {
  float: left;
  position: relative;
  background: url('web-images/graybox.png');
  width: 440px; height: 159px;
}

.graybox .msg {
  position: absolute;
  left: 205px;
  top: 25px;
  font-size: 1.15em;
  line-height: 21px;
  width: 205px;
  height: 90px;
}

.graybox img {
  position: absolute;
  left: 30px;
  top: 25px;
}

.graybox h2 {
  margin-top: 8px;
  margin-right: 3px;
  font-size: 1.15em;
  font-weight: bold;
  color: #0A94D6;
  text-align: right;
}

#pata {
  width: 900px;
  margin: 0 auto; margin-top: 80px;
  padding: 8px 0 20px 0;
  text-align: center;
  color: #a3a3a3;
  border-top: 1px solid #e8e8e8;
}

#telo {
  position: relative;
}

#telo, #telo-portfolio, #telo-kontakt {
  width: 900px;
  margin: 0 auto; margin-top: 50px;
}

#telo h1, #telo-portfolio h1, #telo-kontakt h1 {
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 2em;
}

#telo ul {
  width: 387px;
  float: left;
  list-style-type: none;
}

#telo ul li a {
  width: 377px; height: 40px;
  display: block;
  padding-left: 10px;
  line-height: 38px;
  color: #2C2C2C;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.3em;
  border-bottom: 1px dotted #ccc;
}

#telo ul li.first a {
  border-top: 1px dotted #ccc;
}

#telo ul li#sluzbyactive a {
   background: url('web-images/onasactive.png') 0px 1px no-repeat;
   color: #fff;
}

#telo ul li a:hover {
   background: url('web-images/onashover.png') 0px 1px no-repeat;
   color: white;
}

#kresba {
  position: absolute;
  top: 5px;
  left: 445px;
}

#onashead {
  padding-top: 50px;
  clear: both;
  width: 900px;  /* Fixes extra padding from "clear" in IE7 */
}

#onasleft {
  width: 430px;
  float: left;
  font-size: 1.2em;
  line-height: 24px;
  vertical-align: top;
}

#onasright {
  width: 430px;
  float: right;
  font-size: 1.2em;
  line-height: 24px;
  vertical-align: top;
}

#onasgallery {
  clear: both;
  padding-top: 15px;
}

#onasleft p,
#onasright p {
  margin-bottom: 15px;
}

.tipanchor {
  border-bottom: 1px dotted #0A94D6;
  cursor: pointer;
}

.tipanchor:hover {
  border-bottom: 3px solid #FF7E00;
}

.tipbody {
  position: absolute;
  display: none;
  background: none repeat scroll 0 0 #333;
  border: 3px solid #666;
  padding: 14px 24px 12px 20px;
  z-index: 2; 
  width: 400px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: white;
}

.tipbody em {
  font-style: normal;
  font-size: 120%;
  padding-right: 1px;
  color: #FF7E00;
}

.tipbody p,
.tipbody ul {
  margin-bottom: 8px;
}

.tipbody ul,
.tipbody li {
  margin-left: 10px;
  padding-left: 10px;
}

#telo-portfolio ul {
  width: 475px;
  float: left;
  list-style-type: none;
}

#telo-portfolio ul#right {
  width: 420px;
  float: left;
}

#telo-portfolio ul li a {
  width: 415px;
  height: 40px;
  display: block;
  padding-left: 10px;
  margin-right: 50px;
  line-height: 38px;
  color: #2C2C2C;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.3em;
  border-bottom: 1px dotted #ccc;
}

#telo-portfolio ul li.first a {
  border-top: 1px dotted #ccc;
}

#telo-portfolio ul#right li a {
	padding-right: 0px;
	width: 415px;
}

#telo-portfolio ul li a:hover {
  background: url('web-images/portfoliohover.png') 0px 1px no-repeat;
  color: white;
}

#telo-portfolio ul li#portfolioactive a {
   background: url('web-images/portfolioactive.png') 0px 1px no-repeat;
   color: #fff;
}

#telo-portfolio p {
  margin-bottom: 15px;
}

#portfoliohead {
  padding-top: 50px;
  clear: both;
  width: 900px;  /* Fixes extra padding from "clear" in IE7 */  
}

#prehled {
  line-height: 24px;
  font-size: 1.2em;
}

#prehled, #screens {
  min-height: 90px;
}

#prehled #prehledleft {
  width: 425px;
  height: 250px;
  float: left;
}

#prehled #prehledleft img {
  padding-top: 7px;
}

#prehled #prehledright {
  width: 427px;
  float: right;
  line-height: 26px;
}

#prehled #prehledfull {
}

.blueboxwide {
  background: url('web-images/blueboxwide.png');
  height: 95px;
  padding: 24px 30px;
  margin-top: 15px;
  margin-bottom: 5px;
}

#prehled .naserole {
  font-style: italic;
  margin-bottom: 20px;
}

.blueboxwide b {
  color: #0A94D6;
}

#prehled .left {
  float: left;
  width: 450px;
}

#prehled .right {
  float: right;
  width: 390px;
}

.magicon {
  background: transparent url('web-images/maglight.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#screens {
	margin-top: 25px;
	margin-bottom: 30px;
}

#screens .screen {
  margin-right: 20px;
  float: left;
  cursor: pointer;
  border: 3px solid #E8E8E8;
  border-radius: 8px;
  padding: 3px;
}

#screens .hover {
  border-color: #0a94d6;
}

#screens .hover .magicon {
  background: transparent url('web-images/magblue.png') no-repeat center;
}

#kontaktyleft {
  width: 240px;
  float: left;
  font-size: 1.2em;
}

#kontaktyleft h1#blue, #kontaktyright h1#blue {
  margin-bottom: 20px;
  color: #0a94d6;
  font-weight: normal; font-size: 24px;
}

#kontaktyright {
  width: 625px;
  float: right;
  font-size: 1.2em;
}

#formular {
  width: 625px;
}

#formular #zprava,
#formular #email {
  font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif, serif;
  color: #666;
  font-size: 1.0em;
  padding: 8px 12px;
  border: 1px dotted #999;
}

#formular #zprava {
	width: 600px;
	height: 253px;
	margin-bottom: 10px;
	overflow: auto;
}

#formular #email {
	width: 300px;
	height: 26px;
	padding: 6px 12px;
}

#formular #status {
	font-size: 16px;
	line-height: 26px;
	margin: 12px 0px;
	padding: 2px 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#formular .status-working {
	background-color: #444;
	color: white;
}

#formular .status-ok {
	background-color: #AFD775;
}

#formular .status-failure {
	background-color: #F7D708;
}

#fade {
	font-size: 85%;
	color: #999;
}

#tlacitko {
  width: 91px; height: 31px;
  float: right;
  margin-top: 10px; margin-bottom: 20px;
  border: 0;
  background: url('web-images/odeslat.png');
  color: #fff; font-weight: bold;
  cursor: pointer;
}

#tlacitko:hover {
  background: url('web-images/odeslathover.png');
}

.defaultText {
  color: #bbb !important;
}

.ie-opacity-masking-div {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: white;
	display: none;
	left: 0;
	top: 0;
}