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

a {
	color: #c36c10;
}
a:hover {
	text-decoration: none;
}
html{
	background: #fff;	
}
body{
	background: url(images/body.gif) repeat-x bottom;
	color: #3E3E3E;
	text-align: center;
	padding-bottom: 19px;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	color: #717171;
	font-weight: normal;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color: White;
	font-weight: bold;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #3e3e3e;
	font-weight: bold;
}
img {
	border: 0 solid #6a8e04;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 210px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 210px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 112px;
	left: 284px;
	width: 194px;
	height: 75px;
}
#box_kus2 {
	position: absolute;
	right: 0px;
	top:92px;
	height: 50px;
	width: 50%;
	background: url(images/box_kus2.gif) repeat-x 5px top;
}
#box_kus {
	position: absolute;
	left: 490px;
	top: 20px;
	width: 4px;
	height: 16px;
	background: url(images/box_kus.gif) no-repeat;1
}
/* CONTAINER */
#container {
	width: 980px;
	background: url(images/container.gif) no-repeat bottom right;
	margin: 0 auto;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 196px;
	margin-bottom: 40px;
	background: url(images/menu_top.jpg) no-repeat top;
	color: White;
}

/* MENU */
#menu {
	width: 196px;
	overflow: hidden;
	margin-bottom: 1px;
	padding-top: 25px;
}
#menu ul {
	padding: 0;
	width: 196px;
	padding-bottom: 30px;
}
#menu ul ul {
	padding: 0;
	background: none;
	width: auto;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_li.gif) no-repeat 8px 13px;
}
#menu li li {
	background: none;
}
#menu li a {
	color: #fdfdfc;
	display: block;
	text-decoration: none;
	background: url(images/menu_line.gif) no-repeat bottom;
	padding: 6px 25px 8px 21px;
	overflow: hidden;
}
#menu span {
	color: #fdfdfc;
	display: block;
	text-decoration: underline;
	padding: 6px 25px 8px 21px;
	background: url(images/menu_line.gif) no-repeat bottom;
	overflow: hidden;
}
#menu li li a, #menu li li span {
	padding-left: 30px;
}
#menu li li li a, #menu li li li span {
	padding-left: 39px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 48px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 57px;
}
#menu a:hover {
	text-decoration: underline;
	color: #d3f44e;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	position: relative;
	background: url(images/content.jpg) no-repeat 420px top;
	min-height: 350px;
}
#info {
	position: relative;
}
#navi {
	color: #6d6d6d;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 7px 20px 8px 25px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 13px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #6d6d6d;
}
#language {
	height: 16px;
	position: absolute;
	top: 8px;
	left: 208px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}
#print_show {
	position: absolute;
	top: 5px;
	right: 15px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	background: url(images/right.jpg) no-repeat left top;
	min-height: 544px;
}

/* BOXES */
.leftbox, .rightbox{
	width: 196px;
	margin-bottom: 5px;
}

/* FOOTER */
#footer {
	font-size: 88%;
	width: 980px;
	overflow: hidden;
	background: White;
}
#footer p {
	padding: 0 10px;
}
#footer a {
	color: #3e3e3e;
}
#footer img {
	float: left;
	margin: 0 10px 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 18px 0 8px 0;
	width: 490px;
	text-align: left;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.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: 35px 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: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}



