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

a {
	color: #5f6b12;
}
a:hover {
	text-decoration: none;
}
body {
	background: #000 url(images/top.gif) repeat-x top;
	color: #3E3E3E;
	text-align: center;
	padding-top: 31px;
}
h1, h2, h3, h4, h5, h6 {
	color: #8f521e;
}
#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: #281d14;
}
img {
	border: 0 solid #000;
}

/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	font: 85% "Times New Roman", Times, serif;
	margin: 0 auto;
	text-align: left;
	width: 982px;
	position: relative;
}
#box_kus_l {
	width: 12px;
	height: 35px;
	background: url(images/box_kus_l.jpg) no-repeat;
	position: absolute;
	top: 135px;
	left: -12px;
}

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 203px;
	position: relative;
	width: 982px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 492px;
	height: 203px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 53px;
	left: 468px;
	width: 246px;
	height: 60px;
}

/* CONTAINER */
#container {
	width: 982px;
	background: url(images/container.jpg) no-repeat left bottom;
	position: relative;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 196px;
	margin-left: 1px;
}

/* MENU */
#menu {
	background: #5c4735 url(images/menu_top.jpg) no-repeat top left;
	width: 196px;
	overflow: hidden;
	padding-top: 40px;
	min-height: 200px;
}
#menu_btm {
	width: 196px;
	height: 10px;
	background: url(images/menu_btm.gif) no-repeat;
}
#menu a {
	color: #e9e1da;
	display: block;
	text-decoration: none;
}
#menu span {
	color:#fff1b9;
	display:block;
}
#menu span, #menu a:hover {
	text-decoration: underline;
}
#menu ul {
	padding: 10px 0 20px 0;
	width: 196px;
}
#menu ul ul {
	padding: 0;
	width: auto;
}
#menu li {
	background: url(images/menu_li.gif) no-repeat 12px 12px;
}
#menu li li {
	background: url(images/menu_lili.gif) no-repeat 24px 11px;
	list-style-type: none;
}
#menu li a, #menu li span {
	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;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	min-height: 260px;
	background: url(images/content.gif) no-repeat top left;
	margin-bottom: 55px;
}

#info {
	position: relative;
	width: 100%;
	height: 29px;
	background: url(images/info.gif) no-repeat;
}
#navi {
	color: #e5e5e5;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 6px 0 0 15px;
}
#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: #e5e5e5;
}
#language {
	height: 16px;
	position: absolute;
	top: -27px;
	left: 880px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 196px;	
	position: relative;
	border-top: 1px solid #dcdcdc;
}

/* BOXES */
.leftbox {
	background: #b3b7a7 url(images/lb_top.jpg) no-repeat top;
	width: 196px;
	margin-top: 1px;
	position: relative;
}
.leftbox .btm {
	background: url(images/lb_btm.gif) no-repeat;
	width: 196px;
	height: 9px;
}
.rightbox {
	background: #cdb697 url(images/rb_top.jpg) no-repeat;
	width:196px;
	margin-bottom: 1px;
	position: relative;
}
.rightbox .btm {
	width: 196px;
	height: 8px;
	background: url(images/rb_btm.gif) no-repeat;
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
}
.leftbox h3.access span, .rightbox h3.access span {
	font: 80% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e9e1da;
	padding-left: 15px;
}

/* FOOTER */
#footer_big {
	width: 100%;
	background: url(images/footer.gif) repeat-x top;
}
#footer {
	background: url(images/footer2.jpg) no-repeat 512px top;
	font-size: 88%;
	width: 984px;
	margin: 0 auto;
	font: 70% Arial, Helvetica, sans-serif;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff1b9;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 15px 0 11px 0;
	width: 488px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
}

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






