#login{
	height: 100px;
}

.loginbox {
	width: 200px;
	height: 105px;
	background-image: url('/fileadmin/img/loginbox.jpg');
         background-repeat: no-repeat;
}

#loginboxtext {
	padding-left: 15px;
	padding-top: 15px;
	width: 115px;
	height: 90px;
	line-height: 25px;
	margin-top: -5px;
	float: left;
}

#logoutboxtext{
	padding-left: 5px;
	border-left: 3px solid #cccccc;
	width: 136px;
	height: 45px;
	line-height: 25px;

	float: left;
}

#logoutbutton {
	float: right;
	background-image: url('/fileadmin/images/logoutbutton.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-color: transparent;
}
#logincontainer {
         width: 200px;
         margin: 0px;
         padding: 0px;
}
#bottomtext {
         text-decoration: none;
         margin-bottom: 0px;
         margin-top: -2px;
}
#toptext {
         text-decoration: none;
	padding-top: 13px;
	font-size: 11px;
         font-family: Tahoma, Arial, Sans;
         color: #646464;
}

#bottomtext {
	padding-top: 5px;
         font-size: 11px;
         font-family: Tahoma, Arial, Sans;
}
#bottomtext a {
	color: #000000;
	text-decoration: none;
}
#inputfields {
	padding-top: 3px;
         width: 155px;
         float: left;
}
.username {
         width: 122px;
         border: 1px solid #cccccc;
         border-left: 4px solid #cccccc;
         font-family: Tahoma, Arial, Sans;
         height: 15px;
         margin-top: 3px;
         margin-right: 3px;
         padding-top: 3px;
         padding-left: 23px;
         float: left;
	font-size: 11px;
	background-image: url('/fileadmin/images/penicon.jpg');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	color: #646464;
}
.password {
         width: 122px;
         border: 1px solid #cccccc;
         border-left: 4px solid #cccccc;
         font-family: Tahoma, Arial, Sans;
         height: 15px;
         margin-top: 3px;
         margin-right: 3px;
         padding-top: 3px;
         padding-left: 23px;
         float: left;
	font-size: 11px;
	background-image: url('/fileadmin/images/penicon.jpg');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	color: #646464;
}
#inputbuttons {
         width: 60px;
         float: right;
}
.anmeldebutton {
	float: right;
	background-image: url('/fileadmin/images/loginbutton.jpg');
	background-repeat: no-repeat;
	border: none;
	background-position: top left;
	width: 45px;
	height: 45px;
	margin-top: 6px;
	cursor: pointer;
	background-color: transparent;
}
.register {
         text-align: left;
	font-size: 11px;
	color: #005399;
         width: 60px;
}

.pwbutton a {
	display: block;
	text-align: center;
	padding-top: 2px;
	width: 196px;
	height: 15px;
	font-size: 11px;
	background-image: url('/fileadmin/images/forgot.jpg');
	background-repeat: no-repeat;
	border-left: 3px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#membernav {
	clear: both;
	padding-top: 7px;
}
