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

a {
	color: #a23c14;
}
a:hover {
	text-decoration: none;
}
body {
	color: #4d4938;
	text-align: center;
	background: #731c13 url(images/body.jpg) repeat-x top;
}
h1, h2, h3, h4, h5, h6 {
	color: #a42d1e;
}
#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: #4d4938;
}
img {
	border: 0 solid #faf8f1;
}

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

/* HEADER */
#header {
	background:	url(images/header.jpg) no-repeat right;
	position: relative;
	width: 993px;
	height: 309px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 496px;
	height: 309px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 365px;
	height: 60px;
	top: 9px;
	left: 50px;
}

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

/* LEFT */
#left {
	float: left;
	width: 206px;
	padding-bottom: 25px;
	overflow: hidden;
}

/* MENU */
#menu {
	position: relative;	
	width: 206px;
	padding: 45px 0 20px 0;
	background: url(images/menu_top.gif) no-repeat 13px 17px;
}
#menu ul {
	width: 206px;
}
#menu li a, #menu li span {
	color: #4d4938;
	display: block;
	text-decoration: none;
	padding: 6px 5px 8px 25px;
}
#menu li span {
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: underline;
	color: #c32e13;
	background: url(images/menu_li_h.gif) no-repeat left;
}
#menu li li a, #menu li li span {
	padding-left: 35px;
}
#menu li li li a, #menu li li li span {
	padding-left: 45px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 55px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left: 65px;
}

/* CONTENT */
#content {
	float: left;
	width: 589px;
	background: url(images/content.gif) no-repeat top;
	min-height: 350px;
}
#info {
	position: relative;
	width: 100%;
}
#navi {
	font-size: 80%;
	letter-spacing: 1px;
	padding: 6px 0 7px 20px;
	text-align: left;
	color: #4d483a;
}
#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: #4d483a;
}
#language {
	height: 16px;
	position: absolute;
	top: -220px;
	right: -190px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 198px;	
	overflow: hidden;
	background: url(images/right_top.gif) no-repeat top;
}

/* BOXES */
.leftbox, .rightbox{
	width: 196px;
	margin-left: 1px;
}
.leftbox {
	margin-left: 8px;
}
.leftbox a, .rightbox a {
	color: #4d4938;
}
.rightbox h3.access, .leftbox h3.access {
	position:relative;
	left:0;
	width: 196px;
	height:auto;
	font-size: 1em;
	background: #d5cb9c;
	text-align: right;
}
.rightbox h3.access {
	text-align: left;
}
.rightbox h3.access span, .leftbox h3.access span {
	padding: 0 8px 0 8px;
	display: block;
	color: #fff;
}

/* FOOTER */
#footer {
	background: #e3dcba url(images/footer.gif) no-repeat 611px 0;
	margin-left: 7px;
	width: 986px;
	height: 64px;
	font-size: 88%;
}
#footer p {
	color: #3f3c2d;	
	padding: 0 10px;
}
#footer a {
	color: #3f3c2d;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 11px 0 13px 0;
	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: 460px;
	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;
}

#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
