* {
  padding: 0;
  margin: 0;
  font-family: arial,helvetica,sans-serif;
}
body {
  background-image: url(../img/body-bkg.jpg);
  background-position: ;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  font-size: 12px;
  color: #333;}


/***** LAYOUT *******************************/
#holder {
  width: 980px;
  border: 0px solid;
}
#lang {
  text-align: right;
  font-size: 10px;
  height: 20px;
  padding-top: 1px;
}
#lang a {
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 1px;
  text-decoration: none;
}
#lang a:hover {
  background: #08e;
  color: #fff;

}
#lang a.selected {
  background: #078;
  color: #fff;
}



/**** INFOPANEL *****/
#infopanel {
  height: 75px;
}
#infopanel table {
  border-collapse: collapse;
  margin: 0 0 0 auto;
  width: 250px;
  height: 75px;
}
#infopanel td {
  vertical-align: center;
  font-size: 11px;
}
.logo {
  vertical-align: top;
  text-align: right;
  width: 85px;
}
.logo img {
}
.kosikinfo {
  text-align: right;
  vertical-align: bottom;
}
.kosikinfo span {
  background: #e0eBeF;
  border: 1px solid #bcd;
  padding: 3px 5px;
}
.user {
  height: 35px;
  text-align: right;
  vertical-align: bottom;
}




#toplinka {
  background: #048;
  height: 2px;
  margin: 5px 0;
  font-size: 1px;
}
#toptext {
  text-align: right;
  font-size: 18px;
  height: 45px;
  letter-spacing: 8px;
  color: #039;
}

#footer {
  border-top: 1px solid #048;
  text-align: center;
  font-size: 11px;
  padding: 10px 0;
  margin: 0 auto;
  width: 99%;
  color: #039;
}


#toplinka, #vlinka {
  opacity: 0.50; /* pro Firefox a Operu 9 */
  filter:alpha(opacity=50); /* pro IE6 */
}

#vlinka {
  position: absolute;
  left: 167px;
  top: 0;
  width: 2px;
  height: 570px;
  background: url(../img/menu/vlink.gif) bottom left no-repeat; 
}

#vlinka.s {
  position: absolute;
  left: 167px;
  top: 0;
  width: 2px;
  height: 725px;
  background: url(../img/menu/vlink.gif) bottom left no-repeat; 
}


#homelink {
  position: absolute;
  left: 90px;
  top: 15px;
  width: 150px;
  height: 120px;
}
#homelink a {
  display: block;
  width: 150px;
  height: 120px;
}



/***** MENU **********/
#topmenu {
  position: absolute;
  left: 0px;
  top: 190px;
  width: 180px;
  margin: 0 0 0 0px;
  border: 0px solid;
}
#topmenu a.selected {
  color: #078;
}
#topmenu a {
  font-weight: bold;
}
#topmenu ul {
  list-style-type: none;
  margin: 0;
}
#topmenu li {
  text-align: right;
  line-height: 25px;
  margin-bottom: 10px;
} 

#topmenu li img {
  vertical-align: -8px;
  margin-left: 5px;
}


/**** submenu ***********/
.pacienti li {
  background: url(../img/menu/submenu-violet.gif) right 3px no-repeat;
}
.lekari li {
  background: url(../img/menu/submenu-cyan.gif) right 3px no-repeat;
}
.poradna li {
  background: url(../img/menu/submenu-yellow.gif) right 3px no-repeat;
}
.eshop li {
  background: url(../img/menu/submenu-eshop.gif) right 3px no-repeat;
}
.kontakt li {
  background: url(../img/menu/submenu-green.gif) right 3px no-repeat;
}




/**** left submenu ******/
#subleftmenu {
  padding: 10px 0 5px;
}
#subleftmenu a {
  font-size: 11px;
  font-weight: normal;
}
#subleftmenu a.selected {
  color: #078;
}
#subleftmenu li {
  line-height: 11px;
  margin-right: 8px;
  padding-right: 25px;
}



/**** top submenu ******/
#subtop {
  margin: 0 0 20px 255px;
}
#subtop .in {
  padding: 3px 0px;
  background: #ddd;
}
ul#subtopmenu {
  margin: 0;
}
#subtopmenu a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
#subtopmenu a:hover {
  text-decoration: underline;
}
#subtopmenu li {
  float: left;
  list-style-type: none;
  padding: 0px 18px 0 9px;;
  border-right: 0px solid #045;
  margin: 0;
}
#subtopmenu li.last {
  border-right: none;
  background: none;
}
#subtopmenu  a.selected {
  color: #078;
}





/***** MAIN *************************/
#main {
  min-height: 450px;
  _height: 450px;
  padding: 0px 0 20px;
  margin-left: 255px;
}


#back2top {
  margin: 0 5px 20px 255px;
  padding: 3px 0px;
  text-align: right;  
}


