@charset "utf-8"; 

html { min-width: 1006px; }

body {
  background-color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffa400;
	text-align: center;
  margin: 0;
	padding: 0;
  /* background-image: url("fileadmin/chron-tmpl/shadowlands.jpg"); */
  background-image: url("fileadmin/chron-tmpl/WoW_The_War_Within_Clash_Wallpaper_Logo_3840x2160_alt.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}

#footer {
    position:fixed;
    bottom:0px;
}

img {
	vertical-align: middle;
	border: none;
}                       

#logo { 
  position: absolute; 
  width: 500px; 
  height: 150px;
  right: 0px;
  background: url("fileadmin/chron-tmpl/chron.png") no-repeat bottom; 
  text-indent: -9999px;
} 

#butmen {
    position: absolute;
    left: 50%;
    top: 136px;
    width: 600px;
    margin-left: -300px;
}

table {
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    text-align: center;
    border-spacing: 20px; 
    padding: 10px;
}

/* old #9fb4f2, box shadow (#9fb4f2 -> #601602) #7892c2 (neu a32503), #476e9e, border #4e6096, text shadow #283966  */

.BlueButton {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #601602;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a32503), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #a32503 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #a32503 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #a32503 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #a32503 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #a32503 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a32503', endColorstr='#476e9e',GradientType=0);
	background-color:#a32503;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.BlueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.BlueButton:active {
	position:relative;
	top:1px;
}
