/* CSS Document */

html{
  font-size: 10px;
	font-family: Verdana, sansserif;
  color: #000000;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}

body {
  font-size: 2em;
	font-family: Verdana, sansserif;
  color: #000000;
  height: 100%;
  width: 100%;
}

div.scroll {
  /*width: 450px;*/
  width: 100%;
  /*height: 40px;*/
  font-size: 2.2em;
  overflow: scroll; 
  overflow-x: auto; 
  overflow-y: hidden;
  white-space: nowrap;
}
a.scroll {
  /*width: 20px;
	height: 20px;*/
	text-decoration: none;
	display: inline;
	color: #000000;
}
a.scroll:link {
  color: #000000;
}
a.scroll:visited {
  color: #000000;
}
a.scroll:hover {
  color: #ffff00;
}
a.scroll:active {
  color: #000000;
}

table {
  /*width: 450px;*/
  width: 100%;
}
thead {
  background-color: #5555ff;
}
th {
  text-align: left;
}
th.titel {
 /*width: 400px;*/
  width: 90%;
}
th.lagerplatz {
  /*width: 50px;*/
  width: 10%;
}
tr.a {
  background-color: #ffffff;
}
tr.b {
  background-color: #ddddff;
}

a.theader {
  display: block;
  width: 100%;
  /*height: 12px;*/
  /*line-height: 12px;*/
  text-decoration: none;
  color:#ffffff;
}
a.theader:link {
  color: #ffffff;
}
a.theader:visited {
  color: #ffffff;
}
a.theader:hover {
  color: #ffff00;
}
a.theader:active {
  color: #ffff00;
}

