/* Start of CMSMS style sheet 'S1 - INTRO 2009' */
* {
margin:auto;
padding:0;
}

body {
	background-color: #ffffff;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
         background: url(uploads/homepage/intro.jpg) top left no-repeat; 
}


/********************
MAIN - fuer den gesamten Hintergrund!
*********************/
.main {	
position:absolute;
visibility:visible;
width:970px; 
height: 650px;
 /* width:100%; */
/* height:100%; */
 /* min-width: 970px; */
 /* min-height: 650px; */
overflow: hidden;
z-index: 1;
margin: 0px;
background: url(uploads/homepage/intro.jpg) top left no-repeat;
}


.momente {
	position:absolute;
	visibility:visible;
	width:380px;
	height:50px;
	z-index:2;
        left:385px;
        top:226px;
}

.raum {
	position:absolute;
	visibility:visible;
	width:380px;
	height:50px;
	z-index:3;
        left:237px;
        top:375px;
}

.maria {
	position:absolute;
	visibility:visible;
	width:380px;
	height:50px;
	z-index:4;
        left:311px;
        top:510px;
}




.momente_link {
	position:absolute;
	visibility:visible;
	width:270px;
	height:47px;
	z-index:5;
        left:385px;
        top:170px;
}

.raum_link {
	position:absolute;
	visibility:visible;
	width:210px;
	height:45px;
	z-index:6;
        left:235px;
        top:320px;
}

.maria_link {
	position:absolute;
	visibility:visible;
	width:210px;
	height:45px;
	z-index:7;
        left:311px;
        top:460px;
}


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
/* End of 'S1 - INTRO 2009' */

