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

a {
	color: #49512c;
}
a:hover {
	text-decoration: none;
}
body{
	background: #272a1a;
	color: #000;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #5c2d00;
	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: #21230e;
}
img {
	border: 0 solid #fff;
}

/* BOX */
#box {
	font: 80% Tahoma, Arial, Verdana, sans-serif;
	width: 980px;
	text-align: left;
	background: url(images/box.gif) repeat-y left;
	margin: 0 auto;
	position: relative;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 275px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 275px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 72px;
	left: 307px;
	width: 184px;
	height: 66px;
}
#box_kus {
	position: absolute;
	left: 980px;
	top: 81px;
	width: 12px;
	height: 148px;
	background: url(images/box_kus.gif) no-repeat;
}

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

/* LEFT */
#left {
	float: left;
	width: 195px;
	margin-bottom: 40px;
}

/* MENU */
#menu {
	width: 195px;
	overflow: hidden;
	padding-top: 5px;
}
#menu ul {
	padding: 0;
	width: 195px;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_li.gif) no-repeat 12px 7px;
}
#menu li li {
	background: none;
}
#menu li a, #menu li span {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 6px 5px 6px 30px;
	overflow: hidden;
	font-weight: bold;
}
#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 a:hover, #menu li span {
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 590px;
	background: url(images/content.gif) no-repeat top;
	min-height: 350px;
}
#info {
	position: relative;
}
#navi {
	font-size: 80%;
	letter-spacing: 1px;
	padding: 5px 20px 10px 35px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right 4px;
	display: inline;
	margin-right: 8px;
	padding-right: 13px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #000;
}
#language {
	height: 16px;
	width: 120px;
	position: absolute;
	top: -270px;
	left: 710px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 195px;	
}

/* BOXES */
.leftbox, .rightbox{
	width: 195px;
	padding-bottom: 15px;
}
.leftbox {
	background: url(images/lb.gif) no-repeat bottom;
}
.rightbox {
	background: url(images/rb.gif) no-repeat bottom;
}
#left div.last, #right div.last {
	background: none;
}
#fulltext_mini h3.access {
	position: relative;
	left: 0;
	width: 195px;
	height: auto;
	color: #3c3e2b;
	font-size: 1em;
	font-weight: bold;
}

/* FOOTER */
#footer {
	font-size: 88%;
	width: 980px;
	overflow: hidden;
	background: #272a1a url(images/footer.gif) repeat-x top;
}
#footer p {
	padding: 0 10px;
	color: #fff;
}
#footer a {
	color: #74bb18;
}
#footer img {
	float: left;
	margin: 0 10px 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 30px 0 8px 0;
	width: 490px;
	text-align: left;
}
#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;
}
.status_info {
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 35px 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: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}


