
#inhaltdruck, #menue, #montage  { display:none; }

body {
  margin: 0;
  padding: 0;
  font: 12pt "Times New Roman", Times, serif;
  color: black;
  background: white;
}

#logo, #contact2 { width:100%; text-align:center; }
#contact2 { border-top: 1px solid black; border-bottom: 1px solid black; padding-bottom:5px; padding-top: 8px; font-size: 12;}

#footer { border-top: 1px solid black; border-bottom: 1px solid black; padding:2px; margin-top:0.5cm; }

#inhalt       { width:100%; }
#inhalt p     { text-align:justify; }
#inhalt ul    { font-weight:normal; font-size:large; padding-top:10px; padding-bottom:10px; }
#inhalt li    { padding-top: 4pt; padding-bottom: 0pt}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida", Verdana, sans-serif;
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

#page a,#page a:visited,#page a:link,#page a:hover { text-decoration:none; }

#page a:link:after,#page a:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #555;
  background: transparent;
}

#page a[href^="/"]:link:after { content: " (Link auf <http://www.alucolor-chemnitz.de " attr(href) ">) "; }

.infotable { border-spacing:0; border:thin solid grey; width:100%; }
.infotable th { background:#cccccc; text-align:left; vertical-align: top; border:1.0px solid grey; padding:3px; }
.infotable td { text-align:left; vertical-align: top; border:thin solid grey; padding:3px; }

.texttable { width:100%; }
.texttable th { text-align:left; vertical-align: top; border-bottom: 1.0px dashed lightgrey; }
.texttable td { vertical-align: top; border-bottom: 1.0px dashed lightgrey; }


