/***Stylesheet für den Splashscreen***/

/*Muster unten*/
body {
	height:100%;
	padding:0px;
	margin:0px;
	
	background: url(images/splashscreen/splash_muster_unten.jpg) repeat-x fixed;
	background-position:bottom;
}
/*Muster oben*/
#splash_muster_oben{
	height: 190px;
	background-image: url(images/splashscreen/splash_muster_oben.jpg);
	background-repeat: repeat-x;
	background-position:top;
	z-index:10;
}
/*Content*/
#splash_maintabelle{
	z-index:30;	
	margin-top:-135px;
}

/*Logo - dieses Einstellungen werden beim IE 6.0 nicht verwendet*/
#splashlogo{
	width: 335px;
	height: 349px;
	background-image: url(images/splashscreen/logo.png);
}

/*Karl Mayerhofer Schriftzug - dieses Einstellungen werden beim IE 6.0 nicht verwendet*/
#splashkm{
	width: 745px;
	height: 120px;
	background-image: url(images/splashscreen/karlmayerhofer.png);
}


/*Anlagenbau, Sat-TV, usw.*/
#splash_leistungen{
	margin-top:65px;
	width:310px;
}

/*Tabelle der Sprachauswahl*/	
#splash_sprache{
	margin-top:10px;
}
	
