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

a {
	color: #a14200;
}
a:hover {
	text-decoration: none;
}
body {
	background-color: #fff;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #650000;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial,  sans-serif;
	color: #2c281c;
}
img {
	border: 0 solid #ada177;
}

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

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	position: relative;
	width: 986px;
	height: 191px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 489px;
	height: 191px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 350px;
	height: 56px;
	top: 96px;
	left: 189px;
}

/* CONTAINER */
#container {
	width: 986px;
	background:  url(images/container.jpg) no-repeat bottom right;
	padding-bottom: 4px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 201px;	
}

/* MENU */
#menu {
	background: #650000 url(images/menu_top.jpg) no-repeat top;
	position: relative;	
	margin: 0 2px 2px 3px;
	width: 196px;
	padding: 87px 0 34px 0;
}
#menu a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
	color: #f1d470;
}
#menu span {
	color: #fff;
	text-decoration: underline;
	display: block;
}
#menu li a, #menu li span {
	background: transparent url(images/menu_li.gif) no-repeat 10px center;
	line-height: 1.5em;
	padding: 3px 10px 3px 25px;
	_width: 161px;
}
#menu li li a, #menu li li span {
	background: none;
	padding-left: 35px;
	_width: 151px;
}
#menu li li li a, #menu li li li span {
	padding-left: 44px;
	_width: 140px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 53px;
	_width: 129px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left: 62px;
	_width: 118px;
}

/* CONTENT */
#content {
	float: left;
	width: 584px;
	min-height: 325px;
	_height: 325px;
	background: url(images/content.gif) no-repeat top right;
}

#info {
	position: relative;
	height: 31px;
	top: -183px;
}
#navi {
	color: #7d2b00;
	font-size: 88%;
	letter-spacing: 1px;
	text-align: left;
}
#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: #7d2b00;
}
#language {
	height: 16px;
	position: absolute;
	right: -195px;
	top: 0;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}





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

/* BOXES */
.rb_1, .rb_2, .rb_3 {
	width: 196px;
	margin: 0 3px 1px 2px;
}
.lb_1, .lb_2 {
	width: 196px;
	margin: 0 2px 1px 3px;
}
.rb_1 {
	background-color: #b28852;
	color: #fff;
}
.rb_1 #fulltext_mini {
	background-color: #a14200;
	border: 1px solid #d9cfac;
	border-top: none;
}
.rb_2, .rb_3 {
	background-color: #d9cfac;
}
.lb_1 {
	background-color: #d9cfac;
}
.lb_2 {
	background-color: #b28852;
	color: #fff;
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat;
	margin: 0 auto;	
	width: 986px;
	font-size: 90%;
	height: 54px;
}
#footer p {
	color: #FFF;
	padding: 0 10px;
}
#footer a {
	color: #FFF1a3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding-top: 11px;
	width: 488px;
}
#footer_right {
	text-align: right;
}


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


