@charset "utf-8";
/* CSS Document */

/* copyrightzeichen */
#copy {
position:  relative;
left: 60px;
}
/* container seitenende */
#page-end
{
width: 960px;
margin: 0px auto;
padding: 0px;
border-width: 0px;
border-style: none;
/*background: url(files/images/page/page_base_end.png) no-repeat left top;*/
height: 50px;
float: left;
}
/* generelles ende und clear */
.page-free
{
width: 960px;
margin: 0px auto;
padding: 0px;
border-width: 0px;
border-style: none;
background: #FFFFFF url(none);
float: left;
}
/* generelle anweisung für hidden typs in einer klasse */
.hidden
{
display:none;
}
/*login bereich*/

#login { 
z-index: 10;
height: 15px;
float:left;

}

#login_form  {
font-size: 10px;
color: #79A10D;	
}

#login a  {
font-size: 10px;
color: #79A10D;
text-decoration: none;
font-weight: bold;
}
#login a:hover  {
font-size: 10px;
color: #fff;
text-decoration: none;
font-weight: bold;	
}	

#login .inputmini2,
#login input  {

font-size: 10px;
border: 0;
background: #79A10D;
}
#login .button { 
width: 45px;
font-size: 9px;
height: 15px;
padding: 0 0 0 0;
color: #79A10D;
background: none;
margin: 0 0 0 7px;

}

#login .button:hover {
height: 15px;
color: #000000;
background: #79A10D;
cursor: pointer;
}

/*ie hack  login*/

* + html #login {
top: -3px;
left: 500px;
margin: 0;
}
* html #login {
top: -3px;
left: 500px;
margin: 0;
}
* + html #login .button	{ 
padding: 0;
top: 4px;
left: 7px;
}
* html #login .button	{
padding: 0;
top: 4px;
left: 7px;
}


