div#login {
position: absolute;
right: 0;
top: 0;
width: 250px;
float:left;
z-index: 160;
}

.login_head {
background: #666; 
color: #fff; 
padding: 4px 10px 4px 12px;
font-weight: bold;
font-size: 12px;
}

.logged {
background: #EE3300;
}

.logged a {
color: #fff;
}

.login_content {
border-left: #ccc solid 1px; 
border-right: #ccc solid 1px; 
border-bottom: #ccc solid 1px; 
padding: 10px 10px 0 10px;
background: #F9F9F9 url(../i/webx0a.png) 100% 0 no-repeat;
}

.login_content h1 {
font-size: 14px;
margin: 0px;
}

.login_content div#navi {
width: 78px;
height: 15px;
background-color:#FFFFFF;
border: #999 solid 1px;
float:left;
color: #666677;
text-align: center;
padding-top: 2px;
margin-right: 5px;
}


.login_content ul {
margin: 0;
padding: 0 0 16px 0;
list-style: none;
}

.login_content li {
background-image:url(../i/arrow01.gif);
background-repeat:no-repeat;
background-position: 0px 4px;
margin: 0 0 0 0px;
padding: 5px 0 5px 20px;
}

.login_content li.edit {
background-image:url(../i/edit.gif);
background-repeat:no-repeat;
background-position: 5px 5px;
margin: 0 0 0 15px;
}

.newitem {
background: url(../i/icon_new.png) 100% 3px no-repeat; 
padding: 5px 35px 5px 0;
}

/**** Logindiv ***/

.loginformdiv_wrapper {
    position: absolute;
	top: 201px;
	left: 595px;
    width: 380px;
    height: 90px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
	color:#fff;
}
.loginformdiv {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
	height:50px;
	overflow:hidden;
	background:#EEEEEE url("../i/transparent_grau.png");	
	z-index:5;
	padding:7px;
	z-index:22;
}
.loginformdiv a{
	color:#fff;
	font-size:11px;
	text-shadow:none;
}
.loginformdiv input{
	background:url("../i/transparent_weiss.png");
	border:0;
	font-size:13px;
	padding:2px 2px;
	margin:2px 5px 5px 0;
	width:165px;
}
.loginformdiv input:hover{
	background:#fff;
	}
	