@charset "utf-8";
/* CSS Document */

DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

BODY {
	margin:auto;
	overflow:auto;
	background: #FF9010;
}
/* CREATED ****************************************************************************************************/
.created {
	width: 520px;
	margin: auto;
	margin-top: 20px;
	border-top: #6d5e40 1px solid;
	color: #6d5e40;
	padding: 5px 0px 15px 0px;
	text-align: center;
	overflow: hidden;
	font-size: 10px;
}

a.created:link { color: #6d5e40; text-decoration: none; font-weight: bold; }
a.created:visited { color: #6d5e40; text-decoration: none; font-weight: bold; }
a.created:active { color: #6d5e40; text-decoration: none; font-weight: bold; }
a.created:hover { color: #40291C; text-decoration: underline; font-weight: bold; }

a.cms:link { color: #6d5e40; text-decoration: none; }
a.cms:visited { color: #6d5e40; text-decoration: none; }
a.cms:active { color: #6d5e40; text-decoration: none; }
a.cms:hover { color: #40291C; text-decoration: underline; }

/* PRIHLASENIE *******************************************************************************************/
.prihlasenie {
	width: 330px;
	height: 133px;
	margin: 0px;
	padding: 17px 0px 0px 20px;
	overflow: hidden;
	background: #000000 url(sys/sys_obr/prihlasenie.jpg) top left no-repeat;
	position: absolute;
	top: 7px;
	right: 5px;
}

.div_webgraphic_bottom {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 9px;
}

.div_inputy {
	width: 125px;
	margin: 2px 0px 10px 0px;
	overflow:hidden;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.input_prihlas {
	width: 140px;
	height: 14px;
	margin: 0px;
	padding: 1px;
	overflow:hidden;
	border:#000000 1px solid;
	color: #000000;
	font-size: 11px;
}

.oznacenie {
	margin: 20px 0px 0px 15px;
	overflow:hidden;
	font-size: 8px;
	color: #cfbd97;
	letter-spacing: 0.11em;
}

.div_error_sys {
	width: 700px;
	height: 15px;
	padding: 5px;
	font-size: 11px;
	background-color: #000000;
	color:#FF0000;
	text-align:center;
	margin:auto;
	overflow:hidden;
	font-weight: bold;
}

a.prihlas_odkaz:link {color: #FFFFFF; text-decoration: none; font-weight: bold; letter-spacing:1px; font-size: 12px; }
a.prihlas_odkaz:visited {color: #FFFFFF; text-decoration: none; font-weight: bold; letter-spacing:1px; font-size: 12px; }
a.prihlas_odkaz:active {color: #FFFFFF; text-decoration: none; font-weight: bold; letter-spacing:1px; font-size: 12px; }
a.prihlas_odkaz:hover {color: #FF9010; text-decoration: underline; font-weight: bold; letter-spacing:1px; font-size: 12px; }

