/* CSS Document */

html,
body{
  margin:0px;
  padding:0px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size:10pt;
  color:#000000;
  background-image:url(../design/bg_leine.jpg);
  background-position: left top;
  background-repeat:repeat;}
  
.login_box{
  position: relative;
  margin:0px;
  padding:0px;
  top:0%;
  margin-top:150px;
  left:50%;
  margin-left:-310px;
  height:405px;
  width:605px;
  background-image:url(../design/login_box.png);
  background-position: left top;
  background-repeat: no-repeat;}
  
.login_box .left{
  margin:160px 0px 0px 50px;
  padding:0px;
  float:left;
  width:117px;}
  
.login_box .right{
  margin:162px 0px 0px 0px;
  padding:0px;
  float:left;
  width:150px;
  height:68px;
  border:0px solid #66ff00;
  background-image: url(../design/logo.jpg);
  background-position: center center;
  background-repeat: no-repeat;} 
  
.login_input{
  margin:5px 0px 5px 0px;
  padding:2px;
  width:100px;
  border:1px solid #66ff00;
  background-color:#2d2d2d;
  color:#757575;}

.login_input:hover,
.login_input:active,
.login_input:focus{
  border:1px solid #3d8e07;}
  
.login_button{
  margin:4px 0px 0px 0px;
  padding:0px;
  border:0px solid #ff0000;
  width:40px;
  height:40px;
  background-image: url(../design/login_button.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;}

.kiwi{
  position:absolute;
  bottom:0%;
  margin-bottom:-160px;
  left:0%;
  margin-left:-180px;
  padding:0px;
  background-image: url(../design/kiwi.png);
  background-position: left top;
  background-repeat: no-repeat;
  width:290px;
  height:290px;}


