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

a {
	color: #5781d1;
}
a:hover {
	text-decoration: none;
}

body{
	background: #fff url(images/body.jpg) repeat-x top;
	color: #3E3E3E;
	text-align: center;
	padding: 5px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #9b573d;
}
#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: #3e3e3e;
}
img {
	border: 0 solid #97a4be;
}
#left img {
	border-color: #5e90c0;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 186px;
	position: relative;
	width: 772px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 402px;
	height: 186px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 40px;
	left: 148px;
	width: 191px;
	height: 59px;
}

/* CONTAINER */
#container {
	width: 772px;
	margin: 0 auto;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 202px;
	display: inline;
	overflow: hidden;
}

/* MENU */
#menu {
	width: 196px;
	overflow: hidden;
	background: #bbc8de url(images/menu.jpg) repeat-x top;
	float: right;
	padding-top: 15px;
}
#menu a {
	color: #2c2c2c;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
	color: #486499;
}
#menu span {
	text-decoration: underline;
	display: block;
}
#menu ul {
	padding: 0;
	width: 196px;
}
#menu ul ul {
	padding: 0;
	width: auto;
}
#menu li {
	padding: 0;
	background:  url(images/menu_li.gif) no-repeat 10px 11px;
}
#menu li li {
	list-style-type: none;
	background: none;
}
#menu li a, #menu li span {
	background: url(images/menu_line.gif) no-repeat bottom right;
	padding: 5px 15px 5px 20px;
}
#menu li li a, #menu li li span {
	padding-left: 25px;
}
#menu li li li a, #menu li li li span {
	padding-left: 34px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 43px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 52px;
}

/* CONTENT */
#content {
	float: left;
	width: 570px;
	position: relative;
	min-height: 350px;
	padding-top: 10px;
	overflow: hidden;
}
#info {
	position: relative;
}
#navi {
	color: #404040;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 2px 20px 0 20px;
	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: #404040;
}
#language {
	height: 16px;
	position: absolute;
	top: -5px;
	right: 10px;

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



/* BOXES */
.lb_1 {
	background: #cccbcb url(images/menu_line.gif) no-repeat bottom right;
	width: 186px;
	float: right;
	padding: 5px;
}
.lb_2, .lb_3 {
	background: url(images/menu_line.gif) no-repeat bottom right;
	padding: 5px;
	float: right;
	width: 186px;
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat bottom left;
	font-size: 88%;
	width: 772px;
	height: 41px;
	_height: 40px;
}

#footer p {
	color: #3b444b;
	padding: 0 10px;
}
#footer a {
	color: #3b444b;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 7px 0 7px 0;
	width: 370px;
}
#footer_left {
	padding-left: 15px;
	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;
	background-color: White;
}
.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;
}
.tit_content {
	margin-bottom: 1em;
}



