<!--
/*
css co se tyka zobrazovani kostry stranky, obou menu, hlavicky, 
paticky a stredu stranky, pokud se tam nezobrazuje shop

  -------------- tykajici se kostry stranky ---------------
*/

input {
 border:1px solid #8d8d8d;
}

html,body {
  	height:100%;
}

/** {
  border:1px solid red; 
}*/

body {
  	min-width: 994px;
  	background: #EBEEF0 url(body_bg.png) top left repeat-x;
  	font-weight: normal;
  	font-size: 11px;
  	font-family: Arial, verdana, Helvetica, sans-serif;
  	position: relative;
  	padding: 0;
  	margin:0;
    text-align:center;  	
}

#stranka {
  	position:relative; /* kvuli absolutne pozicovane patce */
  	background: #EBEEF0;
  	text-align:left;
    min-width:994px;
    width: 994px;
    margin:0 auto;
    padding:0;
    font-family: Arial;
    font-size:13px;
    /*
     minwidth stranky 
     - musi se nastavovat pro celou stranku kvuli floatujicim menu
     - pri fixni sirce upravit hodnotu (1000 v nasledujicich radcich, 1020 je kvuli posuvniku)
     - pokud chceme pevnou sirku je potreba zakomentovat/resp upravit hodnoty
   _width: 1000px; /* pro IE s vypnutym js 
   _width: expression(document.body.clientWidth<1020 ? "1000px" : "auto" ); /* min-width hack pro IE 
   */
   
   /* hratky s vyskou kvuli paticce a IE */
   height:100%; /* pro IE */
}

body>#stranka { /* pro Operu, Mozillu a dalsi inteligentni prohlizece */
   height:auto;
   min-height:100%;
}

#top{
  position:relative;
  background: #4D6B84 url(top_bg.jpg) top left no-repeat;
  width: 994px;
  height: 350px;
  overflow:hidden;
  
}

#top #logo{
  position: absolute;
  top:60px;
  left:13px;
  width: 240px;
  height: 260px;
  overflow:hidden;
  border:0px solid red;
}
#top #slogan{
  position: absolute;
  top:25px;
  left:43px;
 
  overflow:hidden;
color:#aeaeae;
font-family:trebuchet MS;
font-size:15px;

}
#top #logo a{
  display:block;
  width:100%;
  height:100%;
  cursor:pointer;
}

#top #logo a span{
  display: none;
}

#top #top_menu{
  position:absolute;
  right:10px;
  top:265px;
  border: 0px solid black;
  width:680px;
  height: 42px;
  
  line-height:42px;
}

#top_menu a{
  float:left;
  font-size:14px;
  font-weight: bold;
  text-decoration:none;
  color:white;
  padding: 0 8px;
}

#top_menu a:hover{
  text-decoration:underline;
  
}

#top_menu a.aktivni{
  background: url(top_menu_uvod_bg.png) top left repeat-x;
}

#top_menu .oddelovac{
  float:left;
  font-size:0;
  padding:0;
  margin:0;
  height:42px;
  width:4px;
  overflow:hidden;
  background: url(top_menu_oddelovac.png) top left no-repeat;
}

#stred {
	
}

#obsah_obal {
 background: url(obsah_obal_bg.png) top left repeat-y;
}
#obsah_obal2{
  background:  url(stred_bg.png) top left no-repeat;
}
#obsah {
  padding: 5px 25px;
  background:  url(obsah_bg.jpg) bottom left no-repeat;
  min-height:580px;
  _height:580px;
}

#uvodka_obal{
  position:relative;
     height: 900px;
}

#uvodka_nadpis{
  position: absolute;
  top:0;
  left:0;
  width:400px;
  height: 62px;
  
  padding:0 70px 0 0;
  border:0px solid black;
  font-size:26px;
  color:#4C9A06;
  font-weight:normal;
  margin:0;
  line-height: 30px;
}

#uvodka_nadpis span{
  display:block;
  color: #FD8F1A;
  font-weight: bold;
  font-size:26px;
}

#uvodka_text{
  border: 0 solid black;
    font-size: 15px;
    height: 410px;
    left: 5px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: justify;
    top: 95px;
    width: 475px;
  
}
#uvodka_text a{
   font-size: 15px;
  
}
#uvodka_banner{
  position:absolute;
  top: 603px;
  left: 0;
  width:470px;
  height:250px;
  font-size: 15px;
  border:0px solid black;
  line-height:20px;
  margin:0;
  
}
#uvodka_vice_onas{
background: url("uvodka_vice_onas_bg.png") no-repeat scroll left top transparent;
    border: 0 solid red;
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 27px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    left: 0px;

    top: 540px;
    width: 90px
}

#uvodka_vice_onas:hover{
  text-decoration:underline;
}

#novinky{
  position:absolute;  
  top:390px;
  left:0;
  width:480px;
  height:155px;
  border:0px solid red;
}

#novinky h2{
  font-size:26px;
  font-weight:normal;
  color:#4C9A06;  
  margin:0;
  padding-left:2px;  
}

#novinky .novinka{
  float:left;
  width: 140px;
  height:114px;
  border:2px solid #E1E1E1;
  background: #fff url(novinka_bg.png) top left no-repeat;
  margin:0 9px 0 0;
  padding:2px 2px 0 65px;
  overflow:hidden;
}

#novinky .novinka .datum{
  display:block;
  margin:10px 0 10px 0;
  padding:0;
  font-weight:bold;
  font-size:11px;
}

#novinky .novinka .text{
  margin:0;
  padding:0;
  height: 50px;
  border:0px solid red;
  font-size:11px;
  line-height: 16px;
  overflow:hidden;
}

#novinky .novinka .novinka_odkaz{
  display:block;
  line-height:14px;
  height: 14px;
  color: #4D6B84;
  font-weight: normal;
  text-decoration:underline;
  background: url(uvodka_produkt_odkaz_detail_bg.png) top left no-repeat;
  padding-left: 15px;
  margin: 5px 0 0 0;
}

#novinky .novinka .novinka_odkaz:hover{
  text-decoration:none;
}




#uvodka_realizace{
  position:absolute;
  top:0;
  right:0;
  width:440px;
  height: 500px;
  border:0px solid red;
  overflow:hidden;
}

#uvodka_realizace a{
  float:left;
  width: 200px;
  height:150px;
  padding: 0 0 10px 0;
  background: url(realizace_bg.png) bottom left no-repeat;
  margin: 0 0 6px 18px;
  display:block;
}

#uvodka_realizace a img{
  border:0;
  max-width: 200px;
  max-height: 150px;
  overflow:hidden;
   display:block;
}
#uvodka_realizace a{
  float:left;
  width: 200px;
  height:150px;
  padding: 0 0 10px 0;
  background: url(realizace_bg.png) bottom left no-repeat;
  margin: 0 0 6px 18px;
}

#uvodka_realizace a img{
  border:0;
  max-width: 200px;
  max-height: 150px;
  overflow:hidden;
}
#uvodka_dalsi_realizace{
  position:absolute;
  top: 510px;
  left:522px;
  width: 418px;
  height:27px;
  line-height:27px;
  text-align:left;
  font-weight:normal;
  background: #4D6B84 url(uvodka_dalsi_realizace_bg.png) top left no-repeat;
  color:#fff;
  text-decoration:none;
}
#uvodka_dalsi_info{
  position:absolute;
  top: 560px;
  left:522px;
  width: 418px;
 
  
  text-align:left;
  font-weight:normal;
 
}

#uvodka_dalsi_info ul{
background:white;
border:1px solid #e1e1e1;
padding:10px 20px;
list-style-type:none;

}
#uvodka_dalsi_info ul li{
padding:3px 0;


}
#uvodka_dalsi_realizace a{
 color:white;
  text-decoration:underline;
}

#uvodka_dalsi_realizace a:hover{
  text-decoration:none;
}



#vycpavka-des {
  width: 994px;
  font-size:0;
  margin:0;
  padding:0 0 1px 0;
  clear:both;
  background: #EBEEF0;
}

#uvodka_produkty{
  height:290px;
  width:994px;
  overflow:hidden;
  border:0px solid red;
  margin: 40px 0 0 0;
}

/*nÄ›kter © definice jsou v carousel_tango.css*/
#uvodka_produkty .produkt{
  border:0px solid red;
  text-align:left;
  position:relative;
  height: 286px;
}
#uvodka_produkty .produkt .foto{
  display:block;
  width: 161px;
  height: 195px;
  overflow:hidden;
  text-align: center;
  margin: 8px 8px 0 8px;
}

#uvodka_produkty .produkt .foto img{
  border:0;
}

#uvodka_produkty .produkt .popis{
  display:block;
  width: 161px;
  height: 145px;
  overflow:hidden;  
  margin: 10px 8px 0 8px;
  
}

#uvodka_produkty .produkt .odkaz_detail{
  position:absolute;
  bottom:17px;
  left: 8px;
  width: 161px;
  height: 14px;
  line-height:14px;
  color: #4D6B84;
  font-weight: normal;
  text-decoration:underline;
  background: url(uvodka_produkt_odkaz_detail_bg.png) top left no-repeat;
  padding-left: 15px;
}

#uvodka_produkty .produkt .odkaz_detail:hover{
  text-decoration: none;
}

#uvodka_ikony{
 
  padding: 0 0px 0 25px;
  margin: 50px 0;
}
#uvodka_ikony #partneri{
 
  color:#717375;
  padding:0 0 5px 0;
}
#uvodka_ikony a{
  float:left;
  width:115px;
  height:60px;
  overflow:hidden;
  cursor:pointer;
  /*border:1px solid red;*/
  
  margin:0 5px 5px 0;
}

#uvodka_ikony a img{
  border:0;
  margin:0;
  padding:0;
}

#vycpavka_ikony {
  width: 994px;
  font-size:0;
  margin:0;
  padding:0 0 1px 0;
  clear:both;
}

#paticka{
  width: 994px;
  height: 72px;
  overflow:hidden;
  background: #ffffff url(patka_bg.png) top left no-repeat;
  border:0px solid red;
  margin: 0 0 40px 0;
}

#paticka #leva_cast{
  float:left;
  height: 72px;
  width:auto;
  border:0px solid red;
  line-height: 72px;
  color: #777777;
  margin:0;
  padding:0 25px;
}

#paticka a{
  color:#777777; 
}

#paticka a:hover{
  text-decoration: underline;
  color:#000; 
}


#paticka .oddelovac{
  padding: 0 7px;
  color: #CBCBCB;
}

#paticka #prava_cast{
  float:right;
  height: 72px;
  width:auto;
  border:0px solid red;
  line-height: 72px;
  color: #777777;
  margin:0;
  padding:0 25px;
}

   #ajaxNahled {
      visibility: hidden;
      border:2px dotted #54728c;
      position:absolute;
      background-color:#fff;
      z-index:999;
      margin:0;
      padding:10px;
      text-align:left;
   } 




.projekt {
float:left;
margin-bottom:35px;
min-height:310px;
width:300px;
background:white;
border:1px dotted #54728c;
}
.space {
margin-right:15px;
margin-left:15px;
}
.detail_box {
padding:0 25px 0 25px;
margin-left:25px;
width:400px;
}
.detail_box2 {
padding:0 25px 0 25px;

}
.projekt .r1 {
height:110px;
margin-bottom:10px;
overflow:hidden;
}

.projekt .stred {
clear:both;
margin-bottom:10px;
text-align:center;
background:#4f6d87;
padding:7px 0 7px 0;
color:white;
}
.projekt .stred2 {
clear:both;
margin-bottom:3px;
text-align:center;

color:white;
}
.projekt .stred a {

color:white;
}


.projekt .r2 {
height:110px;
overflow:hidden;
}
.projekt h4 {

font-weight:bold;
padding:15px 0 5px 20px;

}
.projekt .vlevo {
float:left;
text-align:center;
width:144px;
}
.projekt .vpravo {
float:right;
text-align:center;
width:144px;
}
#uvod_tp
{
text-align:right;
padding:18px 42px 0 0;
}
/*
menu
*/
#main-menu {
    display: inline;
    list-style: none inside url("");
    margin: 0;
    padding: 0;
    position: relative;
}
#main-menu li {
  float:left;
  position:relative;
}

#main-menu ul {
  position:absolute;
  left:0px;
  width:100px;
  height:40px;
  top:45px;

  z-index:1000;
}

#main-menu ul li {
 
  margin:0;
  padding:0;
  
}
#main-menu li {
  float:left;
  position:relative;
}

#main-menu ul {
  position:absolute;
  left:-5px;
  overflow:hidden;
  top:42px;
  width:66px;
  padding:0;
  display:none;
  z-index:1000;
}

#main-menu ul li {
  width:63px;
  height:42px;
  overflow:hidden;
  margin:0;
  padding:0;
  line-height:42px;
  list-style: none inside url(""); 
   text-align:center;
}


#main-menu ul a {
  text-align:center;
  float:left;
  font-size:13px;
  font-weight: bold;
  text-decoration:none;
  color:white;
  padding: 0;
  margin:0;
}

#main-menu ul a:hover {
  background: #f56109;
}

#main-menu ul a {
  display:block;
  float:none;
  background:#e67701;
}
.ikony_patka {

}
.ikony_patka .ikona {
    float: left;
    height: 60px;
    overflow: hidden;
    text-align: left;
    width: 120px;
}
.ikony_patka .ikona a {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}



-->

