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

@import url(modules.css);

a {
	color: #4d753b;
}
a:hover {
	text-decoration: none;
}

body{
	background: #4c7237 url(images/body.jpg) repeat top center;
	color: #3E3E3E;
	text-align: center;
	padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #3e3e3e;
}
#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: #304612;
}
img {
	border: 0 solid #E8AE13;
}
#left img {
	border-color: #826229;
}



/* BOX */

#box {
	font: 80% Arial, Verdana, sans-serif;
	width: 959px;
	text-align: left;
	background: #fffef5 url(images/box.gif) repeat-y left;	
	margin: 0 auto;
	position: relative;
}
#box_kus{
	position: absolute;
	top: 17px;
	left: -39px;
	width: 39px;
	height: 80px;
	background: url(images/box_kus.gif) no-repeat;
}
 

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 170px;
	position: relative;
	width: 959px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 511px;
	height: 170px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 45px;
	left: 116px;
	width: 160px;
	height: 70px;
}

/* CONTAINER */
#container {
	width: 959px;
	background: url(images/container.gif) no-repeat bottom right;
	margin: 0 auto;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 188px;
	margin-left: 6px;
	margin-bottom: 20px;
	background: #e6e5de url(images/left.jpg) no-repeat top right;
	padding-top: 111px;
	overflow: hidden;
	display: inline;
	}
/* MENU */
#menu {
	background: #fffef5;
	width: 170px;
	overflow: hidden;
	margin-bottom: 4px;
	margin-left: 9px;

}

#menu ul {
	padding: 30px 0 40px 0;
	width: 170px;
}
#menu ul ul {
	padding: 0 10px 0 10px;
	background: none;
	width: auto;


}
#menu li {
	padding: 0 0 0 15px;
	/*background:  url(images/menu_li.gif) no-repeat 16px 5px;*/
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
	
}
#menu a {
	color: #2e2b24;
	display: block;
	text-decoration: none;
	
	
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#menu li li a {
	/*background: none;*/
	padding-left: 0;
}

#menu span {
	text-decoration: underline;
	color: #2e2b24;
	display: block;
	padding-left: 5px;
	padding-bottom: 10px;

}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
	color: #2e2b24;

}



/* CONTENT */
#content {
	float: left;
	width: 579px;
	position: relative;
	background: url(images/content.jpg) no-repeat right top;
	min-height: 350px;

}
#info {
	position: relative;
	background: url(images/info.gif) no-repeat bottom left;	
}
#navi {
	color: #4d753b;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 5px 185px 10px 10px;
	text-align: left;

}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;

}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #4d753b;
}
#language {
	height: 16px;
	position: absolute;
	top: -152px;
	right: -168px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}


/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 186px;	
	background: url(images/right.jpg) no-repeat top;
	padding-top: 79px;
}

/* BOXES */

.leftbox, .rightbox{
	width: 186px;
	margin-bottom: 10px;
}




/* FOOTER */
#footer {
	background: #ebde6c url(images/footer.gif) no-repeat bottom;
	font-size: 88%;
	width: 959px;
	overflow: hidden;
}

#footer p {
	color: #2b3427;
	padding: 0 10px;
}
#footer a {
	color: #2b3427;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 11px 0;
	width: 470px;
}
#footer_left {
	padding-left: 15px;
}
#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;
}
.hidden {
	display: none;
}


.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;
}