* { margin:0; padding:0; font-size: 100%; }

html {height:100%}

body {
	
   
    padding:0;
    margin:0;
    text-align: center;
    font-family: DIN1451Com-Engschrift, Helvetica, Arial;
	font-weight: normal;
	font-style: normal; 
}
/*body:hover {
  background-color: #00ccff;
}*/

fieldset, img { border:0; }

select, input, textarea { font-size: 99% }


#contentbox {
height: 90%;

padding:10px 0px 0 0px;
margin:auto;
text-align: center;
}

a {
	color: #fff;
	text-decoration: underlined;
}



.logo {
	position: relative;
	top: 45%;
	font-family: DIN1451Com-Engschrift;
	font-weight: normal;
	font-style: normal; 
	font-size: 7em;
	color: #fff;
	line-height: 95px;
	text-transform: uppercase;
}
.logoimg {
	width: 30%;
	}

.text {
	position: relative;
	top: 3%;
	font-family: DIN1451Com-Engschrift;
	font-weight: normal;
	font-style: normal; 
	font-size: 1.5em;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
}

.btnreload {
position: absolute;
	top: 10px;
	left: 10px;
	
	font-family: DIN1451Com-Engschrift;
	font-weight: normal;
	font-style: normal; 
	font-size: 0.8em;
	color: #000;
	text-transform: UPPERCASE;
}
.btnreload a {
	color: #000;
	opacity: 0.25;
	text-decoration: none;
}
.btnreload a:hover {
	opacity: 0.75;
}

.link {
position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0.25;
	font-family: DIN1451Com-Engschrift;
	font-weight: normal;
	font-style: normal; 
	font-size: 0.8em;
	color: #000;
	text-transform: UPPERCASE;
}

.link a {
	text-decoration: none;
	color: #000;
	}

.impressum {
position: relative;
	top: 25%;
	font-family: DIN1451Com-Engschrift;
	font-weight: normal;
	font-style: normal; 
	font-size: 1em;
	color: #000;
}

.impressum a {
	text-decoration: none;
	color: #000;
	}
.spacer {
clear:both;
visibility:hidden;
font-size:0;
height:10px;
}

@media only screen and (max-width: 500px) {
    .logo {
	position: relative;
	top: 20%;
	font-family: DIN1451Com-Engschrift;
	font-weight: normal;
	font-style: normal; 
	font-size: 7em;
	color: #fff;
	line-height: 95px;
	text-transform: uppercase;
}
.logoimg {
	width: 75%;
	}

.text {
	position: relative;
	top: 15%;
	font-family: DIN1451Com-Engschrift;
	font-weight: normal;
	font-style: normal; 
	font-size: 1.2em;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
}
}
