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

a{
	color:#b40e07;
}
a:hover{
	text-decoration:none;
}
body{
	background:#d78511;
	color:#3E3E3E;
	text-align:center;
}
h1, h2, h3, h4, h5, h6{
	color:#cc7306;
}
#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:#4d4d4d;
}
img{
	border:0 solid #ff8b35;
}

/* BOX */
#box{
	background:#fff url(images/box.gif) repeat-y left top;
	font:80% Arial, Verdana, sans-serif;
	margin:0 auto;
	text-align:left;
	width:986px;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:189px;
	position:relative;
	width:986px;
	margin:0 auto;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:495px;
	height:189px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:38px;
	left:0;
	width:123px;
	height:142px;
}
#header_kus{
	position:absolute;
	top:0;
	left:-19px;
	width:19px;
	height:171px;
	background:url(images/header_kus.jpg) no-repeat;
}

/* CONTAINER */
#container{
	width:986px;
	background:url(images/container.jpg) no-repeat bottom left;
}

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:197px;
	margin-left:8px;
	margin-bottom:140px;
}

/* MENU */
#menu{
	width:197px;
	padding-top:30px;
}
#menu ul ul{
	padding-left:10px;
}
#menu li{
	padding:0 0 0 30px;
	background:url(images/menu_li.gif) no-repeat 1px 4px;
}
#menu li li{
	background:none;
	list-style-type:none;
	padding-left:16px;
}
#menu a{
	color:#224686;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding-right:25px;
	padding-bottom:10px;
}
#menu li li a{
	padding-left:0;
	color:#cc7306;
	font-weight:normal;
	padding-bottom:6px;
}
#menu span{
	text-decoration:underline;
	color:#cc7306;
	display:block;
	font-weight:bold;
	padding-bottom:10px;
}
#menu li li span{
	padding-bottom:6px;
	font-weight:normal;
}
#menu a:hover{
	text-decoration:underline;
	color:#b40e07;
}

/* CONTENT */
#content{
	float:left;
	width:578px;
}

#info{
	position:relative;
	width:986px;
	background:#b9c5e6 url(images/info.jpg) no-repeat top left;
}
#navi{
	color:#2c487d;
	font-size:88%;
	letter-spacing:1px;
	padding:5px 120px 4px 220px;
	text-align:left;
}
#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:#2c487d;
}
#language{
	height:16px;
	position:absolute;
	top:1px;
	right:12px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

/* RIGHT */
#right{
	float:left;
	overflow:hidden;
	width:196px;
	background:#fff;
}

/* BOXES */
.leftbox, .rightbox{
	margin-bottom:1px;
}
.leftbox{
	background:url(images/leftbox.gif) no-repeat bottom left;
}
.rightbox{
	background:#cfd6e9;
}
#fulltext_mini{
	background:#d6d6d6;
}

/* FOOTER */
#footer{
	background:#d78511;
	font-size:88%;
	width:100%;
}
#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:13px 0 4px 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;
}
.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;
}
