/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.LINKLISTE {
	font-family: Bonzai;
 	font-size: 20px;
 	color: rgb(255,255,204);
 	letter-spacing: 2px;
 	font-style: italic;
 	list-style-type: circle;
 	text-align: center;
 	border: 1px dotted rgb(255,255,204);
 	margin: 10px;
 	padding: 5px
}

.Datum-News-Tabelle {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,204);
 	text-align: center;
 	background-color: transparent;
 	border: 1px solid rgb(255,255,204);
 	margin: 5px;
 	padding: 5px
}

.Link2 {
	font-family: Bonzai;
 	font-size: 28px;
 	color: rgb(255,255,204);
 	font-style: italic;
 	text-decoration: none ;
 	text-align: center;
 	margin: 5px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.Text-News-Tabelle {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,204);
 	text-align: left;
 	background-color: transparent;
 	border: 1px solid rgb(255,255,204);
 	padding: 5px
}
