@charset "utf-8";

/* ETSA - Level 2 CSS ----------- */
/* 07.10.2009    ------------------ */



/* ------------------ Page Layout ------------------ */

#page {
	background: url(/custom/files/media/pagebgrighthome.gif) repeat-y top right #FFF;
}
#page div.page-left {
	padding-left: 0;	
	background: url(/custom/files/media/pagebglefthome.gif) repeat-y;
}
#page div.page-right {
	padding-left: 0;
	padding-right: 60px;
	padding-bottom: 61px;
}
#page-pic h1 {
	margin-top: -62px;
	padding-left: 28px;
	padding-bottom: 0.1em;
	color: #fff;
	font-size: 1.7em;
	border: 0;
	width: 627px;
}
#page-pic {
	float: left;
	padding: 0;
	margin: 0;
}
#interruptions-button {
	float: left;
	width: 219px;
	text-align: center;
	height: 217px;
	margin: 0;
	background: url(/custom/files/media/btnpowerinterruptionshomebg.gif) no-repeat;
	clear: right;
	padding-top: 60px;
}
#interruptions-button h2 {
	margin-top: 0;	
	font-size: 1.4em;
}
#home-news {
	padding: 25px 50px 50px 138px;
	width: 484px;
	float: left;
}
#home-right {
	float: left;
	width: 197px;
	padding: 25px 10px 50px 12px;
	margin: 0;
}

#footer { 
	background: url(/custom/files/media/footerbghome.gif) no-repeat;
}


/* ------------------ Nav ------------------ */

#nav ul li a#home {background-position: -514px top;} 
#nav ul li a#home:hover {background-position: -771px top;}


/* ------------------ Text styles ------------------ */


h2 {
	color: #2431ab;
	font-weight: normal;
	font-size: 1.4em;
}
#home-news h2 a, #home-right h2 a {
	text-decoration: none;
}
#home-news h2 a:hover, #home-right h2 a:hover {
	text-decoration: underline;
}


