<!--

/* Import font style uesed by backend editor */
@import url("font.css");

/* General */
html {
  overflow-y: scroll;
}

html body {
  padding: 0px;
  margin: 0px;
  background: #EDECEC;
}

a img{border: none;}

/* Container */
#container {
	position: relative;
	width: 875px;
	margin: 0px auto;
}

/* Header */
#header {
	width: 875px;
	height: 20px;
}

/* Language selector */
#language_selector {
	position: relative;
	width: 120px;
	padding: 4px 3px 3px;
	margin-left: 20px;
	z-index: 10;
	background: url(../image/dropdown_arrow.gif) no-repeat white 111px 5px;
}
#language_selector a {
	display: block;
	width: 120px;
}
#language_selector ul {
	list-style: none;
	margin-top: 1px;
	padding: 0px;
}
#language_selector ul li {
	padding: 1px 0px;
}

/* System navigation */
#system_navigation {
	position: absolute;
	top: 5px;
	right: 35px;
}
#system_navigation a {
	display: block;
	height: 12px;
	float: left;
}
#system_navigation a.btn_captano {
	position: relative;
	background: url('../image/sysnav_captano.gif') no-repeat;
	width: 126px;
	height: 20px;
	top: -5px;
}
#system_navigation a.btn {
	margin: 0px 5px 0px 15px;
}
#system_navigation a.btn img {
	border: none;
}

/* Main */
#main{
	position: relative;
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 10px;
}

#main div.col_left{
  float: left;
  width: 406px;
}

#main div.col_left .menu_teaser{
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	height: 25px;
}

#main div.col_left .menu_teaser img{
	height: 25px;
}

#main div.col_left .menu_noteaser{
  margin-bottom: 10px;
	height: 26px;
}

/* Navigation */
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	height: 20px;
	border-top: 5px solid #2d3257;
	margin: 8px 7px 0px 0px;
	padding: 3px 2px;
	width: 91px;
	font-weight: bold;
	letter-spacing: 0.4px;
}
#navigation ul li a:hover,
#navigation ul li a.current {
	border-color: #a92426;
	color: #a92426;
}
#navigation ul li ul {
	position: absolute;
}
#navigation ul li ul li {
	display: none;
	float: none;
	background: white;
	position: relative;
	z-index: 10;
	padding: 4px 3px;
	border: 1px dotted #ccc;
	margin: -1px 0px 0px;
}
#navigation ul li ul li:hover {
	background: #EDECEC;
	color: #a92426;
}
#navigation ul li ul li a {
	display: block;
	height: auto;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 91px;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 90%;
}
#navigation ul li ul li a.current {
	border-color: #a92426;
}
#navigation ul li:hover ul li {
	display: block;
}

/* Logo */
#lpa_logo {
	position: absolute;
	top: 27px;
	right: 50px;
	width: 147px;
	height: 58px;
	background: url(../image/lpa_logo.gif) no-repeat;
	display:block;
}

/* Content */
#content {
	position: relative;
	margin-top: 25px;
}
#content a.pdf {
	background: url(../image/pdf_icon.gif) no-repeat left center;
	padding-left: 18px;
}
#content #content_left {
	position: relative;
	width: 406px;
	float: left;
	margin-top: 6px;
}
#content #content_left .page_logo {
	height: 25px;
	width: 406px;
	border-bottom: 1px dotted #ccc;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
#content #content_left .teaser_image {
	height: 201px;
	width: 406px;
}
#content #content_left #subnavigation {
	position: relative;
	border-bottom: 1px dotted #ccc;
  line-height: 1.5em;
}
#content #content_left #subnavigation ul {
	list-style: none;
	padding-left: 2px;
	margin: 8px 18px 0px 0px;
	float: left;
	min-width: 100px;
	max-width: 202px;
}
#content #content_left #subnavigation ul li {
  margin-bottom: 1px;
}
#content #content_left #subnavigation ul li a {
	padding-left: 10px;
	font-size: 12px;
	background: url(../image/subnav_bullet.gif) no-repeat left center;
}
#content #content_left #subnavigation ul li a:hover,
#content #content_left #subnavigation ul li a.current {
	color: #A31517;
	padding-left: 10px;
	background: url(../image/subnav_bullet_red.gif) no-repeat left center;
}
#content #content_left #subnavigation ul li ul {
	clear: both;
}
#content #content_right {
	position: relative;
	width: 414px;
	margin: 58px 0px 0px 15px;
	float: left;
	line-height: 150%;
}
#content #content_right .news_block {
	background: #f2f2f2;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 130%;
}
#content #content_right .news_block .news_teaser {
	background: #EEE;
	float: left;
	height: 60px;
	overflow: hidden;
	width: 125px;
}
#content #content_right .news_block .content {
	margin-left: 140px;
}
#content #content_right ul {
	margin-left: 10px;
	padding-left: 1em;
	list-style-image:url("../_image/bullet_1.gif");
}
#content #content_right ul li {
	margin-top: 5px;
}

/* Footer */
#copyright {
	font-size: 11px;
	color: #999;
	border-top: 1px solid #ddd;
	padding-top: 7px;
	margin-top: 20px;
}
#copyright a {
	color: #999;
	text-decoration: underline;
}
#copyright a:hover {
	color: #a92426;
}

/* Various */
.invisible {
	display: none;
}

.clear_both {
	clear: both;
}

.back_icon {
	padding-left: 12px;
	background-color: transparent;
	background-image: url("../image/icon_back.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	line-height: 100%;
}

.beSlider .slider .title a {
	padding: 4px 5px;
	margin-bottom: 5px;
	display: block;
	color: #555555;
	text-decoration: none;
}
.beSlider div.slider div.content {
	margin-bottom: 5px;
}
.beSlider div.slider a.trigger {
	background: url("../image/arrow_right.gif") #f2f2f2 no-repeat 3px 10px;
	padding-left: 14px;
	cursor: pointer;
}

div.xelos_login
{
	margin-top: 22px;
	padding-bottom: 0px;
}

div.xelos_login .header
{
	background: #f2f2f2;
	padding: 5px;
}

div.xelos_login .header img{
	padding: 0; margin: 0;
}

div.xelos_login .form_row
{
	padding: 2px;
}

div.xelos_login label
{
	color: #2B3056;
	width: 70px;
	display: block;
	float: left;
	clear: left;
	padding-top: 3px;
}

div.xelos_login input
{
	float: left;
	width: 130px;
	height: 16px;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #ccc;
	margin-bottom: 4px;
}

div.xelos_login input.login_btn
{
	border: none;
	width: 66px;
	height: 20px;
}

/* IE 7 */
*+ html #language_selector ul {
	margin-left: 0px;
}
*+ html #lpa_logo {
	cursor: pointer;
}

/* IE 6 */
* html body {
	text-align: center;
}

* html #container {
	text-align: left;
}

* html #lpa_logo {
	cursor: pointer;
}

* html #content {
	zoom:1;
}
* html #navigation {
	zoom:1;margin-bottom:20px;
}
-->

