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

a{
	color:#e4491b;
}
a:hover {
	text-decoration: none;
}
html{
	height:100%;
}
body{
	color:#000;
	background:#e4491b url(images/box.gif) repeat-y 220px 0;
	min-height:100%;
	font:80% Arial, Helvetica, sans-serif;
	position:relative;
}
h1, h2, h3, h4, h5, h6{
	color:#538995;
}
#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 #e4491b;
}

/* BOX */
#box{
	text-align: left;
	width:1010px;
}

/* HEADER */
#header_out{
	width:100%;
	height:131px;
	background:url(images/body.gif) repeat-x top;
}
#header{
	background:url(images/header.jpg) no-repeat right;
	position: relative;
	width:1010px;
	height:131px;
}
#header h1{
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width:505px;
	height:131px;
	left: 0;
	padding: 0;
}
#header a.logo{
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width:633px;
	height:57px;
	top:20px;
	left:42px;
}

/* CONTAINER */
#container {
	width:1010px;
}

/* LEFT */
#left{
	float: left;
	width:220px;
	padding-top:50px;
	overflow: hidden;
	background:url(images/left.jpg) no-repeat top right;
	min-height:541px;
}

/* MENU */
#menu{
	width:185px;
	padding-bottom:20px;
}
#menu ul{
	width:185px;
}
#menu ul ul{
	border-top:1px solid #000;
}
#menu li{
	border-bottom:1px solid #000;
	list-style-type:none;
}
#menu ul.root ul li.last{
	border:none;
}
#menu li a, #menu li span{
	color:#000;
	display: block;
	text-decoration: none;
	padding:6px 10px 6px 20px;
	margin-left:20px;
	text-transform:uppercase;
}
#menu li span, #menu li a:hover{
	text-decoration: underline;
}
#menu li.sel a, #menu li.sel span{
	background:url(images/menu_li_sel.gif) no-repeat 4px center;
}
#menu li.sel li a, #menu li.sel li span{
	background:none;
}
#menu li li a, #menu li li span{
	padding-left:30px;
}
#menu li li li a, #menu li li li span{
	padding-left:40px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:50px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:60px;
}

/* CONTENT */
#content{
	float: left;
	width:587px;
	background: url(images/content.jpg) no-repeat top left;
	padding-top:124px;
}

#info{
	position: relative;
}
#navi{
	color:#2e494f;
	font-size: 88%;
	letter-spacing: 1px;
	padding:5px 120px 0 20px;
	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:#2e494f;
}
#language{
	height: 16px;
	position: absolute;
	top:5px;
	right:15px;

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


/* RIGHT */
#right{
	float: left;
	width:203px;	
	background:url(images/right.jpg) no-repeat top left;	
	overflow: hidden;
	min-height:613px;
}

/* BOXES */
.leftbox{
	width:220px;
	margin:12px 0;
}
.rightbox{
	width:203px;
	margin-bottom:24px;
}
#right .rightbox h3.access{
	position:relative;
	left:0;
	width:203px;
	height:auto;
	color:#ffdfac; 
	text-align: right;
}
.rightbox h3.access span{
	padding:0 10px;
}
.leftbox a, .rightbox a{
	color:#000;
}

/* FOOTER */
#footer_false{
	width:100%;
	height:102px;
}
#footer_out{
	width:100%;
	height:102px;
	background:url(images/footer_out.jpg) repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}
#footer{
	background:url(images/footer.png) no-repeat 220px 0;
	font-size:88%;
	width:1010px;
}
#footer p{
	padding: 0 10px;
}
#footer a{
	color:#000;
	font-weight: bold;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right{
	float: left;
	padding:25px 0 13px 0;
	width:505px;
}
#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;
}
