/***********************************************/
/* style.css                                   */
/***********************************************/

/* ======================================= */
/* allgemeine Definitionen für alle Seiten */
/* ======================================= */

body {
  font-family: Verdana,Arial,sans-serif;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 130%;
  color: red;
  text-align: left;
  margin: 0px;
  margin-left:15px;
  margin-top:15px;
  padding: 0px;
}

h2 {
  font-size: 110%;
  color: #006699;
  text-align: left;
  margin: 0px;
  margin-left:15px;
  margin-top:10px;
  padding: 0px;
}

h3 {
  font-family: Verdana,Arial,sans-serif;
  font-size: 100%;
  color: #334d55;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

h4 {
  font-size: 90%;
  font-weight: normal;
  color: #333333;
  margin: 0px;
  padding: 0px;
}

h5 {
  font-size: 80%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}

h6 {
  font-size: 70%;
  margin: 0px;
  padding: 0px;
}

a {
  color: #006699;
  text-decoration: underline;
}

a:link {
  color: #006699;
  text-decoration: none;
}

a:visited {
  color: #006699;
  text-decoration: underline;
}

a:hover {
  color: #006699;
  background-color:#EEEEEE;
  text-decoration: none;
}

P:first-letter {
  color: blue;
  font-size: 130%;
}

p {
  font-size: 70%;
  margin-left:15px;
  margin-right:40px
}

label {
  font-size: 100%;
  font-weight: bold;
   color: #334d55;
}

/* Tabellen */
/* ======== */

th {
  font:Arial;
  font-size: 16px;
  font-weight: bold;
  background-color:  rgb(220, 237, 237);
  border-color:white;
}

td {
  font:Verdana;
  font-size: 12px;
  background-color:  rgb(220, 237, 237);
  border-color:white;
  text-align: justify;
}

/* ================================================================= */
/* Ab hier diverse Spezialitäten als Selektoren mit Klassen und ID's */
/* ================================================================= */

/* Klassen */
/* ======= */

.wichtig {
  padding: 5px 0px 5px 10px;
  text-align: center;
  font-weight: bold;
  color: red;
  font-size: 90%;
}

.logo {
  left: 80px;
  align: center;
  position: absolute;
  z-index: 10;
}

.menu1 {
  top: 50px;
  left: 150px;
  position: absolute;
  z-index: 20;
  font-size: 70%;
}

.menu2 {
  top: 90px;
  left: 460px;
  position: absolute;
  z-index: 30;
  font-size: 85%;
}

.menu3 {
  font-size: 85%;
  color: #999999;
  line-height: 21px;
  font-family: Verdana, Arial, monospace;
}

.text {
  font-size: 12px;
  color: #999999;
  line-height: 21px;
  font-family: Verdana, Arial, Courier New,Courier,Monaco,monospace;
}

.footer {
  font-size: 10px;
  color: #999999;
  line-height: 21px;
  margin-left:15px;
  font-family: Verdana, Arial, monospace;
}

.lesen {
  font-size: 11px;
  color: #666666;
  line-height: 18px;
  font-family: Verdana,Arial,Helvetica;
}

.head {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  font-family: Courier New,Courier,Monaco,monospace;
}


.sb {scrollbar-3dlight-color:#666666;
           scrollbar-arrow-color:#cc3300;
           scrollbar-base-color:#ffffff;
           scrollbar-darkshadow-color:#6666666;
           scrollbar-face-color:#ffffff;
           scrollbar-highlight-color:#ffffff;
           scrollbar-shadow-color:}

/* ID's */
/* ==== */

#wichtig1 {
  color: red;
  font-family: verdana;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

#wichtig2 {
  color: rgb(51, 0, 153);
  margin-left: 50px;
  font-family: verdana;
  text-align: left;
  font-size: 105%;
}

#wichtig3 {
  color: rgb(51, 0, 153);
  margin-left: 15px;
  font-family: verdana;
  font-size: 60%;
}

#unterlegt1 {
  background: #77BBFF; width: 10px;
}

#unterlegt2 {
  font-weight:bold; font-variant: small-caps; line-height: 3; background: silver; color: red;
}

#abstand1 {
  margin-left: 20px;
  margin-right: 20px;
}

#abstand2 {
  margin-left: 50px;
  margin-right: 50px;
}

#abstand3 {
  margin-left: 100px;
  margin-right: 100px;
}
