/*  CSS deklarace pro normalni prohlizece */
/*  UNIVERZALNI DEKLARACE ------------------------------------------------------------------------------------ */

div.top 	{ top: -2px; }
div.bottom 	{ bottom: -2px; }
div.left 	{ left: -2px; }
div.right 	{ right: -2px; }


/*  ROHY PRO PLAC  ------------------------------------------------------------------------------------------- */
div.plac-corner {
	position: absolute;
	width: 21px;
	height: 21px;
}

div.plac-corner.tl { background-image: url("../../images/corner/plac-tl.png"); }
div.plac-corner.tr { background-image: url("../../images/corner/plac-tr.png"); }
div.plac-corner.bl { background-image: url("../../images/corner/plac-bl.png"); }
div.plac-corner.br { background-image: url("../../images/corner/plac-br.png"); }


/*  ROHY PRO LOGO  ------------------------------------------------------------------------------------------- */
div.corner-logo {
	position: absolute;
	width: 8px;
	height: 8px;
}

div.corner-logo.cltl { background: transparent url("../../images/corner/logo-tl.png") top left no-repeat; }
div.corner-logo.cltr { background: transparent url("../../images/corner/logo-tr.png") top right no-repeat; }
div.corner-logo.clbl { background: transparent url("../../images/corner/logo-bl.gif") bottom left no-repeat; }
div.corner-logo.clbr { background: transparent url("../../images/corner/logo-br.gif") bottom right no-repeat; }

/*  ROHY PRO KOUT A KOUTEK ----------------------------------------------------------------------------------- */
div.corner-koutek {
	position: absolute;
	width: 10px;
	height: 10px;
}

div.corner-koutek.cktl { background: transparent url("../../images/corner/koutek-tl.png") top left no-repeat; }
div.corner-koutek.cktr { background: transparent url("../../images/corner/koutek-tr.png") top right no-repeat; }
div.corner-koutek.ckbl { background: transparent url("../../images/corner/koutek-bl.png") bottom left no-repeat; }
div.corner-koutek.ckbr { background: transparent url("../../images/corner/koutek-br.png") bottom right no-repeat; }


