html{height: 100%; width: 100%}
*{margin: 0; border: 0; font-family: "Trebuchet MS", sans-serif;}

h1 a{display: block; width: 100%; height: 100%; cursor: pointer}
h1 span{display: none}

.clear{clear: both; font-size: 1px; margin-top: -1px}
.cloveku_nevyplnuj{display: none}

.menu{padding: 0px; margin: 0px; display: block; list-style-type: none}
.menu_item{display: block; padding: 0px; margin: 0px;}
.horizontal_menu .menu_item{display: inline-block; float: left; clear: none; width: auto}
.vertical_menu .menu_item{clear: both; /*width: 100%*/}

.combobox{display: block; cursor: pointer; position: relative}
.combobox .selected_item{display: block; clear: both;}
.combobox .item_group{display: none; position: absolute; left: 0px; z-index: 4; width: 100%; -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.3); -moz-box-shadow: 0px 2px 4px rgba(0,0,0,.3); box-shadow: 0px 2px 4px rgba(0,0,0,.3);}
.combobox ul{clear: both; margin: 0px; padding: 0px; list-style-type: none}
.combobox li{clear: both; padding: 0px;}
.combobox .combobox_list_key{display: none}
.combobox_bcg{display: none; position: fixed; left: 0px; top: 0px; z-index: 3; width: 100%; height: 100%}
.combobox:hover .item_group{display: block}

.default_value{color: rgb(102,102,102); font-style: italic}

.modal_space{position: fixed; left: 0px; top: 0px; display: block; width: 100%; height: 100%;}
.modal_window{position: fixed; display: block; clear: both; z-index: 10}
.modal_window_content{position: relative}
.modal_window_bcg{background: rgb(0,0,0); opacity: 0.3; filter: alpha(opacity=30); -moz-opacity: 0.3; -khtml-opacity: 0.3; width: 100%; height: 100%; padding: 10px; z-index: 11}
.modal_window_content{display: block; width: 100%; height: 100%; position: absolute; left: 10px; top: 10px; background: rgb(255,255,255); text-align: left; z-index: 12; -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.7); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.7); box-shadow: 0px 0px 4px rgba(0,0,0,.7)}

.download_files li{background-image: url('/img/icons/txt.png'); background-position: left 10px; background-repeat: no-repeat}
.download_files .doc, .download_files .docx{background-image: url('/img/icons/doc.png')}
.download_files .htm, .download_files .html{background-image: url('/img/icons/ie.png')}
.download_files .jpg, .download_files .gif, .download_files .png, .download_files .bmp{background-image: url('/img/icons/jpg.png')}
.download_files .pdf{background-image: url('/img/icons/pdf.png')}
.download_files .ppt{background-image: url('/img/icons/ppt.png')}
.download_files .rtf{background-image: url('/img/icons/rtf.png')}
.download_files .wmv, .download_files .flv, .download_files .mpg, .download_files .mp2, .download_files .mov{background-image: url('/img/icons/wmv.png')}
.download_files .xls, .download_files .xlsx{background-image: url('/img/icons/xls.png')}
.download_files .zip, .download_files .rar{background-image: url('/img/icons/zip.png')}