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

a{
	color:#a08657
}
a:hover{
	text-decoration:none
}
html{
	background:#fff url(images/html.gif) no-repeat center top
}
body{
	background:url(images/body.gif) repeat-x bottom;
	color:#3E3E3E;
	text-align:center;
	padding-bottom:19px
}
h1, h2, h3, h4, h5, h6{
	color:#76863b
}
#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:#304612
}
img{
	border:0 solid #E8AE13
}
#left img{
	border-color:#826229
}
/* BOX */
#box{
	font:80% Arial, Verdana, sans-serif;
	width:984px;
	text-align:left;
	background:#e9e9e9 url(images/box.gif) repeat-y left;
	margin:auto
}
/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:177px;
	position:relative;
	width:984px
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:491px;
	height:177px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	position:absolute;
	top:41px;
	left:704px;
	width:210px;
	height:87px
}
/* CONTAINER */
#container{
	width:984px;
	background:url(images/container.gif) no-repeat bottom right;
	margin:auto
}
/* LEFT */
#left{
	float:left;
	position:relative;
	width:196px;
	padding-left:2px;
	padding-top:1px;
	margin-bottom:40px;
	background:#e9e9e9;
}
/* MENU */
#menu{
	background:#f5edcd  url(images/menu.jpg) no-repeat top left;
	width:194px;
	border:1px solid #ae6a00;
	overflow:hidden;
	margin-bottom:1px;
	padding-top:45px;
}
#menu ul{
	padding:0;
	width:196px;
	padding-bottom:30px;
}
#menu ul ul{
	padding:0;
	background:none;
	width:auto;
}
#menu li{
	list-style-type:none;
}
#menu li a{
	color:#864601;
	display:block;
	text-decoration:none;
	background:#fef8de;
	border:1px solid #ce9858;
	padding:6px 15px 8px 21px;
	width:150px;
	margin-left:3px;
	overflow:hidden;
	margin-bottom:1px;
}
#menu span{
	color:#864601;
	display:block;
	text-decoration:underline;
	background:#fef8de;
	border:1px solid #ce9858;
	padding:6px 15px 8px 21px;
	width:150px;
	margin-left:3px;
	overflow:hidden;
	margin-bottom:1px;
}
#menu li li a, #menu li li span{
	background:#f0e1b8;
	border:1px solid #ce9858;
	width:135px;
	padding-left:36px;
}
#menu li li li a, #menu li li li span{
	padding-left:46px;
	width:125px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:56px;
	width:115px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:66px;
	width:105px;
}
#menu a:hover{
	text-decoration:underline;
}
#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline
}
/* CONTENT */
#content{
	float:left;
	width:586px;
	border:1px solid #e9e9e9;
	border-bottom:none;
	position:relative;
	background:url(images/content.gif) no-repeat left top;
	min-height:350px
}
#banner div{
	margin-top:3em;
	width:520px;
	margin-left:30px;
	height:300px
}
#info{
	position:relative;
	background:#c5cd9e
}
#navi{
	color:#682700;
	font-size:88%;
	letter-spacing:1px;
	padding:7px 120px 8px 20px;
	text-align:left
}
#navi li{
	background:url(images/navi.gif) no-repeat right;
	display:inline;
	margin-right:8px;
	padding-right:16px;
}
#navi li.last{
	background:transparent;
	margin:0;
	padding:0;
}
#navi a{
	color:#682700;
}
#language{
	height:16px;
	position:absolute;
	top:8px;
	right:8px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}
#print_show{
	position:absolute;
	top:35px;
	right:15px;
}
/* RIGHT */
#right{
	float:left;
	overflow:hidden;
	width:196px;
	padding-top:1px;
	background:#e9e9e9 url(images/right.gif) no-repeat bottom left;
}
/* BOXES */
.leftbox, .rightbox{
	width:196px;
	margin-bottom:1px;
}
.leftbox .editor_mini,
.leftbox .module_mini,
.rightbox .editor_mini,
.rightbox .module_mini{
	background:#e0e0c8 url(images/leftbox.jpg) no-repeat top left;
	border:1px solid #9b9774
}
#fulltext_mini{
	background:#eee6c5 url(images/fulltext_bgr.jpg) no-repeat top left;
	border:1px solid #ae6a00
}
/* FOOTER */
#footer2{
	background:#707f39 url(images/footer.gif) repeat-x top;
	font:80% Arial, Verdana, sans-serif;
}
#footer{
	font-size:88%;
	width:984px;
	overflow:hidden;
	margin:auto
}
#footer p{
	color:#fff;
	padding:0 10px
}
#footer a{
	color:#fff1a3
}
#footer img{
	float:left;
	margin:0 10px
}
#footer_left, #footer_right{
	float:left;
	padding:18px 0 8px;
	width:490px;
	text-align:left
}
#footer_right{
	text-align:right;
}
/* CLASSES */
.cleaner, .c_cleaner{
	clear:both;
	font-size:1px;
	height:1px;
	overflow:hidden;
}
.c_cleaner{
	margin:0 7px;
}
.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:35px auto 15px;
	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:35px auto 15px;
	padding:15px 15px 15px 45px;
	border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;
	color:#830000
}
