@charset "UTF-8";
/* CSS Document */

#login h1 {
	display: none;
}
#login {
	padding-top: 40px !important;
}
.login h2 a {
}
body {
	background: #f1f3f3 url(../medien/bg.png) repeat !important; 
}
#login-header {
  width:100%;
  background: rgb(121,1,2); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(167,14,19,1) 0%, rgba(121,1,2,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,14,19,1)), color-stop(100%,rgba(121,1,2,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(167,14,19,1) 0%,rgba(121,1,2,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(167,14,19,1) 0%,rgba(121,1,2,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(167,14,19,1) 0%,rgba(121,1,2,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(167,14,19,1) 0%,rgba(121,1,2,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70e13', endColorstr='#790102',GradientType=0 ); /* IE6-9 */
  border-bottom: 0.08em solid #520102;
  min-height: 119px;
  text-align: center;
}
#login-header h2 {
	margin: 0 auto;
	padding-top: 15px !important;
}
#login-header a:link,#login-header a:visited, #login-header a:hover, #login-header a:active {
	border: none;
}