﻿@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-birthday{
	 background: #dcdcdc url(../img/birthday/body_bg.png) 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-label .sSINr {
    color: #323232;
    cursor: pointer;
    font-weight: bold;
    line-height: 16px;
}



.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;
    border: 1px solid #DBDBDB;
    padding: 7px;
}

.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;
    margin-left: -18px;
}

.form .form-select-year {
    width: 65px;
    float: left;
}

.form .form-select-month {
    width: 55px;
    float: left;
}

.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-inline-box {
    background: #fff;
    border: 1px solid #dbdbdb;
    margin: 0 12px;
    height: 70px;
    padding: 12px;
}


.form .form-error,
.form .form-label .form-error {
    border-color: #e82d30;
    color: #e82d30;
}
.form .form-validation-message
{
    border-color: #e82d30;
    color: #e82d30;
    float: right;
    margin-right: 10px;
    width: 74%;
}

.form .form-error .form-content input,
.form .form-error .form-content select,
.form .form-error .form-label label,
.form .form-error.form-row-checkbox label,
.form .form-error .form-content textarea {
    border-color: #e82d30;
    color: #e82d30;
}

.form .form-validation-message ul 
{
    margin-left: -18px;
    margin-bottom: 5px;
    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;
}

.form .form-submit-small {
	height:53px;
	background: url("../img/submit_small.gif") repeat scroll 0 0 transparent;
	text-shadow:2px 2px 2px #193D77;
	width:158px;
	font-size:20px;
	color:white;
	line-height:20px;
}

.form .form-submit-big {
	height:53px;
	background: url("../img/submit_big.gif") repeat scroll 0 0 transparent;
	text-shadow:2px 2px 2px #193D77;
	width:360px;
	font-size:20px;
	color:white;
	line-height:20px;
}

/**
 * @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-pack-mac{
    background: url(../img/hybridrate/hybridpack_bg_mac.png) no-repeat;
    display: block;
    float: left;
    height: 283px;
    padding-top: 12px;
    width: 287px;
    position: relative;
    margin-right: 15px; margin-top: -15px;

}
.hybridrate-pack30,
.hybridrate-pack80,
.hybridrate-pack-birthday,
.hybridrate-pack30-bg2,
.hybridrate-pack80-bg2 {
	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 .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: 4px;
}

.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-pack-birthday .rate th{
	padding-left:40px;
}



.hybridrate-pack30 
.rate th{
	padding-left: 40px;
}

.hybridrate-pack80 .rate th,
.hybridrate-pack250 .rate th,
.hybridrate-pack-bg2 .rate th {
    padding-left: 34px;
}


.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;
}
.hybridrate-pack-birthday .list-style{
	display: inline-block;
	width:100px;
	float:left;
}

.list-style-birthday-first {
	list-style-type: none; 
	margin-left: 24px;
	margin-top: 70px; 
	color: white; 
	font-size: 13px; 
	font-weight: bold; 
	padding-left: 130px; 
	width: 115px;
	padding-bottom:5px;
}

.list-style-birthday-first li {
	padding-bottom:5px;
}

.list-style-birthday-second {
	list-style-type: disc; 
	margin-left: 24px; 
	margin-top: 0px; 
	color: white; 
	font-size: 12px;
	width:115px;
	padding-left: 145px; 
}

.hybridrate-pack-bg2 {
    background: url(../img/hybridrate/hybridpack_bg_2.jpg) no-repeat;
    display: block;
    float: left;
    height: 283px;
    padding-top: 12px;
    width: 287px;
    position: relative;
    text-shadow: #11266c 1px 1px 3px;

}

.hybridrate-pack-bg2 img{
    position:absolute; 
    top:157px; 
    left:40px

}
.gradient {
            background: #d38b47; /* Old browsers */
            background: -moz-linear-gradient(top, #d38b47 0%, #d36600 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d38b47), color-stop(100%,#d36600)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #d38b47 0%,#d36600 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #d38b47 0%,#d36600 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #d38b47 0%,#d36600 100%); /* IE10+ */
            background: linear-gradient(to bottom, #d38b47 0%,#d36600 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d38b47', endColorstr='#d36600',GradientType=0 ); /* IE6-9 */
            border-radius: 10px;
         }

/**
  * @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;
}
/**
  * @ Lorbeerkranzlogo
  */
.header-logo-birthday{
	position:absolute;
	margin-left: 195px;
	margin-top: 40px;
}

.header-logo-client {
    display: block;
    position: absolute;
    top: 40px;
}

/**
 * @subsection rightcol
 * 
 * Style definitions for language selection and user login and faceboox like button
 */
.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 facebook like button
 * 
 * Style definitions for facebook like button
 */
 
 .header-facebook-like {
	float:right;
	width:90px;
	margin-right:10px;
 }

/**
 * @subsection header language
 * 
 * Style definitions for language selection
 */
.header-language {
    float: right;
    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: right;
}

.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: 12px;
    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;
}
.header-hotline-freecall {
    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;
    position: absolute;
    top: 81px;
    width: 430px;
}

.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-birthday {
    background: url(../img/birthday/Weltkugel_Startseite.png) no-repeat 500px 19px;
    padding: 40px 350px 0 33px;
    height: 233px;
    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 scroll 0 10px transparent;
    color: #2b63a3;
    line-height: 18px;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 8px;
}

.home-teaser-list2 {
	padding-left: 15px;
}

.home-teaser-list2 li {
    color: #323232;
    line-height: 18px;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 0 3px 5px;
	list-style-type: disc;
}

.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-birthday{
	
	padding-bottom: 13px; 
	padding-left: 33px;
}

/*
.home-hero #flashContent {
	display: none;
}*/

/**
 * @section home-signup
 */
.home-signup-press {
    float: left;
    padding-left: 33px;
	padding-right:8px;
    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;
}

.home-signup-form h3 a.full {
    background: url(../img/home/signup_button_empty.jpg) no-repeat 0 0;
    height: 62px;
    width: 341px;
	padding-top:25px;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
	color:#FEFEFE;
	text-align:center;
	text-indent:0px;
}
.home-signup-form h3 a.full:hover {
	background-position:0px -87px;
}

.home-signup-form2 {
	float: left;
    height: 162px;
    text-align: center;
    width:530px;
}

/**
 * @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;
}

.home-signup-list2 {
    color: #323232;
    float: left;
    font-size: 20px;
    height: 162px;
    text-align: center;
    width: 400px;
}

.home-signup-list2 strong {
    display: block;
    font-size: 26px;
    padding: 25px 0 15px;
}

/**
 * @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;
}
/* in die jeweilige sprach-css ausgelagert
.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, .home-content-signup-full  {
    float: right;
    position: relative;
    margin-right: -31px;
    bottom: -15px;
}

.home-content-signup-full {
	width:341px;
	height:48px;
	background: url(../img/home/signup_button_btn_empty.jpg) no-repeat 0 0;
	padding-top:18px;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
	color:#FEFEFE;
	text-align:center;
}
.home-content-signup-full:HOVER{
	background-position:0px -66px;
	color:white;
}

.home-content-maincol2a, .home-content-maincol2b {
    height: 100px;
    text-align: center;
	float:left;
	margin-top:20px;
	text-align:center;
    color: #323232;
    font-size: 16px;
}

.home-content-maincol2a{
    width:440px;
}

.home-content-maincol2b {
    width:350px;
}

.home-content-maincol2b strong {
    display: block;
    font-size: 20px;
    padding: 13px 0 10px;
}

/**
 * @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;
}

.foot-table td {
	padding-left:30px;
}
.foot-table a{
	color: #646464;
}

.hybridrate-package-runtimeinfo {
	height: 140px; 
	padding-top: 280px; 
	width: 615px; 
	padding-left: 270px;
}
/**
 * @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:-10px;
}

.icon-hybridrate {
    background: url(../img/icon_hybridrate.gif) no-repeat;
    display: inline-block;
    height: 37px;
    position: relative;
    text-indent: -6000px;
    width: 115px;
}

.icon-hybridrate_cybermonday {
    background: url(../campaign/unx_cybmon.gif) no-repeat;
    display: inline-block;
    height: 37px;
    position: relative;
    text-indent: -6000px;
    width: 115px;
}

.hybridrate-teaser {
    height: 95px;
    margin-bottom: 15px;
    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); }


/**
 * @section sidebar-like
 */

.sidebar-like {
	border: 1px solid #aaaaaa;
	border-top: 1px solid #315c99;
	color: #333;
	display: block;
	margin-bottom: 25px;
	width: 277px;
}

.sidebar-like .head-bar {
	background: #edeff4 url(../img/de/likebox/facebook-icon.jpg) no-repeat 10px 7px;
	border-bottom: 1px solid #c6cedd;
	display: block;
	height: 31px;
}

.sidebar-like .head-bar p {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 31px;
	margin: 0;
	padding-left: 35px;
}

.sidebar-like .like-wrapper {
	display: block;
	padding: 0 5px;
}

.sidebar-like .like-info {
	background: url(../img/de/likebox/like_thumb.jpg) no-repeat 5px 14px;
	display: block;
	height: 62px;
	width: 267px;
}

.sidebar-like .like-info a.fb-link {
	color: #3b5998;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-left: 62px;
	margin-bottom: 7px;
	padding-top: 10px;
	text-decoration: none;
	width: auto;
}

.sidebar-like .like-info a.liked-total {
	background: url(../img/de/likebox/total_like.gif) no-repeat;
	display: block;
	height: 20px;
	margin-left: 62px;
	width: 78px;
}

.sidebar-like .like-info a:hover {
	text-decoration: underline;
}

.sidebar-like .like-messages {
	border-top: 1px solid #d8dfea;
	border-bottom: 1px solid #d8dfea;
	display: block;
	height: 180px;
	padding: 0 5px;
	overflow: auto;
	position: relative;
}

.sidebar-like .like-messages .message {
	border-bottom: 1px solid #eeeeee;
	color: #333;
	display: block;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	margin-bottom: 0;
	padding: 5px 0 10px 0;
}

.sidebar-like .like-messages .message .message-user {
	color: #3B5998;
	cursor: pointer;
	font-weight: bold;
}

.sidebar-like .total {
	font-size: 11px;
	padding-left: 5px;
	padding-top: 10px;
	margin: 0;
}

.sidebar-like .total #total-number {
	font-size: 14px;
}

.sidebar-like .like-photos {
	display: block;
	padding: 10px 0 5px 5px;
}

.sidebar-like .like-photos .photo-box {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 50px;
}

.sidebar-like .like-photos .photo-box img {
	display: block;
	height: 50px;
	width: 50px;
}

.sidebar-like .like-photos .photo-box a {
	color: gray;
	display: block;
	font-size: 9px;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
}

.sidebar-like .like-photos .photo-box a:hover {
	text-decoration: underline;
}

.sidebar-like .like-photos .photo-box a .name {
	display: block;
	padding-top: 2px;
}

/**
 * @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 #B4B4B4; /*#505050*/
    margin-bottom: 35px;
    width: 100%;
}

.order-details th {
    background-color: #B4B4B4; /*#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.first-row {
    color: #323232;
    padding: 4px 20px 4px 20px;
}



.order-details td.price {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
}

.order-details .order-details-overall td {
    border-top: 2px solid #f4f4f4;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.order-details .order-details-first-row td {
    border-bottom: 2px solid #f4f4f4;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    line-height: 25px;
}

.order-details .order-details-row td {
    font-size: 12px;
}
    


/**
 * @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;
}
.sinup-payinformation{
	font-size:13px;
	color:#000000;
}

/**
 * @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 li.support-list-hotline_fr {background-image:url(../img/support/icon_hotline2.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;
}

.support-hotlines-status-offline {
    background: url(../img/support/status_offline.gif) no-repeat left center;
}


/**
 * @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 div {
    /*display: none;*/
    padding: 20px 0 0 20px;
}

.back-link {
    text-align: right;
    padding: 8px 0;
}

/**
 * Easter Special
 */

.easter {
	background: #fff url(../img/de/easter/easter_wrapper_bg.jpg) no-repeat;
	padding-top: 260px;
}

.easter .wins {
	color: #1a5603;
	display: block;
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 25px;
	text-shadow: 1px 1px 1px #8bc951;
}

.easter .wins .orange {
	color: #ffb901;
	text-shadow: 1px 2px 1px #196304;
}

.easter h2 {
	font-size: 16px;
}

.easter p {
	font-size: 14px;
	color:black;
}

.easter label {
	cursor: pointer;
}

.easter .how-to-attend {
	background: url(../img/de/easter/hot_to_attend_bg.gif) no-repeat;
	display: block;
	height: 163px;
	margin: 0 auto;
	margin-bottom: 35px;
	padding: 18px 28px;
	width: 841px;
}

.easter .how-to-attend .left-column,
.easter .how-to-attend .right-column {
	display: block;
	float: left;
	width: 400px;
}

.easter .how-to-attend .right-column {
	float: right;
}

.easter .how-to-attend .mail-confirmed {
	background: url(../img/de/easter/email_confirm_big.jpg) no-repeat 0 46px;
	padding-left: 93px;
	padding-top: 40px;
	width: 315px;
}

.easter .how-to-attend .mail-confirmed p {
	color: #646464;
	line-height: 18px;
}

.easter .how-to-attend h1 {
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 20px;
}

.easter .how-to-attend h1.green {
	color: #50a71a;
	margin-bottom: 12px;
}

.easter .how-to-attend ol li {
	background: url(../img/de/easter/how_to_attend_bullet.gif) no-repeat;
	color: #505050;
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	margin-bottom: 18px;
	padding-left: 30px;
	text-shadow: none;
	width: 255px;
}

.easter .how-to-attend ol li.second {
	background: url(../img/de/easter/how_to_attend_bullet_second.gif) no-repeat;
}

.easter .how-to-attend ol li.third {
	background: url(../img/de/easter/how_to_attend_bullet_third.gif) no-repeat;
}

.easter .how-to-attend #email {
	border: 1px solid #dbdbdb;
	color: #606060;
	display: block;
	font-size: 16px;
	padding: 0 10px;
	height: 31px;
	line-height: 31px;
	margin-bottom: 8px;
	width: 380px;
}

.easter .how-to-attend #agb-check {
	margin: 0;
	margin-right: 6px;
	padding: 0;
}

.easter .how-to-attend label {
	color: #767676;
	cursor: pointer;
	display: block;
	font-size: 12px;
	margin-bottom: 17px;
}

.easter .how-to-attend .error {
	background-color: #ffebe7;	
	border: 1px solid #e22f06 !important;
}

.easter .how-to-attend .error-description {
	color: #e61919;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-left: -20px;
	position: relative;
	width: 174px;
}

.easter .button-shadow-wrapper {
	background: url(../img/de/easter/button_bg_shadow.jpg) no-repeat bottom center;
	display: block;
	float: left;
	height: 60px;
	margin-left: -37px;
	position: relative;
	width: 267px;
}

.easter .button {
	background: url(../img/de/easter/button_bg.jpg) no-repeat;
	border: 0;
	color: #fefefe;
	cursor: pointer;
	display: block;
	font-size: 21px;
	font-weight: bold;
	height: 46px;
	width: 267px;
	text-align: center;
	text-decoration: none;
}

.easter .button:hover {
	background-position: 0 -46px;
	color: #fefefe;
}

.easter .advice-box {
	border-bottom: 1px solid #f4f4f4;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.easter .advice-box .question-box {
	background: #eefbe5 url(../img/de/easter/advice_box_bg.jpg) no-repeat 13px 7px;
	border: 1px solid #b5e293;
	display: block;
	height: 76px;
	margin-bottom: 23px;
}

.easter .advice-box .question-box h1 {
	color: #33790e;
	font-size: 21px;
	font-weight: bold;
	line-height: 76px;
	margin: 0;
	text-align: center;
}

.easter .solution-box {
	display: block;
	margin-bottom: 1px;
}

.easter .solution-box p {
	margin-bottom: 35px;
}

.easter .solutions {
	background-color: #7dc344;
	border: 1px solid #41910e;
	display: block;
	padding: 22px 0 9px 22px;
}

.easter .solution {
	display: block;
	float: left;
	height: 98px;
	padding-right: 38px;
	text-align: center;
	width: 184px;
}

.easter .solutions .last {
	padding-right: 0; 
}

.easter .solution label {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #61af2e;
}

.easter .solution input {
	border: 1px solid #41910e;
	color: #33790e;
	display: block;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	width: 164px;
}

.easter .solutions .filled {
	background: url(../img/de/easter/solution_filled_mark.gif) no-repeat 80px 68px;
}

.easter .solutions .filled input {
	background-color: #b2ee7a;
	color: #000;
	text-align: center;
}

.easter .solutions .inactive label {
	color: #a3e46f;
}

.easter .solutions .inactive input {
	background: url(../img/de/easter/inactive_input_bg.gif) repeat-x;
}

.easter .confirm-box {
	background-color: #f4f4f4;
	display: block;
	height: 62px;
	line-height: 62px;
	padding-left: 16px;
}

.easter .confirm-box label {
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	padding-right: 16px;
}

.easter .confirm-box #confirm-mail {
	border: 1px solid #dbdbdb;
	color: #505050;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	margin-right: 3px;
	padding: 0 10px;
	width: 279px;
}

.easter .confirm-box .shadow-wrapper {
	background: url(../img/de/easter/confirm_box_inactive_button_shadow_bg.jpg) no-repeat bottom center;
	height: 54px;
	float: right;
	margin-left: -13px;
	padding-left: 13px;
	padding-top: 7px;
	padding-right: 13px;
	text-align: center;
	width: 212px;
}

.easter .confirm-box .button-shadow-wrapper {
	background: url(../img/de/easter/confirm_box_button_shadow_bg.jpg) no-repeat bottom center;
	float: right;
	height: 55px;
	padding-left: 16px;
	padding-top: 7px;
	width: 215px;
}

.easter .confirm-box .button {
	background: url(../img/de/easter/confirm_box_button_bg.jpg) no-repeat;
	color: #fefefe;
	font-size: 16px;
	width: 197px;
}

.easter .confirm-box .button:hover {
	background-position: 0 -46px;
}

.easter .confirm-box .inactive-button {
	background: url(../img/de/easter/confirm_box_inactive_button_bg.jpg) no-repeat;
	border: 0;
	color: #adadad;
	font-size: 12px;
	font-weight: bold;
	height: 45px;
	margin: 0 auto;
	width: 197px;
}

.easter .confirm {
	background: url(../img/de/easter/email_confirm_big.jpg) no-repeat top center;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	padding-top: 95px;
	text-align: center;
	width: 510px;
}

.easter .confirm h1 {
	color: #323232;
	font-size: 25px;
	margin-bottom: 30px;
}

.easter .confirm h2 {
	color: #323232;
	margin-bottom: 17px;
}

.easter .confirm p {
	margin-bottom: 30px;
}

.easter .confirm .button-shadow-wrapper {
	float: none;
	line-height: 46px;
	margin: 0 auto;
}

.easter .confirm .button {
	font-size: 16px;	
}


/* Download World Record */

.wrc {
	color: #737373;
	font-size: 14px;
	position: relative;
}

.wrc .disciplines {
	/*background: url(../img/dlrecord/disciplines_bg.png) no-repeat top left;*/
	color: #fff;
	display: block;
	height: 588px;
	position: absolute;
	right: 32px;
	top: 0;
	text-align: center;
	width: 330px;
}

.wrc .disciplines p {
	margin: 0;
}

.wrc .disciplines .headline {
	color: #2f6e07;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 33px;
	padding-top: 94px;
	text-shadow: 1px 1px 0 #a6d67d;
	text-transform: uppercase;
}

.wrc .disciplines .description,
.wrc .disciplines .discipline {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 40px;
	text-shadow: 1px 1px 1px #57a826;
}

.wrc .disciplines .discipline {
	font-size: 18px;
	padding-bottom: 56px;
}

.wrc .disciplines .discipline span {
	color: #2f6e07;
	display: block;
	font-size: 12px;
	padding-top: 8px;
	text-shadow: 1px 1px 0 #a5d874;
}

.wrc .disciplines .wins {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 1px 1px 2px #000000;
}

.wrc h1 {
	display: block;
	font-size: 31px;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
	line-height: 32px;
	/*text-indent: -9999px; */
}

.wrc .landing-headline {
	/*background: url(../img/dlrecord/wrc_landing_headline.jpg) no-repeat top left; */
	height: 28px;
}

.wrc .howto-headline {
	/* background: url(../img/dlrecord/wrc_howto_headline.jpg) no-repeat top left; */
	height: 34px;
}

.wrc .agb-headline {
  /*background: url(../img/dlrecord/wrc_agb_headline.jpg) no-repeat top left; */
  height: 34px;
}

.wrc p.left-align {
	color: #737373;
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
	width: 534px;
}

.wrc b {
	color: #323232;
}

.wrc h3 {
	color: #323232;
	font-size: 14px;
	margin-bottom: 10px;
}

.wrc .signup-wrapper {
	display: block;
	height: 162px;
	margin-bottom: 40px;
	width: 534px;
}

.wrc-signup {
	background-color: #f8f8f8;
	border: 2px solid #ebebeb;
	display: block;
	padding-top: 20px;
	text-align: center;
	width: 530px;
}

.wrc-signup label {
	color: #323232;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.wrc-signup .checkbox label {
	font-size: 12px;
	margin-bottom: 2px;
}

.wrc-signup .checkbox input {
	margin-right: 5px;
}

.wrc-signup #wrc-email {
	border: 1px solid #d5d5d5;
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 10px;
	width: 290px;
}

.wrc-signup p.already-signed {
	color: #ea8a00;
	display: none;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.wrc-signup p.form-error {
	color: #ff0000;
	display: none;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* add these classes to #wrc-email input element for form validation */

.wrc-signup #wrc-email.already-signed {
	border-color: #ea8a00;
}

.wrc-signup #wrc-email.form-error {
	border-color: #ff0000;
}

/* ------------------------------------------------------------------ */

.wrc .signup-complete,
.wrc .challenge-end {
	background-color: #f8f8f8;
	border: 2px solid #a6dc78;
	color: #323232;
	min-height: 124px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 40px;
	padding: 19px;
	width: 492px;
}

.wrc .signup-complete b,
.wrc .challenge-end b {
	color: #323232;
}

.wrc .wrc-button {
	background: url(../img/dlrecord/wrc_button_bg.gif) repeat-x top left;
	border: 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	margin: 0;
	padding: 0 30px;
	text-shadow: 1px 1px 0 #409317;
}

.wrc .wrc-button:hover {
	background-position: 0 -41px;
}

.wrc-signup p {
	font-size: 12px;
	margin-bottom: 15px;
}

.wrc .ribbon {
	background-color: #4982c4;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	margin-bottom: 30px;
}

.wrc .left-ribbon {
	background: #4982c4 url(../img/dlrecord/left_ribbon_bg.jpg) no-repeat left center;
	margin-right: -32px;
	padding-left: 58px;
}

.wrc .right-ribbon {
	background: #4982c4 url(../img/dlrecord/right_ribbon_bg.jpg) no-repeat right center;
	margin-left: -32px;
	padding-left: 32px;
}

.wrc .sorting {
	display: block;
	float: right;
	padding-right: 36px;
}

.wrc .sorting li {
	background: url(../img/dlrecord/sorting_bullet.gif) no-repeat left center;
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	padding-left: 4px;
}

.wrc .sorting li#nobull {
	background: none;
	padding-left: 0;
}

.wrc .sorting li a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 0 7px;
	text-decoration: none;
}

.wrc .sorting li a:hover,
.wrc .sorting li a.active  {
	text-decoration: underline;
}

.wrc .gray-bar,
.wrc .video-pagination {
	background: #f5f5f5 url(../img/dlrecord/right_ribbbon_grey_bg.jpg) no-repeat right center;
	display: block;
	height: 32px;
	line-height: 32px;
	margin-bottom: 30px;
	margin-left: -32px;
	padding-top: 10px;
	padding-left: 220px;
}

.wrc-howto {
	display: block;
	padding-bottom: 40px;
}

.wrc-howto .left-col {
	display: block;
	float: left;
	width: 564px;
}

.wrc-howto .left-col h2 {
	margin: 0;
	margin-bottom: 22px;
	padding-top: 10px;
}

.wrc-howto .left-col ul {
	display: block;
}

.wrc-howto .left-col ul li {
	color: #737373;
	font-size: 14px;
	line-height: 21px;
}

.wrc-howto .right-col {
	background-color: #f8f8f8;
	border: 2px solid #ebebeb;
	display: block;
	float: right;
	padding-top: 24px;
	text-align: center;
	width: 328px;
}

.wrc-howto .right-col h2 {
	margin-bottom: 3px;
}

.wrc-howto .right-col p {
	line-height: 18px;
	margin: 0;
	padding-bottom: 22px;
}

.wrc-howto .right-col .wrc-button {
	display: inline-table;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 0 40px;
	text-decoration: none;
}

.wrc-prices {
	display: block;
	height: 252px;
	margin-bottom: 54px;
}

.wrc .green {
	color: #5cae24;
}

.wrc .content-column {
	display: block;
	float: left;
	line-height: 20px;
	width: 535px;
}

.wrc .howto-ribbon {
	background: #efefef url(../img/dlrecord/vc_ribbon.gif) no-repeat right center;
	color: #323232;
	display: block;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin-bottom: 40px;
	margin-top: 30px;
	margin-left: -32px;
	padding-left: 32px;
	padding-right: 40px;
}


.wrc .howto-ribbon a {
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #737373;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	line-height: 12px;
	margin-top: 6px;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	width: 90px;
}

.wrc .howto-ribbon a:hover {
	color: #323232;
}

.wrc .sidebar {
	display: block;
	float: right;
	padding-top: 590px;
	text-align: center;
	width: 330px;
}

.wrc .sidebar img {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

.wrc .sidebar .socials {
	display: block;
	height: 20px;
	padding-left: 69px;
}

.wrc .sidebar .socials .twitter-share-button {
	float: left;
}

.wrc .sidebar .socials .fb-like {
	float: left;
}

.wrc .sidebar .signup-button {
	background: url(../img/dlrecord/wrc_signup_bg.gif) repeat-x top left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	margin: 0 auto;
	margin-bottom: 22px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ce2700;
	width: 182px;
}

.wrc .sidebar .signup-button:hover {
	background-position: bottom left;
}

.wrc .howto-gallery {
	display: none;
	margin-left: -4px;
	padding: 0 4px;
	width: 506px;
}

.wrc .howto-gallery .description {
	background-color: #efefef;
	display: block;
	height: 65px;
	margin-bottom: 6px;
	position: relative;
	text-align: center;
}

.wrc .howto-gallery .description a {
	background-color: #7dc344;
	display: block;
	height: 25px;
	position: absolute;
	text-indent: -9999px;
	width: 27px;
}

.wrc .howto-gallery .description .previous {
	background: #7dc344 url(../img/dlrecord/previous_arrow.gif) no-repeat center;
	left: -4px;
	top: 20px;
}

.wrc .howto-gallery .description .next {
	background: #7dc344 url(../img/dlrecord/next_arrow.gif) no-repeat center;
	right: -4px;
	top: 20px;
}

.wrc .howto-gallery .description p {
	display: block;
	line-height: 19px;
	margin: 0 auto;
	padding-top: 13px;
	width: 345px;
}

.wrc .howto-gallery .gallery-content {
	border: 5px solid #efefef;
	display: block;
	height: 270px;
	margin-bottom: 40px;
	padding: 2px;
	width: 492px;
}

.wrc .howto-gallery .gallery-content img {
	display: block;
	height: 270px;
	width: 492px;
}

.wrc .ribbon .backbutton {
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-right: 36px;
	padding-left: 20px;
	text-decoration: none;
}

.wrc .ribbon .backbutton:hover {
	text-decoration: underline;
}

.wrc .video-content {
  display: block;
  margin-right: -28px;
}

.wrc .video-box {
  background-color: #f8f8f8;
  border: 2px solid #ebebeb;
  display: block;
  float: left;
  height: 250px;
  margin-bottom: 28px;
  margin-right: 28px;
  padding: 8px;
  width: 260px;
}

.wrc .video-box h3,
.wrc .video-box p {
  margin: 0;
  padding: 0;
}

.wrc .video-box h3 {
  padding-bottom: 4px;
}

.wrc .video-box h3 a {
  color: #000;
  text-decoration: none;
}

.wrc .video-box h3 a:hover {
  text-decoration: underline;
}

.wrc .video-box p {
  font-size: 12px;
}

.wrc .video-box p span {
  float: right;
}

.wrc .no-margin {
  margin: 0;
}

.wrc .video-wrapper {
  display: block;
  margin-bottom: 7px;
  text-align:center;
}

.wrc .video-pagination {
  height: 32px;
	margin-top: 12px;
  padding-top: 8px;
  padding-left: 0;
  text-align: center;
}

.wrc .video-pagination .pagination-wrapper {
  margin: 0 auto;
  padding-left: 28px;
  width: 425px;
}

.wrc .video-pagination a,
.wrc .video-pagination span {
  background-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #737373;
  cursor: pointer;
	display: block;
  float: left;
  font-weight: bold;
  height: 25px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  width: 25px;
}

.wrc .video-pagination a.last span,
.wrc .video-pagination a.first span {
  background: #fff url(../img/dlrecord/pagination_buttons_bg.png) no-repeat 0 8px;
	display: block;
	float: left;
	height: 25px;
	width: 6px;
}

.wrc .video-pagination a.last span {
	background-position: -13px 8px;
	float: right;
	margin-left: 10px;
}

.wrc .video-pagination a.first:hover span {
	background-color: #505050;
	background-position: 0 -23px;
}

.wrc .video-pagination a.last:hover span {
	background-color: #505050;
	background-position: -13px -23px;
}

.wrc .video-pagination a:hover,
.wrc .video-pagination span:hover,
.wrc .video-pagination a.next:hover,
.wrc .video-pagination a.prev:hover,
.wrc .video-pagination a.first:hover,
.wrc .video-pagination a.last:hover {
  background-color: #505050;
	color: #fff;
}

.wrc .video-pagination span.current {
  background-color: #7dc344;
	color: #fff;
}

.wrc .video-pagination a.next,
.wrc .video-pagination a.prev {
	text-align: center;
  text-indent: -9999px;
}

.wrc .video-pagination a.prev span,
.wrc .video-pagination a.next span {
  background: #fff url(../img/dlrecord/pagination_buttons_bg.png) no-repeat 0 8px;
	display: block;
	float: none;
	height: 25px;
	margin: 0 auto;
	width: 6px;
}

.wrc .video-pagination a.next span {
	background-position: -13px 8px;
}

.wrc .video-pagination a.prev:hover span {
	background-color: #505050;
	background-position: 0 -23px;
}

.wrc .video-pagination a.next:hover span {
	background-color: #505050;
	background-position: -13px -23px;
}


.wrc .video-pagination a.first {
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}

.wrc .video-pagination a.last {
  padding-left: 10px;
  width: auto;
}

.wrc .video-content .loading {
  color: #323232;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 924px;
}
.dcp_de{
	 background: url("../img/dlrecord/disciplines_bg_de.png") no-repeat scroll left top transparent;
}

.dcp_en{
	 background: url("../img/dlrecord/disciplines_bg_en.png") no-repeat scroll left top transparent;
}

.dcp_es{
	 background: url("../img/dlrecord/disciplines_bg_es.png") no-repeat scroll left top transparent;
}

.dcp_fr{
	 background: url("../img/dlrecord/disciplines_bg_fr.png") no-repeat scroll left top transparent;
}

.dcp_it{
	 background: url("../img/dlrecord/disciplines_bg_it.png") no-repeat scroll left top transparent;
}

.dcp_nl{
	 background: url("../img/dlrecord/disciplines_bg_nl.png") no-repeat scroll left top transparent;
}


/**
 * @client startpage
 * 
 * general styles for the client startpage
 */
.clientstartpage {
  font-family: Arial;
  overflow: hidden;
  margin: 0 auto;
  width: 902px;
}

.clientstartpage h1 {
  color: #505050;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.clientstartpage div {
  float: left;
  width: 260px;
}

.clientstartpage div.seperator {
  background-color: #F0F0F0;
  height: 400px;
  margin: 80px 30px 0;
  width: 1px;
}
 
 .clientstartpage img {
  margin: 20px 0;
}

.clientstartpage p {
  color: #646464;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.6em
}

.clientstartpage p.info {
  color: #89C234;
  font-weight: bold;
  line-height: 1.6em;
}

.clientstartpage span.info {
  color: #89C234;
  font-weight: bold;
  line-height: 1.6em;
}

 .clientstartpage span.bullet {
  display: block;
  float: left;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.clientstartpage span.crosspromo  a{
	 background: url(/UseNextDE/GFXInt/clientstartpage/DE/button_gratistest_01.png) 0 0 no-repeat;
}

.clientstartpage span.crosspromo a:hover {
	 background: url(/UseNextDE/GFXInt/clientstartpage/DE/button_gratistest_01_over.png) 0 0 no-repeat;	
}

  .clientstartpage span.bullet.a {
    background: url(/UseNextDE/GFXInt/clientstartpage/bullet_a.png) 0 0 no-repeat;
  }

  .clientstartpage span.bullet.b {
    background: url(/UseNextDE/GFXInt/clientstartpage/bullet_b.png) 0 0 no-repeat;
  }

  .clientstartpage span.bullet.c {
    background: url(/UseNextDE/GFXInt/clientstartpage/bullet_c.png) 0 0 no-repeat;
  }

.clientstartpage span.point {
  background: url(/UseNextDE/GFXInt/clientstartpage/point.png) 0 0 no-repeat;
  display: block;
  float: left;
  height: 20px;
  margin-right: 15px;
  width: 4px;
}

.clientstartpage div.subfooter {
  background-color: #F4F4F4;
  
  margin-top: 30px;
  width: 100%;
}

.clientstartpage  div.subfooter .footer_wrapper {
    float: none;
    height: 75px;
    margin: 18px auto 0;
    
    width: 580px;
  }

.clientstartpage div.subfooter .footer_wrapper img.first {
    margin-right: 15px;
  }

.clientstartpage  div.subfooter .footer_wrapper img {
    float: left;
    margin: 0;
  }

.clientstartpage  div.subfooter .footer_wrapper p {
    float: left;
    line-height: 58px;
    margin: 0;
  }

.clientstartpage  div.subfooter .footer_wrapper a {
    color: #4C8CD8;
    float: left;
    font-size: 11px;
    line-height: 58px;
  }

.clientstartpage  div.subfooter .footer_wrapper img.faq {
    margin-top: 22px;
  }

.clientstartpage  div.subfooter .footer_wrapper .margin {
    margin: 0 20px;
  }

.clientstartpage  div.subfooter .footer_wrapper .support {
    margin: 0 30px 0 0;
  }