/*
Estils comuns d'HTML
*/

body {
  background-color: #FFFFFF;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

body { background: url("img/kubrickbgcolor.gif"); }
#page { background: url("img/kubrickbg.gif") repeat-y top; border: none; }
#header { background: url("img/kubrickheader.gif") no-repeat bottom center; }
#footer { background: url("img/kubrickfooter.gif") no-repeat top; border: none;}
#header 	{
	margin: 0 0 0 1px;
	padding: 1px;
	height: 198px;
	width: 758px;
	background-position: center;
	z-index: 1;
}
#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; }
/*#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: ; }
#headerimg h1 a, #headerimg .description { display:  }*/

/*
Tipus de lletra
*/

.banner_top {
	position: relative;
	margin-left: 30%;
	margin-top: 50px;
}

/* texte normal */

.normal {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

/* borde tabla */

.taula {
	border: 1px solid #003366;
	background-color: #0099CC;
}

/* text botons */

.botons {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

/* text blanc */

.negre {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}

/* títol */

.titol {
	font-family: Tahoma, Verdana;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* enllaços */

.links {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}

.top {
	background-image:url(img/mix_top.jpg);
	background-repeat: repeat;
}

.down {
	background-image:url(img/mix_down.jpg);
	background-repeat: repeat;
}

a.normal:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #00FFFF;	
	text-decoration: none;
}

a.links:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #00FFFF;
	text-decoration: none;  
}

a.botons:hover {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
