/**
 *
 *	Stylesheet for media="screen,projection" - The frontpage
 *	defines the layout for the startscreen
 *	www.equiterra.at
 *
 *	@author		Alex Buchgeher <alexander.buchgeher(at)fh-hagenberg.at>
 *	created	on 2006/01/19
 *	modified on 2006/06/03
 *
 */
 
 
/* general element-behaviours */
html * { }
body { background: #fff url(images/frontpage_bg.jpg) fixed no-repeat; }

/* container */
#container {
	position: absolute;
	display: block;
	top: 15%;
	left: 50%;
	width: 826px;
	height: 400px;
	margin-left: -414px;
	/* margin-top: -200px; ie seems to be buggy with that */
}

/* pageHeader */
#pageHeader h1 span, #pageHeader #headerImage span {
	display: none;
}
#pageHeader h1 {
	margin: 0 0 10px 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 306px;
	height: 66px;
	background: #fff url(images/equiterra.jpg) center no-repeat;
}
#pageHeader #headerImage {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 826px;
	height: 271px;
	background: #fff url(images/equi_headerimage_orig.jpg) center no-repeat;
}

/* footer */
#footer {
	font-family: 'Times new Roman', Times, serif;
	margin: 0;
	padding: 0 0 2px 0;
	position: absolute;
	width: 826px;
	left: 50%;
	margin-left: -400px;
	bottom: 0px;
	text-align: center;
	font-size: 0.8em;
	color: #999;
}
#footer p {
	font-size: 1.2em;
}
#footer[ id] p {
	font-size: 13px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #222222;
	text-decoration: underline;
}
