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

@import url(modules.css);

a {
	color: #af5858;
}
a:hover {
	text-decoration: none;
}
body {
	background:  url(images/body.gif) no-repeat center top;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #af5858;
	}
#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;
}
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;
	
}

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 223px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 514px;
	height: 223px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 10px;
		left: 16px;
	width: 267px;
	height: 79px;
}

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

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 197px;
	background: url(images/left.gif) no-repeat top left;
	/*padding-bottom: 50px;*/
}
#left2{
	background: url(images/l_box_bottom.gif) no-repeat bottom left;	
	padding-bottom: 5px;
}

/* MENU */
#menu {
	
	background: url(images/menu_x.gif) repeat-y left;
	
	width: 196px;
}	
#menux {
	background:  url(images/menu.gif) no-repeat left bottom;
	padding: 0 0 100px 0;
	width: 196px;
}

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

#menu span {
	text-decoration: underline;
	color: #050504;
	display: block;
		background: url(images/menu_a.jpg) no-repeat right bottom;
	
	padding-left: 15px;
	padding-bottom: 10px;
}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
	color: #fff;
}




/* CONTENT */
#content {
	float: left;
	width: 586px;
	/*_width: 590px;*/
/*	padding-bottom: 35px;	*/
	min-height: 260px;
	=height: 260px;
	background:  url(images/content.gif) no-repeat 0 0;
}


#info {
	position: relative;
	margin-top: 5px;
	width: 540px;
	margin-left: 30px;
	padding-bottom: 4px;	
}
#navi {
	color: #263b5f;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 17px;	
	text-align: right;

}
#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: #263b5f;
}
#language {
	height: 16px;
	position: absolute;
	bottom: 215px;
	right: -170px;

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





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




/* BOXES */


.leftbox{
	background: #bfbfbf;
	border: 1px solid #949494;
	margin: 1px 1px 1px 0;
}
.rightbox{
	background: #bfbfbf;
	border: 1px solid #949494;
	margin: 1px 0 1px 1px;
}

.rightbox #fulltext_mini{
		background: #ab4949;
}




/* FOOTER */
#footer {
	background: #afafaf;
	font-size: 88%;
	width: 980Spx;

	margin: 0 auto;
	font: 70%   Arial, Verdana, sans-serif;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #263b5f;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 3px 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;
}


.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;
}