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

@import url(modules.css);

a {
	color: #008def;
}
a:hover {
	text-decoration: none;
}
body {
	background: #474747 /*url(images/body.gif) repeat-y center*/;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #d88d01;
	/*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;
}

/* BOX */
#box {
	background: #fff url(images/box.gif) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 988px;
	position: relative;	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 184px;
	position: relative;
	width: 980px;
}
#left h1 {
	background: url(images/left.jpg) no-repeat;
	width: 205px;
	height: 0;
	padding: 0;
	position: absolute;
	left: 0;
}
#left a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 25px;
		left: 250px;
	width: 328px;
	height: 32px;
	z-index: 4;
}


/* CONTAINER */
#container {
	width: 988px;/*984*/
	background:  url(images/container.jpg) no-repeat left  bottom;
	margin: 0;
}

#flash {
	position:absolute;
	width:190px;
	height:136px;
	top:68px;
	left:355px;
}

/* LEFT */
#left {
	float: left;
	width: 205px;
	background:  url(images/left.jpg) no-repeat top; 
	margin-bottom: 300px;
	position: relative;
	overflow: hidden;
}
/* MENU */

#menu {
	background:  url(images/menu_nazev.gif) no-repeat top left;
	width: 190px;

	margin: 5em 0 3px 10px;
	padding: 40px 0 20px 0;
}	


#menu ul {
	padding: 0;
	width: 196px;
	background:  url(images/menu_top.gif) no-repeat left top;
	padding-bottom: 30px;
}
#menu ul ul {
	padding: 0 10px 0 10px;
	background: none;
	width: auto;


}
#menu li {
	padding: 0 0 0 25px;
	background:  url(images/menu_a.gif) no-repeat 16px 7px;
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
	
}
#menu a {
	color: #d2e5ed;
	display: block;
	text-decoration: none;
	
	
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#menu li li a {
	/*background: none;*/
	padding-left: 0;
}

#menu span {
	text-decoration: underline;
	color: #d2e5ed;
	display: block;
	padding-left: 5px;
	padding-bottom: 10px;

}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;

}

/* CONTENT */
#content {
	float: left;
	min-height: 250px;
	width: 587px;
	background:  url(images/content_top.jpg) no-repeat;
	padding-top: 214px;
	padding-bottom: 60px;
		
}

#info {
	position: relative;
	margin: 0 ;
	
}
#navi {
	color: #e4e4e4;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 8px;
	text-align: left;
	position: relative;
	background: #8a8a8a;
	border-bottom: 1px solid #000;
	
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;
	padding: 6px 16px 3px 0;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #e4e4e4;
}
#language {
	height: 16px;
	width: 150px;
	position: absolute;
	top: -180px;
	right: -200px;

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


/* RIGHT */
#right {
	float: left;
	background:  url(images/right_top.jpg) no-repeat top left;
	padding-top: 245px;
	width: 196px;
	margin-bottom: 40px;
	color: #fff;
}



/* BOXES */

.leftbox{
	width: 194px;
	margin-left: 10px;
	border-bottom: 1px solid #000;
}
.rightbox{
	width: 194px;
	margin-left: 1px;
	border-bottom: 1px solid #000;

}


#fulltext_mini {
	background: #ffcc31 url(images/fulltext_bgr.jpg) no-repeat bottom;
	position: absolute;
	top: 0;
	left: 9px;
	width: 165px;
	padding-bottom: 15px;
	
	
}



/* FOOTER */
#footer {
	background: #2f2f2f  url(images/footer.gif) no-repeat top center;
	
	font-size: 88%;
	width: 979px;
	margin-left: 9px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff1a3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	/*width: 489px;*/
	width: 520px;
	
}
#footer_right {
	text-align: right;
	width: 458px;
}

/* 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;
}
