* {
    box-sizing: border-box;
}

html {
	font-family: /*'Lucida Sans',*/ sans-serif;
}
@media only screen and (min-width: 940px) {
	
}
@media only screen and (min-width: 720px) and (max-width: 940px) {
	html {
		font-size: 0.9em;
	}
}
@media only screen and (max-width: 720px) {
	html {
		font-size: 0.9em;
	}
}


body {
	-webkit-font-smoothing: antialiased; 
	-webkit-font-smoothing: subpixel-antialiased; 
	/*-moz-osx-font-smoothing: grayscale; */
	/*text-rendering: optimizeLegibility;*/
	/*background: #830808;*/
	/*background-color: #480100;*/
	background: url("../images/hintergrund_temp_02.jpg");
	/*background: url("../images/bg_test.png");*/
	background-size: 100% 100%;
	background-attachment: fixed;
	line-height: 1.8em;
	margin: 0;
}
