﻿/* basic selectors */
html
{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #FFFFFF;
    font: 8pt Arial, Helvetica, sans-serif;
    text-align: center;
    border: none;
    height: 100%;
}

table
{
    font-size: 100%;
}

th
{
    vertical-align: top;
}
td
{
    vertical-align: top;
    text-align: left;
}

img
{
    border: 0px;
}

form
{
    margin: 0px;
    padding: 0px;
}
input, textarea, select
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.chkBox
{
    border: none;
    border-style: none;
    color: #000;
}

a:focus
{
 outline: none;
 -moz-outline-style: none;
}

a.thinLink:link, a.thinLink:visited
{
    color: #FFFFFF;
    font-weight: normal;
    font: .8em Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a.thinLink:active, a.thinLink:hover
{
    color: #FFFFFF;
    font-weight: normal;
    font: .8em Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

/* Customer Bereich */

/* Allgemein */
table.mainTable
{
    width: 100%;
}

tr.mainTR
{
    height: 100%;
}

td.leftNaviTD
{
    width: 200px;
    text-align: left;
    vertical-align: top;
}

td.mainTD
{
    text-align: left;
    padding-top: 10px;
}

td.rightNaviTD
{
    width: 200px;
    text-align: right;
    border: solid 1px #ff0000;
}

div.clear
{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
}

/* Textformatierungen */
.warning
{
    font-weight: bold;
    font-size: x-small;
    color: #b22222;
    font-family: Arial;
}
.nowarning
{
    font-weight: bold;
    font-size: x-small;
    color: #000;
    font-family: Arial;
}

.hookline
{
    font-size: larger;
    color: #5b626c;
    font-style: italic;
    font-weight: bold;
}

.smalltext
{
    font-size: 8pt;
    color: #666;
    font-family: Verdana;
}

.tableNavLink
{
}