
#logo {
    width: 100px;
    height: 100px;
    }
    
/**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3   | #col1               |
   * | flexible| 75%                 |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* #col1 becomes the main column | #col1 wird zur Hauptinhaltsspalte */
  /*  #col1 { width: 70%; float:right} */
#col1 { width: 78%; float:right}
#col1_content { padding: 10px 20px 10px 10px; }

  /* #col2 is turned off | #col2 abschalten */
  #col2 { display:none; }

  /* #col3 becomes the left column | #col3 wird zur linken Spalte */
  /* #col3 { margin-left: 0; margin-right: 70%; } */
#col3 { margin-left: 0; margin-right: 78%; }
#col3_content { padding: 10px 10px 10px 20px; }

/* --- couleurs --- */
.noir {
    color: black;
    }
.bleu {
    color: #53A4E3;
    }

.archeo {
    color: black;
    font-weight: bold;
    }
.dev {
    color: #53A4E3; /* bleu */
    font-weight: bold;
    }

/* --- images --- */
img {
    border: none;
    }
#logo img {
    border: none;
    }
