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

@import url(modules.css);

a {
	color: #cd7723;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff url(images/body.gif) repeat-x top;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #887d5d;
	}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial,  sans-serif;
	color: #000;
}
img {
	border: 0 solid #ff8b35;
}

/* BOX */
#box {
	background: url(images/box.gif) repeat-y left top;
	font: 80%   Arial, Verdana, sans-serif;
	margin:0 auto;
	text-align: left;
	width: 980px;
	position: relative;
}
#box_kus{
	width: 22px;
	height: 211px;
	position: absolute;
	left: -22px;
	top: 0;
	background: url(images/box_kus.gif) no-repeat;
}




/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 193px;
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 503px;
	height: 193px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
	width: 273px;
	height: 186px;
}

/* CONTAINER */
#container {
	width: 980px;
	background:  url(images/container.jpg) no-repeat bottom right;
	margin: 0 auto;
	position: relative;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 197px;
	background: #fff url(images/left.gif) no-repeat top left;
	padding-top: 52px;
	margin-bottom: 1px;
}

/* MENU */
#menu {
	
	background: #ada286;
	width: 197px;

	margin-bottom: 1px;

}	


#menu ul {
	padding: 0;
	padding-bottom: 50px;
	padding-top: 25px;
	background: none;
}
#menu ul ul {
	padding: 0 10px 0 10px;
	background: none;
	width: auto;


}
#menu li {
	padding: 0 0 0 25px;
	background:  url(images/menu_li.gif) no-repeat 16px 5px;
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
	
}
#menu a {
	color: #2e2b24;
	display: block;
	text-decoration: none;
	
	
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#menu li li a {
	/*background: none;*/
	padding-left: 0;
}

#menu span {
	text-decoration: underline;
	color: #2e2b24;
	display: block;
	padding-left: 5px;
	padding-bottom: 10px;

}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
	color: #2e2b24;

}


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


#info {
	position: relative;
	/*width: 980px;
	margin: 0 2px;*/
	background: url(images/info.gif) repeat- bottom;
	padding-bottom: 3px;

}
#navi {
	color: #736a54;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 24px 20px 6px 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: #736a54;
}
#language {
	height: 16px;
	position: absolute;
	top: -155px;
	right: -190px;

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





/* RIGHT */
#right {
	float: left;
	/8overflow: hidden;*/
	width: 196px;	
	background: #F9F9E6 url(images/right.gif) no-repeat bottom left;
	margin-bottom: 25px;
	padding-bottom: 10px;

}




/* BOXES */






.leftbox, .rightbox{
		width: 194px;		
		margin-bottom: 1px;
		background: #cbcedb url(images/left_box.gif) repeat-x top;
		border: 1px solid #878f99;
}
.leftbox{
		width: 195px;		

}

#fulltext_mini{
	position: absolute;
	top: -85px;
	right: -10px;
	width: 170px;
}







/* FOOTER */

#footer {
	background: #1b2444 url(images/footer.jpg) no-repeat bottom;
	font-size: 88%;
	width: 980px;
	margin: 0 auto;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 8px 0 12px 0;
	width: 488px;
}
#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;
}

/* LOGIN */
#login {
	background: #FDFAF4;
	font: 80% Arial, Verdana, sans-serif;
	margin: 150px auto;
	padding: 20px 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;
}