/*
    project: vattenfall accessibility project
    type: stylesheet
    description: print styles for all browsers with default values but without positioning
    last edited: 04.04.2006 
    
    (c) cosmoblonde 2006. All rights reserved.
*/

@import "../screen/skeleton_screen.css";
@import "../screen/navigation_screen.css";
@import "../screen/forms_screen.css";
@import "../screen/icons_screen.css";
@import "../screen/content_screen.css";
@import "../screen/modules_screen.css";

/* ----------  2. PART: stylesheets to compensate browser quirks  ---------- */

/* ----------  CSS FILTER @import with single quotes without url ----------
    applied by:
    + Win IE 5.0 - 6.x
*/
@import '../screen/x_browser/win_ie_all.css';


/* ----------  CSS FILTER USED: Band Pass Filter  ----------
    Mac Band Pass Filter
    applied by:
    + IE 5/Mac
*/
/*\*//*/
@import "../screen/x_browser/mac_ie5.css";
/**/

body {
    color: #000 !important;
    font-family:Arial,sans-serif !important;
}

a{
	xxxcolor: #000 !important;
}

#wrapperMainNavigation,
#wrapperSubNavigation{
	display:none;
}

/* work around due to firefox problem within #footer p */
#vattenfall-com div#footer ul{
	display:none;
}
#vattenfall-com div#footer p{
	visibility:hidden;
}

*html #footer{ /* !important crashes firefox */
	display:none !important; 
}
 /* x1canders 2007-09-06 do bugfix for printing more than one page, f.e: pressreleases*/

*html #contentExtended{ 
  float: none;
}

/* BEGIN  Sebastian.milosz  6.11.2008  */
#breadcrumbTrail {
width:620px !important;
}

#breadcrumbTrail  .hide {
width:620px !important;
}
/* END  Sebastian.milosz  6.11.2008  */

#breadcrumbTrail  h2.hide {
	color: #000;
	font-size:0.7em;
	line-height:1em;
	left: -20px;
}
#breadcrumbTrail  ol {
	margin-top:12px;
	margin-left:-25px;
}

#header .headerLogo{
	position:absolute;
	right:200px;
}

/* x1canders 2007-09-04 the footer should not be displayed */
#footer {
   background-image:none;
}

 

/*
:root #content,
:root #contentExtended,
:root #sidebar{ 
	clear:both !important;
	float: none; >>> firefox crashes on pages with application! 
}*/


#wrapperMainContent{ 
	margin-left:0px !important;
	left:0;
}
/* x1canders 2007-09-06 bugfix for print pressreleases over more then one page*/
:root #wrapperMainContent{ 
	xposition:absolute !important;
}

body.home #wrapperMainContent{ 
	position:relative !important;
}
