/* CSS Document */
* {

margin:0;
padding:0;

}
 
body
{
background: #202e20 url(../images/bgr_2.jpg) top center no-repeat;
 
text-align: center;
margin: 0;
padding: 0;
height: 100%;
font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif  ; 
}

#obal
{
width: 900px;
margin: auto; 
height: 100%;
margin-top: 20px;
#padding-left: 2px;
 
}

#hlavicka
{
background: rgb(187,200,191) url(../images/hlavicka.jpg) no-repeat;
height: 230px;
position: relative;
}

#stranka
{
background: rgb(29,46,38) url(../images/main.jpg) no-repeat;
 

}

#menu
{
color: white;
height: 59px;
text-align: left;
font-size: 80%;
font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif  ;
background-color: rgb(60,119,89);
}

p { margin: 0 0 1em 0;	}
span .like-p { margin: 0 0 1em 0;	}
.polozka_menu
{
display: block;
padding: 20px 10px 20px 45px;
background: url(../images/schody1.gif) 20px 50% no-repeat; 
color: rgb(193,214,205);
text-decoration: none;
float: left;
}
.polozka_menu:hover
{
background: url(../images/schody3.gif) 20px 50% no-repeat; 
color: #ffffff;
}
.polozka_aktivni
{
display: block; 
background: url(../images/schody4.gif) 20px 50% no-repeat; 
padding: 20px 10px 20px 45px;
color: rgb(227,217,120);
text-decoration: none;
float: left;
}


#leve_menu
{
float: left;
width: 260px;
padding-top: 20px;
font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif  ;
font-size: 80%;
 
}

#kontakt
{
  
background: url(../images/kontakt.jpg) left top no-repeat;
margin: 15px;
margin-bottom: 0;
padding-bottom:0;
text-align: left;
color: rgb(208,233,220);

}

#paticka
{
background-color: rgb(37,68,53);
text-align: right;
}
#paticka p
{
padding: 1em 10px 1em 10px;
color: rgb(106,138,123);
font-size: 90%;
}
#paticka a
{
color: rgb(143,156,149);
}


.leva_polozka_obal
{
background: url(../images/cara.gif) left bottom no-repeat;
margin-right: 10px; 
}

.leva_polozka
{
display: block;
background: url(../images/schody2.gif) 20px 50% no-repeat; 
text-align: left;
padding: 10px 0px 10px 50px;
color: rgb(142,199,172);
text-decoration: none;
}

.leva_polozka:hover
{
color: rgb(195,215,203);
background: url(../images/schody3.gif) 20px 50% no-repeat;
}

.leva_polozka_aktualni
{
display: block;
background: url(../images/schody4.gif) 20px 50% no-repeat; 
text-align: left;
padding: 10px 0px 10px 50px; 
color: rgb(227,217,120);
text-decoration: none; 
}


#obsah-obal
{
margin: 20px 10px 30px 265px;
}

#obsah
{ 
margin: 10px;
text-align: left;
color: rgb(182,207,194);
font-size: 0.8em;
 
}
#obsah a 
{
color: rgb(186,242,70);
}
#obsah a:hover
{
text-decoration: none;
}
#obsah h1
{
color: rgb(229,216,119);
font-weight: normal;
padding-bottom: 10px;
}
#obsah ul
{
padding-left:50px;
list-style: none;		
}

.cesta li
{
list-style: disc;		
}


#kontakt h3
{
font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif  ;
color: rgb(229,216,119);
font-weight: normal;
text-align: left;
padding: 0px 0px 20px 50px;
}
.kontakt_nadpis
{
font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif  ;
color: rgb(229,216,119);
font-weight: normal;
text-align: left;
padding: 0px 0px 5px 50px;
font-size: 1.2em;
}	

#kontakt p 
{
line-height: 1.2em;
}
#kontakt a
{
color: rgb(174,225,68);
}



.text
{
margin-bottom: 30px;
}

/*------------ paletky uvod ------------------ */

.paletka_uvod
{
float: left;
width: 140px; 
background: url(../images/schody_back.jpg) bottom center no-repeat; 
margin: 5px;
background-color: rgb(10,19,16);
} 

.paletka_uvod_bez_pozadi
{
float: left;
width: 140px; 
margin: 5px;
}
 
.paletka_uvod p
{
margin:0;
padding: 0.8em 5px 0.8em 5px;
text-align: center;
color: rgb(182,207,194);
}
.paletka_uvod span.like-p
{
	margin:0;
	padding: 0.8em 5px 0.8em 5px;
	text-align: center;
	color: rgb(182,207,194);
	display: block;
}

.paletka_uvod a
{
color: rgb(182,207,194);
text-decoration: none;
}
.paletka_uvod a:hover p
{
color: rgb(174,225,68) !important;
} 
.paletka_uvod a:hover span
{
color: rgb(174,225,68) !important;
} 
 
.paletka_uvod img
{
border: none;
}
/* -------------- HLAVICKA --------------------*/

#hlavicka h2
{
text-align: left;
text-indent: 1em;
line-height: 2em;
}
#logo
{
position:absolute;
top:0px;
left:0px;
z-index: 5;
background: transparent url(../images/hlavicka.jpg) 0px 0px;
width:260px;
height:230px;
 
}
#logo span
{
display: block;
width: 260px;
height: 230px;
background: transparent url(../images/hlavicka.jpg) 0px 0px;
position:absolute;
top:0px;
left:0px;
z-index: 5;
cursor: hand;
}
#logo img
{
display: none;

}


.cleaner
{
clear: both;
height: 1px;
margin: -1px 0 0 0;
padding: 0;
border: none;
visibility: hidden;
}

.velka_cara
{
background: transparent url(../images/cara2.gif) 0px 0px no-repeat; 
margin: 20px 0px 0px 0px;
height: 1px;
}

a:hover
{
text-decoration: none;
}

#obsah h2
{
color:rgb(247,238,170);
color: #f0ebc1;
font-weight: normal;
padding: 20px 0px 15px 0px;
font-size: 1.4em;
}
#obsah h3
{
color: rgb(228,216,116);
font-weight: normal;
margin: 10px 0px;
}

td {padding: 3px 5px;}
.provozni_doba td
{
padding-right: 50px;
}

.aktualita img
{
float: left;
padding: 10px 15px 10px 0px;
}

.starsi_zpravy
{
margin-top: 30px;
border: none;
}

.produkt_foto
{
display: block;
float: left;
border: none;
margin: 10px 10px 0px 0px;
border: 1px solid rgb(11,22,18);
border-bottom: 10px solid rgb(11,22,18);
}
.produkt_foto:hover
{
border: 1px solid rgb(186,242,71);
border-bottom: 10px solid rgb(186,242,71);
}
.produkt_foto img
{
border: none;
float: left;
}

.produkt_fotky
{
padding: 10px 0px 0px 0px;
}

.parametry
{
margin-top: 20px;	
}	

.jednoradkova_paletka
{
	height: 230px;
	_margin-left: -8px;
}	

.zpet
{
margin-top: 30px;
}

.mapka
{
text-align: center;
padding: 20px;
	
}	

#paticka_partneri a{
  font-size:10px;
  color:#8F9C95;
  text-decoration:none;
}
#paticka_partneri a:hover{
  
  text-decoration:underline;
}