/* 
 * Style sheet of Lingu@net Europa
 * 
 */
 
 @import "styles.css"; 
 
/* modifications of general styles */

h1 {
       background-image: url(/img/title-db.gif);
}

h2 {
       background-image: url(/img/titleh2-db.gif);
}

h3, h4 {
       background-image: url(/img/title-h3-db.gif);
}

 #welcome{
     background-image: url(/img/we-db.jpg);
     border-bottom: 1px solid #ccc;
 }
 
/* Left navegation bar*/
#left-bar-middle{
     background-image: url(/img/nav-db.gif);
}

#sub-nav-list li{
     list-style-image: url(/img/point-db.gif);
     list-style-position: outside;
}

 /*Paragraph */
 .paragraph-top {
    background-image: url(/img/pa-db-top.gif);
    border-right: 1px solid #039;
 }
 
 .paragraph {
    border-left: 1px solid #039;
    border-right: 1px solid #039;
 }
 
 .paragraph-bottom{
    border-right: 1px solid #039;
    background-image: url(/img/pa-db-bottom.gif);
 }
 
 /* end of modifications */
 
 /* Styles for list */
  .test-list {
         margin: 0px;
         padding: 4px 8px;
  }
  .test-list ul, .test-list ol, .test-list dl{
     list-style-image: url(/img/tdb.gif);
     text-align: justify;
      margin: 0px;
      padding: 0px;
  } 
  .test-list li {
      margin-left: 30px;
  }
  
  .test-list dt {
      font-weight: bolder;
     text-decoration: underline;
  }
  .test-list dd {
      
 }

/* Index list */
 
.block-element-title {
    background-image: url(/img/index-top-db.gif);
    background-color: #039;
}

.block-element-info {
    background-image: url(/img/index-db.gif);
}

.block-element-more {
    background-image: url(/img/index-bottom-db.gif);
}

