/**
 *
 * @author 	Alex Buchgeher <a.buchgeher@cyberhouse.at>
 * @author 	Lidia Panholzer <l.panholzer@cyberhouse.at>
 * 2007-06-18
 * artwork	Joachim Stockenreitner <j.stockenreitner@cyberhouse.at>
 *
 * css styles for startpage
 * 
 */





@import url(SPAMRobinOverall.css);




/* ---------------------------------------

	header

--------------------------------------- */

#header {
	width: 900px;
	height: 322px;
	margin: 0 auto;
	padding: 0;
	border: none;
}
#SPAMRobinLogo {
	width: 299px;
	height: 106px;
	background: #fff url(images/SPAMRobinLogo.jpg) center no-repeat;
	float: left;
}
#leftLogo {
	width: 299px;
	height: 216px;
	background: #fff url(images/headerImageLeftLogo.jpg) center no-repeat;
	float: left;		
}
#rightHeaderImage {
	width: 601px;
	height: 216px;
	background: #fff url(images/headerImageA.jpg) center no-repeat;
	float: right;
}



/* ---------------------------------------

	shadow

--------------------------------------- */

#headerShadow {
	background: #fff url(images/headerShadow.jpg) top center no-repeat;
}
#contentShadow, #footerShadow {
	background: #fff url(images/contentShadow.jpg) top center repeat-y;
}

