#titul_odstavec { padding: 5px;
                  text-align: left;
                  border: 1px solid whitesmoke;
                  
                  }
                  
#titul_odstavec li {list-style-image: url('odrazka.gif');
                    color: red;
                    
                    
                  }
                    
#titul_odstavec img {border: 1px solid white;
                     float: left;
                     margin-right: 10px;
                     _cursor: hand;
                     cursor: pointer;}                  

#titul_odstavec a:link {
	           color: black;
	           text-decoration: underline;
}
#titul_odstavec a:visited {
	           color: black;
	           text-decoration: underline;
}
#titul_odstavec a:hover {
	         color: rgb(224,84,65);
	         text-decoration: underline;
}



.cihla {border: 1px solid rgb(224,84,65);
      }

.cihla_spodek {border-bottom: 20px solid rgb(224,84,65);
                }


.cihla_font {color: rgb(224,84,65);}

body {
	width: 700px;
  background-color: silver;
	margin: 0px;
	padding: 0px;
	_text-align: center;
  /* IE _hack */
	font-family: verdana;
	height: 100%;
/* Důleµité kvůli min-height obalového divu */
  
}


#obal {
  width: 700px;
	margin-left: auto;
	margin-right: 20px;
	_height: 100%;
	min-height: 100%;
	background-image: url('back.jpg');
	position: relative;
	border-top: 5px solid silver;
	border-bottom: 5px solid silver;
	text-align: left;
}

#head {
  display: none;
	background-image: URL('back_line.jpg');
	width: 100%;
	height: 150px;
	border-bottom: 4px solid whitesmoke;
	
}


#paticka {
  display: none;
	background-color: rgb(157,10,16);;
  height: 50px;
	_height: 80px;
  font-size: 65%;
	text-align: center;
	color: rgb(255,204,102);
  clear: both; 
  }       

#lista {
        position: absolute;
        top: 15px;
        left: 30px;
        }
        

#lista img {display: none;
            border-right: 1px solid silver}        

#kontakt {position: absolute;
          top: 30px;
          left: 770px;
          border-left: 1px dashed silver;
          color: whitesmoke;
          font-family: verdana;
          font-size: 8pt;
          font-weight: bold;
          padding: 5px;
          line-height: 130%;
}

#kontakt a:link {
	           color: whitesmoke;
	           text-decoration: none;
}
#kontakt a:visited {
	           color: whitesmoke;
	           text-decoration: none;
}
#kontakt a:hover {
	         color: rgb(51,204,255);
	         text-decoration: underline;
}


#menu { display: none;
        margin-left: 0px;
        text-align: center;
        width: 200px;
        _height: 1000px;
        min-height: 1000px;
        background-color: rgb(157,10,16);
        float: left;
        }


#menu table {
        margin-top: 70px;
        margin-right: auto;
        margin-left: auto;
        border: 0px;
        width: 170px;
        background-image: URL('plech.jpg');
        height: 250px;
        font-weight: bold;
        font-size: 8pt;
        line-height: 190%;
        }
#menu td {
         padding-left: 10px;
         _padding-left: 15px; 
}        
        
       

#novinka {display: none;
          margin: 0px;
          width: 168px;
          _width: 180px;
          height: 170px;
          border: 1px solid rgb(224,84,65);
          border-bottom: 20px solid rgb(224,84,65);
          background-color: rgb(157,10,16);
          font-family: arial;
          font-size: 8pt;
          font-weight: bold;
          color: whitesmoke;
          padding: 5px;   
          }
        
hr {
	clear: both; 
	visibility: hidden;
} 




h1 {color: rgb(157,10,16);
     background-image: url('backh1.jpg'); 
     font-family: georgia;
     border-top:  0px solid rgb(224,84,65);
     border-left: 0px solid rgb(224,84,65);
     padding: 5px;
     margin: 0 0 10 0;
     font-size: 20px;
     font-weight: bold;
      }

h2 {font-size: 10pt;
    font-weight: bold}

#text2 {display: none;
        float: right;
        margin: 0px;
       }        


#text { 
       
        margin: 20x;
        padding-right: 4px;
        width: 700px;
        text-align: left;
        float: left;
        border: 0px solid black;
 }       

#text p {margin-left: 0px;
        font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
        font-size: 10pt;
        line-height: 140%}
        
#text li {font-size: 10pt;
          font-family: arial;
          line-height: 130%;
          margin-top: 10px;}
          
#text table {font-family: verdana;
              font-size: 8pt;
              font-weight: bold;
              width: 90%;
              border: 1px solid whitesmoke
              }
              
              
#text tr {background-color: silver}                                
#text td {padding: 5px}                        
        
#menu a: {display: block}

#menu a:link {
	color: red;
	width: 90%;
  text-decoration: none;
  background-color: whitesmoke;
	display: block;
	padding: 2px;
	margin:2px;
	-moz-opacity: 0.6;
	filter: alpha(opacity=55);
	
}
#menu a:visited {
	color: red;
	width: 90%;
	text-decoration: none;
	background-color: whitesmoke;
	display: block;
	padding: 2px;
	margin:2px;
	-moz-opacity: 0.6;
	filter: alpha(opacity=55);
	
}
#menu a:hover {
	color: white;
	width: 90%;
	background-image: url('backh2.jpg');
	display: block;
	padding: 2px;
	margin:2px;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	
	
}	

legend {font-size: 8pt;
        color: rgb(224,84,65)}
        
fieldset {border: 1px solid rgb(224,84,65);
          background-color: whitesmoke;
          padding-top: 15px;
          padding-bottom: 5px}        

textarea {background-color: white;
          border: 1px solid black;}

.buttonred {background-color: rgb(224,84,65);
            color: white;
            border: 1px solid black }        

.sedy {font-size: 8pt;
        color: gray}
        
.textpole {border: 1px solid black}


.odpoved_na_mail {color: #FFFFFF;
                  padding: 5px;
                  text-align: center;
                  background-color: rgb(224,84,65);
                  font-weight: bold;
                  -moz-border-radius: 10px;}        

a:link {
	           color: whitesmoke;
	           text-decoration: none;
}
a:visited {
	           color: whitesmoke;
	           text-decoration: none;
}
a:hover {
	         color: rgb(51,204,255);
	         text-decoration: underline;
}                

#nahoru {color: white;
          font-size: 8pt;
          font-weight: bold;
          float: right;
          }
          
#tisk {color: white;
          font-size: 8pt;
          font-weight: bold;
          float: right;
          }
          
#tiskova_lista{
          display: none;
          color: white;
          font-size: 8pt;
          font-weight: bold;
          padding: 2px;
          background-color: rgb(157,10,16);
          text-align: right;
          margin: 5 2 2 2;
          

}                    





