body, html{
	height:100%;
	width: 100%;
	margin:0px;
	padding: 0px;
}
body {
	background-image: url(/braunleder.gif);
	overflow: hidden;
}
.industryIcon{
	position: absolute;
	font-size: 7.5rem;
	opacity: 0.3;
	padding: 0px;
	margin:0px;
	top:50%;
	left:50%;
}
.mainContainer{
	position: absolute;
	/* background-color: #ff6080; */
	min-height:75%;
	max-height: 75%;
	width: 60%;
	padding: 0px;
	margin:0px;
	top:20%;
	left:20%;
}
.centerDiv{
	position: relative;
	height: 450px;
	width: 300px;
	padding-top: 45px;

	overflow:hidden;
	display:block;
	border: solid 2px rgba(50,60,80,1);
	border-left: 2px  solid rgba(50,60,80,.4);
	border-top: 3px  solid rgba(60,80,60,.6);
	border-right: 3px solid rgba(60,80,60,.6);
	border-bottom: 2px solid rgba(50,60,80,.4);
	border-bottom-color:rgba(50,60,80,.9);
	border-bottom-style:solid;
	border-bottom-width:2px;
	background: -webkit-radial-gradient(rgba(50,60,90,.2),rgba(50,60,90,.3),rgba(50,60,90,.2));
	background: -o-radial-gradient(rgba(50,60,90,.2),rgba(50,60,90,.3),rgba(50,60,90,.2));
	background: -moz-radial-gradient(rgba(50,60,90,.2),rgba(50,60,90,.3),rgba(50,60,90,.2));
	background: radial-gradient(rgba(50,60,90,.2),rgba(50,60,90,.3),rgba(50,60,90,.2));
	box-shadow: 3px 14px 25px rgba(0,0,0,.7);  
	-moz-box-shadow: 3px 14px 25px rgba(0,0,0,.7);  
	-webkit-box-shadow: 3px 14px 25px rgba(0,0,0,.7);  
	-o-box-shadow: 3px 14px 25px rgba(0,0,0,.7);
 

}
.shildLogo{
	font-family: 'Londrina Shadow', cursive;
	font-size: 40px;
	color:rgb(243, 243, 123);
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 6px 6px 6px #000000;
	-webkit-text-shadow: 6px 6px 6px #000000;
	-moz-text-shadow: 6px 6px 6px #000000;
	-o-ttext-shadow: 6px 6px 6px #000000;  
}
.shildTheaser{
	font-family: 'McLaren', cursive;
	font-size: 25px;
	color:rgb(243, 243, 123);
	text-align: center;
	margin-bottom: 95px;
	text-shadow: 6px 6px 6px #000000;
	-webkit-text-shadow: 6px 6px 6px #000000;
	-moz-text-shadow: 6px 6px 6px #000000;
	-o-ttext-shadow: 6px 6px 6px #000000;  
 }
.shildText{
	font-family: 'Bellota Text', cursive;
	font-size: 20px;
	color:rgb(243, 243, 123);
	text-align: center;
	text-shadow: 6px 6px 6px #000000;
	-webkit-text-shadow: 6px 6px 6px #000000;
	-moz-text-shadow: 6px 6px 6px #000000;
	-o-ttext-shadow: 6px 6px 6px #000000;  
}
.shildText a{
	font-family: 'Bellota Text', cursive;
	font-size: 20px;
	color:rgb(243, 243, 123);
	text-align: center;
	text-decoration: none;
} 
.shildText a:hover{
	font-family: 'Bellota Text', cursive;
	font-size: 20px;
	color:yellow;
	text-align: center;
	text-decoration: none;
}
.buttom-glas{
	font-family: 'Bellota Text', cursive;
	font-size: 15px;
	color:rgb(243, 243, 123);
	text-align: center;
	text-shadow: 6px 6px 6px #000000;
	-webkit-text-shadow: 6px 6px 6px #000000;
	-moz-text-shadow: 6px 6px 6px #000000;
	-o-ttext-shadow: 6px 6px 6px #000000;  
	overflow:hidden;
	display:block;
	width:320px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding:15px;
	border: solid 2px rgba(50,60,80,1);
	border-left: 2px  solid rgba(50,60,80,.4);
	border-top: 3px  solid rgba(60,80,60,.6);
	border-right: 3px solid rgba(60,80,60,.6);
	border-bottom: 2px solid rgba(50,60,80,.4);
	border-bottom-color:rgba(50,60,80,.9);
	border-bottom-style:solid;
	border-bottom-width:2px;
	background: -webkit-radial-gradient(rgba(50,60,90,.2),rgba(50,60,90,.3),rgba(50,60,90,.2));
	background: -o-radial-gradient(rgba(50,60,90,.2),rgba(50,60,90,.3),rgba(50,60,90,.2));
	background: -moz-radial-gradient(rgba(50,60,90,.2),rgba(50,60,90,.3),rgba(50,60,90,.2));
	background: radial-gradient(rgba(50,60,90,.2),rgba(50,60,90,.3),rgba(50,60,90,.2));
	box-shadow: 3px 14px 25px rgba(0,0,0,.7);  
	-moz-box-shadow: 3px 14px 25px rgba(0,0,0,.7);  
	-webkit-box-shadow: 3px 14px 25px rgba(0,0,0,.7);  
	-o-box-shadow: 3px 14px 25px rgba(0,0,0,.7);

}
.reihe{
	position: relative;
	/* background-color: #80ff60; */
}
.spalte{
	position: relative;
	/* background-color: #6080ff; */
	border-style: none;
	border-width: 0px;
	width:33%;
	height: 33%;
}
.crsPlatte{
	position: absolute;
	top:0px;
	left: 0px;
	width:100%;
	height:auto;
}