body {
  	font-family: Arial;
  	font-size: 12pt;
  	color: Black;
	background-color: White;
  	border-style: none;
  	border-width: none;

}

#Seite {
        position: absolute;
        width: 500px;
        left: -250px;
        margin-left: 50%;
}

#Ueberschrift_News {
	font-size : 14pt;
	text-align: left;
	color : Black;
        font-weight: bold;
}

#Ueberschrift_Uebersicht_News {
	font-size : 12pt;
	text-align: left;
	color : Black;
        font-weight: bold;
}

#Kurztext_News {
	font-size : 10pt;
	text-align: left;
	color : Black;

}

#Langtext_News {
	font-size : 10pt;
	text-align: left;
	color : Black;

}

a {
	font-size: 10pt;
}

p {
        font-size: 10pt;
}


