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

a{
	color:#1293d9;
}
a:focus, a:active{
	outline:none;
}
a:hover{
	text-decoration:none;
}
body{
	background:#bcbcbc url(images/body.png) repeat-x top;
	color:#000;
	text-align:center;
	font:80% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color:#1293d9;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color:#000;
}
img{
	border:0 solid #cfc586;
}

/* BOX */
#box_out{
	width:100%;
	background:url(images/box_out.jpg) no-repeat top center;
}
#box{
	margin:0 auto;
	text-align:left;
	width:995px;
	background:url(images/box.png) repeat-y;
}

/* HEADER */
#header_out{
	width:100%;
	background:url(images/header_out.jpg) no-repeat top;
	height:264px;
}
#header{
	background:url(images/header.jpg) no-repeat right;
	height:264px;
	position:relative;
	width:995px;
	margin:0 auto;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:498px;
	height:264px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.png) no-repeat;
	display:block;
	position:absolute;
	top:36px;
	left:24px;
	width:340px;
	height:85px;
}
#box_kus{
	position:absolute;
	width:52px;
	height:157px;
	left:-52px;
	top:0;
	background:url(images/box_kus.png);
}
#header #flash{
	position:absolute;
	top:0;
	right:0;
	width:580px;
	height:240px;
}
/* CONTAINER */
#container{
	width:995px;
	background:url(images/container.jpg) no-repeat 198px bottom;
}

/* LEFT */
#left{
	float:left;
	width:192px;
	background:url(images/left.png) no-repeat top;
	padding-top:50px;
}

/* MENU */
#menu{
	width:192px;
	overflow:hidden;
	padding-bottom:20px;
	background:#000;
	margin-bottom:6px;
}
#menu ul{
	width:163px;
	margin-left:16px;
}
#menu ul ul{
	margin:0;
	background:url(images/menu_li.gif) no-repeat top right;
}
#menu li{
	list-style-type:none;
	background:url(images/menu_li.gif) no-repeat bottom right;
}
#menu li a, #menu li span{
	color:#fff;
	display:block;
	padding:6px 15px 6px 20px;
	text-decoration:none;
	font-size:1.3em;
}
#menu li li a, #menu li li span{
	padding-left:35px;
}
#menu li li li a, #menu li li li span{
	padding-left:44px;
}
#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{
	background:url(images/menu_li_h.gif) no-repeat left;
}
#menu li span{
	color:#dbe85c;
	font-weight:bold;
	background:url(images/menu_li_h.gif) no-repeat left;
}
#menu_top{
	width:803px;
	height:58px;
	overflow:hidden;
	text-align:left;
	float:left;
	background:url(images/menu_top.png);
}
#menu_top ul{
	list-style-type:none;
	margin-left:47px;
}
#menu_top li{
	float:left;
	height:58px;
	margin:0 2px;
}
#menu_top li a, #menu_top li span{
	display:block;
	color:#fff;
	padding:7px 10px 0 10px;
	text-decoration:none;
	height:51px;
	margin-top:8px;
	font-size:1.3em;
}
#menu_top li.sel a, #menu_top li.sel span, #menu_top li a:hover{
	background:#f2f229;
	color:#000;
}
#menu_top li.sel a, #menu_top li.sel span{
	font-weight:bold;
}
/* CONTENT */
#content{
	float:left;
	width:610px;
	min-height:360px;
	background:url(images/content.jpg) no-repeat top;
}

#info{
	width:610px;
	position:relative;
}
#navi{
	letter-spacing:1px;
	padding:15px 0 5px 0;
	font-size:80%;
	margin:0 15px;
	color:#1293d9;
}
#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;
}
#language{
	height:24px;
	position: absolute;
	bottom:0;
	right:20px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}
#language li span, #language li a{
	display:block;
	width:25px;
	padding-top:5px;
	height:19px;
}
#language li a, #language li span{
	background:url(images/lang.png);
}
#language li span.act{
	background:url(images/lang_act.gif);
}

/* RIGHT */
#right{
	float:left;
	width:193px;
}

/* BOXES */
.leftbox{
	width:192px;
	background:#f2f229;
	margin-bottom:6px;
}
.rightbox{
	width:193px;
	background:url(images/rb.gif) no-repeat bottom;
}
#left .leftbox h3.access, #right .rightbox h3.access{
	width:170px;
	height:auto;
	position:relative;
	left:10px;
	text-align:center;
	padding-top:15px;
}

/* FOOTER */
#footer_out{
	width:995px;
	margin:0 auto;
	text-align:left;
}
#footer{
	width:604px;
	height:97px;
	background:url(images/footer.jpg) no-repeat top;
	font-size: 85%;
	margin-left:198px;
}
#footer p{
	padding:0 10px;
}
#footer_left a{
	color:#929292;
}
#footer_right a{
	color:#a1a1a1;
}
#footer img {
	float: left;
	margin:3px 10px;
}
#footer_left, #footer_right{
	float:left;
	padding-top:40px;
}
#footer_right{
	text-align:right;
	color:#a1a1a1;
	width:324px;
}
#footer_left{
	color:#929292;
	width:280px;
}

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