body      {
	background: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 24pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: arial, helvetica, sans-serif;
	font-size: 24pt;  }

/* Links */
a:link, a:visited, a:active, a:hover   { color: blue;
	background: transparent;
	font-size: 10pt;
	text-decoration: underline;
	 }
a:hover  { color: red; }

/* Überschriften */
h1 {
	font-size: 32pt;
	font-weight: bold;
	background: #FCD006;
	padding: 15px;
}

/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;
}
/* Normale Texte */
span.impressum  {
	font-size: 10pt;  }
	
div#weatherWidget{
	font-size: 10pt !important;
	transform: scale(1.4);
	margin-top: 60px;
	margin-left: 180px;
}
div#weatherWidget *{
	font-size: 10pt !important;	
}