body {
	background: #EBEBEB;
	font-family: Arial, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.logo{
	margin: 0 auto;
	margin-top: 50px;
	width: 200px;
}

.loginbox {
	margin: 0 auto;
	border: 0px solid #808080;
	width: 450px;
	height: 350px;
}

.loginbox .head {
	border: 1px solid #C0C0C0;
	padding: 8px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	height: 40px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799),
		color-stop(100%, #7db9e8) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%, #7db9e8 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#1e5799', endColorstr = '#7db9e8', GradientType = 0 ); /* IE6-9 */
	
	-webkit-box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	
	text-align:center;
	color: #fff;
	font-size:  1.6em;
}

.loginbox .body {
	border: 1px solid #C0C0C0;
	border-top: 0px;
	background: #F5F5F5;
	height: 200px;
	padding: 5px;	

	-webkit-box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
}

.loginbox .foot {
	border: 1px solid #C0C0C0;
	border-top: 0px;
	background: #F5F5F5;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	height: 50px;
	
	-webkit-box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
	box-shadow:  3px 3px 3px 3px rgba(220, 220, 220, 0.4);
}

.site-debug {
	margin: 0 auto;
	color: #B0B0B0;
}

.imprint{
	padding-top: 5px;
	color: #808080;
/*	width: 500px; */
	text-align: center;
}

.imprint a, .imprint a:focus, .imprint a:visited{
	color: #808080;
	text-decoration: none;
}

.imprint a:hover{
	color: #808080;
	text-decoration: underline;
}

.imprint .adress{
	font-style: italic;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
}
