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

a {
	color: #f1761c;
}
a:hover {
	text-decoration: none;
}
body {
	color: #3e3e3e;
	padding-bottom: 15px;
	font:80% Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #006014;
	font-weight: normal;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color:#000;
}
img {
	border: 0 solid #a1a1a1;
}

/* BOX */
#box {
	background:url(images/box.gif) repeat-y left;
	margin: 0 auto;
	text-align: left;
	width: 986px;
	position: relative;	
}
#box_kus{
	position:absolute;
	width:4px;
	height:207px;
	right:-4px;
	top:51px;
	background:url(images/box_kus.gif);
}
/* HEADER */
#header {
	background:url(images/header.jpg) no-repeat right;
	position: relative;
	width: 986px;
	height: 258px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width:493px;
	height: 258px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width:230px;
	height:26px;
	top:26px;
	left:660px;
}

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

/* LEFT */
#left {
	float: left;
	width:200px;
	padding-top:122px;
	min-height:250px;
	overflow: hidden;
	background:url(images/left_top.jpg) no-repeat top;
}

/* MENU */
#menu {
	width:200px;
	margin-bottom:15px;
}
#menu ul {
	width:200px;
}
#menu li {
	list-style-type:none;
}
#menu li a, #menu li span {
	background:#41759a url(images/menu_li.gif) no-repeat 16px bottom;
	color: #fff;
	display: block;
	text-decoration: none;
	padding:5px 10px;
	text-transform:uppercase;
}
#menu li span, #menu a:hover{
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	background-color:transparent;
	padding-left:35px;
	color:#000;
	text-transform:none;
}
#menu li li li a, #menu li li li span {
	padding-left:45px;
}
#menu li li li li a, #menu li li li li span {
	padding-left:55px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left:65px;
}

/* CONTENT */
#content {
	float: left;
	width:589px;
	background: url(images/content.gif) no-repeat top right;
}
#info {
	position: relative;
	width:589px;		
	margin:0 15px 10px 13px;
}
#navi {
	color: #41759a;
	font-size: 88%;
	letter-spacing: 1px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right:9px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #41759a;
}
#language {
	height: 16px;
	position: absolute;
	top:230px;
	left:215px;
	border-right:1px solid #d5d5d5;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 197px;	
	background:url(images/right_top.gif) no-repeat top;
	overflow: hidden;
	padding-top:10px;
}

/* BOXES */
.leftbox{
	width:200px;
	margin-bottom:15px;
	color:#000;
}
.rightbox{
	width:197px;
	margin-bottom:15px;
}

/* FOOTER */
#footer {
	background: #fff;
	font-size:90%;
	width:986px;
}
#footer p {
	padding: 0 10px;
}
#footer a {
	color: #799cb5;
}
#footer img {
	float: left;
	margin:3px 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 9px 0 13px 0;
	width:493px;
}
#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: 460px;
	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;
}
