/*  Layout über gesamte Breite  */
/*  (rechte Spalte ausblenden)   */


#header {
   height: 150px;
   width: 640px;
   margin-left: 180px;
}

#right {
   display: none;
}

#content {
   position: relative;
   width: auto;
   margin: 25px 0px auto 180px; 
   /* border: 1px solid #ccc;  */
}

#header_gfx {
}


