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

a{
	color:#762401;
}
a:hover {
	text-decoration: none;
}
body{
	background:#fff;
	color:#1b1b1b;
	text-align: center;
	font:80% Arial, Helvetica, sans-serif;
}
h1{font-size:1.5em;}
h2{font-size:1.4em;}
h3{font-size:1.3em;}
h4{font-size:1.2em;}
h5, h6{font-size:1.1em;}
h1, h2, h3, h4, h5, h6{
	color:#342011;
	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:#1b1b1b;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:0 solid #a29b8e;
}

/* BOX */
#box{
	margin: 0 auto;
	text-align: left;
	width:963px;
	position:relative;
}
#box_top{
	width:50%;
	height:26px;
	background:#cac4b6;
	position:absolute;
	left:-50%;
}
/* HEADER */
#header_out{
	width:100%;
	height:262px;
	background:url(images/header_bkg.jpg) repeat center top;
}
#header{
	background: url(images/header.jpg) no-repeat right;
	height:262px;
	position: relative;
	width:963px;
	margin:0 auto;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width:481px;
	height:262px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo{
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top:8px;
	left:22px;
	width:169px;
	height:169px;
}
#box_kus{
	width:14px;
	height:238px;
	background:url(images/box_kus.png);
	position:absolute;
	right:-14px;
	bottom:0;
}
/* CONTAINER */
#container{
	width:963px;
	background: url(images/container.jpg) no-repeat right bottom;
}
#container2{
	width:767px;
	float:left;
}
/* LEFT */
#left{
	float: left;
	width:198px;
	padding-left:3px;
}

/* MENU */
#menu{
	width:198px;
	overflow: hidden;
	padding: 40px 0 10px 0;
	min-height: 50px;
	background:url(images/menu_top.gif) no-repeat 5px 10px;
}
#menu ul{
	width:198px;
	border-top:1px solid #a49178;
}
#menu ul ul{
	border:none;
}
#menu li{
	list-style-type: none;
	border-bottom:1px solid #a49178;
}
#menu li li{
	border-bottom:none;
	border-top:1px solid #a49178;
}
#menu li a, #menu li span{
	color:#762401;
	display: block;
	margin:2px 0;
	padding:4px 25px 4px 20px;
	background:url(images/menu_li.gif) no-repeat 5px 6px;
	text-decoration:none;
}
#menu li li a, #menu li li span {
	padding-left: 25px;
	background: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 34px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 43px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 52px;
}
#menu li a:hover{
	color:#3a1100;
	background:url(images/menu_li_h.jpg) no-repeat top left;
}
#menu li li a:hover{
	background:url(images/menu_lili_h.jpg) repeat-y left;
}

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

#info{
	width:766px;
	height:26px;
	background:#cac4b6;
	border-right:1px solid #998468;
	position:relative;
}
#navi{
	color:#000;
	letter-spacing: 1px;
	padding:6px 0;
	font-size: 80%;
	margin-left: 8px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 13px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a{
	color:#000;
}
#language{
	height: 14px;
	position: absolute;
	top:42px;
	right:6px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

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

/* BOXES */
.leftbox{
	width:198px;
	margin-bottom:10px;
}
.rightbox{
	width: 196px;
	margin-bottom:10px;
}
#left .leftbox h3.access, #right .rightbox h3.access{
	width:198px;
	height: auto;
	position: relative;
	left: 0;
	font:bold 1.3em "Times New Roman", Times, serif;
	color:#a88f61;
}
.rightbox h3.access{
	width:196px;
	text-align:right;
}
.leftbox h3.access span, .rightbox h3.access span{
	padding:0 10px;
}
.leftbox h3.access span:before, .rightbox h3.access span:before{
	content:'- ';
}
.leftbox h3.access span:after, .rightbox h3.access span:after{
	content:' -';
}
#fulltext_mini{
	background:#481b09 url(images/ft_mini_bkg.jpg) no-repeat top left;
	height:107px;
}
#fulltext_mini h3.access {
	color:#eedeb3;
}

/* FOOTER */
#footer_out{
	width:100%;
	background:url(images/header_bkg.jpg) repeat;
	height:70px;
}
#footer{
	width:963px;
	height: 56px;
	text-align: left;
	background:url(images/footer.gif) top;
	font-size: 85%;
	margin:0 auto;
}
#footer p{
	padding: 0 10px;
	color:#442605;
}
#footer a{
	color:#442605;
}
#footer img {
	float: left;
	margin:3px 10px;
}
#footer_left, #footer_right{
	float: left;
	padding:10px 0;
	width:481px;
}
#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;
}
