body {
  padding: 0;
  margin: 0;
  background-color: #C3E0F6;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

#body_container {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: url('images/gr/bg_body.png') left top repeat-x;
}

  #main {
    width: 966px;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: left;
  }
  
    #main_top {
      height: 39px;
      background: url('images/gr/bg_main_top.png') center top no-repeat;
    }
    #main_top_top {
      height: 111px;
      background: url('images/gr/bg_main_top_top.png') center top no-repeat;
    }
      a#logo {
        display: block;
        width: 190px;
        height: 60px;
        margin: 30px 0 0 25px;
      }
    #menu {
      background: url('images/gr/bg_menu.png') center top no-repeat;
      height: 56px;
    }
      #menu-container{
        height: 21px;
      }
        #menu a {
          display: block;
          float: left;
          color: #114871;
          font-weight: bold;
          text-align: center;
          margin: 0 10px 0 10px;
          text-decoration: none;
        }
        #menu a:hover {
          text-decoration: underline;
		  color: #E20026;
        }
        .separator {
          float: left;
          width: 25px;
          height: 10px;
          text-align: center;
          font-weight: bold;
        }
        .menu_blank {
          float: left;
          width: 50px;
          height: 10px;
        }
    #main_slogan {
      height: 175px;
      background: url('images/gr/bg_slogan.png') center top no-repeat;
    }
      #kalkulace-container {
        width: 290px;
        float: right;
        margin: 15px 80px 0 0;
      }
      * html #kalkulace-container {display: inline;}
        #kalkulace-container a {
          display: block;
          width: 119px;
          height: 18px;
          background-repeat: no-repeat;
          background-position: left top;
          background-image: url('images/gr/button.png');
          color: #FFFFFF;
          text-decoration: none;
          text-align: center;
          padding-top: 3px;
          float: right;
          margin: 0 20px 0 0;
        }
        #kalkulace-container a:hover {
          background-position: right top;
        }
    #main-center {
      background: url('images/gr/bg_center_main.png') center top repeat-y;
    }
      #main-center-container {
        background: url('images/gr/bg_center_top.png') center top no-repeat;
      }
	  #main-center-container a {
	  	color: #E20026;
		text-decoration: underline;
	  }
	  #main-center-container a:hover {
	  	text-decoration: none;
		color: #000000;
	}
        #main-center-left, #main-center-right {
          float: left;
          margin-top: 20px;
        }
        #main-center-left {
          width: 593px;
          margin-right: 20px;
          margin-left: 28px;
        }
        * html #main-center-left {display: inline;}
        #main-center-right {
          width: 277px;
          border-style: dotted;
          border-color: #C9E2F6;
          border-width: 0 0 0 1px;
          padding-left: 20px;
        }
        #main-center-bottom {
          height: 58px;
          background: url('images/gr/bg_center_bottom.png') center bottom no-repeat;
        }
          #center-bottom-container {
            margin: 20px 0 0 20px;
          }
            #center-bottom-container a {
              color: #114871;
              font-family: Tahoma, Verdana, Arial, sans-serif;
              font-size: 12px;
              text-decoration: underline;
            }
            #center-bottom-container a:hover {
              text-decoration: none;
            }
    #footer {
      height: 100px; /*POZOR*/
      background: url('images/gr/bg_footer.png') center top no-repeat;
      text-align: center;
    }
    #footer a {
      display: block;
      width: 143px;
      height: 35px;
      text-align: center;
      font-weight: bold;
      font-size: 12px;
      font-family: Tahoma, Verdana, Arial, sans-serif;
      text-decoration: underline;
      color: #114871;
      background: url('images/gr/button_bottom.png') center top no-repeat;
      float: left;
      padding-top: 10px;
      margin-left: 20px;
    }
    #footer a:hover {
      color: #E20026;
      text-decoration: none;
    }
	.footer a{
		color: #E20026 !important;
		text-decoration: underline !important;
		display: inline !important;
		background: none !important;
		width: auto !important;
		height: auto !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 10px !important;
		font-weight: normal !important;
	}
	.footer a:hover {
		color: #000000 !important;
		text-decoration: none !important;
	}


/*--------------------------
style
---------------------------*/



/*--------------------------
style-basic
---------------------------*/
.blok {
	padding: 5px 0 5px 0;
	background: #EFF6FC;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 10px 0 20px 0;
}
.produkt {
	border-style: solid;
	border-color: #CAE2F7;
	border-width: 1px 0 0 0;
}
.kategorie {
	font-size: 14px !important;
}
p.slogan-in {
  margin: 0;
  color: #2085D0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 150%;
  margin: 20px 0 10px 0;
}

p.article {
  text-indent: 20px;
  font-size: 14px;
  margin: 20px 0 20px 0;
  color: #666666;
  line-height: 180%;
  text-align: justify;
}

p.small {
  text-indent: 20px;
  font-size: 12px;
  margin: 5px 0 15px 0;
  color: #666666;
  line-height: 180%;
  text-align: left;
}

p.no-indent {
  font-size: 14px;
  margin: 20px 0 20px 0;
  color: #666666;
  line-height: 180%;
  text-align: justify;
}

p.footer {
  font-size: 10px;
  color: #114871;
}

h1, h2, h3, h4, h5, h6, h7 {
  color: #E20026;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h1 {
display: none;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 20px;
}
h4 {
	font-size: 15px;
}
#main-center-right h4 {margin: 0;}

acronym {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  cursor: help;
}

strong {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
}

ul {
	font-size: 14px;
  margin: 20px 0 20px 0;
  color: #666666;
  line-height: 180%;
}

li {
}

ol li {
}

.levy_obrazek {
  padding: 0;
  margin: 0 10px 10px 0;
  float: left;
}

.pravy_obrazek {
  padding: 0;
  margin: 0 0 10px 10px;
  float: right;
}

/*--------------------------
tabulky
---------------------------*/
/*
td {
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #231A17;
  background-color: #1A1310;
  height: 50px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0 10px 0 20px;
}

table {
  border-style: solid;
  border-width: 1px;
  border-color: #231A17;
}

table a img {
  border: none;
}
*/

/*--------------------------
ostatni deklarace
---------------------------*/
.cistic {
  clear: both;
  height: 1px;
  border: none;
  visibility: hidden;
  float: none;
  font-size: 1px;
  padding: 0;
  margin: 0;
}
.warning {
	color: #E20026;
	font-family: Tahoma, Verdana, Arial, sans-serif;
  	font-size: 11px;
}
fieldset {
border-color: #999999;
border-style: dotted;
border-width: 1px;
margin: 0 0 20px 0;
}
legend {
	color: #E20026;
}
label {
  font-size: 14px;
  color: #666666;
}

/*--------------------------
highslide
---------------------------*/
.thumb {
	float: left;
	margin: 5px;
	width: 180px;
	height: 150px;
	background-color: #EFF6FC;
}

.thumb div {
	width: 170px;
	height: 140px;
	margin: 5px 0 0 5px;
}
.thumb:hover {
	background-color: #E20026;
}

.highslide {
  cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}

.highslide-active-anchor img {
  visibility: hidden;
}

.highslide-wrapper {
  background: white;
}

.highslide-image {
  border: 2px solid white;
}

.highslide-image-blur {
}

.highslide-caption {
  display: none;
  border: 2px solid white;
  border-top: none;
  font-family: Trebuchet ms;
  font-size: 10pt;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
}

.highslide-caption a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.highslide-caption a:hover {
  color: #1A1310;
  text-decoration: underline;
}

.highslide-loading {
  display: block;
  color: black;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}

.highslide-overlay {
  display: none;
}

a.highslide-full-expand {
  background: url(highslide/graphics/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px;
}

.controlbar {	
  background: url(highslide/graphics/controlbar4.gif);
  width: 167px;
  height: 34px;
}

.controlbar a {	
  display: block;
  float: left;
  height: 27px;
}

.controlbar a:hover {
  background-image: url(highslide/graphics/controlbar4-hover.gif);
}

.controlbar .previous {
  width: 50px;
}

.controlbar .next {
  width: 40px;
  background-position: -50px 0;
}

.controlbar .highslide-move {
  width: 40px;
  background-position: -90px 0;
}

.controlbar .close {
  width: 36px;
  background-position: -130px 0;
}

.highslide-html {
  background-color: #ffffff;
  color: #000000;
}
.highslide-html-blur {
}
.highslide-html-content {
  position: absolute;
  display: none;
}
.highslide-loading {
  display: block;
  color: black;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}

.highslide-wrapper {
  background-color: white;
}

.highslide-wrapper .highslide-html-content {
  width: 400px;
  padding: 5px;
}

.highslide-wrapper .highslide-header div {
}

.highslide-wrapper .highslide-header ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.highslide-wrapper .highslide-header ul li {
  display: inline;
  padding-left: 1em;
}

.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
  display: none;
}

.highslide-wrapper .highslide-header a {
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
  text-decoration: none;
}

.highslide-wrapper .highslide-header a:hover {
  color: black;
}

.highslide-wrapper .highslide-header .highslide-move a {
  cursor: move;
}

.highslide-wrapper .highslide-footer {
  height: 11px;
}

.highslide-wrapper .highslide-footer .highslide-resize {
  float: right;
  height: 11px;
  width: 11px;
  background: url(highslide/graphics/resize.gif);
}

.highslide-wrapper .highslide-body {
}

.highslide-move {
  cursor: move;
}

.highslide-resize {
  cursor: nw-resize;
}

.highslide-display-block {
  display: block;
}

.highslide-display-none {
  display: none;
}