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

a{
	color:#910b17;
}
a:focus, a:active{
	outline:none;
}
a:hover{
	text-decoration:none;
}
body{
	background:#fff url(images/body.gif) repeat-x top;
	color:#3b3016;
	text-align:center;
	font:80% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color:#826229;
}
#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:#3b3016;
}
img{
	border:0 solid #ab9d7b;
}

/* BOX */
#box{
	margin:0 auto;
	text-align:left;
	width:982px;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:303px;
	position:relative;
	width:982px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:491px;
	height:303px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:28px;
	left:37px;
	width:207px;
	height:41px;
}

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

/* LEFT */
#left{
	float:left;
	width:216px;
	position:relative;
}

/* MENU */
#menu_out{
	width:216px;
	background:url(images/menu_bkg.gif) repeat-y;
	border-bottom:1px solid #ab9d7b;
	margin-bottom: 15px;
}
#menu{
	width:216px;
	overflow: hidden;
	padding:20px 0 10px 0;
	background:url(images/menu.jpg) no-repeat top;
}
#menu ul{
	width:214px;
	margin-left: 1px;
	background:url(images/menu_li.gif) no-repeat bottom;
	padding-bottom:9px;
}
#menu ul ul{
	background:#cec4af url(images/menu_ulul.gif) no-repeat top;
	padding:0;
	margin:0;
}
#menu ul ul ul{
	background:none;
}
#menu li{
	list-style-type:none;
	background:url(images/menu_li.gif) no-repeat top;
}
#menu li li{
	background:none;
}
#menu ul.root li:first-child{
	background:none;
}
#menu ul ul li.last{
	background:url(images/menu_ulli.gif) no-repeat bottom;
}
#menu ul ul ul li.last{
	background:none;
}
#menu li a, #menu li span{
	color:#3b3016;
	display:block;
	padding:6px 15px 6px 20px;
	text-decoration:none;
	background:url(images/menu_a.gif) no-repeat bottom;
}
#menu li li a, #menu li li span{
	padding-left:35px;
	background:none;
}
#menu li li li a, #menu li li li span{
	padding-left:44px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:53px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:62px;
}
#menu li a:hover{
	color:#910b17;
	background:url(images/menu_li_h.gif) no-repeat top;
}
#menu li li a:hover{
	background-position:0 -1px;
}
#menu li span{
	text-decoration:underline;
}
#menu_top{
	width:318px;
	height:59px;
	overflow:hidden;
	text-align:left;
	position:absolute;
	top:0;
	left:310px;
}
#menu_top ul{
	list-style-type:none;
}
#menu_top li{
	float:left;
	height:59px;
	background:url(images/menu_top_li.png) no-repeat right;
	width:106px;
}
#menu_top li a, #menu_top li span{
	display:block;
	color:#910b17;
	padding:15px 20px 0 15px;
	text-decoration:none;
	width:71px;
}

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

#info{
	width:547px;
	position:relative;
	height:28px;
}
#navi{
	color:#eeeae3;
	letter-spacing:1px;
	padding:5px 0;
	font-size:80%;
	margin:0 10px;
	width:760px;
	position:absolute;
}
#navi li{
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right:11px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a{
	color:#eeeae3;
}
#language{
	height: 14px;
	position: absolute;
	top:90px;
	right:6px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right{
	float:left;
	width:219px;
	padding-top:30px;
	background:url(images/right_top.gif) no-repeat top;
	position:relative;
}

/* BOXES */
.leftbox{
	width:216px;
}
.rightbox{
	width:219px;
}
.leftbox a, .rightbox a{
	color:#826229;
}
#left .leftbox h3.access, #right .rightbox h3.access{
	width:216px;
	height:auto;
	position:relative;
	left:0;
	color:#910b17;
	background:url(images/lb_h3.jpg) no-repeat bottom left;
	text-align:right;
	font-weight: normal;
	padding-top:15px;
}
#right .rightbox h3.access{
	width:219px;
	background-image:url(images/rb_h3.jpg);
	text-align:left;
}
.leftbox h3.access span{
	padding:0 10px 0 66px;
	display:block;
}
.rightbox h3.access span{
	padding:0 66px 0 10px;
	display:block;
}
#fulltext_mini{
	position:absolute;
	top:-290px;
	width:219px;
}
#left #fulltext_mini{
	left:720px;
}
#right #fulltext_mini{
	left:-10px;
}
#fulltext_mini h3.access{
	display:none;
}
/* FOOTER */
#footer_out{
	width:100%;
	background:#3e3524 url(images/footer_out.gif) repeat-x top;
	height:75px;
}
#footer{
	width:982px;
	height:75px;
	text-align: left;
	background:url(images/footer.jpg) no-repeat top;
	font-size: 85%;
	margin:0 auto;
}
#footer p{
	padding:0 10px;
	color:#ac9c7b;
}
#footer_left a{
	color:#ac9c7b;
}
#footer_right a{
	color:#b6944b;
}
#footer img {
	float: left;
	margin:3px 10px;
}
#footer_left, #footer_right{
	float: left;
	padding-top:30px;
	width:491px;
}
#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;
}