/*
inlogvenster [vereist jquery 1.3.2]

(c) Jeremie Tisseau [http://web-kreation.com]
version 1.0 [26/03/2009]
*/

/* sliding panel */
#toppanel
	{
	position: absolute;   /* panel will overlap  content */
	/* position: relative; */   /* panel will "push" the content down */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin: 0 auto
	}

#panel
	{
	width: 100%;
	height: 135px;
	color: #eaeaea;
	background: url(../beeld/inlogvenster/bg_panel.png) 0 0 repeat;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	}

.tab
	{
  	background: url(../beeld/inlogvenster/tab_b.png) 0 0 repeat-x;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
	}

.tab ul.login
	{
	display: none; /* wordt aangepast door jquery-script */
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	/*right: 250px; /* wordt aangepast door jquery-script */
  	color: #fff;
  	font-size: 10px;
	text-align: center;
}

.tab ul.login li.left
	{
  	background: url(../beeld/inlogvenster/tab_l.png) 0 0 no-repeat;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	}

.tab ul.login li.right
	{
  	background: url(../beeld/inlogvenster/tab_r.png) 0 0 no-repeat;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	}

.tab ul.login li
	{
 	background: url(../beeld/inlogvenster/tab_m.png) 0 0 repeat-x;
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	}

.tab ul.login li a
	{
	color: #fff;
	}

.tab ul.login li a:hover
	{
	color: #111;
	text-decoration: none;
	}

.tab a.open,
.tab a.close 
	{
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
	}

.tab a.open
	{
	background: url(../beeld/inlogvenster/bt_open.png) 0 0 no-repeat;
	}
	
.tab a.close
	{
	background: url(../beeld/inlogvenster/bt_close.png) 0 0 no-repeat;
	}
	
.tab a:hover.open,
.tab a:hover.close
	{
	background-position: 0 -20px;
	}
	
	
/* intro en inlogformulier */
#inlogpanel
	{
	color: #fff;
	text-align: left;
	width: 860px;
	margin: 20px auto;
	}
	
#intro
	{
	float: left;
	width: 460px;
	font-size: 11px;
	}
	
#intro h3
	{
	color: #fff;
	}	

#intro a
	{
	color: #fff;
	text-decoration: underline;
	}
	
#intro a:hover
	{
	color: #000;
	}		
	
#inlogform
	{
	width: 200px;
	float: right;
	}
	
input
	{
	float: left;
	width: 130px;
	height: 20px;
	line-height: 20px;
	background: #eaeaea;
	color: #000;
	border: 0 solid #eaeaea;
	padding: 0 0 0 3px;
	margin: 5px 0 0 0;
	}
	
.rules
	{
	float: left;
	margin: 6px 0 0 3px;
	}
	
#verzend
	{
	clear: both;
	width: 65px;
	height: 20px;
	line-height: 20px;
	background: #F90;
	color: #000;
	border: 0 solid #F90;
	padding: 0;
	margin: 5px 0 0 0;
	}
	
#inlogstatus
	{
	position: absolute; 
	top: 100px; 
	right: 5px; 
	font-size: 11px; 
	color: #666;
	}
