
@charset "UTF-8";
/**
  * XLUseNet 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 30 2010-02-08 15:22:45Z sh $
  */

/**
 * @section form
 * 
 * general styles for forms on the site
 */
.form .form-submit-step2 {
    background: url(../images/en/signup/submit_step2.gif);
    width: 277px;
}

.form .form-submit-order {
    background: url(../images/en/signup/submit_order.gif);
    width: 133px;
}

.form .form-submit-complete {
    background: url(../images/en/callback/submit_complete.gif);
    width: 187px;
}

.form .form-submit-resend { 
    background: url(../images/en/callback/submit_resend.gif);
    width: 191px;
}

.form .form-submit-next-order {
    background: url(../images/en/signup/submit_next_order.gif);
    width: 258px;
}

.form .form-submit-send {
    background: url(../images/en/support/submit_send.gif);
    width: 158px;
}


/**
 * @section header
 */

}
 
/**
 * @section navigation
 * 
 * Style definitions for the main navigation
 */
.navigation {
}

.navigation li {
    margin-right:11px;
}

.navigation a {
	color:#000000;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

.navigation a:hover {
	color:#2d37ff;
}

.navigation .active a:hover {
	color:#000000;
}

.navigation .active {
    background-image: url(../images/menu.png);
}

.navigation .active a{
	color: #000000;
}

/*.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: 64px;
}
.navigation .btn-signup:hover {background-position: -64px -25px}
.navigation .active .btn-signup {background-position: -64px -50px}

.navigation .btn-howitworks {
    background-position: -154px 0;
    width: 97px;
}
.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-features
 */
.home-features h3.more-freedom {
    background-image: url(../images/en/home/features_more_freedom.gif);
}

.home-features h3.more-speed {
    background-image: url(../images/en/home/features_more_speed.gif);
}

.home-features h3.more-secure {
    background-image: url(../images/en/home/features_more_secure.gif);
}


/**
 * @section home-signup
 */
.home-signup-form h3 a {
    background: url(../images/en/home/signup_button.jpg) no-repeat 0 0;
    height: 87px;
    width: 341px;
}

.home-features-sublist a.more {
    background: url(../images/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: -20px;
    /* 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 signup-poll
 */
.btn-takesurvey {
    background-image: url(../images/en/signup/btn_takesurvey.gif);
    width: 171px;
}

