/* 
* CSS Document for Root Template 
* HTL für Bau und Kunst Innsbruck, 2006
*
* filename: banner.css
* extended css-files: no
* used for the banner of the template schule_template.html, direktion_template.html
* css-file used in: schule_template.html, direktion_template.html
*/

#banner {
	position:absolute;
	left:15%;
	top:45px;
	width:70%;
	height:110px;
	z-index:2;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center;
}

