/* Grundeinstellungen für alle Seiten */

/* Alles Abstände auf Null */

* {
  margin:0;
  padding:0;
}

/*  Einstellungen Body */

body {
  background-color:#FFF;
  padding-top:50px;
  font-family:Arial, sans-serif;
  font-size:11pt;
  color:#006BB3;
}
   
#impressum {
  width:30%;
  margin:15px auto;
}

/* 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 */

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

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

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

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

/* Abstand der Absätze festlegen */

h1,h2,h3,h4,h5,h6 {
  padding:1em 0;
}

p {
  padding:0.5em 0;
}

.s10 {
  font-size:10pt;
}

/* rote Schrift */

.rot {
  color:#FF0000;
}

/* Linien */

hr {
  margin:1em auto;
  border:none;
  background-color:#006BB3;
  height:2px;
}

* html hr {
  color:#006BB3;
  border:none;
  height:2px;
}
