/*** LOGIN ***/

#InfothekLoginContainer {
  margin-top: 20px;
  padding: 8px;
  border: 1px solid #005192;
  text-align: left;
}

.infothek_login_form, .infothek_reminder_form {
  margin-top: 10px;
}

.infothek_login_header {
  margin: 0px;
  padding: 0px;
  font-size: 100%; 
  font-weight: bold; 
  color: #005192;
  text-align: center;
}

.infothek_login_content {
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
  background-image:none;
}



/*** REGISTER ***/

#InfothekRegisterContainer {
  padding-top: 10px;
  max-width: 620px; 
  text-align: left;
}

.infothek_register_header {
  padding: 3px 10px 3px 20px;
	background-color: #89B832;
  color: #FFF;
  font-weight: bold;
}

.infothek_register_content {
  background-color: #F0F0F0;
  margin-top: 1px;
  padding: 15px 20px;
  background-image:none;
}



/*** LOGIN INFO BEREICH ***/

#InfothekUserContainer {
  margin-top: 20px;
  padding: 8px;
  border: 1px solid #005192;
  text-align: left;
}

.infothek_text_logged_in_as {
  display: block;
  font-size: 100%;
  margin: 10px 0 5px 0;
  color: #000;
}

.infothek_text_logged_in_as SPAN {
  display: block;
  margin: 5px 0;
  color: #0042B1;
}



/*** Textlinks ***/

.infothek_text_reminder, .infothek_text_register, .infothek_text_reminder_back {
  padding: 5px 0 0 12px;
  background-repeat: no-repeat;
  background-position: 0 10px;
  font-size: 95%;
}

.infothek_text_reminder, .infothek_text_register {
  background-image: url(../uploads/Symbole/Infothek/arrow_right.png);
}

.infothek_text_reminder_back {
  background-image: url(../uploads/Symbole/Infothek/arrow_top.png);
}


/*** Buttons ***/

#InfothekLoginContainer INPUT[type="submit"], #InfothekLoginContainer INPUT[type="button"], 
#InfothekRegisterContainer INPUT[type="submit"], #Content #InfothekRegisterContainer INPUT[type="button"], 
#InfothekUserContainer INPUT[type="submit"], #InfothekUserContainer INPUT[type="button"] { 
  padding: 4px 10px 4px 10px;
  font-weight: normal;
}

#InfothekLoginContainer INPUT[type="text"], #InfothekLoginContainer INPUT[type="password"], 
#InfothekRegisterContainer INPUT[type="text"], #InfothekRegisterContainer INPUT[type="password"], 
#InfothekUserContainer INPUT[type="text"], #InfothekUserContainer INPUT[type="password"] {
  font-family: Arial,helvetica,sans-serif; 
  font-size: 13px; 
  color: #333; 
  border: 1px solid #DFDFDF;
  width: 100%;
}


.infothek_home_btn, .infothek_login_btn, .infothek_reminder_btn, .infothek_register_btn, .infothek_register_send_btn, .infothek_logout_btn {
  display: inline-block;
  margin: 10px 0 5px 0;
  padding: 4px 10px;
  color: #000;
  font-size:100%;
  font-weight: normal;
  background-color: #DDD; 
  border: none; 
  background-repeat: no-repeat;
  background-position: 5px 3px;
  text-decoration: none; 
  cursor: pointer; 
}

.infothek_home_btn {
  /*background-image: url(../uploads/Symbole/Infothek/home.png);*/
  width: 125px;
  text-align: center;
}

.infothek_login_btn {
  float: left;
  width: 70px;
  /*background-image: url(../uploads/Symbole/Infothek/sign_in.png);*/
}

.infothek_logout_btn {
  /*background-image: url(../uploads/Symbole/Infothek/sign_out.png);*/
  width: 125px;
  text-align: center;
}

.infothek_reminder_btn {
  /*background-image: url(../uploads/Symbole/Infothek/check.png);*/
}

.infothek_register_btn {
  float: right;
  width: 70px;
  /*background-image: url(../uploads/Symbole/Infothek/check.png);*/
}

.infothek_register_send_btn {
  padding: 4px 10px 4px 25px;
  background-image: url(../uploads/Symbole/Infothek/check.png);
  background-position: 5px 5px;
}

.infothek_home_btn:hover, .infothek_login_btn:hover, .infothek_reminder_btn:hover, .infothek_register_btn:hover, .infothek_register_send_btn:hover, .infothek_logout_btn:hover {
  color: #FFF; 
  background-color: #005192; 
}


/*** Hinweise ***/

.infothek_text_ok {
  margin-top: 5px;
  color: #005192;
  font-weight: bold;
}

.infothek_text_failed {
  margin-top: 5px;
  color: #C00;
  font-weight: bold;
}

.msg_reguired_fields {
  margin-bottom: 10px;
  color: #F00;
  font-weight: bold;
}

.register_required_fields {
  font-weight: bold;
}
