/*
    project: vattenfall accessibility project
    type: stylesheet
    description: basic screen colors for all browsers
    last edited: 05.08.2005, Stefan Heimann
    
    (c) cosmoblonde 2005. All rights reserved.
*/
/*for replacement
/www/vattenfall/vattenfall_de/__SYSTEM/__img06
/www/vattenfall/vattenfall_de/__SYSTEM/__img06
/www/vattenfall/vattenfall_de/__SYSTEM/__img06
http://sagdvdb7015.corp.vattenfall.de/wave/dso_edit/vf_dso/__SYSTEM/__img06

*/

/* ----------  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;
}

*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;
}
/* 2008-03-11 pwielowinski: Removed VIPURL tags because of Opera/Safari compatibility problems
			   			    References can still be recognized thanks to parser.xml settings
*/
body.home {
    background-image: url("/www/vf_pl/vf_pl/__SYSTEM/__img06/body/bg_home.gif");
    xpadding-left: 10px;
}

body.privateCustomer {
    background-image: url("/www/vf_pl/vf_pl/__SYSTEM/__img06/body/bg_private_customer.gif");
}

body.businessCustomer {
    background-image: url("/www/vf_pl/vf_pl/__SYSTEM/__img06/body/bg_business_customer.gif");
}

body.aboutVF {
    background-image: url("/www/vf_pl/vf_pl/__SYSTEM/__img06/body/bg_about_vf.gif");
}

body.default{
    background-image: url("/www/vf_pl/vf_pl/__SYSTEM/__img06/body/bg_home.gif");
    xbackground-position: 10px 0;
}

/* ptemich 20.06.2008, new background for EEP*/
body.eepDesign { 
    background-image: url("/www/vf_pl/vf_pl/__SYSTEM/__img06/background/bg_eep_green.gif") !important;
}

body.popup {
    background-image: none;
	width: auto;
	height: auto;
	padding: 20px 20px 0px 20px;
	margin: 0px; 
}

/* text - inline */
abbr, acronym {
    cursor: help;
}

/* links - specificity: "LVHAF"! */
a:hover, a:active, a:focus {
    text-decoration: underline;
}

/* forms */
label, input[type=button], input[type=checkbox], input[type=image], input[type=radio], input[type=reset], input[type=submit], select, button {
    cursor: pointer;
}
