body {
	width: 555px;
 	margin: 10px 0 0 10px;
 	background-color:#FFFFFF;
}
table {
	width: 555px;
}
/* Copy Text */
.copy {
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #676767;
}
.copy a:link {
	text-decoration: none;
	color: #676767;
}
.copy a:visited {
	text-decoration: none;
	color: #676767;
}
.copy a:hover {
	text-decoration: underline;
	color: #676767;
}
.copy a:active {
	text-decoration: none;
	color: #676767;
}


/* Text normal */

.txt {
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.txt a:link {
	text-decoration: underline;
	color: #000000;
}
.txt a:visited {
	text-decoration: underline;
	color: #000000;
}
.txt a:hover {
	text-decoration: none;
	color: #676767;
}
.txt a:active {
	text-decoration: underline;
	color: #000000;
}

pre {
	color: #000000;
	white-space:pre-wrap;
	word-wrap:break-word;
	width: 555px;
}
pre a:link {
	text-decoration: underline;
	color: #000000;
}
pre a:visited {
	text-decoration: underline;
	color: #000000;
}
pre a:hover {
	text-decoration: none;
	color: #676767;
}
pre a:active {
	text-decoration: underline;
	color: #000000;
}


/* Headlines */

.txthl {
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	width: 555px;
}

.empty_row{
	margin-top: 10px;
}


/* Design from Faysal */
/* Anpassung für HTML-News in Detailansicht */

table.news_layout {
	margin-top:11px;
	margin-bottom:11px;
	width:555px;
	}

table.news_footer_layout tr td.first_column {
	width:100px;
}

table.news_layout tr td b {
	font-weight:bold;
}

table.news_layout * , table.news_footer_layout *{
	font-size:12px;
	font-family:"Courier New",Verdana,Geneva;
	line-height:18px;
}
