/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.marketingcase.de
| fasc | 2009-11-04 - 2009-12-04
| 
| Inhaltsverzeichnis:
| - ==elements        Elemente
| - ==layout          Layout
| - ==content         Content Elemente
| - ===intro          Intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.button {
  background: #FFF;
  color: #000;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==layout */
  
#claim {
  display: none;
}

#claim-print {
  display: block;
}

#footer {
  display: none;
}

#logo {
  display: none;
}

#logo-print {
  display: block:
}

#navigation-main {
  display: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===intro */
  
.intro h1 {
  font-size: 1em;
  margin-bottom: 20px; padding-left: 5px;
  text-indent: 0;
  width: auto !important; height: auto !important;
}
