body{
font-family:Geneva, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
background-image:url(imatges/viquipedia-web_02.jpg);

}
a{ color:#000000; text-decoration:none;}
a:hover{ text-decoration:none; color:#083dad; }

#framecontent{

position: absolute;
background: #ffffff url(imatges/viquipedia-web_01.jpg) no-repeat ;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: white;
}
li { margin-left: 0px; list-style:none;
border-bottom:1px solid #cccccc; padding-top:1px; padding-bottom:1px;
padding-left: 0px;}
ul{ margin-left: 10px;
padding-left: 10px;}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
}

h1{ color: #083DBB; font-size:24px;}
h2{font-size:22px;}
h3 {color:#083dad;  font-size:18px; }
h33 {color:#000000;  font-size:18px; }
h4{ text-decoration:underline; color:#083dad; font-size:16px;}
.innertube{
margin:140px 0px 15px 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
color:#000000; font-size:13px;
}
.innertube2{
margin:70px 15px 15px 30px; font-size:12px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
.innertube2 a{ text-decoration:underline;
}

.innertube2 li { list-style:disc; border:none;
}
.innertube2 ul{ }

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
.baja{ margin-bottom:-8px;}

#navegacioPeu li{ display:inline; background:url(imatges/fletxa.gif) no-repeat left; padding-left:14px; }
#actual{color:#CCCCCC;}
.notewarning{ color:#FF0000;}

