html, body {
  margin:0; 
  padding:0;
}

body {
  font: 76%; 
  background: #EBEFF3 url("images/back.gif") repeat-x scroll left -10px;
  text-align: center;
  font-family: Verdana,"Geneva CE",sans-serif;
  font-size: 0.9em;
}

#container {
  width: 979px; 
  margin: 0 auto; 
  padding: 0;
  /*background-color: #009900;*/
  text-align: left;
}

#container_main {
  width: 979px; 
  margin: 0 auto; 
  padding: 0;
  /*background-color: #009900;*/
  text-align: left;
  background: url("images/main_back.gif") repeat-y scroll left top;
}

#mainContent {
  padding-top: 10px;  
  width:549px;
  overflow: hidden;
}

#levy {
  width: 220px;  
  float: left; 
  margin: 0 0 20px -980px; 
} /* zaporna hodnota margin umoznuje pohodlne umiestnovat stlpce bez ohladu na ich poradie v xhtml */


#pravy { 
  width: 220px; 
  float: left; 
  margin: 0 0 20px 10px;
}

#hlavni { 
  width: 549px; 
  float: left; 
  margin: 0 0 20px 200px; 
  display: inline;
  padding: 0px;
}

#footer {
  clear: left; 
  width: 979px;
  background: #EF730C none repeat scroll 0%;
  height: 23px;
  margin: 0pt 2px;
}

#footer .copyright {
  color: #FFFFFF;
  font-size: 0.8em;
  padding: 3px 0pt 0pt 5px;
  text-align: center;
}


/* hlavicka */
#header {
  clear: left;
  width: 979px; 
  background:transparent url("images/top_back.gif") repeat-x scroll left top;
  height:100px;
  padding: 0px;
}

#logo {
  /*background: transparent url(./images/logo.jpg) no-repeat scroll left top;*/
  display: block;
  float: left;
  height: 96px;
  width: 169px;
}


#logo img {
  border: none;
}

#slogan {
  background: transparent url("images/slogan.gif") no-repeat scroll left bottom;
  display: block;
  float: left;
  height: 96px;
  width: 315px;
}

#slogan span {
  display: none;
}

#flags {
  background: transparent url("images/top_squares.gif") no-repeat scroll right bottom;
  display: block;
  float: right;
  height: 76px;
  margin-top: 8px;
  width: 105px;
}

#flags a {
  color: #00679E;
  display: block;
  font-size: 0.7em;
  padding-right: 15px;
  text-align: right;
  text-decoration: none;
}

#menu {
  background: #EF730C url("images/top_visual.jpg") no-repeat;
  width: 100%;
  clear: both;
  text-align: right;  
  padding: 0px;
  padding-top: 122px;  
  padding-bottom: 3px;
  _position: relative;
  _top: -3px;
  _left: 2px;
}

#menu ul {
  display: inline;
  list-style-type: none;
}

#menu ul li {
  display: inline;
}

#menu ul li a{
  color: white;
  text-decoration: none;
  border-left: 1px solid white;
  padding: 0 1em;
  font-size: 0.9em;
}


#menu ul li a:hover {
  color: #009ec4;
}

#menu input.submit {
  background: white;
  color: black;
  border: 1px solid #ef730c;
}

#searchBox {
  display: inline;
}

#levy .in {
  margin: 6px;
}

#levy ul {
  font-size: 0.9em;
  list-style-type: none;
  margin-bottom: 20px;
  width: 170px;
  margin:0; 
  padding:0;
}

#levy ul li {
  background: transparent url(./images/li_gradient.gif) no-repeat scroll center bottom;
  margin:0; 
  padding:0;
  margin-bottom: 5px;
  padding: 0pt 0pt 5px 10px;
}

#levy ul li.level1, #levy ul li.level2, #levy ul li.level3 {
  margin-left: 30px;
  list-style-type: disc;
  list-style-position: outside;
  color: white;
}

#levy ul li.level1 {
  margin-left: 30px;
}


#levy ul li.level2 {
  margin-left: 50px;
}

#levy ul li.level3 {
  margin-left: 30px;
}

#levy ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

#levy ul li a:hover {
  color: #EF730C;
}

#levy ul li a.active {
  color: #EF730C;
  font-weight: bold;
}

.hidden {
  display:none;
}

.label {
  font-size: 0.9em;
  color: #4288ae;
}

.errorValidate {
  color: red;
  font-weight: bold;
  display: block;
}

div.form {  
  background: #efefef;
  border: none;
}

div.form fieldset {
  margin-bottom: 1em;
  padding: 2px 5px;
}

div.form legend {
  font-weight: bold;
  color: #4288ae;
}


div.form .label {
  display: block;
  float: left;
  width: 13em;
  text-align: right;
  padding-right: 1em;
  clear: left;
}

div.form span.max {
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

input, select, option {
  text-align: left;
}