body
{
    background-color: #bd4747;
    margin: 0;        
    overflow-y: scroll;
}

a:link
{
    color: #285D8E;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: #285D8E;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: #285D8E;
    font-weight: bold;
    text-decoration: underline;
}
a:active
{
    color: #285D8E;
    font-weight: bold;
    text-decoration: underline;
}

a img
{
    border: none;
}

div.fehler
{
    font-weight: bold;
    font-size: larger;
    color: Red;
}

.pcmCellCaption
{
    white-space: nowrap;
    padding-top: 5px;
}
.pcmCellText
{
    padding-left: 10px;
    padding-top: 2px;
}
.pcmCheckBox
{
    padding-left: 6px;
    padding-bottom: 10px;
}
.pcmCreateAccount
{
    text-align: right;
    padding-top: 8px;
    padding-bottom: 4px;
}
.pcmButton
{
    padding-top: 10px;
    padding-bottom: 0px;
}
.pcmSideSpacer
{
    width: 60px;
    height: 1px;
}
.templateTable
{
    border-collapse: collapse;
    width: 100%;
}
.templateTable td
{
    border: solid 1px #C2D4DA;
    padding: 3px;
}
.templateTable td.value
{
    font-weight: bold;
}

