/* Amtsblatt Weystadt — classic DE gazette look */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  background: #d8d8d0;
}
a { color: #000080; }
a:hover { color: #800000; }

#page {
  width: 780px;
  margin: 12px auto;
  background: #fff;
  border: 1px solid #666;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

#masthead {
  text-align: center;
  border-bottom: 3px double #000;
  padding: 16px 20px 12px;
  background: #fafaf5;
}
#masthead .line1 {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #444;
}
#masthead h1 {
  font-size: 26px;
  font-weight: bold;
  margin: 6px 0 4px;
  letter-spacing: 1px;
}
#masthead .line2 {
  font-size: 13px;
  font-style: italic;
}
#masthead .line3 {
  font-size: 11px;
  margin-top: 6px;
  color: #333;
}

#toolbar {
  background: #1a1a1a;
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px 12px;
}
#toolbar a { color: #ffcc66; text-decoration: none; margin-right: 14px; }
#toolbar a:hover { text-decoration: underline; }

#body {
  padding: 18px 28px 28px;
}
#body h2 {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin: 16px 0 10px;
}
#body h3 {
  font-size: 15px;
  margin: 14px 0 6px;
}
#body p { margin-bottom: 10px; text-align: justify; }
#body ol, #body ul { margin: 0 0 12px 28px; }

.issue-head {
  text-align: center;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.issue-head .nr {
  font-size: 16px;
  font-weight: bold;
}
.issue-head .date {
  font-size: 13px;
}

.meta-box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #f0f0e8;
  border: 1px solid #aaa;
  padding: 8px 10px;
  margin-bottom: 16px;
}

table.reg {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 12px 0;
}
table.reg th, table.reg td {
  border: 1px solid #666;
  padding: 5px 7px;
  text-align: left;
  vertical-align: top;
}
table.reg th { background: #e8e8e0; }

.gesetz {
  border: 1px solid #000;
  padding: 16px 20px;
  margin: 16px 0;
  background: #fffef8;
}
.gesetz .titel {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 12px;
}
.gesetz .artikel {
  margin: 12px 0;
}
.gesetz .artikel strong {
  display: block;
  margin-bottom: 4px;
}

.stamp {
  float: right;
  width: 90px;
  height: 90px;
  border: 2px solid #8b0000;
  border-radius: 50%;
  color: #8b0000;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 9px;
  padding-top: 22px;
  line-height: 1.25;
  margin: 0 0 10px 12px;
  transform: rotate(-8deg);
}

#colophon {
  border-top: 3px double #000;
  padding: 10px 28px 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #444;
  background: #f5f5f0;
}
#colophon a { color: #000080; }

@media (max-width: 800px) {
  #page { width: 100%; margin: 0; border: none; box-shadow: none; }
}
