﻿/* CSS Modificat CRV */

* {margin:0;
}

/************************** Main structure ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	
}

#barra {
  width:  842px;
  margin: auto;
  height: 5px
}

#container {
	width: 842px;
	margin: auto;
	font-size: 1.2em;
}

#top_nav {                                     
	background-image: url(imatges/nav_top.jpg);  /* barra de fons gris 842x46  */
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #7E0200;
}

#header {
	background-image: url(imatges/header_c.jpg); /* Logo 842x195 */
	height: 190px;
}

#header_e {
	background-image: url(imatges/header_e_3.jpg); /* Logo 842x195 */
	height: 190px;
}

#main_nav {                                      
	background-image: url(imatges/main_nav.jpg);   /*barra de fons gris 842x52 */
	height: 56px;
	padding-left: 10px;
}

#contentwrapper {                                
	background-image: url(imatges/contentwrapper_2.jpg);  /* barra de fons gris 842x2 */
	background-repeat: repeat-y;
	
}

#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 10px!important;
	margin-left: 7px;
	font-size: 0.9em;
}

#content {
	margin-right: 10px;
	margin-left: 190px;
	padding: 15px 0;
	color: #000000;
}

#footer {
	background-image: url(imatges/footer.jpg);  /* barra fons gris 842x55 */
	height: 25px;
	clear: both;
	text-align: center;
	color: #808090;
	padding-top: 7px;
	font-size: 0.9em;
}

#footer_b  {
	background-image: url(imatges/footer_b.jpg);
	height: 35px;
	clear: both;
	text-align: center;
	padding-top: 6px;
	font-size: 0.9em;
}
/**************************** text, imatges *****************/
#picture {
	float:left;
	width: 100px;
}

.quote {
	MARGIN: 15px 15px 5px; FONT: 600 14px Arial, "Times New Roman", serif; COLOR: #996600; TEXT-ALIGN: left
}

.feature{
	padding: 0px 5px 0px 5px;
	color:#3C3C3C;
}

.feature h3{
	padding: 30px 10px 5px 0px;
	text-align: center;
}

.feature h6{
	padding: 0px 0px 5px 10px;
}

.feature img{
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 0em 5px 0px 5px;
}

.subtitol 
{
	color: #9A0500;
	vertical-align: middle;
	text-align: left;
	font-family: "Georgia", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.paragraf {
	color: #9A0500;
	font: bold italic 11px "Georgia", Times, serif;
}

.paragraf li {
    color: #9A0500;
	font: bold italic 11px "Georgia", Times, serif;
}

img.float_left {
	float: right;
}

img.float_right {
	float: left;
	padding: 0px 5px 0px 5px;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

p.topnav, .copyright {
	margin: 0;
}

h1 {
	color: #9A0500;
	padding-top: 3px;
	padding-left: 2px;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	background-color: #E6E6E6;
	vertical-align: middle;
	text-align: left;
}

h2 {
	font-size: 1.3em;
	color: #9A0500;
	background-image: url(imatges/h2.jpg);  /* barra fons gris 4x45 repetitiu */
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 8px;
}

h3 {
	background-image: url(imatges/sidebar_heading.gif); /* retol corva dreta */
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	background-image: url(imatges/sidebar_heading_2.gif); /* retol corva esquerra */
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}

h5 {
	font-size: 1em;
	color: #9A0500;
	height: 19px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 2px;
}

h6 {
	font-size: .8em;
	color: #9A0500;
	padding-left: 4px;
	border-bottom: 1px solid white;
}

/**************************** llistes *****************/


/***************** llista desordenada *****************/
ul#liste {
width: 300px;
}

ul {
	font-size: 100%;
	text-align:justify;
	list-style-position: outside;
	list-style-type: square;
}

ul ul {
	font-size: 100%;
	margin-left: 30px;
}

ul li {
	margin: 3px 0;
	color: #3C3C3C;
}

ul ul li {
	color: #3C3C3C;
	list-style-type: disc;
}

ul ul ul li {
	color: #3C3C3C;
	list-style-type: circle;
}
/********************** llista ordenada *****************/
ol#p {
width: 300px;
}

ol {
	font-size: 100%;
	text-align:justify;
	list-style-position: outside;
	text-transform: none;
}

ol ol {
	font-size: 100%;
	margin-left: 30px;
}

ol li {
	margin: 3px 0;
	color: #3C3C3C;
}

ol ol li {
	color: #3C3C3C;
	list-style-type: lower-alpha;
}

ol ol ol li {
	color: #3C3C3C;
	list-style-type:lower-roman;
}

dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(imatges/dt_bottom.gif); /* pixel 1x1 */
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: justify;
}

a.smalltitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
}

a.post-seguir {
		background: #999;
		margin: 0;
		padding: 0 7px 0 7px;
		font: bold 11px "Trebuchet MS", Arial, sans-serif;
		color: #fff !important;
		text-decoration: none;
		display: inline;
		white-space: nowrap;
}

	a:hover.post-seguir {
		background: #000;
		text-decoration: none;
	}

/****************** Menu final pàgina **************/
.dnnLINKS {
	padding: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 27px;
}

A.dnnLINKS:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dnnLINKS:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dnnLINKS:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dnnLINKS:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.TdCTPH {
	padding: 0px 0px 0px 0px;
	background-color: #E6E6E6;
	vertical-align: middle;
	text-align: center;
	height: 21px;
}

/************************ Menu capçalera **************/

#navcontainer ul {
	color: White;
	float: left;
	width: 100%;
	height: 54px;
	padding: 0; 
}

#navcontainer ul li {
 display: inline;
}

#navcontainer ul li a {
	padding: 18px 1em;
	height: 18px;
	color: #483F3F;
	text-decoration: none;
	float: left;
	background-image: url(imatges/menu_right_border.jpg);  /* barra color gris 2x53 repetitiu */
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	font-size: 0.9em;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-image: url(imatges/menu_hover.jpg); /* barra color blau 2x54 repetitui */
	background-repeat: repeat-x;
}

/******************** Menu vertical esquerra *************/

 #menue1 {
width: 159px;
margin: 20px 0;
}

#menue1 #abstand1 {
border: 1px solid;
border-color: #ffffff #dadada #dadada #ffffff;
background: #f1f1f1;
padding: 5px 0px;
}

#schalter1 a {
display: block;
padding: 2px;
text-decoration: none;
border: 0px solid #ccc;
width: 152px;
font-weight: normal;
text-align: left;
margin: 3px 0;
background-color: #e9e7e8;
}

#schalter1 a:link {
color: #092B57;
}

#schalter1 a:visited {
color: #092B57;
}

#schalter1 a:hover {
border: 0px solid;
border-color: #eeeeee #304e6a #304e6a #eeeeee;
background-color: #092B57;
color: #ffffff;
}

#schalter1 a:active {
color: #092B57;
}

#schalter1 a .pfeil1 {
display: none;
}

#schalter1 a:hover .pfeil1 {
display: inline;
color: #ffffff;
}

#menue1 .toc1 {
color: #e9e7e8;
font-size: 85%;
font-weight: normal;
margin: 0 5px 5px;
}

#menue1 .copy1 {
color: #757575;
font-size: 80%;
font-weight: normal;
margin: 5px 0 0;
text-align: right;
}

#menue1 .space1 {
font-size: 1px;
margin: 3px 0;
}
/******************** Menu vertical omilies *************/

 #menue2 {
width: 159px;
margin: 2px 0;
}

#menue2 #abstand1 {
border: 1px solid;
border-color: #ffffff #dadada #dadada #ffffff;
background: #f1f1f1;
padding: 5px 0px;
}

#schalter2 a {
display: block;
padding: 2px;
text-decoration: none;
border: 0px solid #ccc;
width: 152px;
font-weight: normal;
text-align: left;
margin: 3px 0;
background-color: #bfd6ed;
}

#schalter2 a:link {
color: #092b57;
}

#schalter2 a:visited {
color: #092b57;
}

#schalter2 a:hover {
border: 0px solid;
border-color: #eeeeee #304e6a #304e6a #eeeeee;
background-color: #D3A405;
color: #ffffff;
}

#schalter2 a:active {
color: #092B57;
}

#schalter2 a .pfeil1 {
display: none;
}

#schalter2 a:hover .pfeil1 {
display: inline;
color: #ffffff;
}

#menue2 .toc1 {
color: #e9e7e8;
font-size: 85%;
font-weight: normal;
margin: 0 5px 5px;
}

#menue2 .copy1 {
color: #757575;
font-size: 80%;
font-weight: normal;
margin: 5px 0 0;
text-align: right;
}

#menue2 .space1 {
font-size: 1px;
margin: 3px 0;
}
/***************** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color:#3C3C3C
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
/****************** mapa del lloc ***************************/
#sitemap {
width: 98%;
margin: 20px 0;

background-color: #F1F1F1;
color: #000;
}
#sitemap ul {
list-style-type: none;
}
#sitemap ul li {
display: inline;
font-size: 100%;
line-height: 140%;
}
#sitemap ul ul li {
font-size: 100%;
}

#sitemap ul li a {
display: block;
text-decoration: none;
background-color: transparent;
color: #600;
}
#sitemap ul li a {
	background-image: url(imatges/icona_data.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding: 2px 0 2px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
#sitemap ul ul li a {
	background-position: 10px 3px;
	padding-left:35px;
	background-position: 15px center;
}
#sitemap ul ul ul li a {
background-position: 70px 3px;
padding-left: 100px;
}
#sitemap ul ul ul ul li a {
background-position: 100px 3px;
padding-left: 130px;
}

#sitemap ul li a.home {
background-image: url(imatges/folder_top.gif);
background-repeat: no-repeat;
background-position: 10px 3px;
padding-left: 40px;
font-weight: bold;
background-color: #c0c0c0;
color: #600;
border-bottom: 1px solid #ccc;
}

#sitemap ul li a.rubrik {
	background-image: url(imatges/folder_open.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-left: 40px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F1f1f1;
	color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#sitemap ul ul li a.rubrik {
background-position: 40px 3px;
padding-left: 70px;
background-color: #e0e0e0;
color: #600;
}
#sitemap ul ul ul li a.rubrik {
background-position: 70px 3px;
padding-left: 100px;
background-color: #f0f0f0;
color: #600;
}

#sitemap ul li a:hover,
#sitemap ul li a:hover.home,
#sitemap ul li a:hover.rubrik {
background-color: #d3a405;
color: #a00;
}
