/* vertical menu */

#navcontainer
{
margin: 0; 
padding: 0 0 0 0px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #DDDDDD;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

/* horizontal menu */

ul#hnavlist
{
margin: 0;
padding: 0;
white-space: nowrap;
}

#hnavlist li
{
display: inline;
list-style-type: none;
}

#hnavlist a { padding: 2px 15px 1px }

#hnavlist a:link, #hnavlist a:visited
{
color: #ececec;
background-color: #29537c;
text-decoration: none;
border: 1px solid transparent;
font-family: Trebuchet MS;
font-weight: bold;
}

#hnavlist a:hover
{
color: #fff;
background-color: #5a87b4;
border: 1px solid transparent;
text-decoration: none;
-moz-border-radius: 3px;
}

/* checkboxi */

span.checkbox {
width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url('/images/checkbox.png') no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url('/images/radio.png') no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url('/images/select.gif') no-repeat;
  overflow: hidden;
}

/* menu na straneh */

#left { 
width: 220px; 
margin-left: 2px;
margin-right: 18px;
background: #fff; 
border: 1px solid #fff /* #b1c5dd; #5a87b4; #fbd1ae; */
padding: 1px; 
-moz-border-radius: 3px;
}

#right { 
float: right; 
width: 220px; 
margin-left: 2px;
background: #fff; 
border: 1px solid #fff /* #b1c5dd; #5a87b4; #fbd1ae; */
padding: 1px; 
-moz-border-radius: 3px;
}

.box { 
background: #fcfcfc; /* #f1f1f1; #fee2d4; fbd1ae;  */
border: 1px solid #cfcfcf;
/*
border-bottom: 1px solid #cfcfcf; #fbd1ae; 
border-right: 1px solid #cfcfcf; #fbd1ae; #f6600;
*/
color: #666; 
padding: 15px; 
-moz-border-radius: 3px;

}

