/* CSS Document */
html{
	height: 100%;
}
body{
    padding : 0;
    margin : 0;
	height: 100%;
}

#content{
	position:absolute;
	top:180px;
	left:190px;
	right:200px;
}

#content h1{
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
}                     

#content h2{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size : 100%;
      font-weight : bold;
      color : #000000;
      background-color : transparent;
}
#content h3{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size : 150%;
      font-weight : bold;
      color : #0000CC;
      background-color : transparent;
}
#content p{
      font-family: "Trebuchet MS", Georgia, Times,serif;
      font-size : 90%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

#logo{
	position : absolute;
	top : 30px;
	left : 60px;
	z-index : 50;
	background-color: #A7BFF8;
	width: 15%;
	height: 125px;
	/*border: solid #0000CC;
	border-right: solid #A7BFF8;*/
}
#script{
	position : absolute;
	top : 30px;
	right : 60px;
	text-align : center;
	background-color: #A7BFF8;
	width: 85%;
	height: 125px;
	/*border: solid #0000CC;
	border-left: solid #A7BFF8;*/
}

#script_esquerre{
	position: absolute;
	top: 30px;
	left: 30px;
}

#script_dret{
	position: absolute;
	top: 30px;
	right: 30px;
}

#publi{
	position : absolute;
	top : 170px;
	right : 30px;
}

#boto{
	background: url("Imatges/marc_esq.jpg") 0 0 no-repeat;
}

ul {  
	list-style:none;
	display:block;
	position : absolute;
	margin:0;
	padding:0;
	top : 170px;
	left : 30px;
	width : 160px;
}
li {
	position: relative;
	display:block;
	margin:2px;
	padding:0; 
	float:left;
}
li a {
	display:block; 
	width:140px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	background-color:#0000CC;
	/*background: url("Imatges/menu.jpg") 0 0 no-repeat;*/
	border-left:10px solid #666666;
}
li a:hover {
	color:#0000CC;
	background-color:#A7BFF8;
}
li ul {
	position: relative;
	list-style: none;
	left: 10px;
	top: 0px;
	display: none;
}
li ul li{
	margin:0px;
}
li ul li a{
	width:130px;
	border-left:0px;
	background-color:#0066FF;
}
li:hover ul, li.over ul { 
	display: block; 
}