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

/* Styles aus seal.css überschreiben */
.black { color: #000; }
.red { color: #c00; }
.darkred { color: #800; }
.white { color: #D3C2A6; }
.gray {color: #6E6E6E;}


/* Links */
a { color: #000; }
a:active { color: #000; }
a:hover { color: #333;}

.linksMenu a { color: #000; text-decoration: none; font-weight: bold;}
.linksMenu a:active { color: #800; text-decoration: none; font-weight: bold;}
.linksMenu a:hover { color: #800; text-decoration: none; font-weight: bold;}

.linksGray a { color: #808080; }
.linksGray a:active { color: #800; }
.linksGray a:hover { color: #800;}


/* Tabellen */
.tdPadding td { padding: 4px; }


/* Formulare */
input.formText, select, textarea , input.formButton {
  font-size: 11px;
  margin-bottom: 1px;
  border: 1px solid #000;
  color: #000;
  background-color: #FFF;

}
input.formText, select {
  font-size: 11px;
  margin-bottom: 1px;
  border: 1px solid #000;
  color: #000;
}
textarea {
}
input.formButton {
  color: #000;
  border: 1px;
  border-color: black;
  border-style:solid;
  font-weight: bold;
  cursor: pointer;
  background-color: #FFF;
}

hr
{
  color: #000;
}

.line
{
  border-bottom: 1px solid #ccc;
  margin: 2px 0;
}