textarea.news {
scrollbar-arrow-color: gray;
scrollbar-base-color: gray;
scrollbar-track-color: gray;
scrollbar-face-color: white;
scrollbar-highlight-color: gray;
scrollbar-3dlight-color: gray;
scrollbar-darkshadow-color: gray;
scrollbar-shadow-color: gray;
}
#titel {					/* Eigenschaften für den Titel */
width: 550px;
font-family: Arial;			/* Schriftart: Arial, Times New Roman, Courier New, MS Comic Sans */
font-size: 20px;			/* Schriftgrösse in Pixel */
text-align: left;			/* Textformatierung: left, right, center */
text-decoration: none;		/* Text-Verziehrung: underline (Unterschrichen) */
}
#newsdate {					/* Eigenschaften fürs Datum */
font-family: Arial;			/* Schriftart: Arial, Times New Roman, Courier New, MS Comic Sans */
font-size: 13px;			/* Schriftgrösse in Pixel */
text-align: right;			/* Textformatierung: left, right, center */
text-decoration: none;		/* Text-Verziehrung: underline (Unterschrichen) */
width: 100px;
}
#autor{						/* Eigenschaften für den Autor */
font-family: Arial;			/* Schriftart: Arial, Times New Roman, Courier New, MS Comic Sans */
font-size: 13px;			/* Schriftgrösse in Pixel */
text-align: right;			/* Textformatierung: left, right, center */
text-decoration: none;		/* Text-Verziehrung: underline (Unterschrichen) */
vertical-align:top;
}
#text{
	padding:3px;
	text-align:justify;
/* 	font-family: Arial; 
	font-size: 13px;				
	text-align: left; 
	text-decoration: none; 
	background-color: #CCCCCC;
	color:black; */
}
table.news_show {
	width: 650px;
	background-color: #999999;
	color:white;
	border: 1px solid white;
}
table.news_show td{
padding: 0px 5px 0px 5px;
border: 1px solid white;


}
