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

a {
	color: #1178DE;
}
a:hover {
	text-decoration: none;
}
body {
	background: #dbe2ed;
	color: #3E3E3E;
	text-align: center;
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #8e452b;
	font-weight: normal;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color: #304612;
}
img {
	border: 0 solid #E8AE13;
}
#left img {
	border-color: #826229;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 222px;
	position: relative;
	width: 766px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 403px;
	height: 222px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:72px;
	left:531px;
	width:181px;
	height:81px;
}

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

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 196px;
	margin-left: 3px;
	margin-bottom: 3px;
	display: inline;
}
/* MENU */
#menu {
	width: 194px;
	overflow: hidden;
	margin-bottom: 2px;
	border: 1px solid #949494;
	border-top: none;
	background: #d3dce3 url(images/menu_bkg.gif) repeat-x top;
}
#menu ul {
	padding: 10px 0 20px 0;
	width: 196px;
}
#menu ul ul {
	padding: 0;
	background: none;
	width: auto;
}
#menu li {
	background:  url(images/menu_li.gif) no-repeat 12px 12px;
}
#menu li li {
	background: none;
	list-style-type: none;
}
#menu li a {
	color: #3d3d3d;
	display: block;
	text-decoration: none;
	padding: 6px 25px 8px 30px;
}
#menu li span {
	text-decoration: underline;
	color: #413932;
	display: block;
	padding: 6px 25px 8px 30px;
}
#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;
}
#menu a:hover {
	text-decoration: underline;
	color: #274685;
}

/* CONTENT */
#content {
	float: left;
	width: 564px;
	position: relative;
	min-height: 350px;
}
#info {
	position: relative;
}
#navi {
	position: relative;
	top: -40px;
	left: 50px;
	width: 460px;
	color: #252525;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0 20px 6px 30px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 13px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#language {
	height: 16px;
	position: absolute;
	top: -174px;
	right: 7px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.lb_1 {
	background: #c7e0f9;
	border: 1px solid #a3aeb8;
}
.lb_2, .lb_3 {
	border: 1px solid #bcbcbc;
	margin: 2px 0 2px 0;
}

/* FOOTER */
#footer {
	background: White;
	font-size: 88%;
	width: 764px;
	border: 1px solid #bcbcbc;
	border-top: none;
}
#footer p {
	padding: 0 10px;
}
#footer img {
	float: left;
	margin: 4px 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 12px 0 10px 0;
	width: 370px;
}
#footer_left {
	padding-left: 15px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}

.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;
}
