body
  {
    text-align: center;
    background-color: black;
    font: 100%/1.5em 'Trebuchet MS', Verdana, Arial, Sans-Serif;  
    #font-size: 70%;
    margin: 0px;    
  }

h1
  {
    margin: 0px;
    padding: 0px;
    padding-top: 1em;
    color: #fc7019;
  }

h2
  {
    font-size: 1.8em;
    letter-spacing: -1px;
    font-weight: normal;
    line-height: 110%;
    font-family: Verdana;
    color: #fc7019;
  }

h3
  {
    font-size: 1.3em;
    float: right;
    letter-spacing: -1px;
    font-weight: normal;
    color: #fc7019;
    padding-left: 1em;
    border-left: 2px solid #fc7019;
    clear: both;
  }

strong
  {
    color: #ff7118;
  }

a
  {
    color: #ff7118;
  }

b
  {
    color: #fc7019;
  }

#web
  {
    margin: 0px auto;
    width: 760px;
    text-align: left;
    background-color: black;
    position: relative;
  }
  
#main
  {
    width: 607px;
    margin-left: -4px;
    border: 1px solid white;
    border-top: 0px none;
    padding: 10px;
    float: right;
    background-color: black;
    color: white;
    position: relative;
  }

#main p
  {
    clear: both;
    text-align: justify;
  }

.inc_img
  {
    margin: 0.4em;
    padding: 0.2em;
    border: 1px solid #fc7019;
    display: block;
  }

.inc_img:hover
  {
    background-color: #1f1f1f;
  }

#top_img
  {
    width: 760px;
    height: 235px;    
    position: relative;
    cursor: pointer;
    cursor: hand;
    text-align: center;
  }

#top_img a
  {
    display: block;
    width: 760px;
    height: 235px;
    text-align: center;
    background: url("../images/main.jpg") top left no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
  }

#main_menu
  {
    margin: 0px;
    padding: 0px;
    width: 132px;
    #width: 131px;
    _width: 132px;
    list-style-type: none;
    background: black url("../images/menu.gif") top left repeat-x;
  }

#main_menu li
  {
    margin: 0px;
    padding: 0.125em 0em 0.125em 5px;
    text-indent: 0px;
    height: 1.5em;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    width: 125px;
    cursor: pointer;
    cursor: hand;
    color: white;
    behavior: url("include/menu.htc");
  }

#main_menu li:hover
  {
    color: #cccccc; 
  }

#main_menu li a
  {
    color: inherit;
    #color: white;
    text-decoration: none;
  }

#top_menu
  {    
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
    width: 759px;
    #width: 760px;
    padding: 0px;
    margin: 1px 1px 0px 1px;
    #margin: 0px;
    border-collapse: collapse;
    background-color: #d01820;    
    vertical-align: middle;:
  }

#top_menu td
  {
    background-color: #d01820;
    margin: 0px;
    padding: 0px;
    width: 150px;
    text-align: center;
    border-top: 1px solid white;
    border-right: 1px solid white;
    cursor: pointer;
    cursor: hand;
    height: 100%;
    behavior: url("include/menu_top.htc");
  }

#top_menu td a
  {
    color: inherit;
    #color: white;
    font-size: 0.9em;
    text-decoration: none;
  }

#top_menu td
  {
    color: white;
  }
  
#top_menu #dokumentarista:hover
  {
    background-color: #00a650;
  }


#top_menu #expert:hover
  {
    background-color: #00b7f0;
    color: black;
  }


#top_menu #inzenyr:hover
  {
    background-color: #0000fe;
  }

#top_menu #lekar:hover
  {
    background-color: #ef1f1f;
  }


#top_menu #geolog:hover
  {
    background-color: #f0671f;
  }

#author
  {
    clear: both;
    background-color: #d01820;
    color: white;
    padding-left: 1em;
  }

#author a
  {
    color: white;
  }

.cleaner
  {
    clear: both;
    background-color: white;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
  }

input, textarea {
	font-size:1em;
	color:#404040;
}
input {
	font-size: 0.9em;
}
label {
	color:#ccc;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}

/*Text inputs*/
.textinput {
	width:236px;
	height:15px;
	background: url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	line-height: 0.8em;
	behavior: url(include/text.htc);
	float: right;
}
.textinput:hover {
	background-position:left bottom;
	color: #000;
}

.textlabel
  {
    float: left;
    line-height: 1.2em;
    width: 250px;
    clear: both;
  }

/*Text areas*/
.textarea {
	width:336px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	behavior: url(include/text.htc);
}
.textarea:hover {
	background-position:left bottom;
}

/*Button*/
.buttonSubmit {
	width:100px;
	height:26px;
	color:#333;
	font-weight:bold;
	font-size: 11px;
	padding:2px 5px;
	padding-top: 0px;
	#padding-top: 2px;
	background: url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	behavior: url(include/text.htc);
}
.buttonSubmit:hover {
	background-position:left bottom;
	color: #000;
}

/* Off state for a ARC radio button */
.radioOff {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #ccc;
	font: 1em/16px Verdana,Arial,Helvetica;
	background: transparent url(../images/off.gif) no-repeat 0em 0.4em;
	behavior: url("include/radiooff.htc");
}
/* On state for a ARC radio button */
.radioOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	color: #eee;
	font: 1em/16px Verdana,Arial,Helvetica;
	background: transparent url(../images/on.gif) no-repeat 0em 0.4em;
	behavior: url("include/radioon.htc");
}
/* use CSS to full effect with hover states. Ohhh, perty! */
.radioOn:hover {
	background-image: url(../images/on_hover.gif);
	color: #fff;
}
.radioOff:hover {
	color: #fff !important;
	background-image: url(../images/off_hover.gif);
}

select {
      display: block;
      width: 300px;      
    }
    select.replaced {
      display: none;      
    }
    ul.selectReplacement {
      background: url(../images/top.gif) top left no-repeat;
      margin: 0;
      margin-top: 0.5em;
      padding: 0;
      height: 1.25em;
      #height: 1.4em;
      width: 301px;
      position: relative;      
    }
    ul.selectReplacement li {
      background: #f9af1f;
      color: #000;
      cursor: pointer;
      display: none;
      font-size: 15px;
      line-height: 18px;
      _line-height: 19px;
      list-style: none;
      margin: 0px;
      padding: 1px 12px;
      width: 252px;
    }  
    ul.selectOpen {
      height: 400px;
      overflow-y: auto; 
      overflow: -moz-scrollbars-vertical;
      #overflow: hidden;
    }    
    ul.selectOpen li {
      display: block;
      #margin-top: -1px;      
    }
    ul.selectReplacement li.selected {
      background: url(../images/bottom.gif) bottom left no-repeat;
      color: #000;
      display: block;
      width: 275px;
    }
    ul.selectOpen li.selected {
      background: #fac286;
      display: block;
      width: 252px;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
      background-color: #fac286;
      color: #000;
    }
    ul.selectOpen li.selectCaption{
      background: url(../images/top.gif) top left no-repeat;
      width: 272px;
    }

    ul.selectOpen li.selectCaption:hover
      {
	background-color: transparent;
      }

legend
  {
    color: #fc7019;
  }

#antispam
  {
    background-color: #fc7019;
    color: black;
    border: 2px solid white;    
    font-weight: bold;
    display: block;
    padding: 0.2em;
    margin-bottom: 1em;
  }

.pocet
  {
    position: absolute;
    left: 0.5em;
    top: 205px;
    top: 208px;
    color: #fc7019;
    #font-size: 110%;
    font-weight: bold;
  }

.names
  {
    width: 130px;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }

.names dl
  {
    color: white;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
  }

.names dl dd, .names dl dt
  {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    margin-left: 0.3em;
  }

.names dl dd
  {
    padding-left: 0.5em;
    margin-left: 0.3em;
    margin-top: 0.2em;
    margin-right: 0.3em;
  }

.names .lichy
  {
    background-color: #1f1f1f;
  }

.names .unreg
  {
    color: gray;
  }

.names span
  {
    font-size: 75%;
    color: gray;    
  }

.news
  {
    color: #fc7019;
    font-weight: bold;
    margin-top: 0.5em;
  }

.news ul, li
  {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    color: white;
    list-style-type: none;
    font-weight: normal;
  }
  
.news ul
  {
    padding: 1em 0em;
    width: 130px;
  }

.news li
  {
    margin: 0em 0.5em 0em 0em;
    margin-top: 1em;
    padding-left: 0.5em;
    border-left: 1px solid #fc7019;    
  }

.left_img
  {
    float: left;
  }

.right_img
  {
    float: right;
  }

.flag_img
  {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0em none;
  }

.anketa_vysledky, .anketa_vysledky li
  {
    margin: 0em;
    padding: 0em;
    text-indent: 0em;
  }

.anketa_vysledky li
  {
    display: block;
    margin: 1em;
    font-size: larger;
  }

.graph
  {
    width: 150px;
    height: 26px;
    display: block;
    float: left;
    margin-right: 1em;
    text-align: right;
    font-size: small;
    #font-size: x-small;
    font-weight: bold;
    color: red;
    background: #fc7019 url("../images/percent_bar_light.gif") top left no-repeat;
    white-space: pre;
    position: relative;
  }

.graph .hlasu
  {
    display: block;
    height: 26px;
    #height: 24px;
    float: left;
    background: url("../images/percent_bar.gif") top left no-repeat;
    padding-left: 0px;
    text-align: left;
    font-size: larger;
    color: #444;   
    overflow: visible; 
    white-space: pre;
    #padding-top: 2px;
  }

.graph .procent
  {
    position: absolute;
    right: 5px;
  }

.anketa_zadani, .anketa_zadani ul
  {
    margin: 0em;
    padding: 0em;
    text-indent: 0em;
  }

.anketa_zadani ul, .anketa_zadani select
  {
    margin-bottom: 1em;
  }

.anketa_zadani select
  {
    background-color: #ffb933;
  }
