/*
    Document   : aktuelles
    Created on : 15.12.2008
    Author     : Rouven Eisenberg
    Description: Purpose of the stylesheet follows.
*/


.innen
{
    padding: 10px;
    margin: 2px;
    /*color: #33ffff;*/
    color: #001122;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    /*border: 1px solid #999999;*/
}

.umlauf
{
    float: left;
}

.umlaufend
{
    clear: both;
}

.abmessungen
{
    width: 254px;
    height: 140px;
}

b.headline
{
    font-size: 22px;
}

a.term:link, a.term:visited
{
    font-size: 14px;
	color: orange;
}

a.term:link:hover, a.term:visited:hover
{
    color: lime;
}

b.tabelle
{
    color: yellow;
}

table
{
    font-size: 16px;
    text-align: left;
    border: 1px silver solid;
    background-color: silver;
    border-spacing: 3px;
}

th
{
    border-top: 1px black solid;
    border-left: 1px black solid;
    color: white;
    background-color: #292974;
}

td
{
    border-top: 1px black solid;
    border-left: 1px black solid;
    color: #000099;
    background-color: #c3d3fd;
}

