@import url(main.css);

/* allg Formatierungen */
body {
  background: #000000 url(../grafik/backg.jpg) repeat-x left top;
  color: #E8E8E8;
  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;

}
.picborder {
  border: 1px solid #DEDDDE;
}
/* kästen */
.box {
  border: 1px solid #DEDDDE;
  padding: 4px;
}
.box2 {
  border: 2px solid #DEDDDE;
  padding: 4px;
}

/* Formulare */
.textarea {
  font-size: smaller;
}
.input {
  font-size: smaller;
}


/* Links - Fliesstext und Navigation */
a:link {
  color: #CCD0FF;
}
a:visited {
  color: #91D2FB;
}
a:hover {
  color: #91D2FB;
}
/* Links in der Fusszeile */
a.fusszeile:link {
  color: #CCD0FF;
}
a.fusszeile:visited {
  color: #E183AC;
}
a.fusszeile:hover {
  color: #E183AC;
}

#content {
  background: #000000 url(../grafik/foot.jpg) no-repeat center bottom;
}
#fusszeile {
  color: #FFFFFF;
}

hr {
  border: none;
  height: 1px;
  width: 1px;
  visibility: hidden;
}
