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

@import url(modules.css);

a {
	color: #562000;
}
a:hover {
	text-decoration: none;
}
body {
	background: #1f0700 url(images/body.gif) repeat-x bottom;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #8e501b;
	}
#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,  sans-serif;
}
img {
	border: 0 solid #ff8b35;
}


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

/* HEADER */
#header {
	background: #572001 url(images/header.jpg) no-repeat right;
	position: relative;
	width: 990px;
	height: 219px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 586px;
	height: 219px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 157px;
	height: 115px;
	top: 31px;
	left: 236px;
}

/* CONTAINER */
#container {
	width: 990px;
	background:  url(images/container.gif) no-repeat bottom;
	position: relative;
	
}

/* INFO */
#info {
	position: relative;
	height: 24px;
	width: 990px;
	overflow: hidden;
	background: #cfc8bb url(images/drobky.jpg) no-repeat;
			
}
#navi {
	color: #3f1700;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 5px 20px 0 320px;
	text-align: right;
	/*margin-right: 250px;*/
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #3f1700;
}
#language {
	height: 16px;
	position: absolute;
	top: -200px;
	left: 15px;

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




/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 199px;
	background:  url(images/left.jpg) no-repeat top left;
	padding-top: 114px;
	padding-bottom: 50px;
}

/* MENU */

#menu {
	background: #cec7b8 url(images/separ.gif) no-repeat bottom;
	position: relative;	
	margin-bottom: 2px;
	width: 181px;
	padding: 0 0 34px 0;
	margin-left: 12px;
	margin-bottom: 8px;
	overflow: hidden;
}

#menu ul {
	width: 181px;
	background: url(images/menu_ul.jpg) no-repeat top right;
}

#menu ul ul {
	padding: 0 3px 0 0;
	background: none;
	width: auto;


}
#menu li {
	padding: 0 0 0 30px;
	background:  url(images/menu_li.gif) no-repeat 14px 6px;
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
	
}
#menu li a {
	color: #170000;
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#menu li li a {
	padding-left: 0;
}

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

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

}




/* CONTENT */
#content {
	float: left;
	width: 590px;
	/*_width: 590px;*/
	min-height: 325px;

	background: url(images/content.jpg) no-repeat top left;
}






/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 201px;	
	background: url(images/right.gif) no-repeat top left;
	padding-bottom: 4px;
	padding-top: 13px;
	margin-bottom: 40px;
	
}
/* BOXES */
.leftbox{
	width: 181px;
	margin-left: 12px;
	background: #CEC7B8 url(images/separ.gif) no-repeat bottom;
	padding-bottom: 30px;
}
.rightbox{
	width: 181px;
	margin-left: 6px;
	background: #CEC7B8 url(images/separ.gif) no-repeat bottom;
	padding-bottom: 30px;
}




/* FOOTER */
#footer {
	background: #1F0700 url(images/footer.jpg) no-repeat top left;
	margin: 0 auto;	
	width: 990px;
	height: 72px;
	overflow: hidden;
	font-size: 90%;
}
#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: 9px 0 13px 0;
	width: 492px;
	
}
#footer_right {
	text-align: right;
}
#footer_right p {
	padding: 0;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.errmsg {
	margin-bottom: 10px;
	color: red;
	text-align: center;
}
.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;
}
