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

@import url(modules.css);

a {
	color: #E8AE13;
}
a:hover {
	text-decoration: none;
}
#left a {
	color: #C85600;
}
body {
	background: url(images/bg.gif) top;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #C85600;
}
#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 #E8AE13;
}
#left img {
	border-color: #C85600;
}


/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	border-bottom: 1px solid #547191;
	font: 80% Arial, Verdana, sans-serif;
	margin: 27px auto;
	position: relative;
	text-align: left;
	width: 764px;
}
#map {
	background: url(images/top.jpg) no-repeat; 
	font-size: 1px;
	height: 85px;
	overflow: hidden;
	position: absolute;
		top: -9px;
		left: -17px;
	width: 104px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 132px;
	position: relative;
	width: 764px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 382px;
	height: 132px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 20px;
		left: 542px;
	width: 189px;
	height: 44px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 198px;
}
/* MENU */
#menu {
	padding-left: 2px;
}
#menu ul {
	background: url(images/menu_ul.gif) repeat-y;
	padding: 25px 0;
	width: 196px;
}
#menu ul ul {
	background-image: url(images/menu_ulul.gif);
	border-top: 1px solid #89A3C1;
	border-bottom: 1px solid #89A3C1;
	padding: 0 0 0 15px;
	width: 181px;
}
#menu ul ul ul {
	background: none;
	border: 0;
	width: auto;
}
#menu li {
	padding: 0.2em 0;
}
#menu a, #menu span {
	color: Black;
	display: block;
	padding: 0 10px 0 27px;
	text-decoration: none;
}
#menu span, #menu a:hover {
	text-decoration: underline;
}
#menu ul ul a, #menu ul ul span {
	color: #2B415B;
}

/* CONTENT */
#content {
	float: left;
	width: 566px;
}
#info {
	background: #89A3C1;
	border-top: 1px solid White;
	border-bottom: 1px solid #547191;
	position: relative;
	margin-left: 1px;
	width: 563px;
}
#navi {
	color: White;
	font-size: 88%;
	margin-left: 20px;
	padding: 8px 0;
	width: 420px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 11px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: White;
}
#language {
	height: 16px;
	position: absolute;
		right: 5px;
		top: 6px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.lb_1 {
	background: url(images/lb_1.gif) repeat-y;
	margin-left: 2px;
	width: 196px;
}
/* FOOTER */
#footer {
	background: #7A95B5 url(images/footer.gif) no-repeat;
	font-size: 88%;
	margin-left: 2px;
	width: 760px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFFEE7;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 10px 0;
	width: 380px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner {
	background: White;
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
#container .cleaner {
	margin: 0 1px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}


