a#logon {
	display: block;

	width: 283px;
	height: 104px;

	position: absolute;
	bottom: 0px;
	left: 0px;

	background-image: url("../../images/layout/logo.gif");

	color: white;
	text-decoration: none;

}

a.line {
	color: #0072dd;
}

a.line:hover {
	color: #b60000;
}

/*  ZVYRAZNENY ODKAZ ---------------------------------------------------------------------------------------- */
a.enhance {
	/*display: block;*/

	padding: 1px 24px 0 0;
	margin: 1em 0 0 0;

	color: #0072dd;
	background: white url("../../images/layout/arrow.gif") right center no-repeat;

	font-size: 122%;
	font-weight: 900;

	text-decoration: none;
}

a.enhance.less {
	padding: 1px 17px 0 0;
	background: white url("../../images/layout/arrow-small.gif") right center no-repeat;
	font-size: 100%;
}

a.enhance:hover {
	color: #b60000;
	background: white url("../../images/layout/arrow-on.png") right center no-repeat;
}

a.enhance.less:hover {
	color: #b60000;
	background: white url("../../images/layout/arrow-small-on.png") right center no-repeat;
}

a.butto {
	display: block;
	float: right;
	width: 17px;
	height: 17px;

	padding: 0;
	margin: 0;

	color: #0072dd;
	background: white url("../../images/layout/arrow.gif") right center no-repeat;

	font-size: 122%;
	font-weight: 900;

	text-decoration: none;
}

a.butto:hover {
	color: #b60000;
	background: white url("../../images/layout/arrow-on.png") right center no-repeat;
}

/*  HLAVNI NAVIGACE ----------------------------------------------------------------------------------------- */
a.nav {
	display: block;

	margin: 0 0 0 0;
	padding: 4px 0.5em 10px 0.5em;

	background: transparent;
	color: #b1d8f7;

	text-decoration: none;
	font-weight: bold;
	background: transparent url("../../images/layout/navigace.png") left top repeat-x;

}

a.nav:hover {

	color: #ff0000;
	background: transparent url("../../images/layout/navhover.png") left top repeat-x;

}

a.nav.selected {

	background: transparent url("../../images/layout/navselect.png") center top no-repeat;

}

a.nav.lef {	float: left; }
a.nav.rig {	float: right; }

/*  DELIMITERY ---------------------------------------------------------------------------------------------- */

div.delim {
	display: block;
	width: 6px;
	height: 20px;

	margin: 2px 0 0 0;

	background: transparent url("../../images/layout/delimiter.png") center center no-repeat;

	/* border: 1px solid red; */

}

div.delim.dlef {	float: left; }
div.delim.drig {	float: right; }

div.delim.dlbig { margin-left: 15px; _margin-left: 8px; }
div.delim.drbig { margin-right: 15px; _margin-right: 8px; }


/*  formulare ---------------------------------------------------------------------------------------------- */

a.kvasibut {
	color: #0072dd;
	display: block;
	float: left;
	padding: 0;
	margin: 0.4em 0 0.4em 1.5em;
}

a.header {
	color: #0072dd;
	font-size: 10pt;
	margin: 0.4em 0 0.4em 2em;
}

a.clean {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}
a.clean.left {
	float: left;
}