@import url(main.css);

/* allg Formatierungen */
body {
  background: #FFFFFF url(../grafik/backg.jpg) repeat-x left top;
  color: #353239;
  font-size: small;
  line-height: 130%;
}
td {
  font-size: small;
  line-height: 130%;
}
h1 {
  font-size: medium;
}
h2 {
  font-size: small;
  font-weight: bold;
}
h3 {
  font-size: small;
  color: #FFFFFF;
}
h4 {
  font-size: small;
}
.gross {
  font-size: medium;
}
/* Formulare */
.textarea {
  font-size: smaller;
}
.input {
  font-size: medium;
}


/* Links - Fliesstext und Navigation */
a:link {
  color: #00088C;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
}
/* Links in der Fusszeile */
a.fusszeile:link {
  color: #CCD0FF;
}
a.fusszeile:visited {
  color: #E183AC;
}
a.fusszeile:hover {
  color: #E183AC;
}


#fusszeile {
  color: #FFFFFF;
}
.innerfusszeile {
  background-color: #000789;
}

hr {
  border: none;
  height: 1px;
  width: 1px;
  visibility: hidden;
}