/* CSS Document */
body {
	background-color: white;
	background-image: url(../images/background.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 80%;
	color: #333333;
	text-align: center;		
}

#layout {
	margin: 5px auto;
	width: 770px;
	text-align: left;
}



body.contentpane
{
	background-image: none;
	background-color: white;
	padding: 10px;
	color: inherit;
}

h1 {
	font-size: 1.3em;
}

.contentheading {
	background-color: #00613c; 
/*	border-top: 1px solid #dddddd;		*/
/*	border-bottom: 1px solid #dddddd;			*/
	font-size: 1.7em;
	border: 0px;
	color: white; 
	padding-left: 40px;
	margin: 0px;
	background-image: url("../images/contentheading.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 1.6em;
	margin: 0px;
}

.blog .contentheading {
	background-color: #D4F7E6;
	border: 1px solid #dddddd;		
	color: #333333;
	padding-left: 5px;
	background-image: none;
}

.blog h2 {
	color: #333333;
	background-color: inherit;
	font-size: 1.4em;	
}

h3 {
	font-size: 1.40em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #777777;
	background-color: inherit;	
}

h3.destacat {
	color: #00613C;
	background-color: inherit;
	padding-bottom: 2px;
	border-bottom: 1px solid #00613C;
}

h4 {
	font-size: 1.20em;
	color: #777777;
	font-family: Georgia, "Times New Roman", Times, serif;	
	background-color: inherit;
}

h5 {
	font-size: 1.0em;
	color: #777777;	
	font-family: Georgia, "Times New Roman", Times, serif;	
	background-color: inherit;	
}

h6 {
	font-size: 0.9em;
	color: #777777;		
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: inherit;
}

#header {
	clear: right;
	margin-bottom: 10px;
	float: left;
	background-color: white;
}

#header img {
	border: 0px;
}

#header a {
	border: 0px;
}

h1 {
	text-indent: -1000px;
	width: 368px;
	height: 100px;
	float: left;
	margin: 0px;				
	padding: 0px;
	background-image: url(../images/header.gif);	
}

h1 a {
	width: 368px;
	height: 100px;
	float: left;
}

#title {
	height: 100px;
	background-image: url(../images/caeb.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #FED70C;
	width: 398px;
	clear: right;	
	float: right;
	color: inherit;
	overflow: hidden;
}

#title object {
	margin-top: 15px;
	margin-left: 50px;
	float: left;
}

#title object.header {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#presentacio {
	border: 1px solid #00613C; 
	width: 428px; 
}

#leftbar {
	width: 141px;
	float: left;
	clear: left;
}

#content {
	float: right;
	width: 610px;
	padding-right: 10px;
}

#content hr {
	height: 1px;
	width: 100%;
	border-bottom: 0px solid #F3D0BA;
	color: #777777;
	background-color: inherit;
	margin: 0px;
}

#content_home {
	float: left;
	width: 428px;
	margin-left: 15px;
}

#rightbar {
	width: 171px;
	float: right;
}

#footer {
	display: inline;
	font-size: 0.85em;
	width: 100%;
	float: left;
	color: white;
	background-color: #00613C;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px; 
	padding-bottom: 4px;
}

#footer .left {
	float: left;
	margin-left: 5px;
}

#footer .right {
	float: right;
	margin-right: 5px;
}

.columna1 {
	width: 48%;
	float: left;
	clear: left;
}

.columna2 {
	width: 48%;
	float: right;
	clear: right;	
}

/**
 * Aspecte dels diferents elements
 **/

/* Menus  */	
#leftbar ul.mainlevel {
	list-style: none;
	margin: 0; 
	padding: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;		
}
	
#leftbar ul.mainlevel li {
	margin: 0; 
	padding: 0;
}

#leftbar ul.mainlevel li a {
	background: url("../images/menu_bck.gif") repeat-x left bottom;
	color: #333333; 
	background-color: inherit;
	display: block;
	padding: 3px 0px 3px 8px;
	text-decoration: none;
	font-size: 0.95em;
}

#leftbar ul.mainlevel li a.mainlevel_active, #leftbar ul.mainlevel li #active_menu {
	background: #cccccc url("../images/active_menu_bck.gif") repeat-y left bottom;
	font-size: 0.95em; 
	color: inherit;	
	font-weight: bold;
}

#leftbar ul.mainlevel li a:hover {
	background: #cccccc url("../images/active_menu_bck.gif") repeat-y left bottom;
	color: inherit;	
}

#leftbar ul.mainlevel li ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

#leftbar ul.mainlevel li ul li {
	color: #555555;
	display: block;
	background-color: #7DFFD1;
}

#leftbar ul.mainlevel li ul li a {
	background: white url("../images/submenu_bck.gif") no-repeat 5px;
	padding-left: 22px;
	font-weight: normal;
	font-size: 0.85em;
	color: inherit;
}

#leftbar ul.mainlevel li ul li a:hover {
	background: white url("../images/active_submenu_bck.gif") no-repeat 5px;
	text-decoration: underline;
	font-size: 0.85em;	
	color: inherit;	
}

#leftbar ul.mainlevel li ul li #active_menu, #leftbar ul.mainlevel a.sublevel_active {
	background: white url("../images/active_submenu_bck.gif") no-repeat 5px;
	font-size: 0.85em;	
	color: inherit;	
}

/* other menu */
#leftbar .moduletableothermenu ul.mainlevel {
	list-style: none;
	margin: 0; 
	padding: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;		
}
	
/* menú de 3r nivell */
#second_menu {
	margin-top: 4px;
	padding: 0px;
}

#second_menu ul.mainlevel {
	list-style: none;
	margin: 0px; 
	padding: 0px;
	background-image: url("../images/second_menu_bck.gif");
	background-repeat: repeat;	
	background-color: #336666;	
	background-position: top;
	width: 100%;
	float: left;
	color: inherit;
}
	
#second_menu ul.mainlevel li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: none;
	font-size: 1.2em;	
}
#second_menu ul.mainlevel li a {
	padding: 0px 10px 0px 22px;
	margin: 0px;
	display: block;
	background-image: url("../images/subsubmenu_bck.gif");
	background-repeat: no-repeat;
	background-position: 5px;
	text-decoration: none;
	color: white;
	background-color: inherit;
}

#second_menu ul.mainlevel li a.mainlevel_active,#second_menu  ul.mainlevel li #active_menu {
	background-image: url("../images/active_subsubmenu_bck.gif");
	background-repeat: no-repeat;
	background-position: 5px;	
}

#second_menu ul.mainlevel li a:hover {
	text-decoration: underline;
	background-image: url("../images/active_subsubmenu_bck.gif");
	background-repeat: no-repeat;
	background-position: 5px;		
}

/* menú personal */

a.mainlevel:link, a.mainlevel:visited {

	background: url("../images/menu_bck.gif") repeat-x left bottom;
	color: #333333; 
	background-color: inherit;
	display: block;
	padding: 3px 0px 3px 8px;
	text-decoration: none;
	font-size: 0.95em;
	/*
	background: url("../images/submenu_bck.gif") no-repeat left center;
	padding-left: 18px;
	font-weight: normal;
	font-size: 0.90em;
	text-decoration: none;
	color: #333;
	background-color: inherit;
	*/
}

a.mainlevel:hover {
/*
background: url("../images/active_submenu_bck.gif") no-repeat left center;
*/

	background: url("../images/active_menu_bck.gif") no-repeat left center;
	text-decoration: underline;
	color: #333;
	background-color: inherit;
}

a#active_menu {
	background: url("../images/active_menu_bck.gif") no-repeat left center;
	padding-left: 18px;
	font-weight: normal;
	font-size: 0.90em;
	text-decoration: none;
	color: #333;	
	background-color: inherit;	
}

/* Links */

a:link {
	color: #9A71A8;
	background-color: inherit;	
}

a:visited {
	color: #9A71A8;
	background-color: inherit;	
}

a:hover {
	color: #1B0066;
	background-color: inherit;	
}

#content_home a:link, #content_home a:visited,
#rightbar a:link, #rightbar a:visited {
	text-decoration: none;
}

#content_home a:hover,
#rightbar a:hover {
	text-decoration: underline;
}

#footer a:link, 
#footer a:hover, 
#footer a:visited {
	color: white;
	background-color: inherit;
}

/* Content - Sections & Categories */

table.contentpaneopen {
	font-size: 12pt;
	font-family: "Arial Narrow";
	margin-top: 5px;
	padding: 0px;
	width: 100%;
	text-align: left;
}

table.contentpane {
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpaneopen fieldset {
	border: 1px solid #F3D0BA;
}

table.contentpane td.contentdescription {
	padding-bottom: 10px;
}

td.sectiontableheader {
	font-weight: bold;
	background-color: #D4F7E6;
	color: inherit;
	text-align: left;
	margin: 0px;
}

.sectiontablefooter {
}

.sectiontableentry1 {
	background-color: #ffffff;
	color: inherit;
}

.sectiontableentry2 {
	background-color: #7DFFD1; 
	color: inherit;
}

.sectiontableentry1 img, .sectiontableentry2 img {
	margin: 0px 4px 0px 4px;
}

.button {
	background-image: url(../images/button_bck.gif);
	background-repeat: repeat-x;
	background-color: #7DFFD1;	
	font-size: 0.85em;
	color: white;
	padding: 0px 5px;
	margin: 1px 1px 1px 1px;		
	border: 1px solid #00613C;
	text-align: center;
	width: auto;
}

.inputbox {
	border: 1px solid #00613C;
	margin: 1px 1px 1px 1px;
	background-color: #ffffff;
	color: inherit;
	font-size: 0.90em;
}

.componentheading { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	text-align: left;
	font-size: 1.65em;
	font-weight: bold;
	margin-bottom: 10px;	
	background-color: #00613c;
	border: 0px solid #dddddd;		
/*	padding-left: 5px;*/
	margin-top: 5px;	
	padding-left: 40px;
	background-image: url("../images/contentheading.gif");
	background-position: left center;
	background-repeat: no-repeat;	
}

.contentdescription {
}

.contentcolumn {

}

/* Aspecte dels títols quan no està dins d'un element contentpaneopen */
table.blog {
	width: 100%;
}

table td.buttonheading {
	background-color: #D4F7E6;
	color: inherit;
	border: 1px solid #00613c;	
}

table.blog td.buttonheading {
	border: 1px solid #dddddd;	
}


.contentpagetitle {
	font-weight: bold;
	background-color: inherit;	
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

#leftbar .moduletable_menu {
	background-color: #D4F7E6;
	color: inherit;
	width: 100%;
	margin-top: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletablemenu th, div.moduletablemenu h3 {
	text-align: center;
	padding-bottom: 2px;
	
}

#leftbar .moduletableothermenu {
	background-color: #FFE7A1;
	color: inherit;
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable {
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #D4F7E6;
	color: inherit;	
	border: 1px solid #7DFFD1;
	font-size: 0.85em;
}

table.moduletable th, div.moduletable h3 {
	text-align: center;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #7DFFD1;
	background-color: #00613C;
	color: white;
	background-image: url(../images/button_bck.gif);
	background-repeat: repeat-x;
}

.moduletable td {
	padding: 4px;
}

/* Aspecte dels mòduls de la barra de la dreta */
#rightbar table.moduletable {
	width: 100%;
	margin-top: 0px;
	padding: 0px;
	background-color: white;
	color: inherit;	
	font-size: 0.85em;
	border: 0px;
}

#rightbar table.moduletable th, #rightbar div.moduletable h3 {
	text-align: left;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: white; 
	border: 0px;
	background-color: #00613c; 	
	font-size: 1em;
	text-transform: uppercase;
	background-image: url(../images/active_subsubmenu_bck.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
/*	background-image: url("../images/modtable_home_bck.gif");
	background-position: left;
	background-repeat: no-repeat;*/
  	padding: 2px 0px 2px 30px;
	border-left: 0px solid #00613c;		
}

#rightbar .moduletable td {
	padding: 4px;
}

#rightbar .moduletable img {
	border: 1px solid #7DFFD1;
}

/* Aspecte dels mòduls de la pàgina principal */

#content_home table.moduletable {
	width: 100%;
	margin-top: 0px;
	padding: 0px;
	background-color: white;	
	color: #333333;
	font-size: 1.0em;
	border: 0px;
	margin-bottom: 20px;
}

#content_home table.moduletable th, #content_home div.moduletable h3 {
	text-align: left;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: white; 
	border: 0px;
	background-color: #00613c; 	
	font-size: 1em;
	text-transform: uppercase;
	background-image: url(../images/active_subsubmenu_bck.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
/*	background-image: url("../images/modtable_home_bck.gif");
	background-position: left;
	background-repeat: no-repeat;*/
	padding: 2px 0px 2px 20px;
	border-left: 10px solid #00613c;		
	border-bottom: 1px solid white;
}

#content_home .moduletable td {
	padding: 4px;
	font-size: 0.90em;
	border-left: 10px solid #D4F7E6;
	border-top: 0px;
	font-size: 0.90em;	
}

#content_home .moduletable td a, #content_home .moduletable td a:link, #content_home .moduletable td a:hover, #content_home .moduletable td a:visited {
	font-size: 1.1em;
	color: #00613c;
}

#content_home .moduletable td ul {
	margin: 0px;
}

#content_home .moduletable td ul li {
	margin: 0px;
	text-align: left;
}

#content_home .moduletable a img {
/*	border: 1px solid #7DFFD1; */
	margin-top: 4px; 
}

#second_menu table.moduletable, #second_menu table.moduletable th, #second_menu table.moduletable td {
	border: 0px;
	background-color: white;
	color: inherit;
	margin: 0px;
	padding: 0px;
}

#search table.moduletable {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	background-color: white;
	color: inherit;
	border: 0px;
}

#search table.moduletable td {
	padding: 0px;
}

table.moduletable ul {
	margin-left: 0px;
	padding-left: 0px;
}

#pathway {
	font-size: 0.90em;
	margin-bottom: 5px;
	float: left;
	width: 560px;
}

#search {
	width: 200px;
	float: left;
	clear: right;
	text-align: right;
}

.small {
	background-color: inherit;
	color: #999999;
	font-size: 0.85em;		
}

table.contentpaneopen .createdate, .pagenavcounter {
	background-color: inherit;
	color: #999999;
	padding-bottom: 5px;
	font-size: 0.85em;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif
}

table.contentpaneopen .modifydate {
	background-color: inherit;
	color: #999999;
	padding-top: 10px;
	font-size: 0.85em;	
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif
	
}

table.contenttoc {	
	border: 1px solid #333333;
	padding: 2px;
	margin-bottom: 10px; 
	display: block;
	float: left;
	width: 100%;
}

table.contenttoc td {
	padding-left: 10px;
	font-size: 0.90em;	
}

table.contenttoc th {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 10px;
	font-size: 1em;
}

.highlight {
	background-color: yellow;
	color: blue;
	padding: 0;
}

.code {
	background-color: #ddd;
	color: inherit;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
	border: 0px;
	padding-top: 2px;
}

.mosimage {
	border: 0px;
	margin: 5px;
	display: block;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	border: 0px;
	font-size: 0.85em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.pollstableborder td {
  padding: 2px;
}

/* butons per navegar entre les diferentes pàgines d'un llistat */

/* aspecte quan els butons estan deshabilitats */
.pagenav {
	background-color: inherit;
	color: #cccccc;
}

/* aspecte quan el botó està habilitat */
a.pagenav:link, a.pagenav:visited {
}

/* aspecte quan el botó està habilitat i amb el mouse a sobre */
a.pagenav:hover {
}

.pagenav_prev, .pagenav_next {
}

.back_button {
	font-size: 0.85em;	
}

ul {
}

ul li {
	margin-bottom: 5px;
}

ol li {
	margin-bottom: 10px;
}

p {
	margin-top: 1em;
	margin-bottom: 0px;
	line-height: 1.7em;	
}

table.contentpaneopen p {
	text-align: justify;
}

a.readon {
	font-size: 0.85em;
	padding-top: 4px;
	font-weight: bold;
}

a.comment {
	font-size: 0.85em;
	display: block;
	padding-top: 4px;
}

table.akocomments {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
}

table.akocomments td.sectiontableheader {
	background-image: none;
	background-color: #4C4C79;
	color: white;
	font-size: 0.85em;
}

table.akocomments tr.sectiontableentry1 td, 
table.akocomments tr.sectiontableentry2 td {
	font-size: 0.85em;
	border: 1px solid #F3D0BA;
}

table.akocomments hr {
	height: 1px;
	display: block;
	width: 100%;
	border-bottom: 0px solid #F3D0BA;
	color: #F3D0BA;
	background-color: inherit;
}

/* per mostrar un borde alrededor dels banners */
#rightbar table.moduletable img {
	/*border: 1px solid #7DFFD1; */
	border: 0px;
}

#rightbar table.moduletable img.imatge_amb_borde {
	border: 1px solid #cccccc; 
}

#activities {
	text-align: center;
	width: 100%;
}

#activities table.moduletable {
	margin: 0px;
	padding: 0px;
}

#activities table.moduletable img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul.latestnews {
	margin-top: 10px;
}

#content ul, table.moduletable ul, .sitemap ul, .blog ul {
	list-style: none;
}

#rightbar table.moduletable ul {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

table.contentpaneopen ul li, table.contentpane ul li, table.moduletable ul li, .sitemap ul li,
.blog ul li {
	padding-left: 10px;
	background-image: url('../images/li.gif');	
	background-repeat: no-repeat;
	background-position: 0px 0.60em;
	line-height: 1.7em;
	text-align: justify;
}

#content_home  ul li {
	background-image: url('../images/li-home.gif');	
	background-position: 0px 0.40em;
	padding-left: 15px;
}

#rightbar table.moduletable ul li {
	margin: 0px;
	text-align: left;
}

#content ul li ul, table.moduletable ul li ul, .sitemap ul li ul {
	margin-top: 5px;
}

#content ul li ul li, table.moduletable ul li ul li, .sitemap ul li ul li,
#content ul ul li {
	padding-left: 10px;
	background-image: url('../images/li2.gif');	
	background-repeat: no-repeat;
	background-position: 0px 0.65em;
}

#content ul li ul li ul li, table.moduletable ul li ul li ul li, .sitemap ul li ul li ul li,
#content ul ul ul li {
	background-image: url('../images/li3.gif');	
	background-repeat: no-repeat;
	background-position: 0px 0.65em;
}

/* Definicions dels estils dels articles */
.remarcat {
	background-color: yellow;
	color: inherit;
}

.dues_columnes {

}

.dues_columnes td {
	width: 50%;
	vertical-align: top;	
	padding-left: 20px;
}

.taula_simple {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
}

.taula_simple td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
	padding: 2px;
}

.seccio_enquadrada {
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #eeeeee;
	color: inherit;
}

/* Formulari d'inscripció a jorandes i seminaris */
#inscripcion h1 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

#inscripcion h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;	
}

#inscripcion h3 {
	width: 100%;
	text-align: center;
}

#inscripcion h4 {
	width: 100%;
	text-align: center;
}

#inscripcion h5 {
	width: 100%;
	text-align: center;
}

#inscripcion fieldset {
	margin-bottom: 10px;
	border: 1px dashed #79B19F; 
	padding: 10px;
	float: left;
	width: 580px;
}

#inscripcion fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-weight: bold;
	background-color: white;
}

#inscripcion fieldset label {
	font-weight: bold;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 3px;
	width: 75px;
}

#inscripcion fieldset input {
	border: 1px solid #00613C;
	margin-top: 10px;
	margin-bottom: 3px;
	display: block;
	float: left;
	width: 150px;
}

#inscripcion fieldset input#inscr_acto {
	width: 450px;
}

#inscripcion fieldset input#inscr_apellidos,
#inscripcion fieldset input#inscr_email {
	width: 250px;
}

#inscr_lab_cargo, 
#inscr_lab_telefono, 
#inscr_lab_asociacion, 
#inscr_lab_direccion, 
#inscr_lab_codigopostal,
#inscr_lab_web {
	clear: left;
}

#inscripcion fieldset input#inscr_cargo, 
#inscripcion fieldset input#inscr_asociacion, 
#inscripcion fieldset input#inscr_direccion,
#inscripcion fieldset input#inscr_web {
	width: 400px;
}

#inscripcion fieldset input#inscr_asociacion {
	margin-top: 20px;
}

#inscripcion fieldset input#inscr_localidad {
	width: 200px;
}

p.lopd {
	text-align: justify;
	font-size: 0.80em;
	color: #777777;
	background-color: inherit;
	margin-bottom: 5px;
}

p.lssice {
	color: red;
	background-color: inherit;	
}

#inscr_buttons {
	width: 100%;
	text-align: center;
}

#inscr_enviar {
	font-weight: bold;
	font-size: 1em;
}

/* Estil llista canals RSS */

ul.rss {
	list-style: none;
}

table.contentpaneopen ul.rss li, table.contentpane ul.rss li, table.moduletable ul.rss li {
	padding-left: 20px;
	background-image: url('../images/rss-li.gif');
	background-repeat: no-repeat;
	background-position: 0px 0.30em;
	line-height: 1.7em;
	text-align: justify;
}

#footer img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

/* sitemap */

ul.level_0 {
	font-weight: bold;
	font-size: 1.1em;
}

ul.level_1 {
	font-weight: normal;
	font-size: 1.00em;
}

ul.level_2 {
	font-weight: normal;
	font-size: 0.85em;
}

.contactform {
	border: 1px dotted #ddd;
	margin-bottom: 5px;
	margin-top: 10px;
}

.contactform legend {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	background-color: white;
	color: black;
}

.contactform label {
	width: 120px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	clear: left; 
}

.contactform input {
	float: left;
	margin-top: 5px;
	font-size: 0.80em;
	width: 200px;
}

.contactform textarea {
	float: left;
	margin-top: 5px;
}

.contactform p {
	float: left;
	clear: left;
	font-weight: bold;
}

.validation-failed {
	border: 1px solid red;
}

.validation-advice {
	margin-top: 5px;
	float: left;
	margin-left: 5px;
	color: red;
	background-color: white;
}

.canviadepartament {
	margin-top: 10px;
	text-align: right;
}

.agianlucca
{
	text-align: left;
	background-image: none;
	background-color: white;
	font-family: "Arial", sans-serif;
	padding: 10px;
	color: red;
}