/* CSS Document */

BODY {
	font-family:Arial, Helvetica, sans-serif;
	background: #E0D4B0 url(../images/fons_sol.jpg) no-repeat top center; 
	background-attachment:scroll;
	background-repeat:no-repeat;
	margin:0px;
}
A:link, A:hover, A:visited {text-decoration:none; color:#333333;}
A:hover { color:#FFFFFF;}
#contenidor {
	width:800px;
	margin: 0 auto;
}
#top { height:180px; text-align:center;}
#altaveus { float:left; margin-top:10px;}
#img_top { float:left; margin-top:18px; height:150px;}
#menu {
	font-size:0.75em;
	width:200px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
		#menu ul li { 
			list-style:none; 
			background-image:url(../images/fons_boto.png);
			text-indent:27px;
			line-height:27px;
			margin-left:30px;
			height:25px; 
			width:175px;
		}
		#menu ul li:hover { background-image:url(../images/fons_boto_hover.png);}
		#menu A:link, A:visited { text-decoration:none; color:#333333; }
		#menu A:hover {text-decoration:none; color:#FFFFFF;}

#menu2 {
	float:left;
	clear:left;
	width:200px;
	font-size:0.75em;
	margin-top:40px;
}
		#menu2 ul li { 
			list-style:none; 
			font-weight:bold;
			background-image:url(../images/fons_boto2.png);
			text-indent:27px;
			line-height:27px;
			margin-left:30px;
			height:25px; 
			width:175px;
		}
		#menu2 ul li:hover { background-image:url(../images/fons_boto2_hover.png);}
		#menu2 A:link, A:visited { text-decoration:none; color:#333333; width:100%; }
		#menu2 A:hover {text-decoration:none; color:#FFFFFF; width:100%;}

#contingut {
	float:right;
	width:460px;
	margin-right:21px;
	clear:right;
	}
#contingut IMG {border:0;}
#contingut_top {
	height:25px;
	background-image:url(../images/contingut_top.png);
	background-repeat:no-repeat;
	margin-bottom:0px;
}
#contingut_mig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-image:url(../images/contingut_mig.png);
}
	#contingut_mig P {
		text-indent:12px;
		margin-left:20px;
		margin-right:20px;
	}
	#contingut_mig UL {
		list-style:none;
		margin-right:25px;
		
	}
	#contingut_mig LI { margin-top:10px;}
	UL.pistes LI {margin-bottom:60px;}
	UL.horaris LI {margin-bottom:5px; margin-top:10px; text-align:left;}
#contingut_bottom {
	height:25px;
	background-image:url(../images/contingut_baix.png);
	background-repeat:no-repeat;
}

#peu {
	text-align:left;
	font-size:0.6em;
	clear:both;
	width:100%;
}
	#peu A:hover {color:#000000;}
	#peu ul { margin-left:75px; margin-top:25px; list-style:none;}
#img_bottom {
	background-image:url(../images/fons_peu.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:297px;
}

H1 {font-size:2em;}
