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

a {
	color: #4A610C;
}
a:hover {
	text-decoration: none;
}
body {
	background: #8E8E8E url(images/body_bgr.jpg);
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4A610C;
	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/container_bgr.gif) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 3px auto;
	text-align: left;
	width: 978px;
	border: 3px solid #480906;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 174px;
	position: relative;
	width: 978px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 438px;
	height: 174px;
	padding: 0;
	position: absolute;
		left: 0;
		/*top: 200px;*/
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 52px;
		left: 95px;
	width: 255px;
	height: 48px;
}
#language {
	height: 16px;
	position: absolute;
	top: 2px;
	right: 0px;

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

/* CONTAINER */
#container {
	background: url(images/container2_bgr.jpg) no-repeat 197px 100%;
	width: 978px;
	margin: 0 auto;
}
#container2 {
	background: url(images/box_r_empty_bottom.gif) no-repeat bottom right;
	width: 978px;
	margin: 0 auto;
}
/* LEFT */
#left{
	float: left;
	width: 196px;
	background: #fff;
}
/* MENU */
#menu {
	background:  url(images/menu_bgr.jpg) no-repeat;
	width: 196px;
}
#menu2x{
	background: url(images/menu_bgr2.jpg) repeat-y;
	background-repeat: repeat-y;
}
#menu_konec{
	background: url(images/menu_konec.jpg) no-repeat bottom;
	height: 10px;
	/*margin-bottom: 0;
	padding-bottom: 0;*/
}
#menu ul {
	padding: 0;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	padding: 4px 8px 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: #FFF;
	display: block;
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
	color: #fff;
}
#menu a:hover {
	text-decoration: underline;
	color: #FFFCDE;
}

/* CONTENT */
#content {
	float: left;
	/*margin-right: 1px;*/
	min-height: 250px;
	_height: 250px;
	width: 588px;
}
#info{
	background:url(images/navi_bgr.jpg) no-repeat right;
	position:relative;
	min-height:40px;
}
#navi {
	color: #3D3D3D;
	font-size: 88%;
	letter-spacing: 1px;
	padding:0.7em 50px 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: 194px;
	background: #fff url(images/box_r_empty.gif) no-repeat 1px bottom;
	padding-bottom: 9px;
	position: relative;
	bottom: 25px;
}

/* BOXES */
.rb_1{
	background: #eee;
	margin-bottom: 3px;
	border: 1px solid #878F99;
}
.rb_2{
	background: #EBECDE;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #959F78;	
}
.lb_1{
	background: #eee;
	width: 193px;
	margin-bottom: 3px;
	margin-top: 3px;
	border: 1px solid #878F99;
}
.lb_2{
	background: #EBECDE;
	width: 193px;
	margin-bottom: 3px;
	margin-top: 3px;
	border: 1px solid #959F78;	
}

/* FOOTER */
#footer {
	background: #671E1B;
	font-size: 88%;
	width: 978px;
}
#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: 489px;
}
#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;
}
.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;
}
.required{
	background:#fff url(images/required.gif) top right no-repeat;
}
.invalid{
	background:#fff url(images/invalid.gif) top right no-repeat;
}


