/* loginbox */

#bn_login_box
{	background-image:url(image/bn_login_box.jpg);
	background-repeat:no-repeat;
	height:175px;
	margin-left:-1px;
	position:relative;
}

#bn_logout_box
{	background-image:url(image/bn_logout_box.jpg);
	background-repeat:no-repeat;
	height:140px;
	padding-left:20px;
	padding-top:40px;
	margin-left:0px;
	position:relative;
}


#bn_login_box input.name
{	width:142px;
	position:absolute;
	top:37px;
	left:17px;
	background-color:transparent;
	height:16px;
}

#bn_login_box input.password
{	width:142px;
	position:absolute;
	top:66px;
	left:17px;
	background-color:transparent;
	height:16px;
}

#bn_login_box input.submit
{	width:142px;
	position:absolute;
	top:116px;
	left:17px;
	line-height:12px;
	background-color:transparent;
	color:#f1f1f1;
	font-weight:bold;
	border-width:0px;
}

#bn_logout_box a#logout_link,
#bn_logout_box a#logout_link:link,
#bn_logout_box a#logout_link:visited,
#bn_logout_box a#logout_link:active
{	width:142px;
	position:absolute;
	top:148px;
	left:17px;
	background-color:transparent;
	color:#f1f1f1;
	font-weight:bold;
	border-width:0px;
	text-decoration:none;
	text-align:center;
}


#bn_login_box input.checkbox
{	width:auto;
	position:absolute;
	top:94px;
	left:17px;
	background-color:transparent;
	color:#f1f1f1;
	width:12px;
	height:12px;
	font-size:16px;
	font-weight:bold;
	border-width:0px;
}


#bn_login_box .hinweis
{	position:absolute;
	top:93px;
	left:34px;
	font-weight:bold;
}

a.register
{	position:absolute;
	top:140px;
	left:15px;
	font-weight:bold;
	color:#232323;
	text-decoration:none;
}


#bn_logout_box ul
{	list-style-type:none;
	list-style-position:outside;
	padding:0px;
	margin:10px 0px 0px 0px;
	background-image:none;
	width:130px;
	overflow:hidden;
}


#bn_logout_box ul li
{	background-image:none;
	padding:0px;
	margin:3px 0px 0px 0px;
}


#bn_logout_box ul a,#bn_logout_box ul a:link,
#bn_logout_box ul a:visited,#bn_logout_box ul a:active
{	color:#232323;
	display:block;
	background-image:none;
	background-color:transparent;
	font-weight:bold;
	width:100%;
}

#bn_logout_box ul li#favorites_pic
{	background-image:url(image/folder_user.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:1px 0px 1px 5px;
}

#bn_logout_box ul li#profil_pic
{	background-image:url(image/profil.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:1px 0px 1px 5px;
}


#bn_logout_box ul a:hover
{	font-weight:bold;
	background-image:none;
	color:#991936;
}


