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

a {
	color: #800000;
}
a:hover {
	text-decoration: none;
}
body {
	background: #d2d0ba url(images/body.jpg) repeat-x top;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #800000;
	font-family: "Times New Roman", Times, serif;
}
#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: #d2d0ba;
}
img {
	border: 0 solid #fff;
}

/* BOX */
#box {
	text-align: left;
	width: 976px;
	background: url(images/box.gif) repeat-y left;
	margin: 0 auto;
	font: 90% "Times New Roman", Times, serif;
	position: relative;
}
#box_kus {
	position: absolute;
	top: 0;
	/*right: -49px;*/
	left: 976px;
	width: 49px;
	height: 254px;
	background: url(images/box_kus.jpg) no-repeat;
}
/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	position: relative;
	width: 976px;
	height: 279px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 488px;
	height: 279px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 233px;
	height: 184px;
	top: 12px;
	right: 18px;
}

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

/* LEFT */
#left {
	float: left;
	width: 193px;
	padding-left: 1px;
	overflow: hidden;
	background: url(images/left_top.gif) repeat-x top;
}

/* MENU */
#menu {
	background: #800000 url(images/menu_top.jpg) no-repeat right top;
	padding-top: 50px;
	width: 193px;
	min-height: 140px;
}
#menu ul {
	width: 193px;
}
#menu ul ul {
	background: url(images/menu_line.gif) no-repeat bottom right;
}
#menu li.last ul {
	background-position: top;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_li.gif) no-repeat 12px 11px;
}
#menu li:hover {
	background-image: url(images/menu_li2.gif);
}
#menu li a, #menu li span {
	color: #fff;
	display: block;
	padding: 4px 10px 6px 30px;
	background: url(images/menu_line.gif) no-repeat bottom right;
}
#menu li span {
	color: #ffc000;
	font-weight: bold;
}
#menu li li, #menu li li:hover {
	background-image: none;
}
#menu li.last a, #menu li.last span {
	background: none;
}
#menu li li a, #menu li li span {
	padding-left: 35px;
}
#menu li li li a, #menu li li li span {
	padding-left: 44px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 53px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left: 62px;
}
#menu_btm {
	width: 193px;
	height: 15px;
	background: url(images/menu_btm.gif) no-repeat;
	font-size: 1px;
	margin-bottom: 24px;
}

/* CONTENT */
#content {
	float: left;
	width: 589px;
	min-height: 325px;
	padding-top: 1em;
	background: url(images/content.jpg) no-repeat top;
}
#info {
	position: relative;
	height: 30px;
	width: 976px;
	background: url(images/info.gif) repeat-x;
}
#navi {
	color: #212121;
	font-size: 80%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin: 0 30px;
}
#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: #212121;
}
#right_lang {
	height: 46px;
	width: 193px;
	background: url(images/right_top.gif);
	position: relative;
	margin-bottom: 24px;
}
#language {
	position: absolute;
	height: 14px;
	right: 10px;
	top: 15px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 193px;	
	position: relative;
	background: url(images/left_top.gif) repeat-x top;
}

/* BOXES */
.leftbox, .rightbox {
	width: 193px;
	background: #a19f8a url(images/lb_top.gif) no-repeat top;
	margin-bottom: 24px;
	color: #000;
}
.leftbox h3.access, .rightbox h3.access {
	width: 193px;
	height: auto;
	background: url(images/lb_h3access.jpg) no-repeat bottom;
	font: 1.1em Arial, Helvetica, sans-serif;
	position: relative;
	left: 0;
}
.leftbox h3.access span, .rightbox h3.access span {
	font-weight: bold;
	padding: 0 10px 7px 13px;
	display: block;
}
.leftbox .btm, .rightbox .btm {
	width: 193px;
	height: 14px;
	font-size: 1px;
	background: url(images/lb_btm.gif) top;
}

/* FOOTER */
#footer {
	font-size: 88%;
	width: 976px;
	font-size: 75%;
	background: #d2d0ba;
	text-align: center;
	padding-top: 15px;
	font: 75% Arial, Helvetica, sans-serif;
}
#footer p {
	color: #8e8162;
	padding: 3px 10px;
}
#footer a {
	color: #8e8162;
}
#footer_top, #footer_bottom {
	float: left;
	width: 976px;
}

/* 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;
}










