@charset "utf-8";
/* CSS Document */


html {

}

body {

	font: 12px Arial, Helvetica, sans-serif;
}

#HEADER {
	display:none;
}


#INHALT h1 {
	font-size: 14px;
	color: #F00;
	text-transform: uppercase;
}

#INHALT h2 {
	font-size: 14px;
	margin-bottom: 5px;
}
#INHALT p { margin-top: 5px; }



#FOOTER {
	display:none;
}
