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

a {
	color:#334c04;
}
a:hover {
	text-decoration: none;
}
body {
	color:#000;
	text-align: center;
	background:#d6b974;
}
h1, h2, h3, h4, h5, h6 {
	color:#415567;
}
#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: #000;
}
img {
	border: 0 solid #575757;
}

/* BOX */
#box {
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width:981px;
	position: relative;	
}
#box_kus {
	position:absolute;
	top:0;
	left:-19px;
	width:19px;
	height:117px;
	background:url(images/box_kus.jpg);
}

/* HEADER */
#header {
	background:	url(images/header.jpg) no-repeat right;
	position: relative;
	width:981px;
	height:263px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width:491px;
	height:263px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width:275px;
	height:100px;
	top:54px;
	left:85px;
}

/* CONTAINER */
#container {
	width:981px;
	background:url(images/container.gif) no-repeat bottom right;
	margin: 0 auto;
	position:relative;
}
#container_kus {
	position:absolute;
	bottom:9px;
	right:-8px;
	width:8px;
	height:29px;
	background:url(images/container_kus.gif);
}

/* LEFT */
#left {
	float: left;
	width:194px;
	overflow: hidden;
}

/* MENU */
#menu {
	position: relative;	
	width:194px;
	padding:85px 0 20px 0;
	background: url(images/menu_top.jpg) no-repeat top;
}
#menu ul {
	width:194px;
}
#menu li a, #menu li span {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 6px 5px 6px 25px;
	background:url(images/menu_li.gif) no-repeat 10px center;
}
#menu li span {
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: underline;
	color: #334c04;
}
#menu li li a, #menu li li span {
	padding-left: 35px;
	background:none;
}
#menu li li li a, #menu li li li span {
	padding-left: 45px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 55px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left: 65px;
}

/* CONTENT */
#content {
	float: left;
	width:593px;
	background:url(images/content.jpg) no-repeat top left;
	min-height: 350px;
}
#info {
	position: relative;
	width: 100%;
}
#navi {
	font-size: 80%;
	letter-spacing: 1px;
	padding:20px 15px 7px 60px;
	text-align:right;
	color: #334c04;
}
#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;
}
#language {
	height: 16px;
	position: absolute;
	top:0;
	right:10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

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

/* BOXES */
.leftbox, .rightbox {
	width: 194px;
	background:url(images/lb.gif) repeat-y;
	border-bottom:1px solid #ffedc2;
	margin-bottom: 10px;
}
.leftbox a, .rightbox a {
	color: #486412;
}
.rightbox h3.access, .leftbox h3.access {
	position:relative;
	left:0;
	width: 194px;
	height:auto;
	font-size:1.2em;
	font-weight: normal;
	background:#d6b974 url(images/lb_h3.gif) no-repeat 0 5px;
	padding:0;
}
.rightbox h3.access span, .leftbox h3.access span {
	padding: 0 4px;
	margin-left: 6px;
	display: block;
	color: #fffcf6;
	background:#d6b974;
	float:left;
}

/* FOOTER */
#footer {
	background:#6f889c;
	width:981px;
	height: 64px;
	font-size: 88%;
}
#footer p {
	color: #fff;	
	padding: 0 10px;
}
#footer a {
	color: #eaffa3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding:11px 0 13px 0;
	width: 488px;
}
#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: 460px;
	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: 450px;
	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;
}
