	body {
		background-color: #444;
		background:url(/bgpics/dresdenoix.jpg) center; background-size: 100% 100%;
    	-webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
		height:100%;
		margin: 0px;
	}

	form {
		display:inline;
	}

	#login {
		position:absolute;
		top: 45%;
		left: 50%;
		background:url(images/login-bg.png) no-repeat bottom;
		margin: -275px 0px 0px -275px;
		text-align:center;
		width: 550px;
		height: 550px;
		z-index: 1;
	}
	
	DIV, TABLE, TD, P {
		Font-Family: Arial, Helvetica, sans-serif;
		Font-Size : 11px;
		Font-Style : normal;
	}
	
	LABEL {
		 width:120px;
		 font-size: 14px;
	}
	
	input.text, input.password	{
		border: 0px;
		border-bottom: 1px solid #555;
		width: 300px;
		font-size: 18pt;
		color: #fff;
		background: transparent;
		margin-bottom: 20px;
	}
	
	.mbutton {
		border: 0px;
		width: 300px;
		background-color: #444;
		color: #fff;
		font-size: 18pt;
		height:45px;
	}
	
	H1 {
		font-size: 18pt;
		font-weight: bold;
		color:#fff;
	}
	
	.ueberschrift_rot {
		Font-Family: Arial, Helvetica, sans-serif;
		color: #B20821;
		font-size: 20px;
		font-weight:bold;
	}
	
	.mittelgross_rot {
		Font-Family: Arial, Helvetica, sans-serif;
		color: #B20821;
		font-size: 14px;
		font-weight:bold;
	}
	
	.klein_rot {
		Font-Family: Arial, Helvetica, sans-serif;
		color: #B20821;
		font-size: 11px;
		font-weight:bold;
	}

    A:link          {color: #555;text-decoration : none;}
    A:visited       {color: #555;text-decoration : none;}
    A:hover         {color: #777;text-decoration : underline;}
	A:active		{color: #555;text-decoration: none; }