#header_logo {
float:left;
margin: 0px 0px 0px 5px;
width: 555px;
height: 98px;
background-image: url(../images/header/cotesys_logo.png);
background-repeat: no-repeat;
display: inline; 
}



#header_center {
margin: 0px;
float:left;
width: 434px;
height: 98px;
background-image: url(../images/header/header_bg.png);
}


.key {
position:absolute;
left: 740px;
top:63px;
}

.headeruser {
font-family: sans-serif;
font-size: 12px;
color: #888888;
position:absolute;
left: 770px;
top:62px;
}

.headerpassword {
font-family: sans-serif;
font-size: 12px;
color: #888888;
position:absolute;
left: 770px;
top:81px;
}


*+html .key{
/* CSS-Hack für IE7  */
position:absolute;
left: 740px;
top: 76px;
}

*+html .headeruser{
/* CSS-Hack für IE7 */
position:absolute;
left: 770px;
top:74px;
}

*+html .headerpassword{
/* CSS-Hack für IE7  */
position:absolute;
left: 770px;
top:92px;
}


* html .key{
/* CSS-Hack für IE6 und kleiner */
position:absolute;
left: 740px;
top: 71px;
}

* html .headeruser{
/* CSS-Hack für IE6 und kleiner */
position:absolute;
left: 770px;
top:70px;
}

* html .headerpassword{
/* CSS-Hack für IE6 und kleiner */
position:absolute;
left: 770px;
top:88px;
}

* html .headeruser input , * html .headerpassword input{
/* CSS-Hack für IE6 und kleiner */
position:relative;
left: 80px;
top: -16px;
}

.loginuser {
position:absolute;
left: 770px;
top:73px;
color: #888888;
width: 200px;
}

* html .loginuser {
top: 70px;
display: inline;
}

.loginbutton{
position:absolute;
left: 935px;
top: 82px;
}

* html .loginbutton {
top: 88px;
}

*+html .loginbutton{
top: 93px;
}

.button {
border: 1px solid #a1a1a1;
font-size:9px;

}

.legend {
display: none;

}

.logout {
width: 50px;
position:absolute;
left: 770px;
top:90px;
}

* html .logout {
top:87px;
}

.login_status{
position: absolute;
left: 770px;
top:49px;
width: 200px;
}





