body {
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	background-repeat: repeat-x;
	background-image: url(../imatges/background.png);
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	color: #97B2A1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	letter-spacing: 1.5px;
	margin-top: 0px;
	font-weight: lighter;
}

h2 {
	color: #3B6E4F;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
}

a {
	color: #9CB5A6;
}
.labelframe {
	border: 1px solid #857D6E;
	padding: 3px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.imageframe {
	border: 1px solid #857D6E;
	padding: 3px;
	margin: 3px;
}
#lang {
	margin-bottom: 0px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	float: right;
	color: #333;
	padding-top: 45px;
}
#lang a {
	text-decoration: none;
	color: #666;
}
#lang a:hover {
	text-decoration: none;
	color: #9CB5A6;
}
#lang a:active {
	text-decoration: none;
	color: #9CB5A6;
}

.lists a {
	text-decoration: none;
	color: #999;
}
.lists a:hover {
	text-decoration: none;
	color: #C06;
}
.lists a:active {
	text-decoration: none;
	color: #C06;
}

#head {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3C0B1;
	padding-bottom: 20px;
	margin-top: 57px;
}
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	background-image: url(../imatges/25anys.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu {
	float: left;
	width: 100px;
	font-size: 14px;
	padding-top: 10px;
}
#menu a {
	text-decoration: none;
	color: #666;
}
#menu a:hover {
	text-decoration: none;
	color: #9CB5A6;
}
#menu a:active {
	text-decoration: none;
	color: #9CB5A6;
}
#menu a.unselected {
	text-decoration: none;
	color: #999;
}
#menu a.selected {
	text-decoration: none;
	color: #9CB5A6;
}

#content {
	float: right;
	width: 805px;
	padding-left: 26px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #96B1A0;
	margin-bottom: 20px;
	min-height: 300px;
	padding-top: 5px;
}
#fotostrip {
	float: right;
	margin-left: 20px;
	width: 168px;
	margin-right: 20px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	clear: both;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A3C0B1;
}
.dropshadow {
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
}
.mainmenu{
	float:left;
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
.mainmenu li{
	margin-top:12px;
}
.submenu{
	margin-left:12px;
	padding:0;
	list-style-image:none;
	list-style-type:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
}
.submenu li{
  margin-top:4px;
}
.dropshadowright {
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	margin-bottom: 5px;
	margin-left: 5px;
}
.blacktext {
	color: #000;
}
li {
	margin-bottom: 15px;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../imatges/bg_button_a.gif') no-repeat scroll top right;
    color: #3C6E4F;
    display: block;
    float: left;
    font: normal 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../imatges/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 4px 0 4px 40px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 4px 0 4px 40px; /* push text down 1px */
}
