   
/* default styles
   -------------- */
  
body { 
  padding: 0;
  margin: 0; font: 12px Arial, Helvetica, sans-serif;
  line-height: 17px;
  color: #151515;
  background: #FFFFFF url(../images/graphic/background.png) repeat-x top;
  text-align: center;
}

a {
  color: #156FB7;
}
a:hover {
  color: #4A8EBC;
}
a img {
  border: none;
}

h2 a {
  text-decoration: none;
  color: #464548;
}
  h2 a:hover {
    color: #C3593C;
  }

.red {
  color: #DA0D0D; text-transform: uppercase;
}
.redbold {
  color: #DA0D0D; font-weight: bold;
}
.active {
  color: #252525;
}
.big {
  font-size: 13px; font-weight: bold;
}
.small, .trivial {
  font-size: 11px; line-height: 15px;
}

h1 {
  position: absolute;
  left: 35px;
  top: 40px;
  font-size: 8px;
  color: #1F75BA;
  width: 150px;
}
h2 { 
  margin: 0 0 6px 0; 
  padding: 0;
  font: bold 1.5em Arial, Helvetica, sans-serif;
  color: #000000; 
}
h3 {
  font: bold 15px Arial, Helvetica, sans-serif;
  margin: 12px 0 5px 0;
  padding: 0;
  color: #363636;
}

h5 { 
  margin: 0 0 6px 0; 
  padding: 0; 
  font: bold 1.1em Arial, Helvetica, sans-serif;
  color: #000000;
}

p {
  margin: 0 0 5px 0;
}

.bar ul { 
	margin: 0; 
	padding: 0; 
	list-style : none; 
}

ul {
   margin: 0 0 5px 25px;
   padding: 0; 
   list-style-type: square;
}

form { 
  margin: 0;
  font-size: 12px;
}
.article form { 
  margin: 10px 5px;
}
.article #refresh {
  position: absolute;
  top: 0px;
  right: 20px;
}
.article #help {
  position: absolute;
  top: 0;
  right: 0;
}
  .article #help a {
    outline: none;
  }
  .article #help img {
    border: none;
  }



.report {
  margin-top: 50px;
  font-weight: bold;
}


table {
  font-size: 12px; line-height: 17px;
}
table.general {
  border-top: #ccc 1px solid; border-left: #ccc 1px solid; margin: 2px 0 7px 0; table-layout: fixed
}
th {
  border-right: #ccc 1px solid; border-bottom: #ccc 1px solid; background-color: #e7e7e7; text-align: center
}
th img {
  border: none; margin: 0 2px; position: relative; top: 1px;
}
th.data {
  text-align: right; font-weight: normal; padding-right: 3px; font-size: 0.9em
}
td.general {
  border-right: #ccc 1px solid; border-bottom: #ccc 1px solid; background-color: #f4f4f4; text-align: center
}
td.general img {
  border: none; margin: 0 2px; position: relative; top: 1px;
}
td.data {
  border-right: #ccc 1px solid; border-bottom: #ccc 1px solid; background-color: #f4f4f4; text-align: left; padding-left: 3px
}
td.data img {
  border: none; margin: 0 2px; position: relative; top: 1px;
}

img.bigicon {
  border: none; margin-right: 5px; position: relative; top: 3px;
}
img.browse {
  border: none; cursor: pointer; position: relative; top: 2px;
}


input {
  font: 12px Arial, Helvetica, sans-serif;
}
input.find { 
  width: 215px; border: #FFFFFF 1px solid; margin: 0 22px 0 0; height: 16px;
}
input.general {
  width: 210px; border: #ccc 1px solid; margin: 0 5px 0 5px; height: 16px;
}
input.shorten {
  width: 110px; border: #ccc 1px solid; margin: 0 5px 0 5px; height: 16px;
}
input.button {
  width: 90px; border: #ccc 1px solid; margin: 0 5px 0 5px; height: 21px; font-size: 0.9em; padding-top: 0;
}
input.radio {
  margin: 0 3px 0 5px;
}
input.normal {
  border: #ccc 1px solid; height: 16px; width: 55px;
}
input.file {
  width: 280px; border: #ccc 1px solid; margin: 0 5px 0 5px; height: 20px
}

textarea {
  border: #ccc 1px solid;
}

select {
  font: 12px Arial, Helvetica, sans-serif;
}
select.general { 
  width: 214px; border: #ccc 1px solid; margin: 0 5px 0 5px;
}
select.normal {
  width: 90px; border: #ccc 1px solid; height: 20px;
}

/* layout
   ------ */

.content { 
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

.top {
  width: 1000px;
  height: 120px;
  position: relative;
  clear: both;
  margin: 5px 0 0 0;
  background: url(../images/graphic/top.png) no-repeat;
}
  .top a {
    color: #8DD1FF;
    text-decoration: underline;
  }
  .top a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
  .top .logo {
    position: absolute;
    left: 30px;
    bottom: 1px;
  }
    .top .logo img {
      display: block
    }
    .top .logo a {
      outline: none;
    }
  .top .links {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #8DD1FF;
  }
  .top .search {
    position: absolute;
    top: 57px;
    right: 10px;
    background: url(../images/graphic/search.png) no-repeat;
    width: 420px;
    height: 40px;
  }
    .top .search form {
      float: left;
      padding: 8px;
    }
    .top .search form a {
      color: #FFFFFF;
      font-weight: bold;
      text-decoration: none;
    }
    .top .search form p {
      padding: 0;
      float: none;
    }
    .top .search p {
      float: right;
      padding: 9px 0 0 0;
    }

.menu {
  position: relative;
  width: 1000px;
  clear: both;
  text-align: center;
  color: #0A3F64;
  font-size: 13px;
  z-index: 20;
}
  .menu .info {
    margin: 12px;
    font-size: 10px;
    color: #8DD1FF;
    line-height: 1.2em;
    text-align: left;
  }
  .menu .infoon {
    margin: 12px;
    font-size: 10px;
    color: #0A3F64;
    line-height: 1.2em;
    text-align: left;
    text-transform: none;
    font-weight: normal;
  }
    .menu .info a {
      font-weight: normal;
      text-transform: none;
      color: #8DD1FF;
    }
  .menu .infosh {
    margin: 12px;
    font-size: 10px;
    color: #FF8D8D;
    line-height: 1.2em;
    text-align: left;
  }
    .menu .infosh a {
      font-weight: normal;
      text-transform: none;
      color: #FF8D8D;
    }
  .menu a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
  }
  .menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
  
  .menu .menu1 {
    float: left; width: 143px; height: 75px !important; height: 100px;
    background: url(../images/graphic/b1-off.png) no-repeat;
    padding: 25px 0 0 0;
  }
  .menu .menu1on {
    float: left; width: 143px; height: 75px !important; height: 100px;
    background: url(../images/graphic/b1-on.png) no-repeat;
    padding: 25px 0 0 0; text-transform: uppercase; font-weight: bold;
  }
  .menu .menu5 {
    float: left; width: 143px; height: 75px !important; height: 100px;
    background: url(../images/graphic/b5-off.png) no-repeat;
    padding: 25px 0 0 0;
  }
  .menu .menu5on {
    float: left; width: 143px; height: 75px !important; height: 100px;
    background: url(../images/graphic/b5-on.png) no-repeat;
    padding: 25px 0 0 0; text-transform: uppercase; font-weight: bold;
  }
  .menu .menu7 {
    float: left; width: 142px; height: 75px !important; height: 100px;
    background: url(../images/graphic/b7-off.png) no-repeat;
    padding: 25px 0 0 0;
  }

.slogan {
  position: relative;
  clear: both;
  width: 1000px;
  height: 140px;
  background: url(../images/graphic/slogan.png) no-repeat;
  margin: 1px 0 0 0;
  font-weight: bold;
  font-size: 13px;
  z-index: 30;
  display: none;
}
  .slogan p {
    padding: 10px 0 0 38px;
  }
  .slogan a {
    outline: none;
  }
  .slogan img.index {
    border: none;
    margin: 23px 0 0 35px;
    border: none;
  }
  .slogan img.sleva {
    position: absolute;
    top: 5px;
    left: 556px;
    border: none;
  }

.area {
  clear: both;
  float: left;
  width: 1000px;
  background: url(../images/graphic/area.png) repeat-y;
  margin-bottom: 10px;
}




/* left side
   --------- */

.left {
  float: left;
  width: 580px;
  margin: 0 0 5px 0;
  background: url(../images/graphic/left.png) top right no-repeat;
  padding-top: 20px;
}
.article {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 16px 0 0;
  clear: both;
  float: left;
  width: 565px;
}


/* galerie a jiné moduly pro zarovnání do bloku */
.frame {
  float: left; width: 100%; clear: both
}
.two {
  float: left; width: 49.9%; overflow: hidden
}
.three {
  float: left; width: 33.3%; text-align: center; overflow: hidden; margin: 1px 0 5px 0;
}
.roll {
  float: left; text-align: center; margin: 1px 0 5px 0;
}
.three img, .roll img {
  padding: 3px; border: #CCCCCC 1px solid;
}
.three p {
  margin: 2px 0;
}
.roll li a {
  display: block;  background: none; margin: 0 5px; padding: 0;
}
.rollprev, .rollnext {
  float: left; width: 30px; border: #CCCCCC 1px solid; margin: 55px 3px 0 3px; height: 21px; font-size: 0.9em; padding-top: 0;
}




/* oddíl pod články s autorem, datem, exportem... */
.more {
  clear: both;
  font-size: 0.9em;
  margin: 0;
  padding: 1px;
  color: #808080;
  text-align: right;
  background: url(../images/graphic/dot.gif) left 18px repeat-x;
}
.more img {
  position: relative;
  top: 2px;
  border: none;
  margin: 0 2px;
}
.fblike {
  border: none;
  overflow: hidden;
  width: 100%;
  height:28px
}

.avatar {
  float: left; border: #ccc 1px solid; margin: 0 8px 0 0;
}


/* stránkování */
.subheader {
  clear: both;
  margin: 0 0 10px 0;
  padding: 3px 7px 3px 7px;
  height: 18px;
  color: #808080;
}
  .subheader p {
    padding: 0;
    margin: 0;
  }
  .subleft {
    float: left;
    text-align: left;
    width: 50%;
    overflow: hidden
  }
  .subright {
    float: right;
    text-align: right;
    width: 50%;
    overflow: hidden
  }


/* diskusní fóra */
.post {
  float: right; width: 465px; padding: 2px 4px; color: #808080; border-top: #ccc 1px solid; border-bottom: #ccc 1px solid; background-color: #f4f4f4;
}
  .post p {
    margin: 0; padding: 0;
  }
  .post p.author {
    float: left;
  }
  .post p.time {
    float: right; 
  }
  .post img {
    border: none; margin: 0 2px; position: relative; top: 1px;
  }
.commands {
  float: right; width: 465px; color: #808080; padding: 2px 4px 0 4px; font-size: 11px; line-height: 15px; background: url(../images/dot.gif) repeat-x bottom; position: relative;
}
  .commands p.reply {
    float: left;
  }
  .commands p.karma {
    float: left; position: absolute; left: 57%; top: 1px;
  }
  .commands p.back {
    float: right;
  }
  .commands input {
    position: absolute; right: 2px; top: 0px;
  }
  .commands img {
    border: none; margin: 0 1px; position: relative; top: 2px;
  }
  .commands a {
    cursor: pointer; text-decoration: underline
  }
.forum {
  float: right; width: 465px; margin: 0; padding: 1px 4px;
}
  .forum img {
    position: relative; top: 2px; margin: 0 1px;
  }
.sign {
  color: #808080; font-size: 0.9em; line-height: 1.3em;
}
blockquote {
  border: #CCCCCC 1px solid; padding-left: 22px; margin: 3px 0; text-align: left; background: #F4F4F4 url(../images/icons/quote.gif) no-repeat 4px 4px;
}
  blockquote p {
    margin: 4px;
  }


/* right side
   ---------- */

.right {
  position: relative;
  z-index: 50;
  float: right;
  width: 420px;
  margin: -12px 0 5px 0;
}
  .rtop {
    width: 100%;
    height: 12px;
    background: url(../images/graphic/rtop.png) no-repeat;
  }


.box {
  background: #D2E6F5 url(../images/graphic/box.png) no-repeat top left;
  padding: 0 30px 12px 30px;
  margin: 0 0 12px 0;
}
.box1 {
  background: #D2E6F5 url(../images/graphic/box1.png) no-repeat top left;
}
.box2 {
  background: #D2E6F5 url(../images/graphic/box2.png) no-repeat top left;
}
.box3 {
  background: #D2E6F5 url(../images/graphic/box3.png) no-repeat top left;
}

  .box h3 {
    font: bold 1.1em Arial, Helvetica, sans-serif;
    margin: 0 0 0 40px; 
    padding: 0;
    color: #252525;
    line-height: 1.4em;
    text-transform: uppercase;
  }
  .box h4 {
    font: normal 0.9em Arial, Helvetica, sans-serif;
    margin: 0 0 0 40px;
    padding: 0 0 20px 0;
    color: #252525;
  }
  .box p {
    clear: both;
    margin: 0;
  }
  .box ul {
    margin: 0 16px;
    padding: 0;
    list-style-type: square;
  }
  .box li {
    color: #DA0D0D;
  }
  .box li.sub2 {
    margin-left: 16px;
  }
  .box li.sub3 {
    margin-left: 32px;
  }
  .box li.sub4 {
    margin-left: 48px;
  }
  .box li.sub5 {
    margin-left: 64px;
  }
  .box li.sub6 {
    margin-left: 80px;
  }


.line {
  width: 100%;
  height: 3px;
  background: url(../images/graphic/dot.gif) repeat-x bottom;
  margin: 9px 0;
  clear: both;
}



/* ajaxové hodnocení pod hlavním prvkem */
#rate {
  position: relative;
  width: 610px;
  padding: 10px 10px 5px 10px;
  background-color: #F4F4F4;
  border-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  color: #8B8A89;
  margin-bottom: 20px;
}
  #rate #rating {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 375px;
  }
  #rating p {
    margin-top: 8px;
  }
  #rating p.average {
    position: absolute;
    top: -8px;
    right: 0;
  }
  .rateleft {
    float: left;
    font-size: 11px;
    margin: 8px 10px 0 0;
  }
  .rateright {
    float: left;
    font-size: 11px;
    margin: 8px 0 0 10px;
  }
  .rate1on, .rate2on, .rate3on, .rate4on, .rate5on,
  .rate1off, .rate2off, .rate3off, .rate4off, .rate5off {
    float: left;
    width: 15px;
    height: 15px;
    border: transparent 1px solid; /*aby fungovala zasraná IE8*/
    padding: 0;
    cursor: pointer;
    margin-top: 7px;
  }
  .rate1on, .rate2on, .rate3on, .rate4on, .rate5on {
    background: url(../images/icons/star5.gif) center center no-repeat;
  }
  .rate1off, .rate2off, .rate3off, .rate4off, .rate5off {
    background: url(../images/icons/star0.gif) center center no-repeat;
  }
/* ----------- */



.nframe {
  clear: both; width: 355px; height: 80px; margin: 8px 0 16px 0 !important; margin: 5px 0 10px 0;
}
.nimage {
  clear: left; float: left; width: 110px; background-color: #E4F0F9; text-align: center; margin: 8px 0 16px 0
}
  .nimage img {
    margin: 5px 0 5px 0; border: #FFFFFF 1px solid
  }
.ntext {
  clear: right; float: right; width: 240px; height: 80px; margin:  8px 0 16px 0; overflow: hidden
}
.nmore {
  border-top: #97BBD6 1px solid; width: 100%; text-align: right; padding: 4px 0 0 0
}

.pframe {
  clear: left; float: left; width: 170px; height: 120px; margin: 8px 0 16px 0
}
.oframe {
  clear: right; float: right; width: 170px; height: 120px; margin: 8px 0 16px 0
}
.pframe img, .oframe img {
  display: block; border: #65A6D9 1px solid; margin: 0 0 3px 0px;
}

/* footer
   ------ */

.footer {
  width: 100%;
  clear: both;
  text-align: center;
  color: #252525;
  background: url(../images/graphic/footer.png) repeat-x;
  height: 70px;
}
  .final {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  .final p {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 19px 0 0 18px;
  }
  img.rss {
    position: relative;
    top: 3px;
  }
  img.passive {
    float: left;
    margin: 18px 0 0 18px;
    border: #79A2C4 1px solid;
  }

/* akce 20 let - 20 % sleva*/
  #float object {
    position: absolute; left: 25px; top: 25px;
  }
  #float .zavrit {
    position: absolute; right: 7px; top: 9px; color: #303030; text-decoration: none; font-size: 16px; line-height: 20px; z-index: 1000; padding: 0 8px;
  }
  #float .zavrit span {
    font-size: 30px; font-weight: bold; position: relative; top: 5px; margin-left: 10px;
  }
  #float .tradice {
    position: absolute; right: 355px; top: 60px
  }
  #float .sleva {
    position: absolute; right: 190px; top: 60px
  }
  #float .zaruka {
    position: absolute; right: 25px; top: 60px
  }
  #float .trh {
    position: absolute; left: 395px; top: 250px; font-size: 32px; font-weight: bold; line-height: 32px;
  }
  #float .klik {
    position: absolute; left: 395px; top: 300px; font-size: 16px; text-decoration: underline;
  }
  #float .klik a {
    color: #252525;
  }
  #float .akce {
    position: absolute; left: 395px; top: 340px; color: #DA0D0D;
  }
/* ---- */

