/*This stylesheet is included in app's main layout and therefore, available on all pages*/
/* the #login stlyes should be deleted from brigitte module.css after activating new gujSsoUser login header form */

.gujSsoUser.creatorTeaser {
 font-size: 1.1em;
 color: #999999;
 margin-bottom: 10px;
}

.gujSsoUser.creatorTeaser .name {
  position: relative;
}

.gujSsoUser.creatorTeaser .name img {
  float: none;
  position: absolute;
  left: 10px;
}

.gujSsoUser.creatorTeaser .brigitte {
  color: #D70317;
}
.gujSsoUser.creatorTeaser .brigitte .de {
  text-transform: none;
}

.gujSsoUser.statusBar {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

body.loginRequired.loggedIn .gujSsoUser.statusBar {
  display: block;
}

.gujSsoUser.statusBar a {
  font-weight: bold;
  color: #666;
  margin-right: 10px;
}

