body
{
  // background-color  : #969696;
  font-family       : arial, sans-serif;
  font-size         : 12px;
  color             : #FFFFFF;
}
header, footer, #content_druck, .tipp, #thumbnail, .kontakt_unten
{
  display : none;

}
/** link-Deklarationen **/
a:link    {border : 0pt;text-decoration : none;font-weight : bold;color : #FFFFFF;}
a:hover   {border : 0pt;text-decoration : none;font-weight : bold;color : #FFFFFF;}
a:visited {border : 0pt;text-decoration : none;font-weight : bold;color : #FFFFFF;}
a:active  {border : 0pt;text-decoration : none;font-weight : bold;color : #FFFFFF;}
/** Container **/
#container
{
  margin            : auto;
  width             : 1000px;
  height            : 700px;
  background-color  : #C0C0C0;
}
/** Kopfzeile **/
#head
{
  width             : 1000px;
  height            : 130px;
  position          : absolute;
  background-color  : #FFCC00;
}

/** Fusszeiel **/
#foot
{
  margin-top        : 660px;
  width             : 1000px;
  height            : 40px;
  position          : absolute;
  background-color  : #FFCC00;
}

.impressum_unten
{
  margin-top          : 50vh;
  //margin-left       : 60%;
  padding-left        : 20px;
  //margin-bottom     : 0vh;
  width               : 90%;
  //height            : 5vh;
  position            : absolute;
  //overflow          : auto;
  //line-height       : 1.3em;
  //background-color  : rgba(192,192,192,0.9);
  //background-color  : #F00;
}