/* ---[ logo ]-------------------------------- */ 

#logo {
  position: absolute; display: block; overflow: hidden;
  width: 330px; height: 100px;
  top: 15px; left: 15px;
}

/* ---[ theme ]------------------------------- */

#theme {
  position: absolute; overflow: hidden;
  width: 870px; height: 200px;
  background: #980a0a url(/obrazok/3/zus-motiv-red-jpg/) no-repeat 0 0;
}

.theme-1 { top: 185px; left: 15px; }
.theme-2 { top: 160px; left: 15px; }

#theme object {
  position: absolute; overflow: hidden;
  top: 50px; left: 200px;
  width: 60%; height: 60%;
  z-index: 1;
}

#theme .ltcorner, #theme .rtcorner, #theme .lbcorner, #theme .rbcorner {
  display: block;
  position: absolute; z-index: 2;
  width: 8px; height: 8px;
}

#theme .ltcorner { top: 0; left: 0; background: transparent url(/images/styles/template6/red/theme-c4-bg.png) no-repeat 0 0; _background: transparent; }
#theme .rtcorner { top: 0; right: 0; background: transparent url(/images/styles/template6/red/theme-c4-bg.png) no-repeat -8px 0; _background: transparent; }
#theme .lbcorner { bottom: 0; left: 0; background: transparent url(/images/styles/template6/red/theme-c4-bg.png) no-repeat 0 -8px; _background: transparent; }
#theme .rbcorner { bottom: 0; right: 0; background: transparent url(/images/styles/template6/red/theme-c4-bg.png) no-repeat -8px -8px; _background: transparent; }

#theme h2, #theme p {
  position: absolute;
  width: auto; height: auto;
  text-align: right;
}

#theme h2 { 
   color: white;
   
  font-size: 2em; 
  font-weight: normal; 
  top: 100px; right: 60px; 
}
#theme p { 
   color: white;
   top: 130px; right: 60px; 
  width: 400px; 
}

#theme a { position: absolute; display: block; width: 100%; height: 100%; z-index: 3; }
