/* CSS Document */

  body {
        margin: 30px 0;
        text-align: center;
        background: #ffc924;
        color: #000;
        font-family: "Verdana", "Geneva CE", Lucida, sans-serif;
        font-size: 13px;
      }
#obal {
        width: 900px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #e3b566;
        height: 100%;
      }
      
      #leva {
        float: left;
        width: 225px;
               }
        
        
      #hlavni {
        float: right;
        width: 670px; 
        text-align: justify;        
                   }
             
      #hlavni #stred {
        float: left;
        width: 435px;
        text-align: left; 
             }
      
      #hlavni #prava {
        float: right;
        text-align: left;
        width: 225px;
        text-align: center;
                        }
               
#lista {
height: 13px;
}

#lista a{
color: #fff;
}

#lista a:hover{
color: #660000;
}

     ul {
        margin: 0;
        padding: 0;             
        }
      ul li {
        float: left;
        display: inline;        
        margin-right: 7px;
        padding-right: 9px;
        border-right: 2px solid #fff;
      }
      
#navigace {    
    text-align: center;
        }
                                       
#navigace a {
text-decoration: none;
display: block;
width: 165px;
height: 24px;
text-align: left;
padding-top: 3px;
color: #660000;
border-bottom: 1px dotted #d7aa4f;
text-indent: 0.4em;
font-weight: normal;
}

#navigace a:hover {
color: #d7aa4f;
}
 
 a {
color: #660000;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ffc924;
}

#hlavicka {
        padding: 3px 20px;
        margin: 0 30px 15px 30px;
        background: #ffc924;
                        }
             
h1, h3 {
font-size: 120%;
color: #d7aa4f;
}

h2 {
font-size: 120%;
color: #660000;
}

#odsazeni {
        margin-right: 30px;
                    }
.kalendare a {color: red; font-size: 120%}    
                    
#cl {clear: both}

table {font-size: 13px;}

/* formular */
#formular form {
	width: 470px;
}
#formular fieldset {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #ffc924;
	color: #660000;
}
#formular legend {
	font-weight: bold;
	margin: 5px 0;
	padding: 3px 5px;
	border: 1px solid #ffc924;
	background: #fff;
	color: #660000;
}
#formular label {
	width: 90px;
	float: left;
	display: block;
	text-align: left;
}
#formular form br {
	display: none;
}
#formular input, textarea, select {
	width: 350px;
	margin: 0 0 10px 0;
	border: 1px solid #ffc924;
	}
	
#formular input.psc {width: 100px;}

 /* ///formular */  

