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

a {
	color: #9a6400;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff url(images/body.gif) repeat-x top;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4c1200;
	font-family: "Times New Roman", Times, serif;
}
#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: #000;
}
img {
	border: 0 solid #4c1200;
}

/* BOX */
#box {
	background: #f1f1f1;
	font: 80%   Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	position: relative;
}

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 258px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 468px;
	height: 258px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 55px;
		left: 29px;
	width: 212px;
	height: 52px;
}

/* CONTAINER */

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

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 196px;
	background: url(images/menu.gif) no-repeat top left;
	margin-bottom: 250px;
	padding-top: 50px;
}

/* MENU */
#menu {
	background: url(images/leftbox.gif) no-repeat bottom;
	width: 196px;
	overflow: hidden;
	padding-bottom: 20px;
	font-size: 95%;
}
#menu li {
	list-style-type: none;
}
#menu span {
	text-decoration: underline;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	color: #0070b8;
	text-decoration: underline;
}
#menu li a, #menu li span {
	color: #3e3e3e;
	display: block;
	background:  url(images/menu_li.gif) no-repeat 12px center;
	padding: 6px 25px 8px 30px;
}
#menu li li a, #menu li li span {
	padding-left: 40px;
	background: none;
}
#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;
}

#info {
	position: relative;
	width: 588px;
	height: 28px;
	float: left;
}
#navi {
	color: #4c1200;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 4px 0 12px 0;
	width: 580px;
	font: 80% Arial, Helvetica, sans-serif;	
}
#navi li {
	background: url(images/navi.gif) no-repeat right 9px;
	display: inline;
	margin-right: 8px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #4c1200;
}
#language {
	height: 16px;
	position: absolute;
	top: 235px;
	right: 0;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 196px;	
	position: relative;
}

/* BOXES */
.leftbox, .rightbox {
	background: url(images/leftbox.gif) no-repeat bottom left;
	width: 196px;
	position: relative;
}
.leftbox h3.access, .rightbox h3.access {
	color: #9a6400 !important;
	position: relative;
	top: 0;
	left: 0;
	width: 196px;
	height: 1.5em;
	font-size: 1.2em;
}
.leftbox h3.access span, .rightbox h3.access span {
	padding-left: 10px;
}

/* FOOTER */
#footer {
	width: 980px;
	font: 70% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: left;
}
#footer p {
	padding: 0 10px;
}
#footer a {
	color: #0070b8;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 13px 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: 400px;
	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;
}
