html, body {
	background-color: #000;
	text-align: center;
}

/* Styles aus seal.css überschreiben */
.green { color: #060; }
.lightgreen { color: #090; }
.red { color: #800000; }
.yellow { color: #ba7; }
.white { color: #FFFFFF; }

.bgBlue { background-color: #369; }
.bgGreen { background-color: #060; }
.bgRed { background-color: #800000; }
.bgYellow { background-color: #ba7; }

hr { margin: 4px 0; }

.bgSubHeadline
{
  background-color: #222;
  background-image: url('/img/site/bg_headline.jpg');
}
.textHeadline
{
  color: #ba7;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  font-family: Times, serif;
}

.textHeadlineBlack
{
  color: #000000;
  font-weight: bold;
  font-style: italic;
  font-family: serif;
}

.bgSubBox
{
  background-color: #ba7;
  background-image: url('/img/site/bg_subbox.jpg');
}

.subBox
{
  color: #000;
  background-color: #ba7;
  background-image: url('/img/site/bg_subbox.jpg');
}

.subBoxDark
{
  color: #000;
  background-color: #ba7;
  background-image: url('/img/site/bg_subbox.jpg');
}

.subBox a { color: #000; }
.subBox a:active { color: #000; }
.subBox a:hover { color: #800000;}

.linksBlack a { color: #000; }
.linksBlack a:active { color: #000; }
.linksBlack a:hover { color: #800000;}

.linksGreen a { color: #393; }
.linksGreen a:active { color: #393; }
.linksGreen a:hover { color: #393;}

.linksRed a { color: #800000; }
.linksRed a:active { color: #800000; }
.linksRed a:hover { color: #ba7;}

.linksYellow a { color: #ba7; }
.linksYellow a:active { color: #ba7; }
.linksYellow a:hover { color: #800000;}

.aNoUnderline a { color: #ba7; text-decoration: none; }
.aNoUnderline a:active { color: #ba7; text-decoration: none; }
.aNoUnderline a:hover { color: #393; text-decoration: none; }

a { color: #ba7; text-decoration: none; }
a:active { color: #ba7; text-decoration: none; }
a:hover { color: #393; text-decoration: none; }

.tdPadding td { padding: 2px; }

td.topRow, .topRow th {
  background-image: url('../img/site/bg_headline.jpg');
  color: #ba7;
  font-weight: bold;
  vertical-align: top;
  padding: 1px 3px;
}

.t25 { opacity:.25; -moz-opacity: 0.25; filter: alpha(opacity=25); }
.t50 { opacity:.50; -moz-opacity: 0.50; filter: alpha(opacity=50); }
.t75 { opacity:.75; -moz-opacity: 0.75; filter: alpha(opacity=75); }

.mask /* wird von yahoo-css überlagert... */
{
	  -moz-opacity: 0.25;
    opacity:.25;
    filter: alpha(opacity=25);
}

img.filter /* 50% veschwinden lassen */
{
	-moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

div.filter /* 50% veschwinden lassen */
{
  background-image: url('../img/w.gif');
	-moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

div.filterGray /* Schwarz, 50% veschwinden lassen */
{
  background-color: #000;
	-moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

div.filterBlack /* Schwarz, 20% veschwinden lassen */
{
  background-color: #000;
	-moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}


/* ID-Container */
#inside {
  width: 880px;
	position: relative;
	margin: 4px auto;
  text-align: left;
}

#outside {
	background-color: #ba7;
  width: 900px;
	position: relative;
	margin: auto;
  text-align: left;
}

.iFrame {
  color: #000;
  background-image: url('../img/site/bg_subbox.jpg');
  text-align: left;
  font-size: 12px;
}
/* Klassen */

input.formText, textarea, select {
  border: 1px solid #000;
  color: #000;
  font-size: 11px;
  background-color: #ba7;
}

input.formButton {
  border: 1px solid #ba7;
  color: #ba7;
  font-size: 11px;
  background-image: url('../img/site/bg_headline.jpg');
  background-color: #000;
  cursor:pointer;
}

.buttonHover {
  background-color: transparent;
  color: #ba7;
}

.buttonHover:hover {
  background-color: #ba7;
  color: black;
}

