﻿/* 
Definiční styl pro stránky www.krska-pipes.com
Media:	Screen
Autor:	Ing. Petr Hladiš, sokolik@sokolik.cz
*/




#www-krska-pipes-com
  {background-color:#C8C8FF;}
#strana
  {background-color:#C8C8FF;}
#main
  {background-color:#9191FF;}

#txt
  {background-color:#FFFFFF;}

a
  {color:#1919B3;}


html, body, #www-krska-pipes-com	
{
  color: #000000;
  font-family: Verdana, 'Arial CE', Helvetica, sans-serif;
  margin: 0;
  padding: 0;  	
  line-height:1.3em;
  behavior: url(/css/csshover.htc);

}

#strana
{
  position:relative;
  width: 90%;
  left: 5%;
  top: 2em;
}

#logo, #main, #paticka
{
  width: 100%;
}

#logo img
{
  border:0;
  float:left;
}

#logo h1, #logo h2
{
  text-align:right;
  margin: 0;
  line-height:1em;
}

#logo h1 a, #logo h2 a
{
   text-decoration:none;
}


#main
{
  border: 1px solid black;


}

#menu
{
  float:left;
  font-weight:bold;
  width:200px;
  position:relative;
  top: 5px;
  left:-10px;

}


#menu
{
  padding: 0 1px 1px;
  margin-left: 0;
  font-weight:bold;
  font-size: 0.75em;
  background: gray;
  width:220px;
}

#menu a
{
  list-style: none;
  border-top: 1px solid gray;
  text-align: left;
  display: block;
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 10px solid #AAB;
  background: #CCD;
  text-decoration: none;
}


#menu a:hover
{
  border-color: #1919B3;
  color: #FFF;
  background: #332;
}


#txt
{
  padding:20px;
  margin-left:200px;
  font-size:0.9em;
}

#paticka
{
  text-align:right;
  font-size:0.6em;
}


.correct
{
  clear:both;
  visibility: hidden;
  height:1px;
  font-size:1px;

}

#txt p
{
  text-align:justify;
}

#txt td, #txt th
{
  font-size:0.9em;
}

/*
 ------------ Uživatelský styl ------------
*/


#vlajky
{
  float:right;
}


#vlajky img
{
  border:0;
  margin:5px;
}

table th
{
  text-align:right;
  padding-right:20px;
}

input, select
{
  width:350px;
}

select.polovicni, input.polovicni
{
  width:172px;
}

table.seznam, table.seznam th,table.seznam td
{
  border: 1px solid black;
  border-collapse:collapse;  

}

table.seznam td
{
  padding: 0.1em 0.4em;
  cursor:pointer;
}

div.pic
{
  float:left;
  width:125px;
  padding:15px;
  margin:5px;
  border: 3px solid white;  
}

a img
{
  border:0;
}

div.pic a
{
  text-decoration:none;
}

div.pic:hover
{
   border: 3px solid #9191FF;
}


.vpravo
{
  float:right;
  border: 1px dotted #9191FF;
  width:200px;
  text-align:justify;
  padding: 10px;
  letter-spacing:-1px;
}

.prodano
{
  position:absolute;
  z-index:101;
}

.akce
{
  color:  #EA7700;
}