@charset "UTF-8";
/**
  * UseNeXT Website
  * 
  * Provides classes and styles for the german version
  * 
  * @category        screen
  *
  * @author          Stefan Heckler <sh@dietaikonauten.com>
  * @copyright       Copyright (c) 2010 Stefan Heckler <http://www.dietaikonauten.com>
  * @version         $Id: de.css 47 2010-03-05 18:53:54Z sh $
  */

/**
 * @section form
 * 
 * general styles for forms on the site
 */
.form .form-submit-step2 {
    background: url(../../img/de/signup/submit_step2.gif);
    width: 188px;
}

.form .form-submit-order {
    background: url(../../img/de/signup/submit_order.gif);
    width: 158px;
}

.form .form-submit-complete {
    background: url(../../img/de/callback/submit_complete.gif);
    width: 187px;
}

.form .form-submit-resend { 
    background: url(../../img/de/callback/submit_resend.gif);
    width: 191px;
}

.form .form-submit-next-order {
    background: url(../../img/de/signup/submit_next_order.gif);
    width: 223px;
}

.form .form-submit-send {
    background: url(../../img/de/support/submit_send.gif);
    width: 158px;
}


/**
 * @section header
 */
.header-hotline {
    background: url(../../img/de/header_hotline.gif) no-repeat;
    width: 159px;
}
 
/**
 * @section navigation
 * 
 * Style definitions for the main navigation
 */
.navigation {
    width: 435px;
}

.navigation a {
    background-image: url(../../img/de/navigation_buttons.gif);
    margin-right: 11px;
}

.navigation .btn-home {
    background-position: 0 0;
    width: 52px;
}
.navigation .btn-home:hover {background-position: 0 -25px}
.navigation .active .btn-home {background-position: 0 -50px}

.navigation .btn-signup {
    background-position: -64px 0;
    width: 79px;
}
.navigation .btn-signup:hover {background-position: -64px -25px}
.navigation .active .btn-signup {background-position: -64px -50px}

.navigation .btn-howitworks {
    background-position: -154px 0;
    width: 115px;
}
.navigation .btn-howitworks:hover {background-position: -154px -25px}
.navigation .active .btn-howitworks {background-position: -154px -50px}

.navigation .btn-software {
    background-position: -281px 0;
    width: 72px;
}
.navigation .btn-software:hover {background-position: -281px -25px}
.navigation .active .btn-software {background-position: -281px -50px}

.navigation .btn-support {
    background-position: -365px 0;
    margin-right: 0;
    width: 67px;
}
.navigation .btn-support:hover {background-position: -365px -25px}
.navigation .active .btn-support {background-position: -365px -50px}




/**
 * @section home-signup
 */
.home-signup-form h3 a {
    background: url(../../img/de/home/signup_button.jpg) no-repeat 0 0;
    height: 87px;
    width: 341px;
}
.home-signup-form-second h3 a {
    background: url(../../img/de/home/content_signup_btn.gif) no-repeat 0 0;
    height: 87px;
    width: 341px;
}
.home-signup-form-second a.desc1 {
    color: #323232;
    font-size: 23px;
    text-decoration: none;
    line-height: 28px;
    padding-left: 80px;
}
.home-signup-form-second a.desc2 {
    color: #323232;
    font-size: 23px;
    text-decoration: none;
    line-height: 28px;
    padding-left: 0px;
}
.home-signup-form-second a.desc3 {
    color: #323232;
    font-size: 23px;
    text-decoration: none;
    line-height: 28px;
    padding-left: 55px;
}
/**
 * @section home-features
 */
.home-features h3.more-freedom {
    background-image: url(../../img/de/home/features_more_freedom.gif);
}

.home-features h3.more-speed {
    background-image: url(../../img/de/home/features_more_speed.gif);
}

.home-features h3.more-secure {
    background-image: url(../../img/de/home/features_more_secure.gif);
}

.home-features-de h3.more-freedom {
    background-image: url(../../img/de/home/features_more_freedom.gif);
}

.home-features-de h3.more-speed {
    background-image: url(../../img/de/home/features_more_speed.gif);
}

.home-features-de h3.more-secure {
    background-image: url(../../img/de/home/features_more_secure.gif);
}

/**
 * @section signup-poll
 */
.btn-takesurvey {
    background-image: url(../../img/de/signup/btn_takesurvey.gif);
    width: 171px;
}
