/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #271D18;
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
text-decoration: none; 
color: #3b2c25; 
font-style: normal;
cursor:pointer;
}
a:active { 
text-decoration: none; 
color: black; 
}
a:visited { 
text-decoration: none;
color: #3b2c25; 
}
a:hover {
	color: #FFFFFF;
	font-style: normal;
}
a img { 
border: none; 
}
a img { 
border: none; 
}

#menu {
	width: 200px;
	color: white;
	overflow: auto;
	top: 30px;
	bottom: 0;
	left: 40px;
	position: fixed;
	height: 100%;
	line-height: 18pt;
	font-stretch: ultra-expanded;	
}


#menu ul {
	margin-bottom: 10px;
	list-style-type: none;
	background-image: url(http://www.bobinaoberta.com/files/transp_taroj_20x20_40.png);
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
    }
	/*border-left-color: #5A5B00;
	border-left-style: solid;
	border-left-width: 10px;*/

#menu ul li.active a:link, #menu ul li.active a:visited {
	background-color: #ff9900;
}

#menu ul li.section-title {
	line-height: 18pt;
	font-size: 16px;
	font-weight: bold;
	font-stretch: ultra-expanded;
	color: white;
	margin-bottom: 0px;
	cursor:pointer;
}

#content {
	height: 80%;
	width: 750px;
	margin-left: 320px;
	margin-top: 80px;
	background-image: url(http://www.bobinaoberta.com/files/blanc_transp60.png);
	overflow-y: auto;
	overflow-x: none;
	padding-top: 16px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

/*border-top-color: white;
	border-top-style: solid;
	border-top-width: 10px;*/
	
.container {
    padding: 20px 20px 20px 20px;
}

#content p { 
	width: 680px; 
	margin-bottom: 8px;
	line-height: 20px;
 }

p {
    margin: 0 0 6px 0;
}
/*Lletres molt petites: les de indexhibit, bŕrbara p*/
h1 {
	font-size: 10px;
	color: #999999;
}
/*titol gran de cada apartat*/
h2 {
	font-size: 16px;
	font-stretch: ultra-expanded;
}
/*sota el títol: subtítol o primer parŕgraf*/
h3 { 
	font-size: 16px;
}
/*gran gran, per titol*/
h4 { 
	font-size: 30px; 
}

#img-container	{ 
width: 600px;
margin: 0; 
padding: 0; 
}

#img-container p { 
width: 600px;  
font-size: 12px;
padding-bottom: 10px;
}

#once { clear: left; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
