
/********/
/* main */
/********/

/* poznamka: komentar "special for ie" znamena, ze tento objekt ma specialni vlastnosti pro IE v for_ie.css */


body{
  margin: 0;
  /*padding: 0 0 370px 0;*/
  padding: 0 0 290px 0;
  color: white;
  text-align: center;
  background-color: #8ba08d;
  background-image: url(./images/background-bottom.gif);
  background-position: center bottom;
  background-repeat: repeat-x;
}

#wrapper{
  background-color: #576866;
  background-image: url(./images/background.gif);
  background-position: center top;
}

#body{
  position: relative;
  width: 980px;
  margin: auto;
  padding-top: 50px;
  font-family: Verdana, 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Arial, lucida, sans-serif;
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: left;
  background-image: url(./images/background.gif);
  background-position: center top;
}

h1{
  width: 485px;
  height: 73px;
  margin: 0 0 0 53px;
  padding: 0;
  background-image: url(./images/header.gif);
  background-repeat: no-repeat;
}

#menu{
  height: 110px;
  margin: 29px 0 12px 60px;
  padding: 0;
  font-family: Geneva, 'Trebuchet MS', lucida, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
}

#leftColumn{
  width: 770px;
  float: left;
  clear: left;
  margin-bottom: 40px;
}

#content{
  margin-left: 50px;
}

#rightColumn{
  width: 194px;
  float: left;
  padding-left: 13px;
  margin-bottom: 20px;
  text-align: center;
}

#footer{
  clear: both;
  margin: 0 190px 0 50px;
  border-top: 1px solid white;
  text-align: center;
}

#cards{
  position: absolute;
  bottom: -290px;
  left: -220px;
  width: 520px;
  height: 272px;
  background-image: url(./images/cards.gif);
  background-repeat: no-repeat;
}

#chips{
  position: absolute;
  bottom: -290px;
  left: 520px;
  width: 397px;
  height: 212px;
  background-image: url(./images/chips.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

/* h1 */

h1 a{
  display: block;
  width: 485px;
  height: 73px;
  text-indent: -9000px;
}

/* menu */

#menu li{
  width: 61px;
  height: 110px;
  margin: 0;
  padding: 0 12px;
  float: left;
  list-style: none;
}

#menu a, #menu a.ext{
  display: block;
  padding-top: 65px;
  width: 61px;
  height: 45px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-image: url(./images/menu-bg.gif);
  background-position: 6px 5px;
  background-repeat: no-repeat;
}
#menu a:hover{
  background-position: -70px 5px;
}

#menu a.ext{
  background-image: url(./images/menu-ext-bg.gif);
}

#menu li.actual a{
  background-position: -70px 5px;
}

/* leftColumn */

div.box{
  margin-bottom: 1.5em;
  padding: 19px 0 23px 0;
  position: relative;
  background-image: url(./images/border-bottom.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}

div.boxMiddle{
  border-width: 0 9px;
  border-style: none solid;
  border-color: white;
}

div.boxMiddleMiddle{
  padding: 0 15px 15px 15px;
}

div.boxTopLeft{
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 19px;
  font-size: 0;
  background-image: url(./images/border-top-left.gif);
}

div.boxTopRight{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 19px;
  font-size: 0;
  background-image: url(./images/border-top.gif);
  background-position: right top;
  background-repeat: no-repeat;
}

div.boxBottomLeft{
  position: absolute;
  width: 16px;
  height: 19px;
  font-size: 0;
  background-image: url(./images/border-bottom-left.gif);
}

#footerMenu{
  margin: 0 !important;
}

#footerMenu li{
  background-image: none !important;
}

#footerMenu ul li{
  background-image: url(./images/list.gif) !important;
}

#footerMenu ul ul{
  margin: 0;
}

#footerMenu li.left{
  width: 160px;
  float: left;
}

#footerMenu li.middle{
  width: 160px;
  float: left;
}

#footerMenu li.right{
  width: 260px;
  float: left;
}

/* rightColumn */

div.decorationLightTop{
  width: 180px;
  height: 100px;
  margin: auto;
  background-image: url(./images/right-decoration-top.gif);
}

div.decorationLightBottom{
  width: 180px;
  height: 100px;
  margin: auto;
  background-image: url(./images/right-decoration-bottom.gif);
}

div.decorationTop{
  width: 160px;
  height: 61px;
  margin: 30px auto 0 auto;
  background-image: url(./images/right-decoration2-top.gif);
}

div.decorationBottom{
  width: 160px;
  height: 61px;
  margin: auto;
  background-image: url(./images/right-decoration2-bottom.gif);
}

#rightColumn h2{
  margin: 0.4em 0;
  padding: 0;
  font-size: 1.7em;
  font-weight: normal;
  font-variant: small-caps;
}

#rightColumn ul{
  margin: 0;
  padding: 0;
}

#rightColumn li{
  margin: 0.5em;
  padding: 0;
  list-style: none;
}

#rightColumn a{
  color: white;
  text-decoration: none;
}
#rightColumn a:hover{
  text-decoration: underline;
}

#rightColumn div.links{
  margin-top: 7px;
}

#rightColumn div.links a{
  display: block;
  width: 130px;
  margin: 20px auto;
}

#rightColumn div.links img{
  border: 0;
}

/* footer */

/*#footerMenu{
  margin: 15px 0 0 0;
  padding: 0;
}

#footerMenu li{
  display: inline;
  margin: 0;
  padding: 0 12px;
}*/

#footer a{
  color: white;
  text-decoration: none;
}
#footer a:hover{
  text-decoration: underline;
}

/*#footerMenu li.actual a{
  text-decoration: underline;
}*/

div.copyright{
  margin-top: 20px;
}

div.partners{
  margin-top: 1em;
  font-size: 0.8em;
}

/* content */

div.defloater{
  clear: both;
  font-size: 0;
}

#content h2{
  margin: 0 0 1em 0;
  font-weight: normal;
}

#content h3{
  margin: 1.3em 0 0.8em 0;
  padding: 0;
  font-weight: bold;
}

#content p{
  margin: 0.8em 0;
}

#content a{
  color: white;
}
#content a:hover{
  text-decoration: none;
}

#content acronym{
  border-bottom: 1px dashed white;
}

#content ul{
  margin: 0.8em 0;
  padding: 0;
}

#content ul li{
  margin: 0.1em 0;
  padding: 0 0 0 28px;
  list-style: none;
  background-image: url(./images/list.gif);
  background-position: 6px 0.2em;
  background-repeat: no-repeat;
}

#content ol{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

#content ol li{
  margin: 0.1em 0;
}

div.card{
  width: 132px;
  height: 253px;
  float: right;
  margin-left: 10px;
  padding: 20px 40px 15px 40px;
  color: black;
  font-family: helvetica, Arial, 'Arial CE', 'Helvetica CE', sans-serif;
  font-size: 1em;
  line-height: 1.05em;
  letter-spacing: -0.5px;
  background-image: url(./images/card.gif);
  background-repeat: no-repeat;
  background-color: #fbebcf;
  display: inline; /* IE */
}

div.card *{
  margin-top: 0 !important;
}

div.card h3{
  font-size: 1em;
  font-weight: normal !important;
}

/* banner */

#banner{
  position: absolute;
  top: 15px;
  right: -62px;
  z-index: 105;
  width: 250px;
  height: 250px;
}

#banner img{
  border: 2px solid white;
}



















