/* zakladni prvky */
html, body, form, fieldset, label, legend, object { margin: 0px; padding: 0px; border: 0px; font-size: 90%; }
body { font-family: verdana, geneva, arial, helvetica, lucida, sans-serif; text-align: center; background: #fff; }

/* rozvrzeni stranky */
#page { width: 980px; margin: auto; padding: 10px 0 0 0; clear: both; font-size: 90%; background: #cdd4da; }
#header { width: 960px; height: 220px; margin: auto; padding: 100px 0 0 0; clear: both; text-align: left; background:url(../menu/logo.jpg) no-repeat top center; }
#main { width: 960px; margin: auto; clear: both; text-align: left; line-height: 1.6; background: #f6f7f9 url(../menu/background.jpg) repeat-x left top; }
#footer { width: 960px; margin: auto; padding: 0 0 10px 0; clear: both; text-align: left; font-size: 90%; }

/* hlavni text stranky */
#mainmenu { width: 200px; margin: 0px; padding: 0px 10px; float: left; border-right: 1px solid #ccc; }
#maintext { width: 719px; margin: 0px; padding: 0px 10px; float: left; }
#mainfooter { width: 900px; height: 20px; margin: auto; padding: 15px 10px; clear: both; text-align: center; border-top: 1px solid #ccc; }
#mainfooter a { margin: 0px; padding: 5px 15px; text-align: center; color: #444; background: #f5f5f5; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
#main a { color:#000; text-decoration: none; font-weight: bold; }
#main a:hover { text-decoration: underline; }
#main h2 { width: 676px; height: 26px; margin: 10px; padding: 5px 10px; text-align: center; font-size: 15px; font-weight: bold; color: #000; background: #fff url(../menu/h1.jpg) no-repeat top left; }
#main h3 { margin: 10px; padding: 5px 10px; text-align: center; font-size: 15px; font-weight: bold; color: #000; background: #fff; border: 1px solid #000; }

/* zapati stranky */
#footmenu { width: 960px; }
#footmenu img { margin: 3px 0px 0px 0px; }
#footmenu a { color: #bbb; text-decoration: none; }
#footmenu a:hover { color: #fff; text-decoration: none; }

/* formuláře */
input.text, select, textarea { color: inherit; padding: 1px 2px; border: 1px solid #ccc; background: url(../menu/input.gif) #fff bottom repeat-x; }
input.text:focus, select:focus, textarea:focus { color: #000; background: #FFE4D9; }
input.submit { cursor: pointer; margin: .3em .2em 0 0; border: 1px solid #ccc; padding: 0 .5em 0 15px; background: url(../menu/button_off.png) #F3F3F3 left center no-repeat; }
input.submit:hover { color: #fff; border: 1px solid #ED1C24; background: url(../menu/button_on.png) #ED1C24 left center no-repeat; } 

/* dalsi objekty */
.obrazek { text-align: center; }
.hidden { display: none; visibility: hidden; }


