/* CSS Document */

	body 				{	overflow-y: scroll;
    						background-image: url(../hintergrundbilder/body.gif);
   							background-repeat: repeat-x;
    						font-family: Arial, Verdana;
    						font-size: 10px;
    						color: #838383;
							margin-top: 130px;
							margin-left: auto;
						}
						
	a img				{	border: none;
						}
						
	.box_master			{	background-image: url(../hintergrundbilder/login.jpg);
							background-position: center;
							background-repeat: no-repeat;
							background-color: #FFFFFF; 
							position: absolute;
							height: 300px;
							width: 860px;
							left: 50%;
							margin-left: -430px;
							border: solid 1px #CCCCCC;
    						border-radius: 10px;
   							box-shadow: 5px 5px 5px #CCCCCC;
						}
						
	.box_copyright		{	position: absolute;
							margin-top: 320px;
							height: 30px;
							width: 860px;
							left: 50%;
							margin-left: -430px;
							text-align: center;
						}
						
	.box_content		{	margin-left: 26px;
							margin-top: 120px;
						}
						
	.box_label			{	margin-top: 5px;
							margin-bottom: 2px;
						}
						
	.box_feedbackspace	{	height: 32px; 
							width: 200px;
						}
						
	.box_feedback		{	width: 230px;
							padding: 5px;
    						border-radius: 4px;
							padding-left: 5px;
							margin-bottom: 15px;
							display: none;
						}
						
	.box_buttons		{	margin-top: 10px;
						}
						
	.inp_user, inp_pw	{	background-image: url(../hintergrundbilder/input.jpg);
    						border-radius: 4px;
							border: none;
							margin: 0px;
							width: 235px;
							height: 18px;
							padding-left: 5px;
    						font-size: 12px;
						}