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

a{
	color:#9c0101;
}
a:hover{
	text-decoration:none;
}

body{
	background:#000 url(images/body.gif) repeat-x top;
	color:#3E3E3E;
	text-align:center;
	padding-bottom:10px;
}

h1, h2, h3, h4, h5, h6{
	color:#620100;
}
#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:986px;
	text-align:left;
	background:#fff url(images/box.gif) repeat-y left;
	margin:16px auto 0 auto;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:210px;
	position:relative;
	width:986px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:525px;
	height:210px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:89px;
	left:57px;
	width:287px;
	height:96px;
}

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

/* LEFT */
#left{
	float:left;
	position:relative;
	width:200px;
	margin-bottom:40px;
	background:url(images/left.gif) repeat-y left;
}
/* MENU */
#menu{
	background:url(images/menu.gif) repeat-y left;
	width:200px;
	overflow:hidden;
}
#menu ul{
  	padding:45px 0 40px 25px;
	width:175px;
    overflow:hidden;
	background:url(images/menu_top.gif) no-repeat top left;
}
#menu ul ul{
	padding:0 3px 0 0;
	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{
	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:586px;
	position:relative;
	background:url(images/content.gif) no-repeat left top;
	min-height:350px;
}
#info{
	position:relative;
	background:#dddcd7;
}
#navi{
	color:#810201;
	font-size:88%;
	letter-spacing:1px;
	padding:14px 20px 15px 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:#810201;
}
#language{
	height:16px;
	position:absolute;
	top:-208px;
	right:128px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

/* RIGHT */
#right{
	float:left;
	overflow:hidden;
	width:200px;
}

/* BOXES */
.leftbox, .rightbox{
	width:200px;
	margin-bottom:15px;
	background:#d7d4d1;
}
.leftbox{
	background:#d8d7d2;
}
#fulltext_mini{
	background:#620100;
}

/* FOOTER */
#footer{
	background:#666262 url(images/footer.gif) no-repeat bottom;
	font-size:88%;
	width:986px;
	overflow:hidden;
}
#footer p{
	color:#fff;
	padding:0 10px;
}
#footer a{
	color:#9c0101;
}
#footer_left a{
	color:#fff;
}
#footer img{
	float:left;
	margin:0 10px 0 28px;
}
#footer_left, #footer_right{
	float:left;
	padding:10px 0 35px 0;
	width:480px;
}
#footer_right{
	text-align:right;
	color:#000;
	width:485px;
}
#footer_right p{
	color:#000;
}

/* 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 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:35px 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;
}
