*{
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
}
html,body,#content {
	width:100%;
	height:100%;
	overflow:hidden;
}
table {  }
body {
	font-family:Arial;
	font-size:12px;
	color:#000;
}

#bg {
	position:absolute;
	width:100%;
	height:100%;
}
#bg img {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;
}
/*
#bg img {
	position:absolute;
	width:100%;
	margin:0 auto;
	display:block;
}*/
#content { position:absolute; top:0; left:0; z-index:70; overflow:auto; }
#inhalt{ position: absolute; width: 700px; height: 100%; top: 0; left: 50%; margin-left: -350px; z-index:100; }
#logo{ text-align: center; position: absolute; top: 10%; float:left; width:700px; min-height:400px; }

a { color: #ffffff; font-size: 17px; }
a:hover { color: #ffea00; font-size: 17px; text-decoration: underline; }

.button {
    width: 150px;
    height: 30px; 
    background: blue; /* old browsers */
    background: linear-gradient(to bottom, #0084d7, #0084c2); 
    border: 1px solid #0084c2;
    border-radius: 1em;
    margin: 2em;
	padding-top: 1em;
  }
  
  .button:hover,
  .button:focus {
    box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
  }