@charset "UTF-8";
/**
  * UseNeXT Website
  * 
  * Provides classes and styles for the website
  * 
  * @category        screen
  *
  * @author          Stefan Heckler <sh@dietaikonauten.com>
  * @copyright       Copyright (c) 2010 Stefan Heckler <http://www.dietaikonauten.com>
  * @version         $Id: screen.css 9 2010-09-02 07:17:24Z dknaack $
  */
@import "reset.css";
/*
 * font settings
 */
body {
    background: #dcdcdc url(../img/body_bg.jpg) no-repeat top center;
    text-align: center;
    line-height: 16px;
}

body,
textarea,
input,
select {
    color: #808080;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;

}

a {
   color: #71a3db; 
}

a:hover {
    color: #8ac242;
}

strong {
    font-weight: bold;
}


#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

/**
 * @section general
 * 
 * Common classes for general use on subsites
 */
.highlight {
    color: #6cb620;
    font-weight: bold;
}

.notice-positive {
    background: url(../img/icon_notice_positive.gif) no-repeat left top;
    color: #58ac21;
    font-weight: bold;
    padding: 1px 0 2px 24px;
    margin-bottom: 15px;
}

/**
 * @subsection checkmark-list
 * 
 * Styles for list with checkmarks
 */
.checkmark-list {
    margin-bottom: 30px;
}

.checkmark-list li {
    background: url(../img/list_check.gif) no-repeat 0px 5px;
    color: #505050;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0 6px 25px;
}

/**
 * @section form
 * 
 * general styles for forms on the site
 */
.form {
    margin-bottom: 25px;
}

.form-contact {
    background: #f4f4f4;
}

.form .form-row,
.form .form-row-desc {
    background: #f4f4f4;
    padding: 8px 0;
    margin: 0 0 3px 0;
}

.form .form-row-desc {
    padding: 10px 10px 6px 10px;
    margin: 0;
}

.form .form-label {
    float: left;
    padding: 0 0 0 11px;
}

.form .form-label label {
    color: #323232;
    cursor: pointer;
    font-weight: bold;
    line-height: 32px;
}

.form .form-content {
    float: right;
    padding: 0 10px 0 0;
    width: 74%;
}

.form .form-text,
.form .form-textarea {
    background: #fff;
    border: 1px solid #dbdbdb;
    float: left;
    height: 14px;
    padding: 8px 8px;
    margin-left: -18px;
    width: 100%;
    position: relative;
}

.form .form-file {
    margin-left: -18px;
    height: 24px;
    width: 100%;
}

.form .form-textarea {
    margin: 0 10px 4px 10px;
    height: 200px;
    width: 93%;
}

.form .form-text:hover {
    background-color: #f6faff;
}

.form .form-text:focus {

    border-color: #bbbbbb;
}

.form .form-text-zipcode {
    text-align: center;
    width: 11%;
}

.form .form-text-city {
    float: right;
    margin-left: 0;
    width: 84%;
}

.form .form-text-street {
    width: 88%;
}

.form .form-text-streetnr {
    float: right;
    margin-left: 0;
    float: right;
    text-align: center;
    width: 7%;
}

.form .form-label-radio {
    cursor: pointer;
    line-height: 32px;
    margin-right: 10px;
}

.form .form-radio {
    position: relative;
    bottom: -2px;
}

.form .form-row-checkbox {
    padding: 10px;
    margin-bottom: 3px;
}

.form .form-row-checkbox input {
    position: relative;
    margin-right: 5px;
    bottom: -2px;
}

.form .form-row-checkbox label {
    color: #646464;
    cursor: pointer;
    line-height: 32px;
}

.form .form-row-submit {
    text-align: right;
}

.form .form-submit {
    border: 0;
    cursor: pointer;
    float: right;
    padding: 0;
    display: block;
    font-size: 0px;
    line-height: 500px;
    overflow: hidden;
}

.form .form-submit-step2 {
    height: 63px;
    margin-bottom: 30px;
}

.form .form-submit-order {
    height: 53px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.form .form-submit-next-order {
    height: 43px;
    margin-top: -20px;
    position: relative;
}

.form .form-submit-complete {
    height: 33px;
}

.form .ui-selectmenu {
    float: left;
    height: 30px;
    margin-left: -18px;
}

.form .ui-selectmenu-status {
    line-height: 24px;
}

.ui-selectmenu-menu {
    width: 451px;
    text-align: left;
}

.form .form-select {
    width: 450px;
}

.form .form-row-has-sub {
    background-color: #b4b4b4;
}

.form .form-row-has-sub label.form-label-radio {
    color: #fff;
}

.form-subform {
    margin-top: -3px;
    margin-bottom: 3px;
    padding: 10px 0 7px 0;
    background: transparent;
    border-left: 2px solid #b4b4b4;
    border-right: 2px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;
}

.form-subform .form-row {
    background: transparent;
    padding-top: 1px;
    padding-bottom: 1px;
}

.form-subform .form-text {
    width: 300px;
}

.form-subform .form-select {
    width: 319px;
}

.form .form-select-year {
    width: 65px;
}

.form .form-select-month {
    width: 55px;
}

.form .form-subform-label-inline,
.form .form-subform-label-inline-first {
    display: block;
    color: #3f3f3f;
    float:left;
    font-weight: bold;
    line-height: 32px;
    padding: 0 10px;
    margin-right: 18px;
}

.form .form-subform-label-inline-first {
    padding-left: 0;
    margin-left: -18px;
    *margin-left: 0px;
}

.form .form-row-desc-plain {
    background: transparent;
    width: 430px;
}

.form .form-text-phoneprefix {
    width: 50px;
    margin-right: 3px;
}

.form .form-text-phone {
    float: left;
    margin-left: 0;
    width: 230px;
}

.form .form-text-cvnr {
    margin-right: 10px;
    width: 100px;
}

.form .help-link {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
}

.form .form-inline-scrollbox {
    background: #fff;
    border: 1px solid #dbdbdb;
    margin: 0 12px;
    overflow: auto;
    height: 70px;
    padding: 12px;
}

.form .form-error {
    border-color: #e82d30;
    color: #e82d30;
}

.form .form-error .form-content input,
.form .form-error .form-label label,
.form .form-error .form-content textarea {
    border-color: #e82d30;
    color: #e82d30;
}

.form .form-rowset .form-row {
    float: left;
    width: 50%;
}

.form .form-rowset .form-content {
    width: 50%;
}

.form .form-rowset-head h3 {
    color: #6eba36;
    padding: 15px 0 10px 10px;
}

.form-contact .form-row {
    padding: 4px 0;
}

.form-contact .form-submit {
    height: 53px;
}

.form-contact .form-row-submit {
    padding-right: 12px;
    padding-bottom: 12px;
}

.form-seal {
    float: right;
    margin-bottom: -10px;
}

.signup-hints .form-seal {
    margin-right: -170px;
}

/**
 * @section tipTip
 * 
 */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: left;
}

#tiptip_holder .title {
    color: #8cc345;
    font-weight: bold;
    font-size: 13px;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    background: #4e4e4e;
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid #4e4e4e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 6px 10px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 6px 10px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 10px 3px rgba(0,0,0,0.15);
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(78,78,78,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(78,78,78,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(78,78,78,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(78,78,78,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(78,78,78);
    border-top-color: rgba(78,78,78,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(78,78,78);
    border-bottom-color: rgba(78,78,78,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(78,78,78);
    border-right-color: rgba(78,78,78,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(78,78,78);
    border-left-color: rgba(78,78,78,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(78,78,78,0.88);
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
        border-bottom-color: rgba(78,78,78,0.88);
    }
    #tiptip_holder.tip_top #tiptip_arrow_inner { 
        border-top-color: rgba(78,78,78,0.92);
    }
}

/**
 * help link
 */
.help-link {
    background: url(../img/icon_help.gif) no-repeat 0px 7px;
    color: #a0a0a0;
    text-decoration: none;
    padding-left: 25px;
}

/**
 * @section hybridrate-package
 */
.hybridrate-content {
	clear: both;
	padding-top: 50px;
	width: 100%;
}

.hybridrate-pack {
	background: url(../img/hybridrate/hybridpack_bg.jpg) no-repeat;
	display: block;
    float: left;
    height: 283px;
    padding-top: 12px;
    width: 287px;
    position: relative;
    text-shadow: #11266c 1px 1px 3px;
}

.hybridrate-pack30,
.hybridrate-pack80 {
	margin-right: 15px;
}

.hybridrate-pack .pack-cake {
	display: block;
	height: 89px;
	position: absolute;
	left: 0px;
	top: -14px;
	width: 91px;
}

.hybridrate-pack .pack-30-cake {
    background: url(../img/hybridrate/pack_30_cake.jpg) no-repeat;	
}

.hybridrate-pack .pack-80-cake {
    background: url(../img/hybridrate/pack_80_cake.jpg) no-repeat;	
}

.hybridrate-pack .pack-250-cake {
    background: url(../img/hybridrate/pack_250_cake.jpg) no-repeat;  
}

.hybridrate-pack .save-corner {
	display: block;
	height: 92px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 90px;
	z-index: 0;
}

.hybridrate-pack .save-corner-30-de {
    background: url(../img/hybridrate/pack_30_corner-de.jpg) no-repeat;	
}

.hybridrate-pack .save-corner-30-eng {
    background: url(../img/hybridrate/pack_30_corner_eng.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-30-fr {
    background: url(../img/hybridrate/pack_30_corner_fr.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-30-es {
    background: url(../img/hybridrate/pack_30_corner_es.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-30-nl {
    background: url(../img/hybridrate/pack_30_corner_nl.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-30-it {
    background: url(../img/hybridrate/pack_30_corner_it.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-80-de {
    background: url(../img/hybridrate/pack_80_corner-de.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-80-eng {
    background: url(../img/hybridrate/pack_80_corner_eng.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-80-fr {
    background: url(../img/hybridrate/pack_80_corner_fr.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-80-es {
    background: url(../img/hybridrate/pack_80_corner_es.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-80-nl {
    background: url(../img/hybridrate/pack_80_corner_nl.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-80-it {
    background: url(../img/hybridrate/pack_80_corner_it.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-250-de {
    background: url(../img/hybridrate/pack_250_corner-de.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-250-eng {
    background: url(../img/hybridrate/pack_250_corner_eng.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-250-fr {
    background: url(../img/hybridrate/pack_250_corner_fr.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-250-es {
    background: url(../img/hybridrate/pack_250_corner_es.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-250-nl {
    background: url(../img/hybridrate/pack_250_corner_nl.jpg) no-repeat;    
}

.hybridrate-pack .save-corner-250-it {
    background: url(../img/hybridrate/pack_250_corner_it.jpg) no-repeat;    
}

.hybridrate-pack .head {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
    margin-bottom: 0px;
	padding-left: 100px;
	position: relative;
	z-index: 10;
}

.hybridrate-pack .ammount {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 100px;
	position: relative;
}

.hybridrate-pack .ammount span {
	color: #90d737;
	font-size: 25px;
}

.hybridrate-pack .equals {
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    padding-bottom: 27px;
    padding-left: 122px;
    position: relative;
}

.hybridrate-pack30 .equals {
    background: url(../img/hybridrate/equals_1cd.gif) no-repeat 100px 0px;
}

.hybridrate-pack80 .equals {
    background: url(../img/hybridrate/equals_2cd.gif) no-repeat 100px 0px;
    padding-left: 132px;
}

.hybridrate-pack250 .equals {
    background: url(../img/hybridrate/equals_3cd.gif) no-repeat 100px 0px;
    padding-left: 142px;
}

.hybridrate-pack .rate-table {
	display: block;
    padding-left: 11px;
	width: auto;
}

.hybridrate-pack table {
	width: 100%;
	vertical-align: middle;
}

.hybridrate-pack table th {
    width: 50%;		
}

.hybridrate-pack .scale th {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding-bottom: 5px;
}

.hybridrate-pack .scale span {
	color: #90d737;
}

.hybridrate-pack .scale .second {
	padding-left: 11px;
}

.hybridrate-pack .scale td {
	color: #bdd9f8;
	font-size: 11px;
	padding-bottom: 14px;
}

.hybridrate-pack .rate th {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.hybridrate-pack30 .rate th {
	padding-left: 40px;
}

.hybridrate-pack80 .rate th,
.hybridrate-pack250 .rate th {
    padding-left: 30px;
}


.hybridrate-pack .rate th span {
	font-size: 11px;
}

.hybridrate-pack .uptodownload,
.hybridrate-pack .inclusive {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-left: 19px;
	padding-top: 25px;
}

.hybridrate-pack .uptodownload {
	padding-left: 12px;
	padding-top: 18px;
}

/**
  * @section header
  *
  * Style definitions for the header 
  */
.header {
    height: 125px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.header-logo {
    background: url(../img/header_logo.gif) no-repeat;
    float: left;
    display: block;
    height: 47px;
    position: absolute;
    top: 40px;
    text-indent: -6000px;
    width: 190px;
}

/**
 * @subsection rightcol
 * 
 * Style definitions for language selection and user login
 */
.header-rightcol {
    height: 50px;
    position: absolute;
    right: 0;
    top: 9px;
}

.header-language,
.header-login .form-text,
.header-login .form-submit {
    border: 0;
    border-right: 1px solid #f9f9f9;
}

/**
 * @subsection header language
 * 
 * Style definitions for language selection
 */
.header-language {
    float: left;
    margin: 0 21px 0 0 ;
    height: 23px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.header-language:hover {
    overflow: visible;
}

.header-language-select {
    background: #979797 url(../img/header_login_input_bg.gif) no-repeat 0 0;
    display: block;
    /* progressive enhancements */
    box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    position: relative;
    z-index:10;
}

.header-language-select li {
    border-bottom: 1px solid #858585;
    display: block;
    height: 23px;
}

.header-language-select li:hover {}

.header-language-select li:first-child {
    background-image: none;
}

.header-language-select li:last-child { border:0; }

.header-language-select li a {
    background: url(../img/header_language_flags.gif) no-repeat 8px 0;
    display: block;
    line-height: 23px;
    padding: 0 0 0 27px;
    height: 23px;
    width: 33px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    
}

.header-language-select li.en a { background-position: 8px -23px; }
.header-language-select li.fr a { background-position: 8px -46px; }
.header-language-select li.es a { background-position: 8px -69px; }
.header-language-select li.nl a { background-position: 8px -92px; }
.header-language-select li.it a { background-position: 8px -115px; }

.header-language-select li a:hover {
    font-weight: bold;
}

.header-language-dropdown {
    background: #e9e9e9 url(../img/header_icon_dropdown.gif) no-repeat 0 0;
    display: block;
    height: 21px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 21px;
    z-index: 1000;
}

/**
  * @subsection header login
  *
  * Style definitions for the header login
  */
.header-login {
    float: left;
}

.header-login form {
    border-right: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    display: block;
    float: left;
}

.header-login .form-text {
    background: #979797 url(../img/header_login_input_bg.gif) no-repeat 0 0;
    color: #fff;
    float: left;
    font-size: 11px;
    margin: 0 1px 0 0;
    padding: 2px 8px;
    height: 19px;
    width: 114px;
}

.header-login .form-submit {
    background: #979797 url(../img/header_login_submit_bg.gif) repeat-x 0px 0px;
    float: left;
    cursor: pointer;
    color: #727272;
    height: 23px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 8px 4px 8px;
    border-right-color: #979797;
    margin-left: -2px;
    text-shadow: #fff 1px 1px 0px;
}

.header-login .form-submit:hover {color: #5fb128;}
.header-login .form-submit:active {background-position: 0px -22px;}

.header-login-pw {
    background: url(../img/mini_bullet.gif) no-repeat left center;
    color: #939393;
    clear: left;
    font-size: 10px;
    padding: 0 0 0 6px;
    margin: 0 80px 0 0;
    text-decoration: none;
    position: relative;
    left: 142px;
    float: left;
}

.header-login-pw:hover {
    color: #5fb128;
    text-decoration: underline;
}

.header-hotline {
    height: 36px;
    position: absolute;
    right: 0px;
    top: 68px;
    text-indent: -6000px;
    width: 135px;
}

/**
 * @section navigation
 * 
 * Style definitions for the main navigation
 */
.navigation {
    display: block;
    height: 25px;
    left: 343px;
    position: absolute;
    top: 81px;
}

.navigation li,
.navigation li a {
    background-position: 0 0;
    display: block;
    float: left;
    height: 25px;
    overflow: hidden;
}

.navigation li a {
    text-indent: -6000px;
}


/**
 * @section home-teaser
 */
.home-teaser {
    background: url(../img/home/home_hero.jpg) no-repeat 520px 19px;
    padding: 40px 350px 0 33px;
    height: 250px;
    width: 585px;
    position: relative;
}

.home-teaser h3 {
    color: #323232;
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 8px;
}

.home-teaser p {
    color: #323232;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 25px 0;
}

.home-teaser-list li {
    background: url(../img/home/teaser_bullet.gif) no-repeat 0px 10px;
    color: #2b63a3;
    line-height: 18px;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 0 3px 9px;
}

.home-teaser-video {
    background: url(../img/home/home_video.jpg) no-repeat 370px 11px;
    width: 625px;
}

.home-teaser-video p {
	width: 540px;
}

.home-hero {
	display: block;
	position: absolute;
	height: 197px;
	right: 43px;
	top: 25px;
	width: 350px;
}

.home-hero p {
	padding: 10px;
	width: auto;
}

.home-hero a {
	padding-left: 10px;
}
/*
.home-hero #flashContent {
	display: none;
}*/

/**
 * @section home-signup
 */
.home-signup-press {
    float: left;
    padding-left: 33px;
    width: 278px;
}

.home-signup-press li {
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #eeeeee;
    display: block;
    float: left;
    line-height: 40px;
    padding-top: 8px;
    height: 40px;
    width: 278px;
}

.home-signup-press li img,
.home-signup-press li blockquote {
    float: left;
}

.home-signup-press li blockquote {
    float: right;
    display: block;
    width: 185px;   
    line-height: 35px;
}

.home-signup-press li.first {border-top:0;padding-top:0}
.home-signup-press li.last {border-bottom:0;}

.home-signup-form {
    float: left;
    height: 162px;
    width: 341px;
    text-align: center;
}

.home-signup-form h3 a {
    display: block;
    position: relative;
    text-indent: -6000px;
}

.home-signup-form a.desc {
    color: #323232;
    font-size: 23px;
    text-decoration: none;
    line-height: 28px;
}


/**
 * @section home-signup-list
 */
.home-signup-list {
    display: block;
    float: left;
    width: 300px;
}

.home-signup-list h3 {
    color: #323232;
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 8px;
}

.home-signup-list ul {
    display: block;
    height: 100px;
    width: 300px;
}

.home-signup-list ul li {
    color: #505050;
    font-size: 11px;
    padding: 3px 0;
}


/**
 * @section home-features
 */
.home-features .box {
    background: url(../img/home/feature_box_bg.gif) no-repeat 0 0;
    display: block;
    float: left;
    height: 168px;
    padding: 0 0 0 32px;
    width: 294px;
}

.home-features .box-middle {
    background-position: -16px 0;
    padding: 0 0 0 16px;
    width: 294px;
}

.home-features .box-right {
    background-position: -16px 0;
    padding: 0 0 0 16px;
    width: 308px;
}

.home-features h3 {
    background-position: 13px 0;
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    text-indent: -6000px;
    width: 278px;
}

.home-features-sublist {
    padding: 15px 0 0 11px;
    width: 253px;
}

.home-features-sublist li {
    background: url(../img/icon_check.gif) no-repeat 0 1px;
    color: #505050;
    font-size: 12px;
    padding: 0 0 5px 20px;
}

.home-features-sublist li.more {
    background: none;
    padding: 0;
    text-align: right;
}

.home-features-sublist a.more {
    background: url(../img/btn_small_green.gif) repeat-x 0 0;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
    display: block;
    font-weight: bold;
    float: right;
    height: 21px;
    text-decoration: none;
    padding: 0 5px;
    position: relative;
    top: -8px;
    /* progressive enhancements */
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px; 
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #d8d8d8;
    -moz-box-shadow: 1px 1px 2px #d8d8d8;
    -webkit-box-shadow: 1px 1px 2px #d8d8d8;
}

/**
 * @section content
 */
.content {
    background:#fff;
    padding: 32px 32px 13px 32px;
}

.content h1,
.content h2 {
    color: #323232;
    font-weight: bold;
}

.content h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}

.content h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
}

.content p {
    margin-bottom: 20px;
}

.hybridrate-content p {
    margin-bottom: 30px;
}

.hybridrate-content .hybridrate-packs-footer {
	margin-bottom: 0px;
}


/**
 * @section home-content
 */
.home-content-maincol {
    float: left;
    margin-top: -12px;
    width: 588px;
}

.home-content-sidebar {
    float: right;
    margin-top: -12px;
    width: 276px;
}

.home-content-sidebar h2 {
    margin-bottom: 25px;
}

.home-content-leftcol {
    float: left;
    width: 278px;
}

.home-content-rightcol {
    float: right;
    width: 278px;
}

.home-content-signup {
    float: right;
    position: relative;
    margin-right: -31px;
    bottom: -15px;
}


/**
 * @subsection home-press-feedback
 */
.home-press-feedback {
    margin-bottom: -3px;
}
.home-press-feedback li {
    background: #f4f4f4;
    display: block;
    margin: 0 0 3px 0;
    padding: 14px;
}

.home-press-feedback blockquote {
    color: #737373;
    font-style: italic;
    padding: 3px 0 0 0;
}

.home-press-feedback strong {
    color: #323232;
    font-size: 14px;
}

.home-press-feedback h3 {
    margin: 0 0 7px 0;
    padding: 0;
}



/**
 * @section footer
 */
.footer {
    background: #e8e8e8 url(../img/footer_bg.gif) repeat-x 0 0;
    color: #646464;
    padding: 40px 0 20px 31px;
    height: 125px;
}

.footer-links {
    display: block;
    padding-bottom: 20px;
}

.footer-links li {
    display: inline;
    margin-right: 28px;
}

.footer-links a {
    color: #646464;
}

.footer-block-clear {
    clear: both;
    margin-bottom: 15px;
}

.footer-block {
    color: #b4b4b4;
    float: left;
    margin-right: 25px;
}

/**
 * @section error-box
 */
.error-box,
.notice-box {
    background: url(../img/icon_hint_red.gif) no-repeat 0 8px;
    color: #e52727;
    padding: 5px 0 15px 35px;
}

.notice-box {
    background-image: url(../img/icon_hint_green.gif);
    color: #67B52F;
}

.error-box p,
.notice-box p {
    margin-bottom: 0;
}
/**
 * @section signup
 */
.signup-maincol,
.software-maincol,
.howitworks-maincol,
.content-maincol,
.support-maincol {
    float: left;
    width: 587px;
}

.signup-maincol h1 {
    font-size: 20px;
    line-height: 20px;
}

.content h3 {
    font-weight: bold;
}

h1.h-hybridrate,
h2.h-hybridrate {line-height:37px;margin-top:-12px;}

.icon-hybridrate {
    background: url(../img/icon_hybridrate.gif) no-repeat;
    display: inline-block;
    height: 37px;
    position: relative;
    text-indent: -6000px;
    width: 134px;
}

.hybridrate-teaser {
    height: 95px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 587px;
}

.signup-hints {
    padding-right: 170px;
}

.signup-hint-green {
    background: url(../img/icon_hint_green.gif) no-repeat 0 2px;
    color: #67b52f;
    line-height: 15px;
    font-weight: bold;
    padding: 0 0 0 35px;
}

.signup-payment {
    margin-bottom: 30px;
}

.form .signup-payment-head,
.form .signup-payment-head-cc,
.form .signup-payment-head-elv,
.form .signup-payment-head-paypal {
    cursor: pointer;
    height: 30px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.form .signup-payment-head-cc label {
    background-image: url(../img/signup/payment_cc.gif);
    height: 30px;
    padding: 5px 0;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 100px;
}

.form .signup-payment-head-paypal label {
    background-image: url(../img/signup/payment_paypal.gif);
    height: 30px;
    padding: 5px 0;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 70px;
}

.form .signup-payment-head label,
.form .signup-payment-head-cc label,
.form .signup-payment-head-elv label,
.form .signup-payment-head-paypal label {
    color: #323232;
    font-weight: bold;
}

/**
 * @section signup-sidebar
 */
.sidebar {
    float: right;
    width: 277px;
}

/**
 * @section sidebar-hotline
 */
.sidebar-hotline {
    background: #e6e6e6 url(../img/signup/hotline_pic.jpg) no-repeat right top;
    border: 4px solid #e6e6e6;
    padding: 0px 0px 0px 8px;
    margin: 0 0 35px 0;
}

.sidebar-hotline h3 {
    color: #323232;
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    width: 150px;
}

.sidebar-hotline p {
    color: #505050;
    margin: 0 0 5px 0;
    line-height: 15px;
    width: 145px;
}

p.sidebar-hotline-nr {
    color: #8ac242;
    font-size: 17px;
    padding: 5px 0;
    font-weight: bold;
}

.sidebar-hotline-table {
    border-top: 2px solid #fff;
    margin-bottom: 5px;
    width: 100%;
}

.sidebar-hotline-table th,
.sidebar-hotline-table td {
    padding: 1px 0;
}

.sidebar-hotline-table .first th,
.sidebar-hotline-table .first td {
    padding-top: 10px;
}

.sidebar-hotline-table th {
    color: #323232;
    font-weight: bold;
    width: 40%;
}

.sidebar-hotline-table td {
    color: #8ac242;
    font-weight: bold;
}

/**
 * @section sidebar-packshot
 */
.sidebar-packshot {
    position: relative;
    margin-left: -32px;
    margin-right: -26px;
}

/**
 * @section sidebar-software
 */
.sidebar-software h4 {
    color: #323232;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.sidebar-software-languages {
    margin: 0 -5px 25px 0;
    width: 220px;
}

.sidebar-software-languages li {
    float: left;
    overflow: hidden;
    width: 31px;
}

.sidebar-software-os {
    margin: 0 0 25px 0;
}

.sidebar-software-os li {
    float: left;
    padding-right: 10px;
}

.sidebar-howitworks {
    margin: 0 0 25px 0;
}

.sidebar-howitworks li {
    background-repeat: no-repeat;
    background-position: 0 3px;
    color: #323232;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 0 7px 32px;
}

.sidebar-howitworks .step01 { background-image:url(../img/sidebar/step_01.gif); }
.sidebar-howitworks .step02 { background-image:url(../img/sidebar/step_02.gif); }
.sidebar-howitworks .step03 { background-image:url(../img/sidebar/step_03.gif); }


/**
 * @subsection sidebar-greybox
 */
.sidebar-greybox {
    background: #F4F4F4;
    color: #505050;
    padding: 12px;
    margin-bottom: 35px;
}

.sidebar-greybox h3 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.sidebar-greybox p {
    margin: 0;
}

.sidebar-greybox a {
    color: #8ac242;
    float: right;
}

/**
 * @section order-details 
 */
.order-details {
    border: 2px solid #505050;
    margin-bottom: 35px;
    width: 100%;
}

.order-details th {
    background-color: #505050;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    vertical-align: middle;
    padding: 0 0 0 20px;
}

.order-details td {
    color: #323232;
    padding: 4px 20px 4px 20px;
}

.order-details td.price {
    text-align: right;
    font-weight: bold;
}

.order-details .order-details-overall td {
    border-top: 2px solid #f4f4f4;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/**
 * @section signup-steps
 */
.signup-steps,
.signup-steps li {
    display: inline;
    font-weight: bold;
}

.signup-steps {
    display: block;
    padding-bottom: 10px;
}

.signup-steps li {
    background: url(../img/signup/steps_arrow.gif) no-repeat right center;
    padding-right: 15px;
    margin-right: 5px;
}

.signup-steps li.active {color:#7ab220;}

.signup-steps li.last {
    background: none;
}


/**
 * @section callback
 */
.callback {
    border-bottom: 3px solid #f4f4f4;
    margin-bottom: 30px;
}

.callback h1 {
    background: url(../img/callback/head_bg.gif) no-repeat left center;
    font-size: 25px;
    padding: 5px 0 5px 45px;
    margin-bottom: 5px;
}

.callback-steps {
    margin-bottom: 20px;
}

.callback-steps li {
    color: #505050;
    font-size: 13px;
    list-style: decimal;
    list-style-position: inside;
    padding: 3px 0;
}

.callback .form {
    width: 300px;
    margin-bottom: -40px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
.callback .form { margin-bottom: 30px; }
}

.callback .form .form-content {
    width: 140px;
}

.callback .form-row-submit {
    position: relative;
    top: -44px;
    margin-bottom: -30px;
    left: 310px;
}

.callback .form-submit {
    float: left;
}

.callback-repeat {
    float: left;
    width: 590px;
}

.callback-repeat h2 {
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 2px;
}

.callback-repeat h2 .icon {
    background: url(../img/callback/subhead_bg.gif) no-repeat 0 0px;
    padding-left: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.callback-repeat .form {
    width: 380px;
}

.callback-repeat .form-content {
    width: auto;
}

.callback-repeat .form .form-text-phoneprefix {
    width: 30px;
}

.callback-repeat .form .form-text-phone {
    width: 100px;
}

.callback-repeat .form-row-submit {
    position: relative;
    top: -45px;
    left: 390px;
}

.callback-repeat .form-submit {
    float: left;
    height: 33px;
}


/**
 * @section bill
 */
.bill-wrapper {
    margin-bottom: 30px;
}

.bill-line {
    background: #51a71a;
    height: 3px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}

.bill-content {
    border: 1px solid #dfdfdf;
    border-top: 0;
    border-bottom: 0;
    color: #323232;
    padding: 24px;
}

.bill-footer {
    background: #ededed;
    border: 1px solid #dfdfdf;
    border-top: 0;
    height: 28px;
}

.bill-logo {
    background: url(../img/signup/bill_logo.gif) no-repeat;
    display: block;
    height: 18px;
    margin: 0 0 30px 0;
    text-indent: -6000px;
    width: 112px;
}

.bill-from {
    color: #8c8c8c;
    margin: 0 0 45px 0;
}

.bill-customer {
    float: left;
    margin: 0 0 40px 0;
    line-height: 15px;
}

.bill-details {
    float: right;
}

.bill-details th {
    padding: 0 15px 0 0;
}

.bill-details td {
    font-weight: bold;
}

.bill-subject {
    clear: both;
    color: #4a77a6;
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 30px 0;
}

.bill-table {
    width: 100%;
}

.bill-table th {
    color: #4a77a6;
    font-weight: bold;
    padding: 0 15px 0 0;
}

.bill-table th.count {
    padding-right: 25px;
    width: 60px;
}

.bill-table td {
    border-bottom: 1px solid #ededed;
    padding: 8px 0;
}

.bill-table .price {
    text-align: right;
    padding-right: 0;
}

.bill-table .tax td {
    border-bottom-width: 3px;
    padding: 12px 0;
}

.bill-table td.bill-indent {
    padding-left: 290px;
}

.bill-table .overall td {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
}


/**
 * @section signup-completion
 */
.signup-completion,
.signup-poll {
    padding: 0 140px 0px 140px;
}

.signup-completion .highlight {
    font-weight: inherit;
}

.signup-completion h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}

.signup-completion h2 {
    font-size: 16px;
}

.signup-completion-list {
    margin-bottom: 15px;
}

.signup-completion-list li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 14px;
    padding: 2px 0;
}

.signup-completion-icon {
    position: relative;
    margin-left: -37px;
    margin-bottom: 15px;
    left: 50%;
}

.signup-completion-confirmation h2,
.signup-completion-confirmation p {
    text-align: center;
}

/**
 * @section signup-poll
 */
.signup-poll {
    border-top: 3px solid #f4f4f4;
    padding-top: 25px;
    padding-bottom: 25px;
}

.signup-poll h2 {
    font-size: 14px;
    line-height: 16px;
}

.btn-takesurvey {
    display: block;
    text-indent: -6000px;
    height: 33px;
    overflow: hidden;
}


/**
 * @section signup-processing
 */
.signup-processing {
    text-align: center;
}

.signup-processing h1 {
    font-size: 25px;
}

.signup-processing img,
.signup-processing h1,
.signup-processing p {
    margin-bottom: 20px;
}

/**
 * @section tooltip
 */
.tooltip {
    background: url(../img/icon_tooltip.gif) no-repeat 0 4px;
    color: #505050;
    text-decoration: none;
    padding-left: 20px;
    padding: 3px 0 1px 18px;
}

.tooltip:hover {
    background-position: 0 -13px;
}

/**
 * @section software
 */
.software-maincol {}

.software-maincol h2 {
    font-size: 16px;
}

.software-comparison {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.software-comparison td,
.software-comparison th {
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}

.software-comparison .tools th,
.software-comparison .tools td {
    border-right-color: #fff;
} 

.software-comparison .tools th {
    color: #fff;
}

.software-comparison .tools td {
    color: #578ecc;
    font-weight: bold;
    position: relative;
}

.software-comparison th {
    padding-left: 2px;
}

.software-comparison td {
    text-align: center;
    vertical-align: middle;
    padding: 2px 0;
}

.software-comparison .software-comparison-subhead {
    background: #f4f4f4;
    color: #82c032;
    font-weight: bold;
    padding: 4px 0 4px 20px;
}

.software-comparison th.notooltip {
    padding-left: 20px;
}

.software-comparison .customer-tip {
    position: absolute;
    margin-top: -33px;
    margin-left: -63px;
}

.sidebar-software-clients {
    padding: 15px 0;
}

.sidebar-software-clients li {
    border-bottom: 2px solid #f4f4f4;
    background-repeat: no-repeat;
    padding: 10px 0 10px 110px;
}

.sidebar-software-clients li.tangysoft { background-image: url(../img/software/tangysoft.gif); }
.sidebar-software-clients li.newsbin { background-image: url(../img/software/newsbin.gif); }
.sidebar-software-clients li.grabit { background-image: url(../img/software/grabit.gif); }
.sidebar-software-clients li.unison { background-image: url(../img/software/unison.gif); }
.sidebar-software-clients li.newsfilegrabber { background-image: url(../img/software/newsfilegrabber.gif); }


.sidebar-software-clients h3 {
    color: #578ecc;
    font-weight: bold;
    margin-bottom: 4px;
    padding-left: 21px;
}

.result-table th {
    vertical-align: middle;
    padding: 2px 0;
    width: 22px;
}

.result-table td {
    vertical-align: middle;
}


/**
 * @section howitworks
 */
.howitworks-maincol a {
    font-weight: bold;
}

.howitworks-maincol p {
    margin-bottom: 40px;
}

.howitworks-map {
    background: url(../img/howitworks/map.jpg) no-repeat;
    height: 221px;
    width: 587px;
    position: relative;
    margin-bottom: 40px;
}

.howitworks-map .loc {
    display: block;
/*    background: url(../img/howitworks/map_bullet.gif) no-repeat 0 25px;*/
    height: 25px;
    width: 25px;
    text-indent: -6000px;
}

.howitworks-map .loc:hover {
    background-position: 0 0;
}

.howitworks-map .loc1 {
    position: absolute;
    left: 18px;
    top: 169px;
}

.howitworks-map .loc2 {
    position: absolute;
    left: 0px;
    top: 130px;
}

.howitworks-map .loc3 {
    position: absolute;
    left: 150px;
    top: 162px;
}

.howitworks-map .loc4 {
    position: absolute;
    left: 178px;
    top: 158px;
}

.howitworks-map .loc5 {
    position: absolute;
    left: 479px;
    top: 84px;
}

.howitworks-map .loc6 {
    position: absolute;
    left: 503px;
    top: 87px;
}

.howitworks-map .loc7 {
    position: absolute;
    left: 473px;
    top: 109px;
}

.howitworks-map .loc8 {
    position: absolute;
    left: 498px;
    top: 112px;
}




/**
 * @section support
 */
.support-list {
    padding-top: 40px;
}

.support-list li {
    background-repeat: no-repeat;
    padding: 0 0 35px 85px;
}

.support-list li.support-list-faq {background-image:url(../img/support/icon_faq.jpg);}
.support-list li.support-list-contact {background-image:url(../img/support/icon_contact.jpg);}
.support-list li.support-list-hotline {background-image:url(../img/support/icon_hotline.jpg);}

.support-list h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.support-list h3 a {
    text-decoration: none;
    color: #505050;
}

.support-list p {
    clear: both;
    margin-bottom: 8px;
}

.support-list-btn,
.support-list-btn-hotline {
    background: #80ca2c url(../img/support/list_btn_bg.gif) repeat-x 0 0;
    color: #fff;
    display: block;
    float: left;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 21px;
    text-decoration: none;
    padding: 0 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.support-list-btn:hover {
    color: #fff;
}

.support-list-btn-hotline {
    background: #f4f4f4 url(../img/support/flag_de.gif) no-repeat 9px 11px;
    color: #505050;
    padding-left: 30px;
}

.sidebar-support .sidebar-greybox,
.sidebar-support .sidebar-hotline {
    margin-bottom: 15px;
}

.sidebar-hotline-status-online,
.sidebar-hotline-status-offline {
    background: url(../img/support/status_online.gif) no-repeat left center;
    color: #75b128;
    font-weight: bold;
    padding: 5px 0 5px 25px;
}

.sidebar-hotline-status-offline {
    background-image: url(../img/support/status_offline.gif);
    color: #ce2e0e;
}

.support-hotline-box {
    background: #f4f4f4 url(../img/support/hotline_box_bg.gif) no-repeat 0 0;
    display: block;
    padding-top: 38px;
    float: left;
    width: 278px;
}

.support-hotline-box h2 {
    font-size: 18px;
    padding-left: 77px;
    margin-bottom: 25px;
}

.support-hotline-box h3 {
    font-size: 16px;
    color: #323232;
    padding-left: 15px;
    margin-bottom: 3px;
    font-weight: bold;
}

.support-hotline-box p {
    color: #323232;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

.support-hotline-box p.first {
    border-bottom: 2px solid #fff;
    margin-bottom: 7px;
}

.support-hotlines {
    margin-bottom: 10px;
}

hr {
    color: #f4f4f4;
    background: #f4f4f4;
    border-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
}

.support-hotlines-status-online,
.support-hotlines-status-offline {
    background: url(../img/support/inline_hotline_status_online.gif) no-repeat left center;
    padding: 5px 0 5px 25px;
    font-weight: bold;
    color: #505050;
    margin-left: -5px;
    margin-top: -10px;
}


/**
 * @section support-faq-cats
 */
.support-faq-cats {
    
}

.support-faq-cats h3 {
    color: #8ac242;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.support-faq-cats .cat {
    background: url(../img/support/cat_icon.jpg) no-repeat 0 0;
    display: block;
    float: left;
    width: 190px;
    margin-bottom: 60px;
    padding-left: 90px;
}

.support-faq-cats ul li {
    padding: 2px 0;
}

.support-faq-cats ul li a {
    color: #646464;
}

.support-faq-cats .clearfix {
    width: 100%;
}

.support-faq-topic-list {
    border-top: 2px solid #f4f4f4;
}

.support-faq-topic-list h3 {
    border-bottom: 2px solid #f4f4f4;
    font-size: 16px;
    line-height: 17px;
}

.support-faq-topic-list h3 a {
    background: url(../img/support/topic_arrow.gif) no-repeat 2px 19px;
    color: #8ac242;
    display: block;
    font-weight: normal;
    text-decoration: none;
    padding: 13px 0 13px 20px;
}

.support-faq-topic-list h3 a.active {
    background-position: 0px -63px;  
}

.support-faq-topic-list p {
    /*display: none;*/
    padding: 20px 0 0 20px;
}

.back-link {
    text-align: right;
    padding: 8px 0;
}
