/*
	project:vattenfall accessibility project
	type:stylesheet
	description:basics for all browsers
	last edited:23.06.2009, Thomas Laubner
*/


/* ----------	PART II:global element definitions	---------- */
/* body */
body, button, input, optgroup, option, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-position:0 0;
	background-repeat:repeat-y;
	padding-left:20px;
	width:750px;
	font-size:12px;
}
*html body{
	/* fix for IE-imgload bug in swedish site- IE assumes img too wide, so the content won't fit beside subnavi (?) */
	width:960px;
}
body.home {
	background-image:url("../../images/body/bg_home.gif");
}
body.privateCustomer {
	background-image:url("../../images/body/bg_private_customer.gif");
}
body.businessCustomer {
	background-image:url("../../images/body/bg_business_customer.gif");
}
body.aboutVF {
	background-image:url("../../images/body/bg_about_vf.gif");
}
body.default{
	background-image:url("../../images/body/bg_home.gif");
}

/* ptemich 20.06.2008, new background for EEP*/
body.eepDesign {
	background-image:url("../../images/background/bg_eep_green.gif") !important;
}
body.popup {
	background-image:none;
	width:auto;
	height:auto;
	padding:20px 20px 0px 20px;
	margin:0px;
}

/* from basic.css- has to be checked !!! /*
/* visibility classes */
.hide {
	width: 133.333em; /* em converted */
	height:0em; /* em converted */
	overflow:hidden;
	position:absolute;
	left: -266.666em; /* em converted */
}
h2.hide,
h3.hide{
	line-height:1px;
}
.invisible {
	visibility:hidden;
}
.show {
	display:block;
}
/* for clearing issues */
p.clear{
	height:0px;
	clear:both;
	margin:0 !important;
	padding:0;
	line-height:0px;
}
.clear:after {
	content:"";
	clear:both;
	display:block;
	height:1px;
	font-size:0;
	visibility:hidden;
}
/* error messages */
.error {
	background-color:transparent;
	color:#600;
}
/* temp style */
.draft {
	background-color:transparent;
	color:#f00 !important;
}
p.intro {
	font-weight:bold;
}
p.notes {
	font-size: 91.666% !important;
}
p.date{
	margin-bottom:0px;
	padding-bottom:0px;
}

/**
* span style for small grey text ("Sender Information") for 3rd Energy Package project
* http://xcb-wiki.corp.vattenfall.de/wiki/index.php?title=3rd_energy_package
* @lastmodified 2012-02-22
* @author hescholz
**/
span.senderInformation {
  font-size:0.9em;color:#4B4B4B;
}

/**
 * sidebar spaces
 *
 * @lastmodified  2010-02-11
 * @author        cwlatschiha
 * @note          "#contentSidebar" added
 */
body #sidebar p,
body #sidebar ul,
body #sidebar h3,
body #sidebar h4,
body #contentSidebar p,
body #contentSidebar ul,
body #contentSidebar h3,
body #contentSidebar h4 {
	margin-bottom: 0.573em; /* em converted */
}

body #content p,
body #content ul,
body #contentExtended p,
body #contentExtended ul{
	margin-bottom: 1.5em; /* em converted */
}

/* spacing before links */
body #content .linkFollows,
body #contentExtended .linkFollows{
	margin-bottom:0.08em;
}
body #sidebar .linkFollows{
	margin-bottom: 0.25em;
}

/* line styles */
#vattenfall-com .greyLine	{
	border-bottom:1px solid #d0d0d0;
	clear:both;
}
#vattenfall-com .greyLineTop	{
	border-top:1px solid #d0d0d0;
	clear:both;
}

/* colour styles */
#vattenfall-com .txtBlack {
	color:#000;
}
#vattenfall-com .txtOrange{
	color:#ff9900;
}
h1.txtOrange{
	font-size:200%;   /* em converted */
	line-height: 108%; /* em converted */
}
.darkgrey,
.darkblue,
.orange{
	color:#FFFFFF;
}
/* margin/bottom reset ; )*/
#vattenfall-com .resetBottom,
#vattenfall-com .bottomReset{
	margin-bottom:0;
	padding-bottom:0;
}

/* spacer styles */

/* spacing within copy text (replaces double line-breaks) */
 .spaceTag{
	display:block;
	height:3px;
}

#sidebar .spaceTag,
#wrapperSubNavigation	.spaceTag{
	height:5px;
}

.C01 .spaceTag,
.C02 .spaceTag,
.C04 .spaceTag,
.C13 .spaceTag,
.C34 .spaceTag,
.C40 .spaceTag,
.C70 .spaceTag,
.C71 .spaceTag{
	display:block;
	height:13px;
}
/* **************** */

#vattenfall-com .space10{
	margin:0 0 10px 0;
	width: 100%; /* em converted */
}
#vattenfall-com .space17{
	clear:both;
	width: 100%; /* em converted */
	height:17px;
	display:block;
}
.spaceTop{
	margin:0 0 20px 0;
	width: 100%; /* em converted */
	height:1px;
	color:#000000;
}

/* ********************* TABLES *********************** */
#tables{
	clear:both;
}
.staticEditTable > table,
table.staticEditTable{
	font-size: 1em; /* em converted */
	line-height:1.3;
	width: 100%; /* em converted */
	float:left;
	margin-bottom: 1.333em; /* em converted */
	border-collapse:collapse;
}
.staticEditTable > table thead th,
table.staticEditTable thead th{
	border-style:solid;
	border-width:0 1px 2px 1px;
	border-color:#ece9d8 #bdbdbd #bbbbbb #e0e0e0;
	padding: 0.4em 0.7em; /* em converted */
	background:url("../../images/tables/lightgrey_end.gif") #d1d1d1 repeat-x top right;
}
.staticEditTable > table tbody td,
table.staticEditTable tbody td{
	border-style:solid;
	border-width:1px;
	border-color:#cecece;
	padding: 0.266em 0.7em; /* em converted */
}
.staticEditTable > table p,
table.staticEditTable p{
	/* font-size:0em !important; */
	margin-bottom:0 !important;
}
.dataTable {
	width: 100%; /* em converted */
	width:370px;
	float:left;
	margin-bottom: 1.333em; /* em converted */
}
.dataTable caption {
	font-size: .1166.666em; /* em converted */
	font-weight:bold;
	line-height:1.2857;
	padding-bottom: 0.666em; /* em converted */
}
.dataTable caption em {
	display:block;
	font-size: .11428em; /* em converted */
	font-weight:bold;
	line-height:1.5;
}
.dataTable th, .dataTable td {
	font-size: 1em; /* em converted */
	line-height:1.3;
}
.dataTable thead.darkblue th{
	border-right-color:#bdbdbd;
	border-left:none;
	color:#fff;
}
.dataTable thead th.selected,
.dataTable thead th.selectedstart,
.dataTable thead th.selectedlast,
.dataTable thead th.selectedmain{
	color:#000;
}
.dataTable thead th{
	border-style:solid;
	border-width:0 1px 0px 1px;
	border-right-color:#bdbdbd;
	border-left-color:#e0e0e0;
}
.dataTable thead th{
	background:url("../../images/tables/lightgrey_endmidBottom.gif") #d1d1d1 repeat-x bottom left;
}
.dataTable thead th.start{
	background:url("../../images/tables/lightgrey_startBottom.gif") #d1d1d1 repeat-x bottom left;
	border-left-width:0;
}
.dataTable thead th.last{
	background:url("../../images/tables/lightgrey_endBottom.gif") #d1d1d1 repeat-x bottom right;
}
.dataTable thead th.main{
	background:url("../../images/tables/vforange_endmidBottom.gif") #e88d01 repeat-x bottom left;
	color:#fff;
}
.dataTable thead th.selected{
	background:url("../../images/tables/lightgrey_endmidBottom.gif") #d1d1d1 repeat-x bottom left !important;
}
.dataTable thead th.selectedstart{
	background:url("../../images/tables/lightgrey_startBottom.gif") #d1d1d1 repeat-x bottom left !important;
	border-left-width:0;
}
.dataTable thead th.selectedlast{
	background:url("../../images/tables/lightgrey_endBottom.gif") #d1d1d1 repeat-x bottom right !important;
}
.dataTable thead th.selectedmain{
	background:url("../../images/tables/vforange_endmidBottom.gif") #e88d01 repeat-x bottom left !important;
	color:#fff;
}
thead.darkblue{
	background-image:none;
	background-color:none !important;
}
table.T1052 td,
table.T1052 td a{
	font-size:11px !important;
}
table.T1052 th label{
	clear:none;
}
table.T1052 th label,
table.T1052 th{
	font-weight:bold;
}
table.T1052 th span,
table.T1052 th label{
	font-size:11px !important;
}
table.T1052 th label{
	line-height:10px !important;
}
table.T1052 th span.text{
	white-space:nowrap !important;
	margin:15px 0px 0px 0px !important;
}
table.T1052 div.arrows{
	float:right;
	padding:0px !important;
	margin:0px !important;
	clear:none;
	width:32px;
	position:relative;
	right:-10px;
	top:-2px;
}
*html table.T1052 div.arrows{
	margin:0px 0px 0px 0px;
	top:0px;
}
table.T1052 div.arrows span{
	float:left;
	clear:none;
	display:block;
}
table.T1052 th a.arrowUp,
table.T1052 th a.arrowDown,
table.T1052 th a.arrowUpActiveSort,
table.T1052 th a.arrowDownActiveSort{
	padding:0;
	width:14px;
	height:18px;
	float:left;
	clear:none;
}
table.T1052 thead th a,
table.T1052 thead th a:link,
table.T1052 thead th a:visited,
table.T1052 thead th a:hover,
table.T1052 thead th a:active{
	text-decoration:none !important;
}
table.T1052 thead.darkblue th a.arrowUpActiveSort{
	background-image:url("../../images/icon/arrow_up_active_sort_onblue_n.gif");

}
table.T1052 thead.darkblue th a.arrowDownActiveSort{
	background-image:url("../../images/icon/arrow_down_active_sort_onblue_n.gif");

}
table.T1052 thead.darkblue th a.arrowUp {
	background-image:url("../../images/icon/arrow_up_onblue.gif");
}
table.T1052 thead.darkblue th a.arrowDown {
	background-image:url("../../images/icon/arrow_down_onblue.gif");
}
/**
 * News archive and search
 *
 * @author  cwlatschiha
 */
table.T1052 thead.darkblue th a.activeSortUp,
table.T1052 thead.darkblue th a.activeSortDown {
	background-position: 0 -1436px;
}

/*
table.T1052 thead.darkblue th a.arrowUp:link,
table.T1052 thead.darkblue th a.arrowUp:visited {
	background-image:url("../../images/icon/arrow_up_onblue_n.gif");
}
table.T1052 thead.darkblue th a.arrowUp:hover {
	background-image:url("../../images/icon/arrow_up_onblue_o.gif");
}
table.T1052 thead.darkblue th a.arrowUp:active,
table.T1052 thead.darkblue th a.arrowUp:focus {
	background-image:url("../../images/icon/arrow_up_onblue_a.gif");
}

table.T1052 thead.darkblue th a.arrowDown:link,
table.T1052 thead.darkblue th a.arrowDown:visited {
	background-image:url("../../images/icon/arrow_down_onblue_n.gif");
}
table.T1052 thead.darkblue th a.arrowDown:hover {
	background-image:url("../../images/icon/arrow_down_onblue_o.gif");
}
table.T1052 thead.darkblue th a.arrowDown:active,
table.T1052 thead.darkblue th a.arrowDown:focus {
	background-image:url("../../images/icon/arrow_down_onblue_a.gif");
}
*/
table.T1052 thead.darkblue th.selected a.arrowUp,
table.T1052 thead.darkblue th.selectedstart a.arrowUp,
table.T1052 thead.darkblue th.selectedlast a.arrowUp,
table.T1052 thead.darkblue th.selectedmain a.arrowUp{
	background-image:url("../../images/icon/arrow_up_ongrey_a.gif") !important;
}
table.T1052 thead.darkblue th.selected a.arrowDown,
table.T1052 thead.darkblue th.selectedstart a.arrowDown,
table.T1052 thead.darkblue th.selectedlast a.arrowDown,
table.T1052 thead.darkblue th.selectedmain a.arrowDown{
	background-image:url("../../images/icon/arrow_down_ongrey_a.gif") !important;
}
.dataTable thead.darkblue th{
	background:url("../../images/tables/blue_endmidBottom.gif") #d1d1d1;
}
.dataTable thead.darkblue th.start{
	background:url("../../images/tables/blue_startBottom.gif") #d1d1d1;
}
.dataTable thead.darkblue th.last {
	background:url("../../images/tables/blue_endBottom.gif") #d1d1d1;
}
.dataTable thead.darkblue th.main {
	background:url("../../images/tables/vforange_endmidBottom.gif") #e88d01;
	color:#fff;
}
.dataTable thead tr.tableExtended th{
	background-image:none;
	border-bottom-width:1px;
	border-bottom-color:#bdbdbd;
}
.dataTable thead tr.tableExtended2 th{
	border-top-width:1px;
	border-top-color:#e0e0e0;
}

.dataTable thead th div{
	height: 100%; /* em converted */
	padding-top: 0.4em; /* em converted */
	padding-bottom: 0.4em; /* em converted */
	padding-left: 1.111em; /* em converted */
	padding-right: 1.111em; /* em converted */
	margin-right:0px;
}
.dataTable thead.darkblue th div.midTop {
	background:url("../../images/tables/blue_endmid.gif") transparent repeat-x 0 0;
}
.dataTable thead.darkblue th div.startTop {
	background:url("../../images/tables/blue_start.gif") transparent repeat-x 0 0;
}
.dataTable thead.darkblue th div.endTop {
	background:url("../../images/tables/blue_end.gif") transparent repeat-x top right;
}
.dataTable thead.darkblue th div.mainTop {
	background:url("../../images/tables/vforange_endmid.gif") transparent repeat-x 0 0;
}
.dataTable thead th div.midTop {
	background:url("../../images/tables/lightgrey_endmid.gif") transparent repeat-x 0 0;
}
.dataTable thead th div.startTop {
	background:url("../../images/tables/lightgrey_start.gif") transparent repeat-x 0 0;
}
.dataTable thead th div.endTop {
	background:url("../../images/tables/lightgrey_end.gif") transparent repeat-x top right;
}
.dataTable thead th div.mainTop {
	background:url("../../images/tables/vforange_endmid.gif") transparent repeat-x 0 0;
}
.dataTable thead th.selected div.midTop {
	background:url("../../images/tables/lightgrey_endmid.gif") transparent repeat-x 0 0 !important;
}
.dataTable thead th.selectedstart div.startTop {
	background:url("../../images/tables/lightgrey_start.gif") transparent repeat-x 0 0 !important;
}
.dataTable thead th.selectedlast div.endTop {
	background:url("../../images/tables/lightgrey_end.gif") transparent repeat-x top right !important;
}
.dataTable thead th.selectedmain div.mainTop {
	background:url("../../images/tables/vforange_endmid.gif") transparent repeat-x 0 0 !important;
}
.dataTable thead th div.line{
	padding:0;
	padding-top: -0.8em; /* em converted */
	margin:0;
	width:1px;
	background-color:#ff00ff;
}
.dataTable tbody td,
.dataTable tbody th{
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#cecece;
	padding-top: 0.266em; /* em converted */
	padding-bottom: 0.266em; /* em converted */
	padding-left: 1.111em; /* em converted */
	padding-right: 1.111em; /* em converted */
}
.dataTable tbody th.main {
	background-color:#f5f5f5;
	font-weight:normal;
}
.dataTable tbody td.bold,
.dataTable tbody th.bold {
	font-weight:bold;
}

.dataTable thead .last,
.dataTable tbody .last,
.dataTable thead th div .last{
	border-right-width:0;
}
p.table-footnote {
	padding-left: .12121.333em; /* em converted */
	padding-bottom: 0.666em; /* em converted */
	padding-top:0;
	margin-top: -0.666em; /* em converted */
	margin-bottom: 2em; /* em converted */
	border-bottom:1px solid #d0d0d0;
	clear:both;
}
p.table-footnote a{
	color:#4b4b4b !important;
	text-decoration:none;
}
.dataTable a.icon {
	/**
	 * @bugfix
	 * @author  cwlatschiha
	 * @date    2010-06-09
	 * @note    issue 12309
	 */
	/*padding-top:0px;*/
	background-position: 0 0.266em; /* em converted */
}
#vattenfall-com .tableNumbers {
	text-align:right;
}
#vattenfall-com .alignCenter {
	text-align:center;
}
.dataTable a.anchor {
	/**
	 * font size was to big
	 *
	 * @bugfix
	 * @author  cwlatschiha
	 * @date    2010-07-08
	 * @note    issue 13241
	 */
	font-size: 85%; /* em converted */
	color:#000;
	text-decoration:none;
}
.dataTable thead th.main a.anchor {
	color:#fff;
}

/**
 * Data tabel should full width in extended content area
 *
 * @bugfix
 * @author  cwlatschiha
 * @date    2010-06-09
 * @note    issue 12309
 */
#contentExtended .dataTable {
	width: 560px;
}

/* ----------	PART VI:layout sections (advanced)	---------- */
/* header */
#header .headerTitle {
	margin:25px 0 0 10px;
}
#header .headerLogo {
	float:right;
	margin-top:15px;
	padding-right:10px;
}

/* andrzej.kowol - Changes for proper presantation header for Toolbox website */
.headerToolboxLogo {
   float:right;
   margin-bottom: 10px;
}

.headerToolbox {
   float:right;
   background:url("../../images/toolbox/TBoxHeaderLogo.jpg") no-repeat 0px 0px;
}
/*******************************************************************************/

/**
 * Logo an link next to SIB
 *
 * @note    fixed issue: 0011583
 * @author  cwlatschiha
 */
#header .headerLink {
	float:right;
	margin:15px 5px 0 0;
}
*html #header .headerLink {
	margin-right:15px;
}
*+html #header .headerLink {
	margin-right:10px;
}
#header .headerLink img.headerLogo {
	margin: 0;
	padding: 0;
}

.home #header .headerVisual { /* not in use */
	float:left;
	margin-right:10px;
	width:370px;
}

.home #header img {
	float:left;
	display:inline;
}

.home #header .headerClaim {
	position:absolute;
	padding:0 0 0 0;
	width:370px;
	left:380px;
}
/* wrapper for main content area */

#wrapperMainContentWide p,
#wrapperMainContentWide ul,
#wrapperMainContent p,
#wrapperMainContent ul {
	font-size: 1em; /* em converted */
}
#wrapperMainContentWide p.notes,
#wrapperMainContent p.notes {
	font-size: .9166.666em; /* em converted */
	line-height:1.3636;
	padding-bottom: 1.696em; /* em converted */
}
#wrapperMainContentWide ul,
#wrapperMainContent ul {
	list-style:disc inside none;
	padding-left: 1.733em; /* em converted */
}
/* content */
.home #content .col {
	background-position:0 0;
	background-repeat:no-repeat;
}
.home #content .privateCustomer {
	background-image:url("../../images/button/home_wd_orange.gif");
}
.home #content .businessCustomer {
	background-image:url("../../images/button/home_wd_grey.gif");
}
.home #content .aboutVF {
	background-image:url("../../images/button/home_wd_blue.gif");
}
.home #content .col a.waterdivider{
	background:url("../../images/button/waterdivider_n.gif") no-repeat 0px 0px;
	display:block;
	height:113px;
}
.home #content .col a.waterdivider:hover{
	background:url("../../images/button/waterdivider_o.gif") no-repeat 0px 0px;
}
.home #content .col a.waterdivider:active {
	background:url("../../images/button/waterdivider_a.gif") no-repeat 0px 0px;
}
.home #content .col div a {
	height:auto;
}
#content .date {
	color:#000;
	display:block;
	line-height:1.25;
}
.home #content .lowerLeftContent {
	float: left;
	margin: 0 10px 0 0;
}

/* sidebar */

/* footer */
#footer {
	background:	url("../../images/border/border_footer_gray.gif") transparent no-repeat 0 9px;
}
#footer p {
	font-size: 1em; /* em converted */
	line-height: 1.333em;
	text-align:right;
}

/* andrzej.kowol - Changes for footer presentation regarding Toolbox project*/
#footer_toolbox  hr:first-child {
  display:block;
  size:1px;
  color:#f0f0f0;
}
/*****************************************************************************/

/**
 * Footer Country Commercial and Corporate
 *
 * New footer for all country commercial and corporate sites
 *
 * @section footerCountryCommercialCorporate
 * @author  cwlatschiha
 */
#footerCountryCommercialCorporate {
    border-top: 1px solid #D9D9D9;
}
/* warning for unpublished elements (only for editor) */
.warning{
	color:#bf1c00;
	border:1px solid #bf1c00;
}

/* karol.piasta, 2008-07-21:formatting text for TT module - EEP */
div.eetipstricks {
	width:370px;
	margin-bottom:10px;
	overflow:hidden;
}
div.eetipstricks .box-component {
	margin-bottom:0;
}
#TTmodule {
	font-size: 0.75em; /* em converted */
	margin-bottom:-11px;
}
#TTmodule .ttblogtext, x:-moz-any-link {
	margin-bottom:15px;
}
#TTmodule .category, x:-moz-any-link {
	margin-bottom:11px;
}
#TTmodule hr {
	width:343px;
	height: 2px;
	margin:4px 2px 4px 0px;
}
#TTmodule hr, x:-moz-any-link {
	margin-bottom:10px;
}
#TTmodule .bdate {
	margin-right:3px;
}
#TTmodule .bdate, x:-moz-any-link {
	margin-right:0px;
}
#TTmodule .b_spec_headline_link {
	font-size:18px;
}
#TTmodule h1 {
	font-size:18px;
}
#TTmodule h2 {
	font-size:16px;
}
#vattenfall-com form div.eetipstricks #TTmodule h3 {
	float: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#TTmodule p {
	font-size:12px !important;
}
#TTmodule img {
	clear:none;
	float:right !important;
	margin-left:7px;
	margin-right:3px;
}
/* karol.piasta, 2008-07-21:formatting text for TT module - EEP */

/* /from content_screen.css- has to be checked !!! /*

/* link_button (used in T1048,...) */
.link_button {
	float:right;
	margin-top:-2px;
}
*html .link_button {
	margin-top:0px;
}

.link_button a {
	background-image:url("../../images/button/but_bg_left_n.gif");
	background-position:top left;
	background-repeat:no-repeat;
	height:24px;
	float:left;
	text-decoration:none !important;
}
*html .link_button a{
	height:20px;
}
.link_button a:hover {
	background-image:url("../../images/button/but_bg_left_o.gif");
}
.link_button a:active,
.link_button a:focus{
	background-image:url("../../images/button/but_bg_left_a.gif");
}
.link_button a strong{
	background-image:url("../../images/button/but_bg_right_n.gif");
	background-position:top right;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	height: 100%; /* em converted */
	color:#fff;
	font-weight:bold;
	font-size: 100%; /* em converted */
	line-height: 1.6em; /* em converted */
	cursor:pointer;
	float:left;
}
*html .link_button a strong{
	padding-top:1px;
}
.link_button a:hover strong{
	background-image:url("../../images/button/but_bg_right_o.gif");
}
.link_button a:active strong,
.link_button a:focus strong{
	background-image:url("../../images/button/but_bg_right_a.gif");
}
div hr.horizontalLine {
	background-color:#CECECE;
	color:#CECECE;
	display:block;
	height:1px;
	margin-bottom:-2px;
	margin-top:-7px;
}
/* neu boxes */
.box{
	border-top:solid 1px #D9D9D9 !important;
	background-repeat:no-repeat;
	background-position:bottom left;
	float:left;
	width: 100%; /* em converted */
	padding:10px 10px 0px 10px;
}
.box select {
  font-size: 10px !important;
  width: 160px;
  margin-bottom: 8px;
}
.box-component .orange{
	border-top-color:#FF9900 !important;
}
.box-component .darkblue{
	border-top-color:#135BA6 !important;
}
.box-component .darkblue{
	border-top-color:#135BA6 !important;
}
.box-component .darkblue{
	border-top-color:#135BA6 !important;
}
.box-component .darkblue{
	border-top-color:#135BA6 !important;
}
.size5 .box-component{
	width:940px;
}
.size4 .box-component{
	width:730px;
}
.size3 .box-component{
	width:540px;
}
.size2 .box-component{
	width:350px;
}
.size1 .box-component{
	width:160px;
}

.size5 .box-component .white,
.size5 .border-component .white{
	background-image:url("../../images/box/white_5.gif") !important;
}
.size4 .box-component .white,
.size4 .border-component .white{
	background-image:url("../../images/box/white_4.gif") !important;
}
.size3 .box-component .white,
.size3 .border-component .white,
.T1044 .box{
	background-image:url("../../images/box/white_3.gif") !important;
}
.size2 .box-component .white,
.size2 .border-component .white{
	background-image:url("../../images/box/white_2.gif") !important;
}
.size1 .box-component .white,
.size1 .border-component .white,
.size1 .teaser-component .white{
	background-image:url("../../images/box/white_1.gif") !important;
}
/* lightorange??? */
/*orange*/
.size5 .box-component .orange{
	background-image:url("../../images/box/orange_5.gif") !important;
}
.size4 .box-component .orange{
	background-image:url("../../images/box/orange_4.gif") !important;
}
.size3 .box-component .orange{
	background-image:url("../../images/box/orange_3.gif") !important;
}
.size2 .box-component .orange{
	background-image:url("../../images/box/orange_2.gif") !important;
}
.size1 .box-component .orange{
	background-image:url("../../images/box/orange_1.gif") !important;
}
/*lightblue*/
.size5 .box-component .lightblue{
	background-image:url("../../images/box/lightblue_5.gif") !important;
}
.size4 .box-component .lightblue{
	background-image:url("../../images/box/lightblue_4.gif") !important;
}
.size3 .box-component .lightblue{
	background-image:url("../../images/box/lightblue_3.gif") !important;
}
.size2 .box-component .lightblue{
	background-image:url("../../images/box/lightblue_2.gif") !important;
}
.size1 .box-component .lightblue{
	background-image:url("../../images/box/lightblue_1.gif") !important;
}
/*darkblue*/
.size5 .box-component .darkblue{
	background-image:url("../../images/box/darkblue_5.gif") !important;
}
.size4 .box-component .darkblue{
	background-image:url("../../images/box/darkblue_4.gif") !important;
}
.size3 .box-component .darkblue{
	background-image:url("../../images/box/darkblue_3.gif") !important;
}
.size2 .box-component .darkblue{
	background-image:url("../../images/box/darkblue_2.gif") !important;
}
.size1 .box-component .darkblue{
	background-image:url("../../images/box/darkblue_1.gif") !important;
}
/*lightgrey*/
.size5 .box-component .lightgrey{
	background-image:url("../../images/box/lightgrey_5.gif") !important;
}
.size4 .box-component .lightgrey{
	background-image:url("../../images/box/lightgrey_4.gif") !important;
}
.size3 .box-component .lightgrey{
	background-image:url("../../images/box/lightgrey_3.gif") !important;
}
.size2 .box-component .lightgrey{
	background-image:url("../../images/box/lightgrey_2.gif") !important;
}
.size1 .box-component .lightgrey{
	background-image:url("../../images/box/lightgrey_1.gif") !important;
}
/*darkgrey*/
.size5 .box-component .darkgrey{
	background-image:url("../../images/box/darkgrey_5.gif") !important;
}
.size4 .box-component .darkgrey{
	background-image:url("../../images/box/darkgrey_4.gif") !important;
}
.size3 .box-component .darkgrey{
	background-image:url("../../images/box/darkgrey_3.gif") !important;
}
.size2 .box-component .darkgrey{
	background-image:url("../../images/box/darkgrey_2.gif") !important;
}
.size1 .box-component .darkgrey{
	background-image:url("../../images/box/darkgrey_1.gif") !important;
}

/* / neu boxes */

/* neu border */
body .border-component .border{
	/* clear:both !important;
	#e1e1e1 */
	height:22px !important;
	padding:8px 10px 0px 10px !important;
	font-size: 100% !important; /* em converted */
	font-weight:bold;
	margin:0px 0px 3px 0px!important;
	background-position:0 0 !important;
	background-repeat:no-repeat !important;

}

/* darkgrey (default)? */
.size4 .border{
	width:730px;
}
.size3 .border{
	width:540px;
	background-image:url("../../images/border/back_560_vfdarkgrey.gif");
}
.size2 .border{
	width:350px;
	background-image:url("../../images/border/back_370_vfdarkgrey.gif");
}
.size1 .border{
	width:160px !important;
	background-image:url("../../images/border/back_180_vfdarkgrey.gif");
}
.border-component .border{
	color:#FFFFFF;
	background-color:#7D7D7D;
}
/* darkgrey (default)? */
.size4 .border-component .darkgrey{
	background-image:url("../../images/border/back_750_vfdarkgrey.gif");
}
.size3 .border-component .darkgrey{
	background-image:url("../../images/border/back_560_vfdarkgrey.gif");
}
.size2 .border-component .darkgrey{
	background-image:url("../../images/border/back_370_vfdarkgrey.gif");
}
.size1 .border-component .darkgrey{
	background-image:url("../../images/border/back_180_vfdarkgrey.gif");
}
.border-component .darkgrey{
	color:#FFFFFF;
	background-color:#7D7D7D;
}
/* lightgrey */
.size4 .border-component .lightgrey{
	background-image:url("../../images/border/back_750_vflightgrey.gif") !important;
}
.size3 .border-component .lightgrey{
	background-image:url("../../images/border/back_560_vflightgrey.gif") !important;
}
.size2 .border-component .lightgrey{
	background-image:url("../../images/border/back_370_vflightgrey.gif") !important;
}
.size1 .border-component .lightgrey{
	background-image:url("../../images/border/back_180_vflightgrey.gif") !important;
}
.border-component .lightgrey{
	color:#000000;
	background-color:#E1E1E1;
}
/* orange */
.size4 .border-component .orange{
	background-image:url("../../images/border/back_750_vforange.gif") !important;
}
.size3 .border-component .orange{
	background-image:url("../../images/border/back_560_vforange.gif") !important;
}
.size2 .border-component .orange{
	background-image:url("../../images/border/back_370_vforange.gif") !important;
}
.size1 .border-component .orange{
	background-image:url("../../images/border/back_180_vforange.gif") !important;
}
.border-component .orange{
	color:#FFFFFF;
	background-color:#FF9900;
}
/* darkblue */
.size4 .border-component .darkblue{
	background-image:url("../../images/border/back_750_vfblue.gif") !important;
}
.size3 .border-component .darkblue{
	background-image:url("../../images/border/back_560_vfblue.gif") !important;
}
.size2 .border-component .darkblue{
	background-image:url("../../images/border/back_370_vfblue.gif") !important;
}
.size1 .border-component .darkblue{
	background-image:url("../../images/border/back_180_vfblue.gif") !important;
}
.border-component .darkblue{
	color:#FFFFFF;
	background-color:#2C75BE;
}

/* lightblue */
.size4 .border-component .lightblue{
	background-image:url("../../images/border/back_750_vflightblue.gif") !important;
}
.size3 .border-component .lightblue{
	background-image:url("../../images/border/back_560_vflightblue.gif") !important;
}
.size2 .border-component .lightblue{
	/*background-image:url("../../images/border/back_370_vflightblue.gif") !important;*/
}
.size1 .border-component .lightblue{
	background-image:url("../../images/border/back_180_vflightblue.gif") !important;
}
.size4 .border-component .box{
	width:730px;
}
.size3 .border-component .box{
	width:540px;
}
.size2 .border-component .box{
	width:350px;
}
.size1 .border-component .box{
	width:160px;
}

/* / neu border */

/* neu teaser */
.size5 .teaser-component{
	width:940px;
}
.size4 .teaser-component{
	width:730px;
}
.size3 .teaser-component{
	width:560px;
}
.size2 .teaser-component{
	width:370px;
}
.size2 .size1 .teaser-component{
	width:180px;
}
.size1 .teaser-component{
	width:180px;
}

/* neu icons on Backgrounds */
.border a.icon,
.border a.iconPost{
	border:none;
	margin:0px !important;
	padding-bottom:0px;
}
.border a.iconPost:hover{
	background-position:148px -718px;
}
.border a.iconPost:active, .border a.iconPost:focus {
	background-position:148px -1438px;
}
.orange a.icon,
.orange a.iconPost{
	background-image:url("../../images/icon/arrow_neg_onorange.gif") ;
	color:#FFFFFF !important;
}
.darkblue a.icon,
.darkblue a.iconPost{
	background-image:url("../../images/icon/arrow_neg_ondarkblue.gif") ;
	color:#FFFFFF !important;
}
.darkgrey a.icon,
.darkgrey a.iconPost{
	background-image:url("../../images/icon/arrow_neg_ondarkgrey.gif") ;
	color:#FFFFFF !important;
}
.lightorange a.icon,
.lightorange a.iconPost{
	background-image:url("../../images/icon/arrow_neg_onlightorange.gif") ;
}
.lightblue a.icon,
.lightblue a.iconPost{
	background-image:url("../../images/icon/arrow_neg_onlightblue.gif") ;
}
.lightgrey a.icon,
.lightgrey a.iconPost{
	background-image:url("../../images/icon/arrow_neg_onlightgrey.gif") ;
}
/* /neu icons on Backgrounds */

.border-component,
.teaser-component,
.box-component,
.form-component,
.iframe{
	margin-bottom:17px;
	float:left;
	clear:both;
}

/**
 * 1) if component T1132 is not first element in sidebar column it will have corrupted layout
 * 2) problem with floating of thext (issue: 0013212) - attrubute width = 100% was added
 *
 * @bugfix
 * @author   jakub.karcz
 * @date      2010-06-29
 * @note     1st bug reported in issue 0012990, 2nd bug reported in issue 0013212
 */ 
#sidebar  .T1132 {
	float: left;
	width: 100%;
}

/**
 * IE8 ignores margin-bottom property.
 *
 * @bugfix
 * @author  ptemich
 * @date    2010-05-020
 * @note    issue 12391
 */ 
.flash-component
{
	padding-bottom:17px;
	float:left;
	clear:both;	
}
 
 
.teaser-component p.date{
	margin-bottom:-2px !important;
}

.teaser-component hr{
	display:block;
	line-height:1px;
	border:1px solid #E1E1E1;
	border-bottom:none;
	font-size:1px;
	height:1px !important;
	margin:-7px 0px 5px 0px;
	width: 100%; /* em converted */
	clear:both;
}
* html .teaser-component hr{
	margin:-14px 0px 2px 0px;
}

/* landing pages styles */
.lpButtonWrapper {
	width: 100%;
}
.lpButtonWrapper  .link_button {
	width: 43%;
}
.lpLeft {
	float: left !important;
}
.lpAnchorRight {
	float: right !important;
}
.lpButtonWrapper  .link_button  a  {
	background-image:url("../../images/button/but_bg_left_n_big.gif");
	height: 40px;
}
.lpButtonWrapper .link_button a:hover {
	background-image:url("../../images/button/but_bg_left_o_big.gif");
}
.lpButtonWrapper .link_button a:active,
.lpButtonWrapper .link_button a:focus{
	background-image:url("../../images/button/but_bg_left_a_big.gif");
}
.lpButtonWrapper .link_button a strong{
	background-image:url("../../images/button/but_bg_right_n_big.gif");
	font-size: 121%;
	line-height: 2.3em;
	padding-left: 18px;
	padding-right: 18px;
}
.lpButtonWrapper .link_button a:hover strong{
	background-image:url("../../images/button/but_bg_right_o_big.gif");
}
.lpButtonWrapper .link_button a:active strong,
.lpButtonWrapper .link_button a:focus strong{
	background-image:url("../../images/button/but_bg_right_a_big.gif");
}

/* dso in general: positioning / floating of header/navigation/search elements when left sidebar is empty or left out */
body.dso-hh #wrapperMainNavigation,
body.dso-b #wrapperMainNavigation {
    position: relative;
}
body.dso-hh #wrapperMainNavigation #wrapperSearch,
body.dso-b #wrapperMainNavigation #wrapperSearch {
    position: absolute;
    top: 0;
    right: 0;
}

/* dso-hh */
body.dso-hh div#footer, .dso-hh #footer, .dso-hh div#footer {
    background: url("../../images/foot/VF_HH_Endorsement_Footer.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 589px 5px !important;
    height: auto;
    border: none;
    padding-top: 45px;
}

:root .dso-hh #footer{
    background: url("../../images/foot/VF_HH_Endorsement_Footer.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 589px 5px !important;
    height: auto;
    border: none;
    padding-top: 45px;
}
body.dso-hh div#footer ul{
    border-top: 1px solid #c5c5c5;
    padding-top: 10px;
}

body.dso-hh div#footer p{
    margin-top: 0;
}


.dso-hh h1, .dso-hh .T1132 h1{
    color: #000 !important;
}
.dso-hh h3, .dso-hh .T1132 h3{
    color: #000 !important;
}
#vattenfall-com.dso-hh .txtOrange, .dso-hh .txtOrange{
    color: #000 !important;
}
.dso-hh .box-component.T1041 .box h3{
    color: #fff;
}
.dso-hh .lightblue {
    color: #000 !important;
}

/* dso-b */
body.dso-b div#footer, .dso-b #footer, .dso-b div#footer {
    background: url("../../images/foot/VF_B_Endorsement_Footer.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 631px 0px !important;
    height: auto;
    border: none;
    padding-top: 17px;
}

:root .dso-b #footer{
    background: url("../../images/foot/VF_B_Endorsement_Footer.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 631px 0px !important;
    height: auto;
    border: none;
    padding-top: 17px;
}

body.dso-b div#footer ul{
    border-top: 1px solid #c5c5c5;
    padding-top: 10px;
}

.dso-b h1, .dso-b .T1132 h1{
    color: #000 !important;
}
.dso-b h3, .dsh-b .T1132 h3{
    color: #000 !important;
}
#vattenfall-com.dso-b .txtOrange,.dso-b .txtOrange{
    color: #000 !important;
}
.dso-b .box-component.T1041 .box h3{
    color: #fff !important;
}
.dso-b .lightblue {
    color: #000 !important;
}
