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

a {
	color: #E26500;
}
a:hover {
	text-decoration: none;
}
#left a {
	color: White;
}
#left a:hover {
	color: Black;
}
body {
	background: #0F0900 url(images/bg.jpg) repeat-x top;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #334421;
}
img {
	border: 0 solid #E26500;
}

/* BOX */
#box {
	background: White url(images/box.gif) repeat-y;
	color: Black;
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 764px;
}
#container {
	background: url(images/container.gif) no-repeat bottom;
	width: 764px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 166px;
	position: relative;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 382px;
	height: 166px;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 68px;
		left: 322px;
	width: 230px;
	height: 54px;
}
#language {
	height: 16px;
	position: absolute;
		right: 7px;
		top: 9px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* LEFT */
#left {
	background: url(images/menu.jpg) no-repeat;
	float: left;
	overflow: hidden;
	width: 203px;
}
/* MENU */
#menu {
	margin-left: 17px;
	padding: 55px 0;
	width: 175px;
}
#menu ul {
	background: url(images/li_btm.gif) repeat-x left bottom;
}
#menu ul ul {
	background-image: none;
}
#menu li {
	background: url(images/li_btm.gif) repeat-x left top;
	width: 175px;
}
#menu li a, #menu li span {
	background: url(images/menu_li.gif) no-repeat 0 0.6em;
	color: White;
	display: block;
	padding: 0.3em 0 0.3em 20px;
	text-decoration: none;
}
#menu li li a, #menu li li span {
	background: transparent;
	color: #E9E8D1;
	padding-left: 38px;
}
#box #menu span {
	color: Black;
	text-decoration: underline;
}
#menu a:hover {
	color: White;
	text-decoration: underline;
}
#menu li li li a, #menu li li li span {
	padding-left: 56px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 64px;
}

/* CONTENT */
#content {
	background: url(images/content.gif) no-repeat;
	float: left;
	width: 561px;
}
#info {
	background: #E1E0CD;
	font-size: 96%;
	padding: 0.5em 0;
	margin: 0 1px;
	text-transform: lowercase;
	width: 559px;
}
#navi {
	color: #334421;
	font-size: 88%;
	margin-left: 17px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 4px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #334421;
}

.leftbox {
	width: 175px;
	margin-left: 17px;
}
/* FOOTER */
#footer {
	background: #334421;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	font-size: 88%;
	margin: 0 1px;
	width: 762px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 7px 0 6px 0;
	width: 381px;
}
#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: 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;
}

