/*Základní prvky webu*/
body
{
    font-family: verdana;
    font-size: 12px;
    background-color: black;
}

h2 span
{
    
    border-bottom: 6px solid black;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
    font-weight: bold;
    
}
h2
{
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: normal;
    
}
a
{
    text-decoration: underline;
    color: black;
}
a:link, a:visited
{
    color: black;
}
a:hover
{
    text-decoration: none;
}
img
{
    border: 0px solid black;
}
/*Styl webu*/
#container
{
    width: 1000px;
    
    margin-left: auto;
    margin-right: auto;
    
}
#logo
{
    
    height: 180px;
    /*background: url("images/css/logo.png"); */
}
#logo h1
{
    display:block;
    height: 100%;
    background: url("images/css/logo.png");
}
#linka
{

    height: 16px;
    background: url("images/css/linka.png") repeat-x;
}
#telo
{
   
    height: 532px;
    
    width: 1000px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: white;
    
}
#paticka
{
    width: 1000px;
    height: 29px;
    margin: 0px 0px 0px 0px;
    background: url("images/css/paticka.png");
    text-align: center;
    padding-top: 8px;
    float: right;  
}

#levy_blok
{
    width: 186px;
    height: 532px;
    
    float: left;
    background: url("images/css/blok_prechod.png") repeat-x;
}
#pravy_blok
{
    width: 186px;
    height: 532px;
    
    float: left;
    background: url("images/css/blok_prechod.png") repeat-x;
}
#obsah
{
    width: 628px;
    height: 525px;
   
    float: left;
    background-color: white;
    margin-top: 7px;
}
/*Obsah webu*/
#paticka-link
{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 9px;
    margin: 0 0 2px 0;
    display: block;
    
}
#paticka-link:link, #paticka-link:visited
{
    text-decoration: none;
}
#paticka-link:hover
{
    text-decoration: underline;
    
}
.menu
{
    width:186px;
    text-align: center;
    text-decoration: none;
}
.menu-nadpis
{
    background: url("images/css/menu-nadpis.png");
    width: 186px;
    height: 38px;
    text-align: center;
    color: white;
    padding-top: 5px;
}
.obsah-menu
{
    width: 152px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.tlacitko
{
    display: block;
    width: 152px;
    height: 22px;
    background: url("images/css/tlacitko.png");
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    font-weight: bold;
    padding-top: 8px;
    text-decoration: none;
    color: black;
}
.tlacitko:hover
{
    background: url("images/css/tlacitko-vybrane.png");
}
span.tlacitko
{
    background: url("images/css/tlacitko-vybrane.png");
}
#datum_akce
{
    color: white;
    font-size: 10px;
    font-weight: bold;
}
.obsah-akce
{
    margin: 10px 0px 25px 0px;/*bylo 10 0 25 0*/
    /*font-size: 10px;		/*nebyl*/
}
.obsah-akce span
{
    line-height: 10px;
}
.cena
{
    font-weight: bold;
    color: white;
	font-size: 15px;
}
.DPH
{
    display:block;
    width: 100%;
    font-size: 10px;
    text-align: right;
}
#next
{
    width: 152px;
    text-align: right;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
.dodavatel:link, .dodavatel:visited, .dodavatel:hover
{
    text-decoration: none;
    border: 0px solid black;
    display: block;
    float: left;
    height: 38px;
    margin-left: 2px;
    margin-right: 2px;
}
#dodavatele
{
    margin-left: auto;
    margin-right: auto;
    width: 156px;
    margin-top: 5px;
    
}
#prekryti
{
    width: 25px;
    height: 42px;
    background-color: black;
    float: left;
    position: absolute;
    z-index:2;
}
#obsah-nadpis
{
    width: 100%;
    text-align: right;
    
}
#obsah-obsah
{
    margin: 30px 40px 40px 40px;
   
}
.obsah-text
{
    text-indent: 20px;
    margin: 10px 0 10px 0;
}
#kontakt
{
    text-align: center;
}
#tabulka
{
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}
#pujcovna
{
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
}
#nadpis_center-naradi
{
  position: absolute;
  top: 10px;
  right: 10px;
  font: bold 14pt Verdana;
  color: #C87134;
  text-align: right;
  border-color: green;
  border-width: 0px;
  border-style: solid;

}
li
{
    font-size: 12px;
    margin-bottom: 2px;
}
li.nadpis-pujcovna
{
    font-size: 12px;
}
a.pujcovna:hover
{
    text-decoration: none;
    font-style: normal;
}
#tech_udaje
{
    font-size: 12px;

}
#tech_udaje td
{
    border-bottom: solid 1px black;
}
#tech_udaje tr
{
    border-bottom: solid 1px black;
}
div.zpet
{
    font-size: 10px;
    width: 100%;
    text-align: right;
}
a.zpet
{
    font-size: 10px;
}
a.zpet:hover
{
    text-decoration: none;
    font-style: normal;
}
#stroj
{
    float: right;
    margin-top: 30px;
}
.galerie
{
    display: block;
    text-decoration: none;
    float: left;
    margin: 10px 10px 5px 10px;
    width: 160px;
}
.thickbox
{
    display: block;
    text-decoration: none;
    float: left;
    margin: 0px 5px 2px 5px;
    width: 170px;
    height: 100px;
    
}
div.strankovani
{
    float:left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}
a.strankovani:link, a.strankovani:visited, span.strankovani
{
    text-decoration: none;
}
a.strankovani:hover 
{
    text-decoration: underline;
}
.valid
{
  margin: 0 0 0 0;
}
