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

@import url(modules.css);

a {
	color: #4884c1;
}
a:hover {
	text-decoration: none;
}
body {
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #653d0a;
	}
#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:white url(images/box.gif) repeat-y left;
	font: 80%   Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	position: relative;	
}
#box_kus{
	width: 8px;
	height: 60px;
	position: absolute;
	left: -8px;
	top: 132px;
	background: url(images/box_kus.jpg);
}


/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	position: relative;
	width: 980px;
	height: 210px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 516px;
	height: 210px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 184px;
	height: 119px;
	top: 48px;
	left: 171px;
}

/* CONTAINER */
#container {
	width: 980px;
	border-bottom: 1px solid #8e8e8e;
	background: url(images/container.jpg) no-repeat bottom right;
}

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

/* MENU */
#menu {
	background: #658235 url(images/menu.jpg) no-repeat top left;
	position: relative;	
	margin-bottom: 12px;
	width: 194px;
	padding: 0 0 34px 0;
	border: 1px solid #526e24;
	border-top: none;
}

#menu ul {
	width: 194px;
}
#menu ul ul {
	position: relative;
	top: 0;
	margin: 0;
}
#menu li {
	background:  url(images/menu_li.gif) no-repeat 14px 12px;
}
#menu li li {
	background: none;
	
}
#menu li a, #menu li span {
	background: url(images/menu_a.gif) no-repeat bottom left;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 7px 10px 8px 30px;
}

#menu li span {
	text-decoration: underline;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li li a, #menu li li span {

	padding-left: 40px;
}

#menu li li li a, #menu li li li span {
	padding-left: 50px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 60px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left: 70px;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	/*_width: 590px;*/
	min-height: 325px;
	_height: 325px;
	padding-top: 30px;	
	background: url(images/content.jpg) no-repeat top left;
}


#info {
	position: relative;
	height: 31px;
	/*_margin-left: 3px;*/
	/*background: #ECECEC url(images/info.gif) no-repeat right;*/
			
}
#navi {
	color: #175785;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0 20px 10px 20px;
	text-align: right;
}
#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: #175785;
}
#language {
	height: 16px;
	position: absolute;
	top: 30px;
	right: 15px;

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


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

#right2 {
}
/* BOXES */

.leftbox, .rightbox {
	width: 196px;
	padding-bottom: 10px;
}


/* FOOTER */
#footer {
	background: #fff;
	margin: 0 auto;	
	width: 980px;
	font-size: 90%;
}
#footer p {
	
	padding: 0 10px;
}
#footer a {
	color: #4884c1;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 9px 0 13px 0;
	=padding: 9px 0 11px 0;
	width: 488px;
	
}
#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;
}


#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
