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

a{
	color:#f2711b;
}
a:hover{
	text-decoration:none;
}
body{
	background:White url(images/body.jpg) repeat-x top;
	color:#000;
	padding:30px 0;
	text-align:center;
}
h1, h2, h3, h4, h5, h6{
	color:#7b4c11;
	font-family:"Times New Roman", Times, serif;
}
img{
	border:0 solid #e3d9ac;
}
img.img_rounded{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
/* BOX */
#box{
	font:80% Arial, Verdana, sans-serif;
	background:#faf8f1 url(images/box.jpg) repeat-x bottom;
	margin:0 auto;
	text-align:left;
	width:980px;
	position:relative;
}
#box_kus{
	width:27px;
	height:118px;
	background:url(images/box_kus.jpg) no-repeat;
	position:absolute;
	right:-27px;
	top:167px;
}
/* HEADER */
#header{
	background: url(images/header.jpg) no-repeat right;
	height:325px;
	width:980px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:644px;
	height:325px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.gif) no-repeat;
	display:block;
	position:absolute;
	top:18px;
	right:50px;
	width:236px;
	height:112px;
}

/* CONTAINER */
#container{
	width:980px;
}

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:187px;
	background:url(images/menu_2_top.gif) no-repeat top right;
	margin:10px 0 0 9px;
	padding:29px 0 9px 0;
}

/* MENU */
#menu1{
	width:959px;
	height:40px;
	margin:0 auto;
	background:url(images/menu_1.gif) no-repeat;
	font-family:"Times New Roman", Times, serif;
}
#menu1 ul{
	list-style-type:none;
	margin-left:10px;
}
#menu1 li{
	display:inline;
	width:106px;
}
#menu1 li a{
	height:30px;
	padding-top:10px;
	color:#7b4c11;
	display:block;
	float:left;
	width:106px;
	text-align:center;
	margin:0 4px;/* 0 7px*/
}
#menu1 li span, #menu1 li.sel a{
	background:url(images/menu_1_hover.gif) no-repeat bottom;
	display:block;
	float:left;
	width:106px;
	height:30px;
	text-align:center;
	padding-top:10px;
	color:white;
	font-weight:bold;
	margin:0 4px;
}
#menu2{
	background:url(images/menu_2_bkg.gif) repeat-y;
	width:187px;
}
#menu2 li{
	list-style-type:none;
	background:url(images/menu_2_li.gif) no-repeat top;
}
#menu2 li a{
	background:url(images/menu_2_bullet.gif) no-repeat 12px 9px;
	color:#7b4c11;
}
#menu2 li span{
	background:url(images/menu_2_hover.gif) no-repeat top;
	color:white;
	font-weight:bold;
}
#menu2 li a, #menu2 li span{
	display:block;
	padding:5px 15px 7px 25px;
	width:147px;
}
#menu2 li li a, #menu2 li li span{
	padding-left:30px;
	width:142px;
}
#menu2 li li a{
	background-position:18px 9px;
}
#menu2 li li li a, #menu2 li li li span{
	padding-left:36px;
	width:136px;
}
#menu2 li li li a{
	background-position:24px 9px;
}
#menu2 li li li li a, #menu2 li li li li span{
	padding-left:42px;
	width:130px;
}
#menu2 li li li li a{
	background-position:30px 9px;
}
#menu2_btm{
	width:187px;
	height:11px;
	background:url(images/menu_2_btm.gif) no-repeat top;
	margin-bottom:10px;
}
#box #menu1 a.ftresult, #box #menu1 span.ftresult,
#menu2 a.ftresult, #menu2 span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
	height:auto;
	width:auto;
	margin:0;
	float:none;
}
/* CONTENT */
#content{
	float:left;
	width:586px;
	min-height:760px;
	_height:760px;
}

#info{
	position:absolute;
	height:2em;
	top:0;
	right:0;
}
#navi{
	color:#7b4c11;
	font-size:88%;
	letter-spacing:1px;
	padding-top:5px;
	margin-right: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:#7b4c11;
}
#language{
	height:40px;
	position:absolute;
	top:-15px;
	left:26px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

/* RIGHT */
#right{
	float:left;
	overflow:hidden;
	width:186px;
	padding-bottom:8px;
}

/* BOXES */
.rightbox, .leftbox{
	margin-top:11px;
	width:186px;
	position:relative;
	height:auto;
	padding-top:2.5em;
}
.leftbox{
	margin-left:1px;
	background:url(images/lb_btm2.gif) no-repeat bottom;
}
.rightbox{
	float:left;
	background:url(images/rb_btm2.gif) no-repeat bottom;
}
.leftbox h3.access, .rightbox h3.access{
	display:block;
	width:186px;
	top:-5px;
	left:0;
	overflow:hidden;
	height:2em;
}
.rightbox h3.access{
	background:url(images/rb_top2.gif) no-repeat top;
}
.leftbox h3.access{
	background:url(images/lb_top2.gif) no-repeat top;
}
.leftbox h3.access span, .rightbox h3.access span{
	display:block;
	font-size:1em;
	color:#c6bc8d;
	margin:0 4px;
	border-bottom:1px solid #e3d9ac;
	padding:0 10px 5px 10px;
}

/* FOOTER */
#footer{
	font-size:88%;
	width:980px;
	margin:0 auto;
	height:50px;
	background:url(images/footer.gif) no-repeat bottom;
}
#footer p{
	color:#b8b08f;
	padding:0 10px;
}
#footer a{
	color:#a8a8a8;
}
#footer img{
	float:left;
	margin:0 10px;
}
#footer_left, #footer_right{
	float:left;
	padding:10px 0 7px 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;
	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;
	padding:15px 15px 15px 45px;
	border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;
	color:#830000;
}

