/* CSS Document */

img, div, p, span, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, table, tr, td, hr, blockquote {
  padding:0px;
  margin:0px;
  border:none;
}

body {
  padding:35px 0px 35px 0px;
  margin:0px;
  font-family:arial,helvetica,sans-serif;
  font-size:12px;
  text-align:center;
  color:#ffffff;
  background-color:#8f9092;
}

/* obsah */

#top {
  position:relative;
  width:780px;
  height:177px;
  margin:auto;
  background: url('/img-prozatimni/top-bg.gif') 485px 0px no-repeat;
}

#mid {
  position:relative;
  width:780px;
  height:328px;
  margin:auto;
  background: url('/img-prozatimni/mid-bg.jpg') center top no-repeat;
}

  #mid h1 {
    position:absolute;
    left:183px;
    top:73px;
    width:338px;
    height:53px;
    font-size:18px;
  }
  
    #mid h1 .im {
      background-image:url('/img-prozatimni/mid-h1-bg.gif');
    }
    
  #mid h3 {
    position:absolute;
    left:504px;
    top:180px;
    width:215px;
    height:82px;
    font-size:16px;
  }
  
    #mid h3 .im {
      background-image:url('/img-prozatimni/mid-h3-bg.jpg');
    }

#bot {
  position:relative;
  width:780px;
  height:41px;
  margin:auto;
  background: url('/img-prozatimni/bot-bg.jpg') center bottom no-repeat;
}

  #bot #m1 {
    position:absolute;
    left:39px;
    top:12px;
    width:286px;
    height:14px;
  }
  
    #bot #m1 .im {
      background-image:url('/img-prozatimni/m1-bg.gif');
    }
    
  #bot #m2 {
    position:absolute;
    right:32px;
    top:12px;
    width:252px;
    height:14px;
  }
  
    #bot #m2 .im {
      background-image:url('/img-prozatimni/m2-bg.gif');
    }

/* doplnky */

.skryt {
  display:none;
}

.spacer {
  border:0px;
  margin:0px;
  padding:0px;
  float:none;
  width:0px;
  height:15px;
  line-height:0px;
  font-size:0px;
}

.cleaner {
  clear:both;
  border:0px;
  margin:0px;
  padding:0px;
  float:none;
  width:0px;
  height:0px;
  line-height:0px;
  font-size:0px;
}

.divider {
  border-top:1px dotted #b4a794;
  border-bottom:none;
  margin:15px 0px 15px 0px;
}

/* obrazek pres text */
  
.im {
  position:absolute;
  top:0px;
  left:0px;
  display:block;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-position:center center;
}
  
a.im {
  cursor:pointer;
  cursor:hand;
}

/* hlasky */

.chyba-formulare {
  font-size:100%;
  font-weight:bold;
  color:#cc0000;
  padding:15px 15px 15px 15px !important;
  border:3px solid #cc0000;
  margin:15px 0px 15px 0px !important;
  background-color:#ffffff;
}

.uspech-formulare {
  font-size:100%;
  font-weight:bold;
  color:#009900;
  padding:15px 15px 15px 15px !important;
  border:3px solid #009900;
  margin:20px 0px 20px 0px !important;
  background-color:#ffffff;
}

.zvyrazneno {
  border:1px solid #cc0000 !important;
}

