#login {
	position:relative;
	background-repeat:no-repeat;
	width:350px;
	height:92px;
	left:3px;
	top:0;
}

#login_formular_benutzername {
	position:absolute;
	background:url('../img/page/login/formular.gif');
	background-repeat:repeat-x;
	width:126px;
	height:23px;
	left:9px;
	top:10px;
}

#login_formular_passwort {
	position:absolute;
	background:url('../img/page/login/formular.gif');
	background-repeat:repeat-x;
	width:126px;
	height:23px;
	left:143px;
	top:10px;
}

#login_formular_benutzername_eingabe {
	position:absolute;
	border:0px;
	background:transparent;
	width:122px;
	height:23px;
	left:12px;
	top:14px;
}

#login_formular_passwort_eingabe {
	position:absolute;
	border:0px;
	background:transparent;
	width:122px;
	height:23px;
	left:146px;
	top:14px;
}

#login_anmelden {
	position:absolute;
	width:68px;
	height:11px;
	left:12px;
	top:42px;
}

#login_registrieren {
	position:absolute;
	width:82px;
	height:14px;
	left:12px;
	top:59px;
}

#login_passwortvergessen {
	position:absolute;
	width:89px;
	height:10px;
	left:23px;
	top:77px;
}

#loggedin {
	width: 350px;
	background-repeat: repeat-y;
	background: url('../img/page/login/loggedinbox_mid.gif');
	min-height: 145px;
}

#loggedin_avatar {
	position:absolute;
	right:113px;
	top:10px;	
}

#loggedin_top {
	position:absolute;
	width: 350px;
	height: 16px;
	background-repeat: no-repeat;
	background: url('../img/page/login/loggedinbox_top.gif');
}

#loggedin_bottom {
	position: relative;
	width: 350px;
	height: 5px;
	background-repeat: no-repeat;
	background: url('../img/page/login/loggedinbox_bottom.gif') bottom no-repeat;
}

#loggedin_contentbox {
	position: relative;
	padding-left: 19px;
	padding-top: 30px;
	width: 215px;
}

#loggedin_content {
	font-size: 12px;	
}

#loggedin_namebox {
	position:absolute;
	float:left;
	left:19px;
	top:8px;	
}

#loggedin_logout {
	text-align: right;
	padding-top: 5px;
	font-size: 10px;
	color: white;
}

#loggedin_name {
	position:absolute;
	color: white;
	font-size: 18px;	
}

#loggedin_name_shadow {
	position:absolute;
	color: grey;
	font-size: 18px;
	top:1px;
	left: 1px;	
}

a.loggedin_specials {
	color: #931e1e;	
}

a.loggedin_specials:hover {
	color: #dc0e0e;	
}
