/* Tabellen-Formate */

table
{
margin-top: 1.0em;
font-size: 0.83em;
}

th
{
margin: 0;
background: #ffffff;
color: #1f559f;
font-weight: bold;
border-bottom: 1px solid #1f559f;
padding: 5px;
}

td
{
padding: 5px;
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #DFDFDF;
}

#news a
{
text-decoration: none;
background: 0;
padding: 0;
}


#news a:link
{
color: #000000;
text-decoration:none;
}

#news a:visited
{
color: #20549f;
text-decoration:underline;
}

#news a:hover, #news a:active
{
color: #f28a00;
text-decoration:underline;
}

.odd
{
background: #EFEFEF;
}

.even
{
background: #ffffff;
}
