body
{
    font-size: 12px;
    font-family:Arial;
}

h1
{
    font-size: 18px;
    color: #5883BA;
}

h2
{
    font-size: 12px;
    color: #5883BA;
}

h3
{
    font-size: 13px;
    font-weight: bold;
}

a
{
    color: #14266F;
    font-weight:bold;
}

img
{
    border: none;
}

p
{
    margin-bottom: 0px;
}

.inputData
{
    width: 100%;
}

.amount
{
    width: 70px;
}

input[type=text]
{
    border: 1px solid #D0D0D0;
}

.errorBorder
{
    border: 1px solid red !important;
}


.left
{
    float:left;
}

.clear
{
    clear:both;
}

#layout
{
   margin: 0 auto;
   width: 970px;
}

#logo
{
    float:right;
    text-align:right;
}

#leftColumn
{
    float: left;
    width: 516px;
    margin-right: 50px;
    padding: 0px;

}

#rightColumn
{
    float: left;
    width: 396px;
}

.pricing
{
    margin-left:20px;
    margin-top:20px;
    float:left;
}

.simpleLink
{
    color: #000000;
    font-weight: normal;
    text-decoration:none;
}

.note
{
    font-size: 10px;
}

#form p
{
    color: #333333;
}

.asInvoiceAdress
{
    font-size: 12px;
    font-weight: normal;
}

.submit
{
    float: right;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-right: 30px;
}

.imprint
{
    font-weight: normal;
    text-decoration:none;
    color: #666666;
}