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

a {
	color: #037c38;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff;
	color:#565555;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color:#416e95;
	font-weight: normal;
}
img {
	border:0 solid #a6bacd;
}

/* BOX */
#box {
	font:70%/1.4em Verdana, Arial, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height:288px;
	position: relative;
	width:980px;
}
#header h1 {
	background:url(images/header_h1.jpg) no-repeat top right;
	width:490px;
	height:288px;
	padding: 0;
	position: absolute;
	left: 0;
	border:0;
	margin:0;
}
#header a.logo{
	display:block;
	position:absolute;
	top:53px;
	left:0;
	width:175px;
	height:76px;
}
#banner{
	width:980px;
	height:240px;
	position:absolute;
	top:38px;
	left:0;
}
#banner p, #banner a{
	display:none;
}

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

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width:196px;
	margin-left: 5px;
	padding-bottom:10px;
}

/* MENU */
#menu_nad{
	width:196px;
	background:#237a46 url(images/menu_nad_top.gif) no-repeat top;
}
#menu_nad span{
	display:block;
	font-size:1.2em;
	color:#fff;
	font-weight: bold;
	padding:8px 15px;
}
#menu {
	width:196px;
	background:#479e6b url(images/menu_btm.gif) no-repeat bottom;
	margin-bottom: 10px;
}
#menu ul {
	width:196px;
	padding:11px 0;
}
#menu ul ul{
	padding:0;
}
#menu li {
	list-style-type: none;
}
#menu li a, #menu li span {
	color:#fff;
	display: block;
	text-decoration: none;
	padding:6px 15px 6px 30px;
	background:url(images/menu_li.gif) no-repeat 15px center;
	font-size:105%;
}
#menu li span {
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	padding-left: 34px;
	background:none;
}
#menu li li li a, #menu li li li span {
	padding-left: 43px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 52px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 61px;
}
#menu a:hover {
	text-decoration: underline;
	color: #fff3c3;
}
#menu_top{
	position:absolute;
	width:780px;
	height:32px;
	top:0;
	left:200px;
	overflow:hidden;
}
#menu_top ul{
	height:32px;
}
#menu_top li{
	list-style-type:none;
	height:32px;
	padding:0 20px;
	float:left;
}
#menu_top li.sel{
	background:#f76e27;
}
#menu_top li a, #menu_top li span{
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	margin-top:8px;
	font-size:1.1em;
	display:block;
}
#menu_top li a:hover{
	color:#fff3c3;
}

/* CONTENT */
#content {
	float: left;
	width:583px;
	min-height: 260px;
	padding-bottom:10px;
}
#info {
	position: relative;
	height:28px;
}
#navi {
	color:#455f79;
	font-size:90%;
	padding:7px 40px 5px 10px;
	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:#455f79;
}
#language {
	height: 16px;
	position: absolute;
	top:44px;
	left:895px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;
	padding-bottom:10px;	
}

/* BOXES */
.leftbox, .rightbox{
	width:196px;
	color:#000;
}
.leftbox h3.access, .rightbox h3.access{
	position:relative;
	left:0;
	width:166px;
	height:auto;
	font-size:1.3em;
	margin-left:15px;
	margin-right:15px;
	display:block;
}
.leftbox h3.access span:after, .rightbox h3.access span:after{
	content:':';
}

/* FOOTER */
#footer {
	font-size:88%;
	width:980px;
}
#footer p {
	color:#767676;
	padding:0 10px;
}
#footer_left p{
	padding-top:6px;
}
#footer img {
	float: left;
	margin:0 5px;
}
#footer_left, #footer_right {
	float: left;
	padding:7px 0 8px 0;
	width:490px;
}
#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;
}





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