/* pozadí stránky*/
body {
  background: #fff url('../img/layout/scheme1/body_bg.jpg') repeat-x center top;
}
/*obrázek hlavičky*/
#header {
  background: #cccccc url('../img/layout/scheme1/header_bg.jpg') no-repeat center top;
}
#menu {
  position:absolute;
  z-index:5;
  left:657px;
  top:22px;
  width:241px;
  height:203px;
  background: url('../img/layout/scheme1/menu_bg.gif') no-repeat left top;
}
/*brava menu při najetí*/
#menu ul li a:hover{
  color:#de9fcf;
}
#menu ul {
  margin:11px 0px 0px 8px;
}

/*ribbon menu */
#ribbon ul li.first a{
  background: #000 url('../img/ribbon/scheme1/shieldSprite.png') no-repeat 0px 0px;
}
#ribbon ul li.first a:hover, #ribbon ul li.first a.selected{
  background: #000 url('../img/ribbon/scheme1/shieldSprite.png') no-repeat -127px 0px;
}

#ribbon ul li.second a{
  background: #000 url('../img/ribbon/scheme1/recyclerSprite.png') no-repeat 0px 0px;
}
#ribbon ul li.second a:hover, #ribbon ul li.second a.selected{
  background: #000 url('../img/ribbon/scheme1/recyclerSprite.png') no-repeat -127px 0px;
}

#ribbon ul li.third a{
  background: #000 url('../img/ribbon/scheme1/bedSprite.png') no-repeat 0px 0px;
}
#ribbon ul li.third a:hover, #ribbon ul li.third a.selected{
  background: #000 url('../img/ribbon/scheme1/bedSprite.png') no-repeat -127px 0px;
}
/* konec ribbon menu*/

/*patička */
#footer-container {
  background: #fff url('../img/layout/scheme1/footer_bg.png') repeat-x left top;
}

/*obsah */
.large-bullet {
  background: url('../img/typo/scheme1/large-bullet.png') no-repeat left top;
}
.small-bullet {
  background: url('../img/typo/scheme1/small-bullet.png') no-repeat 7px top;
}
.micro-bullet {
  background: url('../img/typo/scheme1/micro-bullet.png') no-repeat left center;
  padding-left:14px;
}
.colored, a {
  color:#ae3f98;
}
a:hover {
  color:#000;
}
ul.bulleted li{
  background: url('../img/typo/scheme1/mini-bullet.png') no-repeat left top;
  padding:3px 0px 5px 30px;
  margin:0px 0px 5px -30px;
}

a.button:hover{
  color:#de9fcf;
}
table.gallery td a:hover{
  border:4px solid #ac3b95;
}