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

a {
	color: #cc0600;
}
#left a, #right a {
	color: White;
}
a:hover {
	text-decoration: none;
}
body {
	background: url(images/body.gif);
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #a1120d;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial, sans-serif;
	color: #fff;
}
img {
	border: 0 solid #a1120d;
}

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

/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 161px;
	position: relative;
	width: 1028px;
	margin: 0 auto;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 544px;
	height: 161px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 54px;
	left: 252px;
	width: 530px;
	height: 72px;
}

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

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

/* MENU */
#menu_2 {
	width: 1028px;
	background: url(images/menu2_bkg.jpg) no-repeat;
	text-align: center;
	height: 47px;
}
#menu_2 a, #menu_2 span {
	color: White;
}
#menu_2 ul {
	padding-top: 12px;
	margin: 0 auto;
}
#menu_2 li {
	list-style-type: none;
	display: inline;
	padding: 0 15px;
	background: url(images/menu_2_li.gif) no-repeat left center;
	text-transform: uppercase;
}
#menu_2 li.last a {
	background: url(images/menu_2_li.gif) no-repeat right center;
	padding-right: 15px;
}
#menu_2 li li {
	display: none;
}
#menu_1_2 {
	width: 200px;
	margin-left: 9px;
	background: #b00f24;
	padding-bottom: 20px;
}
#menu_1_2 a, #menu_1_2 span {
	color: White;
}
#menu_1_2 li {
	list-style-type: none;
}
#menu_1_2 li a, #menu_1_2 li span {
	background: url(images/menu_1_2.jpg) no-repeat;
	width: 155px;
	height: 32px;
	display: block;
	padding: 8px 0 0 45px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
}
#menu_1_2 li a:hover {
	text-decoration: underline;
}
#menu_1_2 li li a, #menu_1_2 li li span {
	background: url(images/menu_1_2_lili.gif) no-repeat 20px 7px;
	width: 160px;
	height: auto;
	padding: 4px 5px 4px 35px;
	text-decoration: underline;
	font-style: normal;
	font-size: 1em;
}
#menu_1_2 li li a:hover {
	text-decoration: none;
}
#menu_1_2 li li span {
	background: url(images/menu_1_2_lili_span.gif) no-repeat 19px 7px;
}
#menu_1_2 li li li a, #menu_1_2 li li li span {
	background: url(images/menu_1_2_lilili.gif) no-repeat 30px 8px;
	padding-left: 40px;
}
#menu_1_1 {
	float: left;
	width: 191px;
	height: 59px;
	background: url(images/menu_1_1_top.jpg) no-repeat top;
	position: relative;
}
#menu_1_1 a, #menu_1_1 span {
	color: White;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#menu_1_1 li {
	list-style-type: none;
	display: inline;
	text-align: center;
	height: 20px;
}
#menu_1_1 li a {
	padding-top: 3px;
	width: 95px;
	display: block;
	float: left;
}
#menu_1_1 li.sel {
	position: absolute;
	top: 20px;
	left: 0;
	width: 191px;
	height: 31px;
	background: url(images/menu_1_1_span.jpg) no-repeat;
	font-size: 1.4em;
	display: block;
	padding-top: 8px;
}
#menu_1_1 li.sel a {
	width: 191px;
	padding-top: 0;
}
#menu_1_1 li li {
	display: none;
}

/* CONTENT */
#content {
	float: left;
	width: 620px;
	min-height: 260px;
}
#info {
	position: relative;
	background: url(images/info.gif) no-repeat top;
	width: 620px;
}
#navi {
	color: #a50014;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 8px 20px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right 3px;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #a50014;
}
#language {
	height: 16px;
	position: absolute;
	top: 175px;
	left: 15px;

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





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

/* BOXES */
.leftbox {
	width: 200px;
	margin-left: 9px;
}
.rightbox {
	width: 191px;
}
.leftbox, .rightbox{
	float: left;
	color: White;
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	left: 0;
	height: 40px;
	width: auto;
	line-height: 1em;
	background: url(images/menu_1_2.jpg) no-repeat top left;
}
#right .first h3.access {
	position: absolute;
	left: -2000px;
}
.leftbox h3.access span, .rightbox h3.access span {
	font-size: 1em;
	display: block;
	padding: 7px 0 0 45px;
	font-style: italic;
}

/* FOOTER */
#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 1028px;
	margin: 0 auto;
	font: 65% Arial, Helvetica, sans-serif;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 3px 10px 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 2px 0 8px 0;
	width: 510px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
}

/* 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: 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;
}











