/* wird für die Loginseite benutzt */
root { 
  display: block;
  font-size: 12px;
  font-family: Arial,Helvetica,Sans-serif;
}

body {
  margin: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

form {
  margin: 0;
  height: 100%;
}

table.maintable {
  position: absolute;
  width: 600px;
  height: 515px;
  margin-left: auto;
  margin-right: auto;
  top: -260px;
  left: -300px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #c0c0c0;
  background-image: url("/grafik/Ampel.png");
  background-repeat: no-repeat;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 2px 2px 10px #b0b0b0;      
}

div.inner {
  top: 50%;
  left: 50%;
  position: absolute;
}

td.retcon {
  text-align: right;
  height: 135px;
  padding-top: 4px;
}

td.version {
  text-align: right;
  height: 20px;
  padding-right: 4px;
  font-size: 10px;
}

td.info {
  text-align: left;
  padding-left: 150px;
  vertical-align: bottom;
  height: 100px;
}

td.login {
  text-align: left;
  padding-left: 140px;
  padding-top: 60px;
  height: 30px;
}

td.logo {
  text-align: right;
  vertical-align: bottom;
  padding-right: 4px;
  margin: 0;
  border-width: 0;
  border-style: none;
}


button {
  height: 25px;
  width: 100px;
} 

input[readonly] {
  color: #808080;
}


button.btnRefresh {
  width: 24px;
  height: 20px;
  border-style: none;
  border-width: 1px;  
  background-color: transparent;
  margin-left: 3px;
  padding: 1px;
}

button.btnRefresh:hover {
  border-style: solid;
  border-color: #c0c0c0;
}

button.btnRefresh img {
  width: 16px;
  height: 16px;
  margin-bottom: -5px;
}


/* für Messe: Link zur Redesign-Oberfläche */
a {
  color: #808080;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;    
}