/* 
    Document   : login
    Created on : 15.11.2011, 14:17:34
    Author     : Matthias Regh
    Description:
        Purpose of the stylesheet follows.
*/


root { 
   display: block;
}



#logo {
   float: left; 
   clear: none; 
   width: 300px; 
   padding-top: 10px;
   height: 500px;
   background: url("../../../../images.local/loginseite.jpg") top left no-repeat;
}

#main_deactivated {
   clear:none; 
   float:left; 
   width: 610px;
   height: 500px;
}

div.loginmain form.inputForm input {
   color:Black;
}

