uhtml, body {
	height: 100%;         /* required */
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin:0;
}

body {
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
/*	background-image: url(images/pattern.gif); */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	text-align: left;
}

#logo {
	float: left;
	margin-left: 25px;      /* marge esquerra logotipus */ 
}
#header {
	height: 60px;           /* alçada del logotipus */
	width: 960px;
	margin-bottom: 40px;
}
#welcome {
	clear: right;
	float: left;
	height: 0px;
	text-align: left;
	vertical-align: middle;
	padding-top: 30px;
	margin-left: 160px;
}
form {
	margin: 0px;
	padding: 0px;
}

#welcome p {
	margin-top: 0px;  /* separacio vertical entre el welcome.gif i el select.gif */
}

h1 {
	margin: 0px;
	padding: 0px;
}

#video {
	float: left;
	height: 320px;  /* alçada del CONTINGUT */ 
	width: 410px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
}
div#distance { /* espai vertical superior */
	margin-bottom: -250px;
	width: 1px;
	height: 220px;
	float: left;

}
div#page {
	position: relative;
	text-align: center;    /* centrat horizontal */
	height: 460px;         /* alçada de la graella de llengües */
	width: 960px;
	margin: 0 auto;
	clear: left;
}
div#page-noCAPTCHA {
	position: relative;
	text-align: center;    /* centrat horizontal */
	height: 100px;         /* alçada de la graella de llengües */
	width: 960px;
	margin: 0 auto;
	clear: left;
}
#content_container {
	clear: right;
	float: left;
	margin-left: 28px;
	text-align: left;
	font-size: 75%;
	margin-top: 10px;
        height:342px;
	width:522px;
}
#content_container_wide {
	clear: right;
	float: left;
	margin-left: 28px;
	text-align: left;
	font-size: 75%;
	margin-top: 10px;
        height:342px;
	width:600px;
}
#choices_container {
	clear: right;
	float: left;
	margin-left: 28px;
	text-align: left;
	font-size: 75%;
	margin-top: 10px;
	width:522px;
}
#choices_container ul {
	margin:0px;
	padding:0px;
}

#choices_container ul li {
	padding:0px;
	list-style-type: none;
	float: left;
	clear: both;
	height:21px;
	display: inline;
        background-image: url(lang_btns_b.gif);
	line-height: 21px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	width:174px;}

#choices_container ul li a.mes{
	padding:0px;
	list-style-type: none;
	float: left;
	clear: both;
	height:21px;
	display: inline;
        background-image: url(lang_btns_b.gif);
	line-height: 21px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	width:174px;
}
#choices_container ul li a.mes:hover{
	padding:0px;
	list-style-type: none;
	float: left;
	clear: both;
	height:21px;
	display: inline;
        background-image: url(lang_btns_r.gif);
	line-height: 21px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
        color: red;
	width:174px;}

#choices_container ul li a{
	padding:0px;
	list-style-type: none;
	float: left;
	clear: both;
	height:21px;
	display: inline;
        background-image: url(lang_btns_b.gif); /* imatge de fons de cada codi de llengua */
	color: #2c15a0;                         /* color del nom de cada llengua */
	line-height: 21px;                      /* centrat vertical de la graella de llengues */
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	width:174px;
}

#choices_container .selected {
	color: #000000;
}
#choices_container .selected_bg {
	background-image: url(lang_btns_y.gif);
	background-position: 0px -21px; 
	background-repeat: no-repeat;
	}
#choices_container ul li a:hover {
        color:#f8af22;                           /* color hover del text de cada llengua  */
        background-image: url(lang_btns_y.gif);  /* imatge de fons hover de cada codi de llengua */
}

/* LLENGUA DE LA GRAELLA */
#choices_container lang {
	height: 21px;
	width: 26px;
	margin-right: 20px;
	color: #ffffff;
        /* background-color: #2c15a0; */          /*  color de fons dels codis de llengües */
  	padding-left: 5px;
	text-align: center;
        font-weight: bold;
	display: block;
	float: left;
}

/* LLENGUA SELECCIONADA */
#choices_container lang_selected {
	height: 21px;
	width: 26px;
	margin-right: 20px;
	color: #ffffff;
        background-image: url(lang_btns_y.gif);
        /* background-color: #2c15a0;   */       /*  color de fons dels codis de llengües */
	padding-left: 5px;
	text-align: center;
        font-weight: bold;
	display: block;
	float: left;
}
#choices_container lang_selected_r {
	height: 21px;
	width: 26px;
	margin-right: 20px;
	color: #ffffff;
        background-image: url(lang_btns_r.gif);
        /* background-color: #2c15a0;   */       /*  color de fons dels codis de llengües */
	padding-left: 5px;
	text-align: center;
        font-weight: bold;
	display: block;
	float: left;
}
#choices_container lang_selected_text {
        color:#f8af22;
}

#content {
	width: 960px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DBD9D2;
	border-bottom-color: #DBD9D2;
}
.columna_graella {
	float: left;
	clear:right;
	display:block;
	margin-right: 40px;
	text-align: left;
	width:134px;
}
