@font-face {
    font-family: 'MANIFESTO';
    src: url('schriften/MANIFESTO-webfont.eot');
    src: url('schriften/MANIFESTO-webfont.eot?#iefix') format('embedded-opentype'),
         url('schriften/MANIFESTO-webfont.woff2') format('woff2'),
         url('schriften/MANIFESTO-webfont.woff') format('woff'),
         url('schriften/MANIFESTO-webfont.ttf') format('truetype'),
         url('schriften/MANIFESTO-webfont.svg#schriften/MANIFESTOregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/



}

body, html{background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(240, 240, 240)),
	color-stop(1, rgb(102, 102, 102))
);
background-image: -o-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(102, 102, 102) 100%);
background-image: -moz-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(102, 102, 102) 100%);
background-image: -webkit-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(102, 102, 102) 100%);
background-image: -ms-linear-gradient(top, rgb(240, 240, 240) 0%, rgb(102, 102, 102) 100%);
background-image: linear-gradient(to top, rgb(240, 240, 240) 0%, rgb(102, 102, 102) 100%);
}


.farbig {color:red;} 
h1 { display:inline;
	color: white;
	font-family: MANIFESTO;
	font-size: 16px;
	text-shadow: 0 0 0.25em #333;
	
		
}

h2 { display:inline;
	color: white;
	font-family: MANIFESTO;
	font-size: 16px;
	text-shadow: 0 0 0.25em #333;
	font-style: oblique;
	
}
h3 {
	color: red;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-shadow: 0 0 0.25em #333;
}
h4 { display:inline;
	color: white;
	font-family: MANIFESTO;
	font-size: 16px;
	text-shadow: 0 0 0.25em #333;
	background-color:#B85222;
		
}

p {  display:inline;
	color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-shadow: 0 0 0.25em #333;
}
