/* Allgemein */
/*************/
body
{
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
/*    background: url(../Images/back_main.gif);*/
}

div.quote
{
    margin-left: 20px;
    margin-right: 5px;
}

div.quotetop
{
    font-weight:bold;
}

hr
{
    height: 1px;
    width: 100%;
}

h1
{
    font-size: 16px;
}

h2
{
    font-size: 36px;
}

h3
{
    font-size: 42px;
}

table
{
    font-size: 13px;
}

tr
{
}

td
{

}

th
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border_collapse: collapse;
    border: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

table.box
{
    table-layout: fixed;
    border_collapse: collapse;
    padding: 3px;
}

td.box
{
    border_collapse: collapse;
}

/* Überschrifft im Modul-Bereich */
div.modultopic
{
    font-size: 14px;
    font-weight: bold;
}

div.modulmenu
{
    font-weight: bold;
}

div.modulcontent
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    border_collapse: collapse
}

div.ticker
{
}

div.blocktopic
{
    font-size: 14px;
    font-weight: bold;
}


div.blockcontent
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 0px;
    border_collapse: collapse;
    font-size: 11px;
}

div.error
{
    font-size: 22px;
}

/* Formular-Eingabefelder */
/**************************/

input, select, textarea
{
/*    font-family: courier;*/
}

input.small, textarea.small
{
    font-size: 11px;
}


/* Normale Schrift */
/*******************/

a:link, a:visited, a:active
{
    font-weight: bold;
    text-decoration: none
}

a:hover
{
    font-weight: bold;
    text-decoration: underline
}

/* Kleine Schrifft */
/*******************/

.small
{
    font-size: 11px;
}

/* Fuss-Zeile */
/**************/

.fuss
{
    font-size: 10px;
    text-align:center;
}

a.fuss
{
    font-weight: bold;
}

/* Tabellen-Auflistung */
/***********************/

td.list0
{
    text-align:center;
    font-size: 12px;
}

td.list1
{
    text-align:center;
    font-size: 12px;
}

td.listbig0
{
    text-align:center;
    font-size: 15px;
}

td.listbig1
{
    text-align:center;
    font-size: 15px;
}