body {
	margin: 0 ! important;
	background-color: #eaeaea !important;
}

h1 {
    font-size: 16pt;
    font-weight: bold;
    margin: 0px;
}

h2 {
    font-size: 12pt;
    font-weight: normal;
    margin: 0px;
}

/** Panel zum Anzeigen, dass die Applikation geladen wird */
#loading {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
}

.pageHeader {
	font-weight: bold;
	font-size: 200%;
	font-family: Arial;
}