/*-------------------------------------
id_loginstatus bevat:
id_login_login en id_login_signon 
-----------------------------------------*/

.block.login, #container3 .block.login {
  display: block;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 12px;
  background: #bb6ad7;
  background-image: none;
  }
#container3 .block.login .body {
  background: none;
  }
#id_login {
  display: block;
  overflow:hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 24px;
  }

#id_login_login a {
 display: block;
 float: left;
 overflow:hidden;
 margin: 0px 5px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 40px;
 height: 18px;
 background: url('../images/login-btn.png') no-repeat;
 }

#id_login_login a:hover {
 background: url('../images/login-btn-hover.png') no-repeat;
 }

#id_login_signon a {
 display: block;
 float: left;
 overflow:hidden;
 margin: 0px 10px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 85px;
 height: 22px;
 background: url('../images/btn-profiel.png') no-repeat;
 overflow: hidden;
 }

#id_login_signon a:hover{
 background: url('../images/btn-profiel-hover.png') no-repeat;
 }

/*-------------------------------------
eenmaal ingelogd heb je:
id_loginstatus bevat:
.myprofile en .dologout
-----------------------------------------*/

.myprofile {
 display: block;
 float: left;
 overflow:hidden;
 margin: 3px 10px 10px 0px;
 padding: 0px 0px 0px 0px;
 width: 62px;
 height: 14px;
 background: url('../images/btn-myprofile.png') no-repeat;
 overflow: hidden;
 }

.myprofile:hover {
 }

/* uitloggen */

.dologout {
 display: block;
 float: left;
 overflow:hidden;
 margin: 3px 10px 10px 0px;
 padding: 0px 0px 0px 0px;
 width: 62px;
 height: 14px;
 background: url('../images/btn-logoff.png') no-repeat;
 overflow: hidden;
 }

.dologout:hover{
 }

/* ------------------------------------
loginpage 
---------------------------------------------*/

.loginpage #page {
 }

.loginpage #container2 {
 width: 622px;
 }

.loginpage #container3 {
 display: none;
 }

.loginpage .login_overview .innerbody {
 width: 560px;
 /* height: 320px; */
 float: left;
 padding: 5px;
 visibility: visible;
 z-index: 99;
 position: relative;
 overflow: auto;
 }

.loginpage strong {
 color: red;
 clear: both;
 }

.loginpage .login_overview .innerbody a {
 text-decoration: underline;
 }


