﻿/* -------------------------------------------------

                   Quick Metall

(C) 2008 brands emotion e.K.    www.brandsemotion.de

----------------------------------------------------

Layout Print

------------------------------------------------- */

/* Seite linksbündig */
#seite {
  margin: 0px;
}

/* Oben ausblenden */
#oben {
  display: none;
}

#obenStartseite {
  display: none;
}

/* Mitte ohne Hintergrund */
#mitte {
  background-image: none;
}
div.contentButton {
  background-image: none;
}
  
/* Unten ausblenden */
#unten {
  display: none;
}

/* Druckinfos sichtbar */
#print {
  display: block;
}
