﻿/* Standard TAGs */
body, h1, ul, li, p
{
    padding: 0;
    margin: 0;
}

body
{
    background-color: #F1F1F1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    outline: none;
}

h1
{
    font-size: 18px;
    margin: 6px 0px 10px 0px;
    font-weight: normal;
    line-height: 22px;
}

h2
{
    font-size: 18px;
    margin: 30px 0px 10px 0px;
    font-weight: normal;
    line-height: 22px;
}

h3
{
    font-size: 15px;
    margin: 20px 0px 5px 0px;
    font-weight: bold;
    line-height: 19px;
}

a
{
    color: #990099;
    outline: none;
    border: none;
    font-weight: bold;
}

img
{
    outline: none;
}

ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 2px;
}

ul li
{
    background-image: url(img/base_list_element.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 2px;
}

ol
{
    list-style-type: decimal;
    margin: 0;
    padding: 0;
    position: relative;
    left: 20px;
    padding-top: 2px;
}

table
{
    width: 450px;
}

td
{
    padding-bottom: 5px;
}

form
{
    margin: 0px;
    padding: 0px;
}

/* DIVs */
#wrapper
{
    position: relative;
    width: 450px;
    height: auto;
}

/* Klassen */
.smalltext
{
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 10px;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    width: 400px;
}

.errorDiv
{
    display: none;
    width: 370px;
    height: auto;
    background-color: #EBEBEB;
    position: absolute;
    border: 1px solid #990099;
    z-index: 255px;
}

.jqDivContent
{
    margin: 10px 10px 10px 10px;
    z-index: 255px;
}

.txtBxGrossError
{
    border: 1px solid #990099;
}

.errorTxt
{
    color: #990099;
}

.txtBxGross
{
    font-family: Arial,Helvetica,sans-serif;
    color: #000000;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    width: 300px;
    border: 1px solid #000000;
}

.txtBxGrossError
{
    font-family: Arial,Helvetica,sans-serif;
    color: #990099;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    width: 300px;
    border: 1px solid #990099;
}

.formCheckError
{
    color: #F1F1F1;
    font-size: 0px;
}
