/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
#top {
 	background: url("/portal/media/960/images_1/tab_b.png") repeat-x;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
	margin: 0;
	margin-left:685px;
 	clear: right;
 	height: 38px;
	width: auto;
	line-height: 38px;
	margin-right:auto;
	color: white;
	text-align: center;
	padding-right: 30px;
}

#top ul.login li.left {
 	background: url("/portal/media/960/images_1/tab_l.png") no-repeat;
 	height: 40px;
	width: 30px;
	padding: 0;
	margin: 0;
  display: block;
	float: left;
}

#top ul.login li.bggen {
	margin: 0px;
	background: url("/portal/media/960/images_1/tab_m.png") repeat-x;
	height: 40px;
}

#top ul.login li.right {
	margin: 0px;
	padding:0px;
	width: 35px;
	background: url("/portal/media/960/images_1/tab_r.png") no-repeat;
	height: 40px;
}

#top ul.login li {
 	text-align: left;
  padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
}

#top ul.login li a {
	color: #FFFFFF;
}

#top ul.login li a:hover {
	color: #EE7F00;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: url("/portal/media/960/images_1/login_bg.png");
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #FFFFFF;
}

#login a:hover {
	color: #EE7F00;
}

#login .loginContent {
	width: 550px;
	height: 70px;
	margin-left:365px;
	padding-top: 10px;
	text-align: left;
	margin-top:40px;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 40px;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 60px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 80px;
	height: 18px;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.8em;
	border: none;
	background: transparent url("/portal/media/960/images_1/buttons_1/button_einloggen_orange_960_top.gif") no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 1em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url("/portal/media/960/images_1/button_close.jpg") no-repeat right 0;
	padding-right: 10px;
	border: none;
	color: white;
}

#login .loginClose a:hover {
	background: url("/portal/media/960/images_1/button_close.jpg") no-repeat right -20px;
}