/* Styly pro webové rozhraní */

/* Obecné styly */
body { 
position: relative;
width: 86%;
left: 7%;
top: 15px;

margin-bottom: 35px;

border: 4px solid black;

background: #FFE;

font-family: Helvetica, Arial, Sans;
font-size: small;
}

/* Kvůli IE */
body a:link {
color: blue;              
}

/* Blok s názvem stránek */
#hlavicka {
height: 40px;
padding: 20px;     

border-bottom-style: dotted;
border-color: grey;

background: #FF9;

text-align: center;  
}

#hlavicka h1 {
margin: 0px;          
}

/* Lišta navigace */
#menu {
position: relative;
float: left;

margin-right: 20px;
margin-bottom: 20px;
padding-bottom: 10px;

border-style: none dotted dotted none;
border-color: grey;     

background: #FFB;
}

#menu h2 {
color:grey;
text-align: center;         
}

#menu a {
margin-left: 20px;
margin-right: 20px;
padding: 3px;
 
/* border: 2px dashed #BBB; */
}


#menu a:hover {
/* border: 2px solid black; 
text-decoration: none; */
color: black;
}


/* Tělo dokumentu */
#telo { 
padding: 20px;

background: #FFC;      
}

#telo p {
text-align: justify;        
}

/* Patička */
#paticka {
border-top-style: dotted;
border-color: grey;

text-align: center; 
}