/*
body { behavior:url(style/csshover.htc); }
div {border: 1px solid green}
*/

/* html */ 
body { font-family: Arial, Helvetica, sans-serif; text-align: center; background-color: #b7b8b1; color: #000000; margin: 0; padding: 0; font-size:100%; background: #fff url("images/bg.jpg") top left repeat-x; }

#center { width: 746px;  margin: 30px auto 30px auto; }

#logo { width: 746px; height: 158px; background: url(images/banner.jpg) repeat-y; }
#logo a img { border: none; }

#vlajky { padding: 0 10px 10px 20px; width: 717px; color: #41535d; text-align: right; white-space: nowrap; background: url(images/navigation_bg.gif) repeat-y; }
#vlajky a img { border: 0; height: 12px; }

#menu { display: table; padding-left: 20px; padding-right: 30px; width: 697px; height: 18px; font-size: 13px; font-weight: bold; color: #41535d; text-align: left; white-space: nowrap; background: url(images/navigation_bg.gif) repeat-y; }

#firma-menu { width: 746px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; background: url(images/background.gif) repeat-y; clear: both; }

#middle { width: 746px; min-height: 367px; text-align: justify; background: url(images/background.gif) repeat-y; }

#content { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #7b7b7b; margin: 0px 10px 10px 10px; overflow: hidden; }

#footer { width: 746px; height: 30px; background: url(images/footer.gif) no-repeat; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: normal; clear: both; }
.footer-left { float: left; margin-left: 40px; margin-top: 5px; }
.footer-right { float: right; margin-right: 40px; margin-top: 5px; }

a { font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; color: #41535d; }

h1 { margin-top: 0px; text-align: right; color: #d3d3d3; }

table.border, table.border tr th, table.border tr td { border: 1px solid #d3d3d3; }


/*** Nav bar styles ***/
ul.nav, .nav ul { margin: 6px; margin-left: 30px; padding: 0px; cursor: default; list-style-type: none; }
ul.nav { display: table-row; }
/*ul.nav { width: 100%; table-layout: fixed; }*/ /*Just add the following properties and values to be block*/
ul.nav>li { display: table-cell; position: relative; }
ul.nav>li a { display: block; padding: 2px 10px; padding-right: 15px; }
/*ul.nav>li:hover { padding-right: 1px; }*/ /* removed due to the rendering tested on Mozilla Firefox 1.0 */
ul.nav li>ul { display: none; position: absolute; max-width: 40ex; margin-left: -1px; margin-top: 0px; }
ul.nav li:hover>ul { display : block; }
.nav ul li a { display: block; padding: 2px 10px; }
/** Menu colors (customizable) **/
ul.nav, .nav ul, .nav ul li a { background-color: #fff; color: #41535d; }
ul.nav li:hover, .nav ul li a:hover { background-color: #eee; color: #41535d; }
ul.nav li:active, .nav ul li a:active { background-color: #eee; color: #41535d; }
/*ul.nav  { border: 1px solid #369; }*/
ul.nav li { border-left: 1px solid #369; }
ul.nav li.first { border-left: 0px solid #369; }
ul.nav li ul { border: 1px solid #369; border-left: 0px solid #369; }
.nav ul { border: 0px solid #369; }
.nav a { text-decoration: none; }


input, textarea, select { padding: 2px; margin: 3px; color: #7b7b7b; }
input, textarea { border: 1px solid #9e9e9e; }
textarea { width: 100%; }

/*div {border: dotted 1px red;}*/

