a {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: underline;
}

a.whiteNavi {
    color: #ffffff;
}

a.whiteNavi:hover {
    color: #ffffff;
}


a.whiteLink {
    color: #ffffff;
}

a.whiteLink:hover {
    text-decoration: none;
    color: #ffffff;
}

a.redLink {
    color: #e30022;
}

a.redLink:hover {
    text-decoration: none;
    color: #e30022;
}


a.whiteLink {
    color: #ffffff;
}

a.whiteLink:hover {
    text-decoration: none;
    color: #ffffff;
}

a.blueLink {
    color: #112e5b;
}

a.blueLink:hover {
    text-decoration: none;
    color: #112e5b;
}

td {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

td.white {
    color: #ffffff;
}

td.blue {
    color: #112e5b;
}

p {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

p.lightGray {
    color: #777777;
}

p.float {
    padding-left:36px;
    padding-right:36px;
}
p.listing {
    padding-left:14px;
    padding-right:0px;
    margin:0px;
}

p.error {
    padding-left:36px;
    padding-right:36px;
    color: #ff0000;
}
p.formError {
    padding-left:0px;
    padding-right:0px;
    color: #ff0000;
}
td.lightBlue {
    color: #a9d9f6;
}

ul {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    padding-left:36px;
    margin-top:4px;
    margin-bottom:14px;
}
ul.smallPadding {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    padding-left:0px;
    margin-top:4px;
    margin-bottom:10px;
}

ol {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    padding-left: 36px;
    padding-right: 36px; 
    margin-left: 36px;
    margin-right: 36px;
    margin-top: 4px;
    margin-bottom:14px;
}

li {
    margin-bottom: 14px;
    padding-bottom: 0px;
}

li.smallPadding {
    margin-bottom: 6px;
    padding-bottom: 0px;
}
h1 {
    font-family: Tahoma, Arial, Verdana;
    font-size: 16px;
    line-height: 30px;
    padding-left:10px;
    color: #a4a9ac;
    margin-bottom:0px;
    font-weight: bold;
}

a.pline {
    font-family: Tahoma, Arial, Verdana;
    font-size: 16px;
    line-height: 30px;
    padding-left:10px;
    color: #a4a9ac;
    margin-bottom:0px;
    font-weight: bold;
}
a.pline_hover {
    font-family: Tahoma, Arial, Verdana;
    font-size: 16px;
    line-height: 30px;
    padding-left:10px;
    color: #a4a9ac;
    margin-bottom:0px;
    font-weight: bold;
}

h1.mainHeadline {
    font-family: Tahoma, Arial, Verdana;
    font-size: 16px;
    line-height: 46px;
    padding-left:10px;
    color: #44494d;
    margin-bottom:0px;
    font-weight: bold;
}

h1.underHeadline {
    font-family: Tahoma, Arial, Verdana;
    font-size: 14px;
    line-height: 20px;
    padding:0px;
    margin:0px;
    color: white;
}

td.greenBox {
    background-color:#a6ffaa;
    background-image:url(../gfx/layout/boxes/GRADgreen.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
td.yellowBox {
    background-color:#fdf39c;
    background-image:url(../gfx/layout/boxes/GRADyellow.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
td.blueBox {
    background-color:#ceedff;
    background-image:url(../gfx/layout/boxes/GRADblue.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
td.contentBox {
    background-color:#ffffff;
    background-image:url(../gfx/layout/boxes/GRADcontent.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}

td.navi {
    background-color:#ceedff;
    border-top: 2px solid #a9d9f7;
    color: #0098d7;
}
td.naviAct {
    background-color:#a9d9f7;
    border-top: 2px solid #a9d9f7;
    color: #ffffff;
}
a.green {
    color: #018308;
}

a.green:hover {
    text-decoration: none;
    color: #018308;
}
a.orange {
    color: #eb5a01;
}

a.orange:hover {
    text-decoration: none;
    color: #eb5a01;
}

a.blue {
    color: #0098d7;
}

a.blue:hover {
    text-decoration: none;
    color: #0098d7;
}

input {
    background-image:url(../gfx/layout/input_bg.gif);
    height:16px;
    border: 1px solid #4c5155;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

input.checkbox {
    background-image:none;
    height:14px;
    border: none;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

select {
    height:16px;
    border: 1px solid #4c5155;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

textarea {
    background-image:url(../gfx/layout/input_bg.gif);
    background-position:bottom;
    background-repeat: repeat-x;
    border: 1px solid #4c5155;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

input.inputError,textarea.inputError {
    border: 2px solid red;
}

input.submitBT {
    height:26px;
    border: 1px solid #4c5155;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight:bold;
}

table.blueBox {
    background-image:url(../gfx/layout/input_bg.gif);
    background-position:bottom;
    background-repeat: repeat-x;
    border: 1px solid #9fdafd;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}
table.highlightBox {
    background-position:bottom;
    background-repeat: repeat-x;
    border: 2px solid green;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}
td.smallText {
    font-size: 9px;
    line-height: 11px;
    color: #000000;
}

td.whiteText {
    color: #FFFFFF;
}

div.highlightUWERT {
    border: 1px solid #007e00;
    background-color: #daffda;
    width: 220px;
    align:center;
    padding:10px;
    margin-left: 50px;
    font-weight:bold;
}


div.highlightDownload {
    border: 1px solid #fdc400;
    background-color: #ffeca9;
    width: 260px;
    align:center;
    padding:10px;
    margin-left: 50px;
    font-weight:bold;
}

.noMarginSubHeadlineBlue {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    padding-left:0x;
    color: #112e5b;
    margin-bottom:0px;
}
.noMarginSubHeadlineRed {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    padding-left:0x;
    color: #e30022;
    margin-bottom:0px;
}

p.blueText {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #112e5b;
    margin:0px; padding:0px;
}

h2.productLine {
    font-family: Tahoma, Arial, Verdana;
    font-size: 14px;
    line-height: 24px;
    padding-left:10px;
    color: #a4a9ac;
    margin-bottom:0px;
    font-weight: bold;
    text-decoration:underline;
}

a.modelSelect {
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    line-height: 18px;
    padding-left:0px;
    color: #000000;
    margin-bottom:0px;
    font-weight: normal;
    text-decoration:none;
}
a.modelSelect:hover {
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    line-height: 18px;
    padding-left:0px;
    color: #000000;
    margin-bottom:0px;
    font-weight: normal;
    text-decoration:underline;
}
