/* Grundeinstellungen für alle Seiten */

/* Alles Abstände auf Null */

* {
  margin:0;
  padding:0;
}

/*  Einstellungen Body */

body {
  background-color:#FFFFBB;
  font-family:Arial, sans-serif;
}
   
/* Container Hauptseite */

#hauptseite {
  margin:10px 10px 10px 170px;
}

* html #hauptseite {
  margin:10px 5px 5px 160px;
}

/* Bilder ohne Rahmen */

img {
  border:none;
}

/* Textausrichtungen, links ist Standard */

.mitte {
  text-align:center;
}

.rechts {
  text-align:right;
}

/* Textformate */

.dick {
  font-weight:bold;
}

.unterstrichen {
  text-decoration:underline;
}

/* Links */

#hauptseite a:link {
  font-weight:bold;
  color:#880000;
  text-decoration:none;
}

#hauptseite a:visited {
  font-weight:bold;
  color:#880000;
  text-decoration:none;
}

#hauptseite a:hover {
  font-weight:bold;
  color:#880000;
  text-decoration:underline;
}

#hauptseite a:active {
  font-weight:bold;
  color:#880000;
  text-decoration:none;
}

#hauptseite .a1:link {
  text-decoration:none;
  color:#FFFFFF;
}

#hauptseite .a1:active {
  text-decoration:none;
  font-style:italic;
  color:#FFFFFF;
}

#hauptseite .a1:visited {
  text-decoration:none;
  color:#FFFFFF;
}

/* Abstand der Absätze festlegen */

#hauptseite p {
  padding:0.5em 0;
  font-size:12pt;
  font-family:Arial, sans-serif;
}

#hauptseite .s10 {
  font-size:10pt;
}

/* rote Schrift */

#hauptseite .rot {
  color:#FF0000;
}

/* Linien */

#hauptseite hr {
  margin:1em auto;
  border:none;
  background-color:#005B2E;
  height:2px;
}

* html #hauptseite hr {
  color:#005B2E;
  border:none;
  height:2px;
}

/* Überschriften */

#hauptseite h1,h2,h3,h4,h5,h6 { 
  font-family:Tahoma, Arial, sans-serif;
  color:Green;
}

/* Floaten beenden */

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height:1%;
}
/* End hide from IE-mac */
