/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	float: none;
}

img {
  border: 0;
}

h1 {
	font-size: 22px;
	font-style: italic;
	color: #ffffff;
	font-family: "Trebuchet MS", "Arial CE", arial;
}

h3 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	font-family: "Trebuchet MS", "Arial CE", arial;
}

h4 {  /* nadpisy stránek */
  font-size: 16px;
	font-family: "Trebuchet MS", "Arial CE", arial;
  margin-bottom: 10px;
}

h5 {  /* podnadpisy stránek */
  font-size: 12px;
	font-family: "Trebuchet MS", "Arial CE", arial;
  margin-bottom: 10px;
  text-align: left;
  line-height: 120%;
}

p {
  padding: 5px 0;
}

ul {
  margin-left: 15px;
}

li {
  text-indent: 0px;
}

table {
  width: 100%;
}

th {
  font-style: italic;
  text-align: center;
}

td {
  padding: 0 3px;
}

html, body {
	min-width: 720px;
  height: 100%;
	font: 11px "arial ce", arial, "verdana ce", verdana, "tahoma ce", tahoma;
	color: #393939;
	background: #AEAEAE url(../img/background.gif) repeat-y center;
}

/* div kvůli modré liště přes celou stránku */
	#paper {
    width: 100%;
    height: 100%;
		background: url(../img/blue_banner.gif) repeat-x 0 23px;
	}
	
  	#main {
  		width: 720px;
      height: 100%;
  		min-height: 100%;
      position: relative;
  		margin: 0 auto;
  		background-color: #FFFFFF;
  	}

    #paper>#main {
      height: auto;
    }


/* modrá lišta na papíře */
  		#top {
  			width: 100%;
  			height: 224px;
  			font-family: "Trebuchet MS", "Arial CE", arial;
  			background: url(../img/blue_banner.gif) repeat-x 0 23px;
  		}

  			#logo {
  				width: 182px;
  				height: 224px;
  				position: relative;
          left: 20px;
  				float: left;
  				background: url(../img/logo.jpg) no-repeat;
  			}

  			#nadpis {
  				position: relative;
          left: 20px;
  				float: left;
  				padding: 70px 30px;
  			}

  				#nadpis_text {
  					width: 280px;
  					margin-top: 10px;
  				}

  			#ikony {
  				width: 163px;
  				height: 73px;
          position: relative;
          left: 20px;
          top: 70px;
  				float: left;
  			}

  				#ikony_company {
  					width: 81px;
  					height: 100%;
  					position: relative;
  					float: left;
  					text-align: center;
  					background: url(../img/ico_company.jpg) 0px 0px no-repeat;
  				}
  				#ikony_company:hover {
  					background: url(../img/ico_company.jpg) -81px 0px no-repeat;
          }

  				#ikony_border {
  					width: 1px;
  					height: 100%;
  					float: left;
  					background: url(../img/ico_border.gif) no-repeat;
  				}

  				#ikony_contact {
  					width: 81px;
  					height: 100%;
  					position: relative;
  					float: left;
  					text-align: center;
  					background: url(../img/ico_contact.jpg) 0px 0px no-repeat;
  				}

  				#ikony_contact:hover {
  					background: url(../img/ico_contact.jpg) -81px 0px no-repeat;
          }

  				#ikony span {  /* text pod ikonkama */
            position: relative;
            top: 55px;
  					color: #D1E2EA;
  					font-size: 13px;
  					font-weight: bold;
  				}

/* content - obsah */
  		#content {
  			width: 100%;
  			min-height: 375px;
  			_height: 375px;
  			position: relative;
  			padding-bottom: 190px;
  		}

/* text v contentu */
  			#text {
  				width: 425px;
  				position: relative;
  				left: 30px;
  				padding-bottom: 15px;
  				text-align: justify;
          text-indent: 10px;
  			}
  			
        #text a, #text a:visited {
          color: #367493;
        }
                      
        #text a:hover {
          color: #393939;
        }

          .nadpis {
      			font-weight: bold;
      			font-style: italic;
            font-family: "Trebuchet MS", "Arial CE", arial;
            font-size: 25px;          
            color: #414141;
          }
            
          .nadpis img {
            margin: 0 5px;
          }        

          .kontakt_img {
            position: absolute;
            left: 0px;
            top: 50px;
            visibility: hidden;
          }

/* formulář - registrace */
          .form  {
            height: 40px;
            font-size: 11px;
            text-indent: 0;
          }
          
          .form input {
            min-width: 150px;
            _width: 150px;
          }
          
          .form_left {
            float: left;
            text-align: right;
            width: 100px;
            margin-right: 4px;
            margin-top: 4px;
          }
            
          .form_right {
            margin-left: 106px;
            font-size: 10px;
          }
          
            div.form_right {
              color: #757575;
            }

/* download */
          li.download {
            min-height: 35px;
            _height: 35px;
            border-bottom: 1px dotted #757575;
            margin-bottom: 5px;
          }
          
          .stahuj {
            text-align: right;
            float: right;
            margin: -15px 0 0 5px;
          }
          
          .download_icon {
            float: left;
          }
          
          .description {
            color: #757575;
          }

/* admin */
          .edit_icon {
            width: 16px;
            height: 16px;
            background: url(../img/edit_icon.gif) -16px 0px no-repeat;
            cursor: pointer;
          }

          .edit_icon:hover {
            background: url(../img/edit_icon.gif) 0px 0px no-repeat;
          }
          
          .delete_icon {
            width: 16px;
            height: 16px;
            background: url(../img/delete_icon.gif) 0px 0px no-repeat;
            cursor: pointer;
          }

          .delete_icon:hover {
            background: url(../img/delete_icon.gif) -16px 0px no-repeat;
          }
          
          .delete_icon a {
            text-indent: -9999px;
          }

          #pocet_znaku {
            color: #757575;
            font-size: 10px;
            border: 0;
            min-width: 0px;
          }

          .red_star {
            color: red;
            font-size: 16px;
            line-height: 0px;
          }

/* menu - pravá strana */
  			#menu {
  				width: 200px;
  				position: absolute;
  				left: 490px;
  				top: 0px;
  				float: right;
          font-family: "Trebuchet MS", "Arial CE", arial;
  				text-align: right;
  			}

  				.menu_item {  /* jednotlivý blok */
  					width: 100%;
  					padding: 10px 2px;
  					border-top: 1px solid #C7C7C7;
  				}

  					.menu_nadpis {
  						font-size: 14px;
  						color: #578899;
  						font-weight: bold;
  					}

  						.menu_nadpis_labsys {  /* slovo "labsystém" */
  							color: #5A636A;
  						}

  					.menu_text {
  						font-size: 13px;
  						font-weight: bold;
  						padding-right: 7px;
  						background: url(../img/menu_dot.gif) no-repeat right 60%;
  					}
  					
              .menu_text a, .menu_text a:visited {
     						color: #5A636A;
              }
              
              .menu_text a:hover {
                color: #578899;
              }

/* spodní lišta */
      #bottom {
        width: 100%;
        height: 193px;
        position: absolute;
        bottom: 0px;
        _margin-bottom: -1px;
  			background: #5C6C74 url(../img/content_bottom_bg.gif) repeat-x top;
      }
      
        #bottom_blue_box {
          width: 227px;
          height: 313px;
          position: absolute;
          top: -120px;
          right: 10px;
          color: #ffffff;
          background: url(../img/bottom_blue_box.jpg) no-repeat;
        }

          #novinky {
            width: 300px;
            position: absolute;
            top: 15px;
            left: 30px;
          }

            #novinky a, #novinky a:visited {  /* "zaregistrovat se" */
              color: #93BDD1;
            }

            .novinky_line_top {
              width: 100%;
              background: url(../img/novinky_dot.gif) repeat-x 0 10px;
            }

            .novinky_line_bottom {
              width: 100%;
              height: 1px;
              _margin-top: -13px;
              background: url(../img/novinky_dot.gif) repeat-x bottom;
            }

              .novinky_nadpis {
                width: 45px;
                padding-left: 15px;
                color: #C1D9E4;
                background: #5C6C74 url(../img/novinky_odr.gif) no-repeat left center;
              }
              
            #novinky_content {
              width: 100%;
              margin: 2px 0 5px 0;
              background-color: #6F7F87;
            }
            
              .novinka {
                width: 100%;
                min-height: 30px;
                _height: 30px;
                margin: 5px 0;
                color: #ffffff;
              }
              
                .novinka_datum {
                  width: 20px;
                  position: relative;
                  margin: -2px 5px;
                  color: #C1D9E4;
                  float: left;
                }
                
                  .novinka_datum_den {
                    width: 100%;
                    position: relative;
                    top: 0px;
                    left: 0px;
                    text-align: center;
                    font-size: 18px;
                  }
        
                  .novinka_datum_mesic {
                    width: 100%;
                    position: absolute;
                    top: 17px;
                    left: 0px;
                    text-align: center;
                    font-size: 12px;
                  }
                          
          #login {
            margin: 15px 35px 0 0;
            text-align: right;
          }
          
            .login_nadpis {
              font-weight: bold;
              font-size: 12px;
            }
            
            .login_text a, .login_text a:visited {  /* "zaregistrovat se" */
              color: #93BDD1;
              padding-right: 10px;
              background: url(../img/login_odr_blue.gif) no-repeat right center;
            }
            
            .login_text a:hover {
              color: #ffffff;           
              background: url(../img/login_odr_white.gif) no-repeat right center;
            }
            
            .login_text_newwebart {
              display: inline;
            }

            .login_text_newwebart a, .login_text_newwebart a:visited, .login_text_newwebart a:hover {
              color: #CADEE8;
              padding-right: 10px;
              background: url(../img/arrow_left_blue_light.gif) no-repeat right center;
            }
            
          #login input {
            height: 20px;
            line-height: 150%;
            text-indent: 2px;
            border: 0;
          }

            .login_input_long {
              width: 127px;
              background: url(../img/input_bg_long.gif) no-repeat;
            }

            .login_input_short {
              width: 88px;
              background: url(../img/input_bg_short.gif) no-repeat;
            }

            .login_input_ok {
              width: 39px;
              cursor: pointer;
              font-size: 8px;
              background: url(../img/input_bg_ok.gif) no-repeat;
            }

