/* www.zusprerov.cz - default.css */

body { font: 100% "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif; }
#header { margin: 0; padding: 0; color: black; background: white; }
#header h1 { margin: 0; padding: 0; font-size: 1.5em; }
#header h1 a { display: block; position: relative; width: 654px; height: 56px; overflow: hidden; color: black; background: white; text-decoration: none; }
#header h1 a:hover { /* color: inherit; background: white; */ }
#header h1 a span { position: absolute; left: 0; top: 0; z-index: 1; width: 654px; height: 56px; margin: 0; padding: 0; background: url("/img/logo.gif") top left no-repeat; cursor: pointer; /* pro IE 5.5- "_cursor: hand;" */ }
#menu { margin: 1em 0.3em; padding: 0.5ex 0; width: 9em; color: inherit; background: #404040; font-size: 1.5em; float: left; }
#menu.hide { display: none; }
#menu ul { margin: 0; padding: 0; border: 1px solid #404040; list-style: none; }
#menu li { margin: 0.4ex; border: 0.16ex solid #666666; }
#menu a { height: 1.2em; display: block; padding: 0.5ex 0.8ex; color: inherit; background: #404040; text-decoration: none; }
#menu a:hover { color: inherit; background: #666666; }
#menu li.active a { color: inherit; background: #666666; }
#content { margin: 0 0 0 15em; padding: 1.5em 2em 1em 1em; /* background: red; */ }
#content.hidden_menu { margin: 0; }
#footer { clear: both; /* color: inherit; background: #66CCCC; */ }
#footer hr { /* display: none; */ }
