
/*
	Stage Styling
*/

body {
	background: #f9f9f9 url(../img/schemaplan.png) left top;
	padding-top: 0;
}

#top {
	display: none;  /* TODO: im TemplateStd für STW-T-Netz gar nicht erst erzeugen */
}

#main {
	padding-top: 0.5em;
	background-color: RGBa(255,255,255,0.8);
}

#stage {
	background-image: none;
	border-width: 0;
}

#stage img.stage-image {
	left: auto;
	right: 22px;
	top: 22px;
	z-index: 10;
	border-width: 6px;
	
}

#stage .container {
	background: url(../img/swt-netze-stage-layout-gespiegelt.jpg) no-repeat top left;
}

#logo {
	z-index: 20;
	left: 20px;
	top: 20px;
	width: 220px;
	/*background-color: RGBa(255,255,255,0.2); keine IE6 Unterstützung*/
	/*border: 5px solid RGBa(255,255,255,1);*/
}

#navigation ul ul {
	background: #eef8ff;
}

#navigation ul {
	font-size: 1.143em;
}

