/* -------------------------------------------------
   allgemeines
------------------------------------------------- */
body {
  background-image: url(../images/start/tac_start_bg.png);
  font-family: 'Trebuchet MS', Verdana, Arial;
}

.orange {
  color: #e80;
}

.content {
  width: 350px; height: 170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #e80;
  font-size: 11px;
  color: #900;
  text-align: left;
}

.content img {
  margin: 3px 5px 5px 0;
  float: left;
  border: 0;
}

#footer {
  z-index: 5;
  position: relative;
  top: 50px;
  width: 100%;
  text-align: center;
}

#footer a {
  font-size: 12px;
  text-decoration: none;
  color: #f70;
}

/* -------------------------------------------------
   LogIn
------------------------------------------------- */

#login {
  width: 200px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border-top: 1px solid #e80;
  color: #aaa;
}

#login .red {color: #800;}

#login a, #login a:active {
  color: #f93;
  text-decoration: none;
  font-weight: bold;
}

#login a:hover {
  color: #b22;
  text-decoration: none;
  font-weight: bold;
}

#login input, #login .ok {
  margin: 0;
  border: 0;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 10px;
  text-decoration: none;
  line-height: 10px;
  background-color: #fc8;
  border-bottom: 1px solid #e80;
}

#login input {
  height: 12px;
  width: 45px;
  cursor: text;
  color: #fff;
}

#login .ok {
  height: 16px;
  width: 20px;
  color: #fff;
}
