body {
    margin: auto;
    padding: 0;
    text-align: center;
    background-color: #F9F5E9;
    color: #000000;
}

body, td, a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
}

#main {
    margin: auto;
    text-align: left;
    width: 990px;
    background-color: #FFFFFF;
    border: 1px solid #656C74;
}

#header {
    position: relative; /*height: 139px;*/
    height: 114px;
    background: #F9C10C url(http://www.ultramixer.com/res/pics/header3.jpg) no-repeat;
}

#select_lang {
    float: right;

    height: 25px;
    width: 176px;
    padding-top: 3px;

    background-image: url(http://www.ultramixer.com/res/pics/language_bg.gif);
    background-repeat: no-repeat;

    font-size: 10px;
    color: #536177;
}

#mainnavi {
    position: absolute;
    left: 0px;
    top: 91px;
    height: 48px;
}

.mainnavi_button img {
    color: #666;
    background: #E0E5E8;
}

#contentpanel {
    background-color: #FFFFFF;
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 30px;
}

#rightboxes {
    width: 176px;
    background-color: #E7E7E7;
    border-left: 1px solid #656C74;
    padding-top: 12px;
}

.rightboxes_header {
    width: 153px;
    background-image: url(http://www.ultramixer.com/res/pics/header.gif);
    background-repeat: no-repeat;
    height: 26px;
    position: relative;
}

.rightboxes_header_label {
    color: #333333;
    text-transform: uppercase;
    width: 153px;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 7px;
}

.right_box_header {
    position: relative;
}

#copyright {
    margin: auto;
    width: 990px;
}

h1 {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h1 img {
    color: #DF7E1E;
    font: bold 19px "Arial Black", sans-serif;
}

h3 {
    font-size: 14px;
    color: #DF7E1E;
    margin-bottom: 7px;
}

h4 {
    font-size: 11px;
    margin-bottom: 1px;
}

th {
    color: #DE7D1E;
    font-size: 11px;
    font-weight: bold;
    background-color: #F3F3F3;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul, ol {
    list-style-image: url(http://www.ultramixer.com/res/pics/arrow_right.gif);
}

a:Link {
    color: #DF7E1E;
    text-decoration: none;
}

a:Visited {
    color: #DF7E1F;
    text-decoration: none;
}

a:Hover {
    color: #DF7E1E;
    text-decoration: underline;
}

/*
.active a:Link  {color:silver;text-decoration:none;}
.active a:Visited  {color:silver;text-decoration:none;}
.active a:Hover  {color:silver;text-decoration:none;}
*/

a.sub:Link {
    font-size: 10px;
    color: #777777;
    font-weight: bold;
    text-decoration: none;
}

a.sub:Visited {
    font-size: 10px;
    color: #777777;
    font-weight: bold;
    text-decoration: none;
}

a.sub:Hover {
    font-size: 10px;
    color: #DF7E1E;
    font-weight: bold;
    text-decoration: underline;
}

a.sub_active:Link {
    font-size: 11px;
    color: #DF7E1E;
    font-weight: bold;
    text-decoration: none;
}

a.sub_active:Visited {
    font-size: 11px;
    color: #DF7E1E;
    font-weight: bold;
    text-decoration: none;
}

a.sub_active:Hover {
    font-size: 11px;
    color: #DF7E1E;
    font-weight: bold;
    text-decoration: underline;
}

/******** PRODUCTS *******/

.products_box_title {
    background: #F2F2F2;
    border: solid #D4D7DC;
    border-width: 1px 1px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    color: #DE7D1D;
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 8px;
}

.products_box_content {
    background-image: url(http://www.ultramixer.com/products/res/pics/products_box_content_bg.png);
    padding: 10px;
    padding-bottom: 0px;
}

.products_box_version_name {
    font-weight: bold;
}

.products_box_version {
    border: 1px dashed #DDE0E4;
    padding: 3px;
    padding-left: 5px;
    background-color: #F3F3F3;
}

.products_box_version_th {
    width: 60px;
    font-weight: bold;
}

.feature_box_version_th {
    width: 130px;
    color: #5E5E62;
    font-weight: bold;
    text-align: center;
}

.features_box_content_row, .features_box_content_caption {
    background-image: url(http://www.ultramixer.com/products/res/pics/features_box_content_bg.png);
    border-bottom: 1px dashed #E6E6E6;
    width: 702px;
    min-height: 19px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    clear: left;
}

.features_box_content_head {
    /*border: 1px solid black;*/
    /*height: 19px;*/
    text-align: left;
    float: left;
    width: 46%;
}

.features_box_content_field {
    /*border: 1px solid black;*/
    /*height: 19px;*/
    text-align: center;
    float: left;
    width: 90px;
}

.features_box_content_caption {
    background: #F2F2F2;
    color: #5E5E5E;
    border: solid #D4D7DC;
    border-width: 1px 1px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 11px;
    width: 709px;
}

.features_box_content_caption .features_box_content_head {
    color: #DE7D1D;
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
}

.image_box {
    text-align: center;
    padding: 3px;
    border: 1px dashed #D5D8DD;
}

.purchase_box_content {
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;

    padding: 10px;
    /*
    background-image: url(/purchase/res/pics/purchase_box_content_bg.png);
    background-repeat: repeat-y;
    */
}

.purchase_box_item {
    border: 1px dashed #DDE0E4;
    padding: 10px;

    background-color: #F8F8F8;
}

.purchase_box_version {
    border: 1px dashed #DDE0E4;
    padding: 3px;
    padding-left: 5px;
    background-color: #F3F3F3;
}

.orange {
    color: #DF7E1E
}

.right_box {
    width: 153px;
}

.right_box_content {
    text-align: left;
    font-size: 11px;
    line-height: 15px; /*background-image:url(/res/pics/right_box_content.png);*/
    background-color: #FFFFFF;
}

.right_box_label {
    color: #5E657A;
    font-size: 10px;
}

.box_header_orange {
    color: #DE7D1E;
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #D5D8DD;
    background-color: #F3F3F3;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.box_header_gray {
    color: #737E8E;
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #D5D8DD;
    background-color: #F3F3F3;
    padding-top: 3px;
    padding-bottom: 3px;
}

.left {
    border-left: 1px solid #DDE0E4;
    background-color: #FFFFFF;
}

.right {
    border-right: 1px solid #DDE0E4;
    background-color: #FFFFFF;
}

.top {
    border-top: 1px solid #DDE0E4;
    background-color: #FFFFFF;
}

.bottom {
    border-bottom: 1px solid #DDE0E4;
    background-color: #FFFFFF;
}

.topleft {
    background-image: url(http://www.ultramixer.com/res/pics/box_lo.gif);
    background-repeat: no-repeat;
}

.topright {
    background-image: url(http://www.ultramixer.com/res/pics/box_ro.gif);
    background-repeat: no-repeat;
}

.content {
    position: relative;
    margin-left: 10px;
    margin-top: 30px;
    width: 731px;
    min-width: 731px;
    max-width: 731px;
}

.content712 {
    position: relative;
    margin-left: 10px;
    margin-top: 30px;
    width: 722px;
    min-width: 722px;
    max-width: 722px;
}

.box_content {
    padding-top: 10px;
    font-size: 11px;
    background-color: #FFFFFF;
}

.box_label {
    color: #5E657A;
    font-size: 11px; /*line-height: 15px;*/
    background-color: #FFFFFF;
    text-align: right; /*vertical-align:top;*/
    padding-right: 7px;
}

.left_col {
    color: #5E657A;
    text-align: right;
    padding-right: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.box_pic {
    background-color: #FFFFFF;
    border: 1px solid #D5D8DD;
    border-bottom: 0px;
    color: #6A6E72;
    text-align: center;
    padding: 4px;
}

.footer_pic {
    background-color: #FFFFFF;
    border: 1px solid #D5D8DD;
    border-top: 0px;
    color: #6A6E72;
    text-align: center;
    font-style: italic;
    padding: 4px;
    padding-top: 0px;
}

.form_button {
    font-size: 9px;
}

.input_field {
    font-size: 9px;
    border: 1px solid #D5D8DD;
    background-color: #F3F3F3;
    padding-left: 2px;
}

.forms {
    width: 100%;
    border: 1px solid #D5D8DD;
    background-color: #F3F3F3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 2px;
}

label {
    cursor: pointer;
}

.date_news {
    color: #6A6E72;
    border: 0;
    text-align: right;
    font-size: 9px;
}

a.tooltip, a:link.tooltip, a:visited.tooltip {
    cursor: help;
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted #737E8E;
}

.box_tooltip {
    /*
     color:black;
     background-color: #FEEFBF;
     border: 1px solid #D5D8DD;
     padding: 3px;
     font-size:10px;
     */
}

/* COLORS */

/* STYLESHEET FOR BOX-TEMPLATES */
.boxFooter {
    background-color: #910000;
    color: white;
    font-size: 11px;
}

.formCheckBox {
    border-width: 0px;
}

.radioButton {
    border-width: 0px;
}

.formLabel {
    color: #910000;
    font-size: 11px;
    text-transform: uppercase;
}

.formSubmit {
    border-width: 0px;
}

.forumHead {
    background-color: #757D8E;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.forumAnswerContent {
    background-color: #ffffff;
    color: #5A626D;
}

.forumRow1 {
    background-color: #EFE9D6;
}

.forumRow2 {
    background-color: #DCD6C1;
}

.forumBG {
    background-color: white;

}

.forumSubjectRight {
    background-color: white;
}

/*
.new {
    background-color: rgb( 255, 0, 0 );
    color: white;
}
*/

.tableContent {
    margin-left: 0px;
    margin-top: 0px;
    font-size: 10px;
}

#popup {
    background-color: #F9C00B;
    border-color: black;
    border: 1px;
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    z-index: 0;
}

.pollFont {
    font-size: 11px;
    line-height: 15px;
}

A.pollFont:link {
    text-decoration: none;
    line-height: 15px;
}

A.pollFont:visited {
    text-decoration: none;
    line-height: 15px;
}

/* DOWNLOAD */

.dl_tab {
    clear: both;
}

.dl_tabMenuItem a, .dl_tabMenuItemActive a {
    display: block;
    height: 23px;
    padding: 3px 6px;
}

.dl_tabMenuItem, .dl_tabMenuItemActive {
    border: 1px solid #DDE0E4;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    /* color: #df7e1e;
    cursor: pointer; */
    margin: 5px 0 0;
}

.dl_tabMenuItemActive {
    background: #FEFFDC;
    border-color: #CCC;
}

.dl_tabBody {
    clear: both; /*border-top: 1px solid #dde0e4;*/
    padding-top: 0;
}

.dl_tabBodyLogo {
    float: left;
    padding-top: 8px;
    padding-left: 8px;
    text-align: left;
    width: 100px;
}

.dl_tabBodyDownload {
    float: left;
    width: 220px;
}

.dl_tabBodyReq {
    float: right;
    width: 350px;
}

.dl_content_box {
    border: 1px dashed #DDE0E4;
    padding: 10px; /*background-color:#FEFFDC;*/
    background-color: #F8F8F8;
}

.vhistory {
}

.vhistory .fixed {
    color: #960000;
}

.vhistory .new {
    color: #00821B;
    background-color: transparent;

}

.vhistory .changed {
    color: #000000;
}

.price_taxes {
    font-size: 7pt;
    color: #555555;
}

/* Pflichfeld in Formularen*/
.mandatory_field {
    font-weight: bold;
    color: #111111;
}

.um3_features_box_content_field {
    /*border: 1px solid black;*/
    /*height: 19px;*/
    text-align: center;
    float: left;
    width: 25%;
}

.um3_features_box_content_head {
    /*border: 1px solid black;*/
    /*height: 19px;*/
    text-align: left;
    float: left;
    width: 50%;
}

.um3_features_box_content_row, .features_box_content_caption {
    background-image: url(http://www.ultramixer.com/products/res/pics/features_box_content_bg.png);
    border-bottom: 1px dashed #E6E6E6;
    width: 702px;
    min-height: 19px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    clear: left;
}
