/*===Grundeinstellungen======================*/

 html {
   padding: 0;
   margin: 0;
   color: black;
   font: 10pt Times New Roman, Times, serif;
   width: 210mm;
   background-color: white;
   background-image: url(bilder/logo.png) left;
 }

 body {
   width: 160mm;
   padding-left: 1.5cm;
 }

/*===Klassen=================================*/
 .fett {
   font-weight: bold;
 }

 .gross {
   font-size: 1.2em;
 }

 .hidden {
   display: none;
 }

 .achtung {
   text-transform: uppercase;
   font-weight: bold;
 }

 .wichtig {
   text-transform: uppercase;
   font-weight: bold;
 }

/*===Link-Verhalten==========================*/
 a:link, a:visited, a:active {
   text-decoration: underline;
   color: blue;
 }

 a[href^="http:"]:after {
   content: " <" attr(href) "> ";
 }

/*===Formulare===============================*/
 form {
   display: none;
 }

 /*-Besucherzaehler--------------------*/
 #besucher {
   display: none;
 }

 #login {
   display: none;
 }

 #logout {
   display: none;
 }

 #druck {
   float: right;
   padding: 0;
   padding-left: 1.2cm;
   padding-bottom: 0.5cm;
 }

 /*-Kopfzeile--------------------------*/
 #kopfzeile h1 {
   font-size: 2em;
   color: maroon;
 }

 #kopfzeile img {
   display: none;
 }

 #inhalt img {
   display: none;
 }

 #inhalt p img {
   display: block;
 }

 #inhalt table.gesetze, #inhalt table.gesetze td {
   border: 1pt solid black;
 }

 #inhalt table.gesetze thead {
   font-weight: bold;
 }

 #zitat {
   text-align: center;
 }

 /*-Navigationsleiste------------------*/
 #navigation {
   display: none;
 }

 /*-Inhaltsbereich---------------------*/
 #inhalt {
   color: black;
   float: none;
 }

 #inhalt h2, #inhalt h3 {
   color: maroon;
 }

 #inhalt h2 {
   font-size: 1.7em;
 }

 #inhalt h3 {
   font-size: 1.4em;
 }

 #inhalt p, #inhalt p b {
   text-align: justify;
 }

 /*-(Nachrichten-)Box------------------*/

 #inhalt p.box {
   display: none;
 }

 /*-Forumstabelle----------------------*/
 #forum {
   border-collapse: collapse;
 }

 #forum a:link, #forum a:after {
   text-decoration: none;
   content: "";
 }

 /*-Gaestebuch-Eintraege---------------*/
 #gaestebuch {
   margin: auto;
   width: 600px;
   border: 0;
   text-align: center;
   border-collapse: collapse;
 }

 #gaestebuch tr {
   text-align: justify;
   font-size:10pt;
   background-color:#F7EDC2;
 }

 #gaestebuch td {
   padding: 0.5em;
   margin: 0.5em;
 }

 #gaestebuch tr.ueberschrift {
   color: white;
   font-size:12pt;
   background-color: maroon;
 }

 #gaestebuch tr.ueberschrift td {
   padding: 0;
   margin: 0;
 }

 /*-Fusszeile--------------------------*/
 #fusszeile {
   clear: both;
   width: 95%;
   text-align: center;
 }