@charset "utf-8";
html, body {
  background-color: #EEEEEE;
  font-family: Verdana, Geneva, sans-serif;
  height:100%;
  margin:0px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}
#container
{
  height: 100%;
  width: 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../Bilder/Allgmein/backgroundS.jpg);
}
#main {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	width: 98%;
}
.top {
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 1px;
}
.txt   {
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	color: #FFF;
	width: 16%;
}
.fehler {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #F00;
	background-color: #FC6;
}
.info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #00F;
	background-image: url(../Bilder/Button/verlaufSilberNew.png);
	font-weight: bold;
	padding: 2px;
}
.topMain {
	vertical-align: top;
	padding-top: 4px;
}
.txt a{
	text-decoration: none;
}
.txt     .color{
	color: #FF0;
	padding-right: 4px;
	padding-left: 4px;
}
.txt a:link {
	color:#CCC
}
.txt a:visited {
	color:#CCC
}
.txt a:active {
	color:#CCC
}
.txt a:hover {
	color:#FFF;
	font-size: 14px;
	background-color: #360;
	padding-right: 4px;
	padding-left: 4px;
}
.log a{
	text-decoration: none;
}
.log a:link {
	color:#00F
}
.log a:visited {
	color:#00F
}
.log a:active {
	color:#00F
}
.log a:hover {
	color:#FFF;
	background-color: #360;
}
.head {
	background-image: url(../../Bilder/FC/verlaufSilber.png);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	color: #090;
	white-space: nowrap;
}
.name {
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border: 1px dotted #666;
	background-image: url(../Bilder/Button/backGround.png);
	background-repeat: repeat;
}
.vorname {
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border: 1px dotted #666;
	font-weight: bold;
	background-image: url(../Bilder/Button/backGround.png);
	background-repeat: repeat;
	color: #000;
}
.dat {
	color: #00F;
}
.ja {
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border: 1px dotted #666;
	font-weight: bold;
	background-color: #FFF;
}
.jaGreen {
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border: 1px dotted #666;
	font-weight: bold;
	background-color: #FFF;
	color: #393;
}
