@charset "utf-8";@charset "utf-8";
/* CSS Document */

/* =TAGS
---------------------------------------------------------------------------------*/
*{padding: 0; margin: 0; border: 0;}

html {font-size: 85%; height: 100%;}

html body {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
header{
	margin: 0 auto;
	
}

header img{
	width: 100%;
	max-width: 1000px;
}

footer{
	padding-bottom:30px;
	position: fixed;
	bottom: 0px;
}
body {
	
    background-image: none; height: 100%;
	background-color:#ffffff;
	text-align:center;
}

table{padding:0 0 0 0; margin:0 0 0 0;}

a:link, a:visited , a:active{color:#962a06;}
a:hover, a:focus{color:#666666;}



/* =DIVBOXEN
---------------------------------------------------------------------------------*/

#maschinenWillkommen{
	padding: 30px 0px; 
}

#maschinen{
	width:99%;
}

#tiles{
	padding-bottom:10px;
	text-align:center;
	float: left;
	width: 50%;
	height: 200px;
}

.bildtext{
	color:black;
	position: relative;
	top: 50px;
	rigrht: 200px;
	right:45%;
	font-weight:900;
}

#tiles img:hover {
	border-color:grey;	
}

#tiles img{
	border-right: solid 6px transparent;
	float:left;	
	padding-left:30px;
	width:224px;
}

span {
	position: asolute;
	top: 200px;
	left: 500px;
	trafnsform: translate(-50%, -50%);
}

#textbox {
	float:left;
}



#footer{
	position:fixed;
	padding:20px 40px;
	width:100%;
	height:30px;
	background-color:white;
	bottom:0px;
	margin-top:60px
}
