html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;   
}

body
{
    background-color: #fff;
    color: #333;
    font-family: arial, helvetica, sans-serif;
    padding:0;
    margin:0;
}
body.newsdetailbody {
	    background-color: #fff;
}
	

p, h3, table
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 13px;
	margin-bottom: 0px;
	border-top-width: 0px;
	
    font-size: 12px;
    line-height: 1.29em;
    clear: both;
}
table p
{
    font-size: 11px;
    font-family: "arial";
    color: #485e7c;
}

a:hover
{
    color: #488ccd;
    font-size: 11px;
}

h3
{
	font-family: arial, helvetica, sans-serif;
    margin: 0px;
	padding-bottom: 5px;
    font-size: 12px;
    width: 399px;
    overflow: hidden;
}

h3 img
{
    display: block;
    padding: 0px;
    margin: 0px;
	border-bottom-width: 0px;

	
}


/* Table module */

table.normalTable {
    border-collapse: collapse;
    width: 516px;
    margin-top: 0px;
    margin-bottom: 16px;
}

.normalTable th
{
	font-size: 11px;
    vertical-align: top;
    text-align: left;
    background-color: #fff;
}
.normalTable th.newstitle
{
	padding-left: 4px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
}
.normalTable th.date
{
    border-bottom: 1px solid #E8E8E8;
    width: 105px;
    padding-bottom: 10px;
}

.normalTable th.newstype
{
    text-align: left;
    background-color: #fff;
    font-family: arial, helvetica, sans-serif;
	color:#485e7c;
	width: 510px;
	padding: 0px 0px 19px 0px;
    vertical-align: top;
    font-size: 18px;
}

.normalTable td
{
    padding: 3px 0 0 4px;
    vertical-align: top;
    text-align: left;
}


.normalTable td.second
{
    background-color: #F7F8FC;
}

.normalTable td
{
    background-color: #fff;
    border-bottom: 1px solid #E8E8E8;
}

 p a {
    text-decoration: underline;
	color: #485e7c;
	font-size: 11px;

}
p a:hover
{
    color: #cc0000;
}

#newsBody {
	clear:both;
	font-size: 11px;
	width:516px;
}

#newsBody h3.newsHeader {
    font-family: arial, helvetica, sans-serif;
	color:#485e7c;
	width: 510px;
	padding: 1px 0px 14px 0px;
    vertical-align: top;
    font-size: 18px;    
}

pre{
	padding:0;
	font-family: arial, helvetica, sans-serif;
	line-height:16px;
}
pre b{
	 font-family: arial;
	 font-size: 11 px;
	 font-weight: bold;
	 color: #485e7c;
}



pre.news_table_1234 {
	font-family: 'courier New';
	font-size: 11px;
	padding-left:0px;
}

div.headernewstype {
	float: left;
	width:255px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #485e7c;
	font-weight: bold;
}

div.headerimg, div.headertext{
	float: left;
	width:255px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #848484;
}

div.headerimg a {
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

div.headerimg a:hover {
    color: #CC0000;
}

div.headertext{
	text-align: right;
	font-size: 10px;
}

/* Design from Faysal */
/* Anpassung für HTML-News in Detailansicht */

table.news_layout {
	margin-top:11px;
	margin-bottom:11px;
	width:100%;
}


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:11px;
	font-family:Arial,Helvetica,sans-serif;
}
