﻿/* typography ======================================================== */



/* coloring ========================================================== */
#header .loginbox label {
	color: #818181;
}


/* page structure ==================================================== */
.authentication {
	zoom:100%;
	float: right;
	height:48px;
}

#contentarea_nexttologo .loginbox {
	float:right;
}

.authentication .loginbox span.username,
.authentication .loginbox span.password,
.authentication .loginbox span.submit {
	float: left;
	margin-left: 10px;
}
.loginboxend {
	clear:both;
}

.authentication .passlink {
	float:right;
	clear:right;
	margin:5px 0 0 10px;
}


/* subpage structure ==================================================== */


/* global classes ==================================================== */




/* default =========================================================== */
#startcode {
	color:#F89829;
}

.default.container {
	border: 1px solid #fff;
	background-color: #fff;
}
#article {
	border: 1px solid #fff;
	float: left;
	width: 668px;
	height: 346px;
	color: #222224;
}
#article img {
	width: 668px;
	height: 259px;
}
#article p {
	margin: 0;
}
#article a {
	text-decoration: none;
	color: inherit;
}
#article li {
	overflow:hidden; 
	zoom:100%; 
	display:none;
}
#articles {
	float: right;
	width: 314px;
}
#articles li {
	border: 1px solid #fff;
	height: 85px;
	background: url('/public/content/images/right_menue_out.gif');
	cursor: pointer;
}
#articles li.selected {
	background: url('/public/content/images/right_menue_hover.gif');
}
#articles li div {
	padding: 18px 0 0 18px;
}
#articles li p {
	margin: 0;
}
#articles em {
	font-size: 12px;
	color: #5b4a42;
}
#articles h3 {
	line-height: normal;
	font-size: 16px;
	font-family: Arial;
	color: #5b4a42;
	font-weight: bold;
}
#article div.text-container {
	background: url('/public/content/images/right_menue_hover.gif');
	border-top: 2px solid #fff;
	height: 85px;
}
#article div.text {
	padding: 10px; /* width:520px; */
}
#article div.text h4 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #5B4841;
}
#article div.text span {
	font-size: 85%;
	line-height: 1.5;
}
.features {
	overflow:hidden;
}
.feature.big {
	border: 1px solid #fff;
	float: left;
	width: 314px;
	height: 242px;
	margin-right: 19px;
	background: #fff;
}
.feature.big img {
	width: 312px;
	height: 155px;
	overflow: hidden;
	border: 1px solid #fff;
}
.feature.big.right {
	margin: 0px;
	float: right;
	clear: right;
}
.feature a {
	text-decoration: none;
}
.feature .text-container {
	border: 1px solid #fff;
	background: url('/public/content/images/box_lower_bg.gif') repeat-x;
	height: 84px;
}
.feature .text {
	padding: 10px;
}
.feature .text span {
	font-size: 85%;
	color: #483D00;
}
.feature .text strong {
	line-height: normal;
	color: #524000;
}
.feature p {
	margin: 0;
}


/* company =========================================================== */
.sidebanner {
	background-color: #E6D492;
	padding: 20px;
	text-align: center;
	color: #736121;
	border: solid 1px #FFF;
}
.sidebanner h4 {
	font-weight: bold;
}
.sidebanner .italic {
	font-style: italic;
}
.sidebanner a {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #222;
	text-decoration: none;
}
#signupbanner {
	clear:both;
	padding: 10px;
	text-align: right;
}
#signupbanner a {
	float: right;
	display: block;
	padding: 16px;
	margin-left: 10px;
	font: 16px Georgia;
	text-decoration: none;
	color: #5d8500;
	background:#BADC4D url('/global/images_structure/nav_bg.gif') repeat-x;
	border: solid 1px #ACCC3F;
}

.promotion {
	background-color:#D4ED91;
}

/* info ============================================================== */

#references li {
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
}

#references img {
	float:left;
	margin-right:10px;
}

#references li .text {
	float:left;
}

.press a, .press em {
	display: block;
}


/* stepcounter ======================================================= */

#stepcountercontent 
{
    width: 60%;
    float: left;   
}

#wizardsteps {
    width:100%;
	margin-bottom: 10px;
    border-collapse: collapse;
}

#wizardsteps td {
    font-family: Arial;
    padding:5px;
    text-align: center;
}

#wizardsteps td.visited {
    color: #8E9C4F;
}

#wizardsteps td.active {
    font-weight: bold;
}

#wizardsteps tbody {
    border: 1px solid #D2D2D2;
}

#wizardsteps tbody td {
    height: 10px;
}

#wizardsteps tbody td.visited {
    background-color: #8E9C4F;
}

#stepcounteraddress {
    width: 500px;
}

#stepcounteraddress input {
    width: 100%;
    margin-top: 5px;
}

#stepcounteraddress .leftcolumn {
    margin-top:15px;
    float:left;
    clear:left;
    width:48%;
}

#stepcounteraddress .rightcolumn {
    margin-top:15px;
    float:right;
    clear:right;
    width:48%;
}


.wizardstep {
	background: #fff;
	padding: 5px 20px;
	float: left;
}
.wizardstep.selected {
	background: url('/public/content/images/right_menue_hover.gif');
	font-weight: bold;
}
ul.productlist {
    margin-bottom: 10px; 
}
ul.productlist li {
    margin-bottom: 10px;    
}
ul.productlist li label {
    margin-left: 5px;  
}

#stepcounterwrapper {
	background: #fff;
	border: solid 1px #eee;
}

/* privateregistration ========================================== */
.register td {
	padding-bottom: 5px;
}
#tblMemberPeriods tbody tr td.length {
	color: #00ADEF;
	font-weight: bold;
}
#tblMemberPeriods tbody tr.highlight {
	background:#FFEB99;
}
.asterix {
	color: Red;
}
.offer {
	margin-top: 20px;
	color: Red;
}

.wizbuttons {
	margin-top: 20px;
}
.important {
	float: right;
	width: 230px;
	margin-top: 36px;
	padding: 10px;
	border: solid 1px #00529B;
	background-color: #F9F9F9;
	border-width: 1px 1px 1px 10px;
}


/* privateguide ========================================== */
.thumb {
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

/* forgotpassword ========================================== */
.forgotpassword .username,
.forgotpassword .username label,
.forgotpassword .password,
.forgotpassword .password label,
.forgotpassword .email,
.forgotpassword .email label,
.forgotpassword .submit {
	display: block;
}
.forgotpassword .submit {
	margin-top: 5px;
}
.forgotpassword input[type=text], .forgotpassword input[type=password] {
	width: 50%;
}

/* CARBON DIOXIDE =========================================================== */
#carbondioxidebox
{
    background:#ACCB3F url(images/earth_co2.gif) no-repeat;
    border:solid 1px #8CA732;
    overflow:hidden;
    color:#007236;
    padding:0px 20px;
    height:150px;
    font:normal 13px Georgia; 
}
#carbondioxidebox
{
    overflow:hidden;
}
#carbondioxidebox p
{
    margin:0px;
}
#carbondioxidebox .cbbox
{
    padding:20px 0px;
    height:110px;
}
#carbondioxidebox h1
{
    background:none;
    font-size:17px;
    margin:0;
}
#carbondioxidebox .headerandinfo
{
    width:200px;
}
#carbondioxidebox .total,
#carbondioxidebox .summary
{
    text-align:center;
    width:210px;
	padding:20px 10px;
}
#carbondioxidebox h2
{
    font:normal 45px Georgia;
    color:#FFF;
    margin:0 0 10px 0;
}
#carbondioxidebox .toplist
{
    width:258px;
    padding-left:20px;
}
#carbondioxidebox .toplist li
{
    overflow:hidden;
    white-space:nowrap;
}
#carbondioxidebox .toplist .left
{
    width:180px;
    float:left;
}
#carbondioxidebox .toplist .right
{
    text-align:right;
    width:70px;
}
#carbondioxidebox .toplist .header
{
    border-bottom:solid 1px #007236;
}
#carbondioxidebox .toplist .item.left
{
    color:#FFF;
}

#carbondioxidebox .borderright
{
    border-right:solid 1px #A5C43B;
}
#carbondioxidebox .borderleft
{
    border-left:solid 1px #BED86B;
}