/* Style Sheet */

/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  background: #ffffff url(http://www.schulden-abbauen.info/images/bg.gif);
  font: normal 12px tahoma, geneva, verdana, sans-serif;
  text-align: center;
}
img {
  border: 0px;
}

/* links */
a {
  color: #003399;
  text-decoration: none;
}
a:visited {
  color: #003399;
  text-decoration: none;
}
a:hover {
  color: #003399;
  text-decoration: underline;
}

/* tables */
.headtable {
  margin-top: 5px;
  border: 2px dotted red;
  width: 90%;
  background: #ffffff;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 12px;
}

.headtable a {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}
.headtable a:visited {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
.headtable a:hover {
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}

.headtable th {
  background: #bbbfa1;
  text-align: left;
}
.headtable th, .ftable td {
  padding: 3px 5px;
}
.headtablecol {
  border-right: 1px solid #bbbfa1;
}

.maintable {
  margin-top: 5px;
  padding: 0px 0px;
  width: 650px;
  border: 0px;
  border: 2px solid white;
  background: #ffffff;
  color: #333333;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 12px;
}

.maintable a {
  color: #003399;
  font-size: 12px;
  text-decoration: none;
}
.maintable a:visited {
  font-size: 12px;
  color: #003399;
  text-decoration: none;
}
.maintable a:hover {
  font-size: 12px;
  color: #003399;
  text-decoration: underline;
}

.innertable {
  margin-top: 0px;
  padding: 0px 0px;
  width: 100%;
  border: 0px;
  background: #ffffff;
  color: #003399;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 18px;
}

.innertable a {
  color: #003399;
  font-size: 18px;
}
.innertable a:visited {
  font-size: 18px;
  color: #003399;
  text-decoration: none;
}
.innertable a:hover {
  font-size: 18px;
  color: #003399;
  text-decoration: underline;
}

.linktable {
  margin-top: 5px;
  padding: 8px 8px;
  border: 1px black;
  width: 95%;
  border: 2px solid black;
  background: #ffffff;
  color: #000000;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 12px;
}

.linktable a {
  color: #000000;
}
.linktable a:visited {
  color: #000000;
  text-decoration: none;
}
.linktable a:hover {
  color: #990000;
  text-decoration: none;
}

.linkheadtable {
  margin-top: 5px;
  padding: 8px 8px;
  border: 1px black;
  width: 95%;
  border: 2px solid black;
  background: #000000;
  color: #ffffff;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 12px;
}

.linkheadtable a {
  color: #ffffff;
}
.linkheadtable a:visited {
  color: #ffffff;
  text-decoration: none;
}
.linkheadtable a:hover {
  color: #ffffff;
  text-decoration: none;
}
