/*************************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz
Tel. +41 (0)41 874 30 30, E-Mail mail[at]webtech[dot]ch
All rights reserved, all graphics copyrighted.
**************************************************************************************/



/* Site Background ********************************************************************/
#siteBack {
	float: left;
	width: 100%;
	background-image: url(img/background-site-home.gif);
	background-repeat: repeat-y;
}
/* Site Background end ****************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 100%;
	background-image: url(img/background-site-top-home.gif);
	background-repeat: no-repeat;
}
/* Site end ***************************************************************************/



/* Copy *******************************************************************************/
#copy {
	background-image: url(img/footer-home.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
/* Copy end ***************************************************************************/
