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

@import url(modules.css);

a {
	color: #462B16;
}
a:hover {
	text-decoration: none;
}
#left a {
	color: #B35D00;
}
body {
	background: #F1DDD0;
	color: #452007;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #804316;
}
#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: 869px;
	text-align: left;
	/*width: 760px;*/
	margin: 0 auto;
	background: url(images/box.gif) repeat-y;
	padding: 0;	
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 158px;
	position: relative;
	width: 869px;
}
#left h1 {
	background: url(images/left_h1.gif) no-repeat;
	width: 193px;
	height: 8px;
	padding: 0;
	position: absolute;
		left: 10px;
}
#left a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 25px;
		left: 245px;
	width: 202px;
	height: 80px;
}

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

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 203px;
	background: url(images/left.jpg) no-repeat top;
	/*margin-left: 10px;*/
	padding-top: 10px;

}
/* MENU */
#menu {
	background: #BF5914 url(images/menu.gif) repeat-y;
	width: 193px;
	overflow: hidden;
	border-top: none;
	padding-top: 5px;
	margin-left: 10px;
}
#menu2x {
	background: url(images/menu2.gif) no-repeat bottom;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	margin-bottom: 2px;
	background: url(images/menu_li.gif) no-repeat 10px 6px;
}
#menu li li {
	background: none;	
	padding-left: 10px;		
}


#menu a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.2em 0 0.3em 20px;

}


#menu span {
	text-decoration: underline;
	color: #fff;
	display: block;
	padding: 0.2em 0 0.3em 20px;

	
	
}

#menu a:hover {
	text-decoration: underline;
	
}
/*
#menu li.last a{
	border-bottom: none;
}*/



/* CONTENT */
#content {
	float: left;
	width: 636px;
	padding: 158px 10px 0 20px;
	position: relative;
	background: url(images/content.jpg) no-repeat;
	padding-top: 158px;

}

#info {
	/*background: #F0E5D5 url(images/info.gif) repeat-x;*/
	position: relative;
	height: 25px;
	width: 568px;
}
#navi {
	color: #8D3F0B;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.5em 0 0 0;
	margin-left: 17px;
	width: 450px;
	position: relative;
	left: -30px;
}
#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: #8D3F0B;
}
#language {
	height: 16px;
	position: absolute;
	bottom: 30px;
	left: -15px;

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



/* BOXES */
.leftbox {
	background: silver url(images/l_box.gif) repeat-y;
	margin-top: 2px;
	margin-left: 10px;
	width: 193px;
}
.leftbox #fulltext_mini {
	background: url(images/l_box_top.gif) no-repeat top;
}


/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat;
	font-size: 88%;
	width: 869px;
	/*position: relative;
	bottom: 3px;*/
	height: 43px;
	margin: 0;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #FFE382;
}
#footer img {
	float: left;
	margin: 3px 10px 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 9px 0 0 0;
	width: 420px;
}
#footer_left {
	padding-left: 15px;
}
#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;
}
.hidden {
	display: none;
}

/* LOGIN */
#login {
	/*background: #B3BB98;*/
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 15px 0;
}
#login table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 350px;
}
#login td {
	padding: 3px 0;
}
#login label {
	display: block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#login input {
	width: 180px;
}
#login .btn {
	text-align: left;
}
#login .btn input {
	width: auto;
}
.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;
}