/*	This CSS file contains the style definitions only for the login page.

	reference attributes:		http://de.selfhtml.org/css/eigenschaften/index.htm
	colors:				http://www.design-literatur.de/blog/2008/06/04/html-websichere-farben/


	Version:	1.7 #mh
	Last update:	22.12.09

*/

body             {       background-color:white;
                         color:#6666ff;
                         font-family:verdana;
                         font-weight:bolder;
                         font-size:10pt;
                 }

table	         {	 text-align:left; border-spacing:0pt; margin:50px auto;
	         }
      
input            {       background-color:#ffffff;
                         color:#6666ff;
                         font-size:10pt;
                         font-weight:small;
                         border-color:#00ccff;
                         border-width:1px
                         border-style:solid;
                 }

td	         {	 text-align:center; font-size:10pt; line-height:30pt;
	         }

.logo            {       color:#666666;
                         font-size:16pt;
                         font-style:italic;
                         font-weight:100;
                         font-variant:small-caps;
                         padding-left:15pt;
                         padding-bottom:5pt;
                 }


img              {       border-style:none; border-width:0px;
                 }
a                {       border-style:none; border-width:0px;
                 }
a:visited        {       border-style:none; border-width:0px;
                 }
a:link           {       border-style:none; border-width:0px;
                 }
a:focus          {       border-style:none; border-width:0px;
                 }
a:active         {       border-style:none; border-width:0px;
                 }
a:hover          {       text-decoration:none; border-style:none; border-width:0px;
                 }

.button          {       background-color:#ffffff;
                         color:00ccff;
                         font-size:10pt;
                         border:0px solid #00ccff;
                         margin-right:5px;
                         font-weight:bolder;       
                 }

.button:hover    {       background-color:#ffffff;
                         color:#44ffff;
                         border:0px solid #44ffff;
                         font-weight:bolder;  
                 }

#benutzername    {       -moz-border-radius-topleft:10px; -khtml-border-radius-topleft:10px;  }
#topright        {       -moz-border-radius-topright:10px; -khtml-border-radius-topright:10px;  }
#passwort        {       -moz-border-radius-bottomleft:10px; -khtml-border-radius-bottomleft:10px;  }
#bottomright     {       -moz-border-radius-bottomright:10px; -khtml-border-radius-bottomright:10px;  }