/* !INITAL RESET */
	/*	HTML UNDOS */
:link, :visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
acronym {cursor: help;}
address	{font-style: normal;}
table {border-spacing: 0;}
table tr td {vertical-align: top; border-collapse: collapse;}
input, textarea {outline: none;}

	/*	ADDITIONAL UNDOS */
* {margin: 0; padding: 0;}
img {border: 0;}

	/*	INITIAL SETTINGS */
html { width: 100%; margin: 0; padding: 0; }
/* html { overflow-y: scroll; } */ /* FÃ¼r zentrierte Seiten */


/* ############################################################################################### */

body {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

body img {width: 100%}

#login, #login-response {
	position: fixed;
	width: 300px;
	height: 100px;
	top: 50%;
	left: 44%;
	margin-top: -50px;
	margin-left: -50px;
	background-color: #000000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	opacity: .8;
	padding: 20px;
	-moz-box-shadow: 2px 2px 10px #000;
  	-webkit-box-shadow: 2px 2px 10px #000;
  	box-shadow: 2px 2px 10px #000;
	}

#contact {
	position: absolute;
	top: 10px;
	right: 40px;
	
}

#contact a:link,a:visited,a:active{
	font-size: 12px;
	color: white;
}
		
#login-response {
	height: 60px;
}

#fail {
	padding: 10px;
	border: 1px dotted red;
	font-size: 14px;
	color: red;
}

#fail a:link,a:visited,a:active {
	font-size: 10px;
	color: red;
}

form {
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 14px;
}

label {
	float: left;
	width: 100px;

}

input {
	margin-bottom: 10px;
	width: 180px;
	height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

input.btn {
	display: block;
	width: 100px;
	height: 20px;
	margin-left: 180px;
	margin-right: 0px;	
}