/*	
mira! neue kommunikation GmbH
MASTER-CSS fuer Stutz Interieur, Einsiedeln
version 1.0.0 - 02/01/2010 - by JC/CS - http://www.neue-kommunikation.ch
------------------------------------------------------------------------ 
/*======================================================================*/


/* link to master.css: project-globale konfiguration
--------------------------------------------------- */
@import url(master.css);
@import url(news.css);
@import url(events.css);


/* template konfiguration
--------------------------------------------------- */
/* backgroundimage header */
#header {
  height: 250px;
  width: 900px;
  background: url(header01.jpg) no-repeat top center;
}


/* backgroundimage main-content */
#maincontainer {
	background-image: url(bg_maincontent.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border: solid 0px #000000;
}

/* END CSS */

