/* ======== (Zurück)Setzen der Basis-Einstellungen ========== */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  background-color: #fff;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

p {
  font-size: 1.2em;
}

.klaerchen {
  clear: both;
  width: 1px;
  height: 1px;
  font-size: 1px;
}

.error_msg {
	font-size: 12px;
	background-color: #FFE4E1;
}

.hint_msg {
	font-size: 12px;
	background-color: #CCFFEE;
}



/* ======== Tabelle ========== */

.GImain {
	margin: 10px 0 0 10px;	
}

.GIlogo {
	margin: 0 0 0 0;	
}

.GImaintitle {
	margin: 50px 0 0 116px;	
	font-size: 2.6em;
	font-weight: bolder;
}

.GImaintitle span {
		font-family: Times;
		font-size: 150%;
		font-weight: bolder;
		font-style: italic;
}

.GIsubtitle {
	margin: 50px 0 0 116px;	
	font-size: 2em;
}

.GIbodytext {
	margin: 20px 0 0 116px;	
	font-size: 1.4em;
}

.GIkontakt {
	margin:40px 0 0 116px;	
}

.GInormaltext {
	margin: 0 0 0 116px;	
}


/* ======== Header und Footer ========== */

.header {
	background: #EAEAEA;
	height:22px;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal	;
	line-height: 22px;
	text-indent: 6px;
}

.footer {
	clear: both;
	background: #D9D9D9;
	height:20px;
	line-height: 20px;
	text-indent: 6px;	
}

.graph_footer {
	height:20px;
	line-height: 20px;
	text-indent: 6px;	
}
