﻿body
{
    margin: 0px;
    padding: 0px;
}

td
{
    text-align: left;
    font-family: tahoma;
    font-size: 11px;
    color: #000000;
    line-height: 13px;
}

a
{
    text-decoration: underline;
    color: #0066CC;
}

.white
{
    color: #ffffff;
    text-decoration: none;
}

.black
{
    color: #4A4A4A;
    text-decoration: none;
}

.black1
{
    color: #737272;
    text-decoration: none;
}

.black2
{
    color: #5F5F5F;
    text-decoration: none;
}

.green
{
    color: #799F25;
    text-decoration: none;
}

.blue
{
    color: #397CB2;
    text-decoration: none;
}

.black3
{
    color: #3C3C3C;
    text-decoration: none;
}

.black4
{
    color: #727272;
    text-decoration: none;
}

#gazenwagen a:hover
{
    color: #FD5521;
}

.m
{
    vertical-align: middle;
}

.sm
{
    font-size: 10px;
}

.l
{
    text-decoration: underline;
}

.n
{
    text-decoration: none;
}

.t
{
    text-transform: uppercase;
}

.big
{
    font-size: 12px;
}

.list
{
    line-height: 10px;
}

.form
{
    width: 166px;
    height: 21px;
    font-family: tahoma;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #;
    background-color: #ffffff;
    color: #5F5F5F;
    margin-left: 0px;
    margin-right: 0px;
}

.textarea
{
    width: 185px;
    height: 89px;
    font-family: tahoma;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #;
    background-color: #ffffff;
    color: #5F5F5F;
    margin-left: 0px;
    margin-right: 0px;
}

a:hover
{
    text-decoration: none;
}

.a:hover
{
    text-decoration: underline;
}

.warning
{
    color: Red;
    font-weight: bold;
    text-align: right;
}

.pagePadding
{
    padding: 20px;
}

.displayNone
{
    display:none;
}

.validationError
{
     background-image: url(/images/icons/Error.gif);
     background-position: left middle;
     background-repeat: no-repeat;  
     vertical-align: middle;
     padding-left: 20px;
     padding-top: 5px;
     padding-bottom: 5px;
     display: block;
     text-align: left;
     color: red;
}