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

a{
	color:#2f71a8;
}
a:hover{
	text-decoration:none;
}
html{
	height:100%;
}
body{
	background:#fff;
	color:#3e3e3e;
	text-align:center;
	height:100%;
}
h1, h2, h3, h4, h5, h6{
	color:#531f1f;
}
img{
	border:0 solid #474747;
}

/* BOX */
#big_box{
	width:100%;
	min-height:100%;
	position:relative;
	background:url(images/big_box.gif) repeat-y center;
}
#box{
	font:80% Arial, Helvetica, sans-serif;
	background:#e8e8e8;
	margin:0 auto;
	text-align:left;
	width:986px;
}
#box_kus{
	position:absolute;
	width:1px;
	height:108px;
	left:-1px;
	top:0;
	background:url(images/box_kus.gif) no-repeat;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:225px;
	width:986px;
	position:relative;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:493px;
	height:225px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:140px;
	left:222px;
	width:299px;
	height:85px;
}

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

/* LEFT */
#left{
	float:left;
	width:200px;
}

/* MENU */
#menu2{
	width:539px;
	height:70px;
	position:absolute;
	top:0;
	overflow:hidden;
}
#menu2 ul{
	list-style-type:none;
	margin-left:10px;
}
#menu2 li{
	display:inline;
	height:69px;
}
#menu2 li a, #menu2 li span{
	height:34px;
	padding:25px 10px 10px 10px;
	color:#f2caac;
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	background:url(images/menu2_li.gif) no-repeat right;
	text-decoration:none;
}
#menu2 ul ul{
	display:none;
}
#menu{
	background:url(images/menu_bkg.gif) repeat-y left;
	width:200px;
	padding-bottom:15px;
	position:relative;
	top:-47px;
}
#menu li{
	list-style-type:none;
}
#menu li a{
	color:#3e3e3e;
	text-decoration:none;
}
#menu li span{
	color:#000;
	text-decoration:underline;
}
#menu li a, #menu li span{
	display:block;
	padding:7px 15px 7px 35px;
}
#menu a:hover{
	color:#752c19;
	background:url(images/menu_li_h.gif) no-repeat 9px 0;
	text-decoration:underline;
}
#menu li li a, #menu li li span{
	padding-left:45px;
}
#menu li li li a, #menu li li li span{
	padding-left:54px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:63px;
}
#menu_btm{
	position:absolute;
	width:200px;
	height:43px;
	bottom:-43px;
	background:url(images/menu_bkg.gif) repeat-y left;
}

/* CONTENT */
#content{
	float:left;
	width:587px;
	background:url(images/content.gif) no-repeat 464px 0;
	padding-top:40px;
	position:relative;
}

#info{
	position:absolute;
	height:19px;
	width:587px;
	top:0;
	left:0;
}
#navi{
	color:#ae4335;
	font-size:88%;
	letter-spacing:1px;
	padding:7px 120px 8px 20px;
	text-align:left;
}
#navi li{
	background:url(images/navi.gif) no-repeat right;
	display:inline;
	margin-right:8px;
	padding-right:14px;
}
#navi li.last{
	background:transparent;
	margin:0;
	padding:0;
}
#navi a{
	color:#ae4335;
}
#language{
	height:12px;
	position:absolute;
	top:0;
	right:10px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
	width:22px;
	height:12px;
	position:relative;
}
#language li img{
	position:relative;
	top:10px;
	left:9px;
}

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

/* BOXES */
.lb_1, .lb_2, .rb_1, .rb_2, .rb_3{
	width:196px;
	margin-bottom:1px;
}
.lb_1{
	background:url(images/lb1.gif) no-repeat top;
	border-bottom:1px solid #999;
	margin-left:4px;
	color:#343434;
}
.lb_2{
	background:url(images/lb2.gif) no-repeat top;
	border-bottom:1px solid #8a2c23;
	margin-left:4px;
	color:#f2caac;
}
.rb_1{
	background:url(images/rb1.gif) no-repeat top;
	border-bottom:1px solid #8a2c23;
	color:#f2caac;
}
.rb_2, .rb_3{
	background:url(images/rb2.gif) no-repeat top;
	border-bottom:1px solid #999;
	color:#343434;
}
#right .first{
	background:url(images/rb_first.gif) no-repeat top;
}
.lb_1 h1, .lb_1 h2, .lb_1 h3, .lb_1 h4, .lb_1 h5, .lb_1 h6,
.rb_2 h1, .rb_2 h2, .rb_2 h3, .rb_2 h4, .rb_2 h5, .rb_2 h6,
.rb_3 h1, .rb_3 h2, .rb_3 h3, .rb_3 h4, .rb_3 h5, .rb_3 h6{
	color:#e7e7e7;
}
.lb_2 h1, .lb_2 h2, .lb_2 h3, .lb_2 h4, .lb_2 h5, .lb_2 h6,
.rb_1 h1, .rb_1 h2, .rb_1 h3, .rb_1 h4, .rb_1 h5, .rb_1 h6{
	color:#e38557;
}

/* FOOTER */
#footer_false{
	width:986px;
	height:67px;
}
#footer_out{
	width:100%;
	height:67px;
	background:url(images/footer2.gif) repeat-x top;
	position:absolute;
	bottom:0;
}
#footer{
	width:986px;
	height:67px;
	background:#474747 url(images/footer.gif) repeat-x top;
	font:70% Arial, Helvetica, sans-serif;
	margin:0 auto;
}
#footer p{
	color:#fff;
	padding:0 10px;
}
#footer a{
	color:#fff;
}
#footer img{
	float:left;
	margin:0 10px;
}
#footer_left, #footer_right{
	float:left;
	padding-top:28px;
	width:480px;
}
#footer_right{
	text-align:right;
}
#footer_left{
	text-align:left;
	padding-left:10px;
}

/* 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;
}
#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
