@charset "utf-8";
/* CSS Document */
body{
	background:#1A1814;
	font-family: 'Roboto', sans-serif;
	color:#FFF;
}
img{
	max-width:100%;
	height:auto;
}
#wartung{
	position:relative;
	top:30px;
	max-width:353px;
	margin-left:auto;
	margin-right:auto;
}
a{
	color:#FFF;
}
a:hover{
	color:#666;
}

