/* CSS für Startseite */

/* Hauptcontainer für Startseite */
#StartHauptCon{
	position:relative;
	width:820px;
	height:650px;
	min-height: 650px;
	margin:0px auto;
	z-index:0;
}

#StartSwf{
	position:absolute;
	top: 0px;
	left: 0px;
	width:820px;
	height:650;
	z-index:0;
	z-index:3;
}

/* Menü unten */
#StartMenuUnten{
	position:absolute;
	top: 478px;
	left: 20px;
	width:auto;
	height:168px;
	z-index:5;
}

/* Sprachauswahl, Menü oben */
/* background-color:#222222; */
/* top 450 = Flaggen oberhalb vom Hauptmenu */
#StartMenuOben{
	position:absolute;
	top:23px;
	left:20px;
	width:150px;
	height:20px;
	z-index:6;
}
#StartMenuOben img{
	padding-right: 4px;
}

/* ******************************************************************** */
/* AB HIER DEF. NICHT MEHR BENUTZT - Logo ist in start2.swf eingebettet */
/* ******************************************************************** */

/* swf Logo oben rechts (muss über StartSwf liegen, sonst nicht sichtbar) */
#StartSwfLogoOben{
	position:absolute;
	top: 3px;
	left: 569px;
	width:240px;
	height:90px;
	background-image: url(../img/LogoOben.png);
	z-index:4;
}
/* Logo oben rechts */
#StartPngLogoOben{
	position:absolute;
	top: 3px;
	left: 569px;
	width:240px;
	height:90px;
	background-image: url(../img/LogoOben.png);
	z-index:2;
}
