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

@import url(modules.css);

a {
	color: #D66A00;
}
a:hover {
	text-decoration: none;
}
body {
	background: White;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #943B00;
}
img {
	border: 0 solid #D66A00;
}

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

/* CONTAINER */
.container_cleaner {
	background: White;
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 150px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 150px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 0;
		left: 673px;
	width: 296px;
	height: 85px;
}

/* LEFT */
#left {
	background: #ECF4FB url(images/menu.jpg) no-repeat;
	float: left;
	overflow: hidden;
	width: 196px;
}
/* MENU */
#menu {
	background: url(images/box_1_bg.gif) no-repeat bottom;
}
#menu ul {
	padding: 80px 16px 16px 16px;
}
#menu ul ul {
	padding: 0 0 0 8px;
}
#menu li {
	padding: 0.3em 0;
}
#menu a, #menu span {
	background: url(images/bullet.gif) no-repeat 0 0.3em;
	color: #3E3E3E;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}
#menu li li a, #menu li li span {
	background-image: url(images/bullet2.gif);
}
#menu span {
	text-decoration: underline;
}
#menu a:hover {
	color: #D66A00;
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
}
#info {
	background: #DAE2EA url(images/info.gif) repeat-x;
	border-top: 2px solid White;
	border-bottom: 1px solid #A0B6CC;
	margin-left: 2px;
	position: relative;
	width: 584px;
}
#info .cleaner {
	background: #C3D1DE;
	border-bottom: 2px solid #DCE3EB;
}
#navi {
	color: #175785;
	font-size: 88%;
	letter-spacing: 1px;
	margin-left: 15px;
	padding: 8px 0 4px 0;
	width: 460px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 9px;
	padding-right: 14px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #175785;
}
#language {
	height: 16px;
	position: absolute;
		right: 7px;
		top: 8px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	background: #ECF4FB;
	float: left;
	overflow: hidden;
	width: 196px;
}

/* BOXES */
.lb_1, .rb_2 {
	background: #E3E5EB url(images/box_2_bg.gif) no-repeat bottom;
}
.lb_2, .rb_1 {
	background: url(images/box_1_bg.gif) no-repeat bottom;
}
#fulltext_mini {
	
}

/* FOOTER */
#footer {
	background: url(images/footer.jpg) repeat-y;
	font-size: 88%;
	width: 980px;
}
#footer_bg {
	background: url(images/footer_bg.gif) no-repeat bottom right;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
	width: 470px;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.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;
}