/* IMPORTS */
@import url(basic.css);
@import url(toppanel.css);

@import url(modules.css);

a {
	color: #FFA82C;
}
a:hover {
	text-decoration: none;
}
body {
	background: #8E8E8E;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #486EB5;
	font-family: Verdana;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial;
}
img {
	border: 0 solid #ff8b35;
}

/* HIDE */
.hide,
.hidden,
h6.access,
#header h1 span {
	display: none;
}

/* BOX */
#box {
	background: #fff url(images/box2.gif) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 3px auto;
	padding: 2px;
	padding-top: 0;
	text-align: left;
	width: 980px;
	border: 1px solid #486EB5;
}

/* HEADER */
#header {
	background: url(images/header_2.jpg) no-repeat right;
	height: 151px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1_2.jpg) no-repeat;
	width: 592px;
	height: 151px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 62px;
		left: 597px;
	width: 244px;
	height: 59px;
}
#language {
	height: 16px;
	position: absolute;
	top: 5px;
	right: 0px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* CONTAINER */
#container {
	background:  url(images/container.gif) repeat-x;

	width: 980px;
	margin: 0 auto;

}

/* LEFT */
#left {
	float: left;

	width: 196px;

}
/* MENU */
#menu {

	width: 196px;
	position: relative;
	bottom: 29px;
}
#menu2{
	background: url(images/menu_li.gif);
	background-repeat: repeat-y;

/*	z-index: 1;*/
}
#menu ul {
	padding: 0;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	padding: 4px 0 4px 24px;
	background: url(images/li_bgr.gif) no-repeat 10px 0;

}
#menu li li {
	background-image: url(images/bgr.gif);
	list-style-type: none;
}
#menu a {
	color: #3E3E3E;
	display: block;
	text-decoration: none;
	padding-left: 
}
#menu span {
	text-decoration: underline;
	color: #3E3E3E;
}
#menu a:hover {
	text-decoration: underline;
	color: #486EB5;
}

/* CONTENT */
#content {
	float: left;
	/*margin-right: 1px;*/
	min-height: 250px;
	_height: 250px;
	width: 588px;
}
#info {
	background: url(images/info.gif) repeat-x;
	position: relative;
	height: 44px;
}
#navi {
	color: #3D3D3D;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.7em 0 0 0;
	margin-left: 17px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #3D3D3D;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 195px;
}



/* BOXES */
.leftbox, .rightbox {
	background: url(images/box_mini.gif) no-repeat bottom;
	
}
#left a, #right a {
	color: #486EB5;
	
}


.rb_1{
	background: #D6DFE4 url(images/rb1_bgr.jpg) repeat-y;
	margin-bottom: 3px;
}
.rb_2{
	background: #D7D7D7 url(images/rb2_bgr.jpg) repeat-y;
	margin-top: 3px;
}


.lb_1{
	background: #D7D7D7 url(images/lb1_bgr.jpg) repeat-y;
	width: 195px;
	margin-bottom: 3px;
}
.lb_2{
	background: #D6DFE4 url(images/lb2_bgr.jpg) repeat-y;
	width: 195px;
	margin-top: 3px;
}
.lb_3{
	background: #E0E0E0 url(images/lb3_bgr.jpg) repeat-y;
	width: 195px;
	margin-top: 3px;
}

/* UREDNI DESKA */
#ur_deska ul {
	padding-left: 20px;
}
#ur_deska form {
	display: inline;
}
.admin_ur_deska_items {
	border: 1px solid red;
}
.ur_deska_kat table, .ur_deska_nokat table {
	width: 680px;
}


/* FOOTER */
#footer {
	background: #829BCC url(images/footer.gif) repeat-x;
	font-size: 88%;
	width: 980px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}

/* LOGIN */
#login {
	background: #E6E6E6;
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 15px 0;
}
#login table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 350px;
}
#login td {
	padding: 3px 0;
}
#login label {
	display: block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#login input {
	width: 180px;
}
#login .btn {
	text-align: left;
}
#login .btn input {
	width: auto;
}
.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error{
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
