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

a{
	color:#a94827;
}
a:hover {
	text-decoration: none;
}
body{
	background:url(images/body.gif) repeat center top;
	color:#717171;
	text-align:center;
	font:80% Arial, Helvetica, sans-serif;
}
img{
	border:0 solid #dfdfdf;
}

/* BOX */
#box{
	margin:0 auto;
	text-align:left;
	width:980px;
}
#box_kus{
	position:absolute;
	width:9px;
	height:66px;
	top:180px;
	right:-9px;
	background:url(images/box_kus.gif);
}
/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:258px;
	position:relative;
	width:980px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:490px;
	height:258px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.png) no-repeat;
	display:block;
	position:absolute;
	top:78px;
	left:51px;
	width:258px;
	height:132px;
}

/* CONTAINER */
#container{
	width:980px;
	background:#fff;
	padding-top:2px;
}

/* LEFT */
#left{
	float:left;
	width:211px;
	margin-left:7px;
}

/* MENU */
#menu{
	width:211px;
	overflow:hidden;
	padding:20px 0;
}
#menu ul{
	width:211px;
}
#menu ul ul{
	background:url(images/menu_line.gif) no-repeat top;
	padding-top:1px;
}
#menu li{
	list-style-type:none;
	background:url(images/menu_line.gif) no-repeat bottom;
	padding-bottom:1px;
}
#menu li li.last{
	background:none;
	padding:0;
}
#menu li a, #menu li span{
	color:#373737;
	display:block;
	padding:5px 25px 5px 23px;
	text-decoration:none;
	text-transform:uppercase;
	background:url(images/menu_li.gif) no-repeat 10px center;
}
#menu li li a, #menu li li span{
	padding-left:33px;
	background:url(images/menu_lili.gif) no-repeat 23px center;
}
#menu li li li a, #menu li li li span{
	padding-left:43px;
	background:none;
}
#menu li li li li a, #menu li li li li span{
	padding-left:53px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:62px;
}
#menu li a:hover{
	color:#fefefe;
	background:#a94827 url(images/menu_li_h.gif) no-repeat 10px center;
}
#menu li li a:hover{
	background:#a94827 url(images/menu_lili.gif) no-repeat 23px center;
}
#menu li li li a:hover{
	background-image:none;
}
#menu li span{
	text-decoration:underline;
}
#menu_top{
	width:980px;
	height:59px;
	overflow:hidden;
	background:url(images/menu_top.gif);
	margin-top:10px;
	position:relative;
}
#menu_top ul{
	list-style-type:none;
	padding:1px 100px 0 15px;
	height:54px;
}
#menu_top li{
	float:left;
	height:54px;
}
#menu_top li a, #menu_top li span{
	display:block;
	color:#f8f2d7;
	padding:25px 35px 5px 20px;
	background:url(images/menu_top_li.gif) no-repeat right 30px;
	text-decoration:none;
	font-size:1.2em;
	text-transform:uppercase;
	height:24px;
}
#menu_top li a:hover, #menu_top li.sel a, #menu_top li.sel span{
	background-image:url(images/menu_top_li_h.gif);
	color:#782d14;
	background-color:#f8f2d7;
}

/* CONTENT */
#content{
	float:left;
	width:543px;
	min-height:360px;
}
#info{
	width:972px;
	margin:0 auto 5px auto;
	position:relative;
	padding-bottom:1em;
	background:#ececec url(images/info.gif) repeat-x bottom;
	text-align:right;
}
#navi{
	color:#6b6b6b;
	letter-spacing:1px;
	padding:6px 0 0;
	font-size:80%;
	margin:0 10px;
}
#navi li{
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right:11px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a{
	color:#6b6b6b;
}
#language{
	height: 14px;
	position: absolute;
	top:-50px;
	right:6px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right{
	float:left;
	width:211px;
	padding-top:20px;
}

/* BOXES */
.leftbox, .rightbox{
	width:211px;
	margin-bottom:10px;
}
#left .leftbox h3.access, #right .rightbox h3.access{
	width:211px;
	height:auto;
	position:relative;
	left:0;
	color:#9b9164;
	border-bottom:2px solid #dfdfdf;
	padding:0;
}
.leftbox h3.access span, .rightbox h3.access span{
	padding:0 10px;
}

/* FOOTER */
#footer{
	width:980px;
	height:38px;
	background:url(images/footer.gif) no-repeat top;
	font-size:85%;
	margin-bottom:10px;
}
#footer p{
	padding:5px 10px 0 10px;
	color:#f8f2d7;
}
#footer a{
	color:#f8f2d7;
}
#footer img {
	float: left;
	margin:3px 10px;
}
#footer_left, #footer_right{
	float:left;
	padding-top:5px;
	width:485px;
}
#footer_right {
	text-align: right;
}

/* 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:400px;
	font-weight: bold;
	margin:15px auto;
	padding:15px 15px 15px 45px;
	border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;
	color:#830000;
}
.required {
	background:#fff url(images/required.gif) top right no-repeat;
}
.invalid {
	background:#fff url(images/invalid.gif) top right no-repeat;
}

#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
