/* Importiert die Haupt-Definitionen in theswingalettes.css */
@import url("main-definitions.css");

/* importiert allgemeine Text-Größen */
@import url("text-size.css");

/*Container für alles, beherbergt kein Hintergrundbild */
#wrapper-without-background {
	margin: 0px auto;
	text-align: left;
	background: #4e3216;
	top: 0px;
	width: 1006px;
	border: 0px solid;
}

/* zentrierter Text */
div.centered-text {
	text-align: center;
	border: 0px solid;
}

/* weiße Schrift für dunklen Hintergrund */
.whitetext {
	color: white;
	}
	
#loadInfo {
	font-family: Georgia, Times, serif;
	color: white;
	vertical-align: center;
	border: 0px solid;
}

#statusBar {
	font-family: Georgia, Times, serif;
	color: white;
	border: 2px solid #aaa;
	width: 300px;
	background: #4e3216 url(../images/preload_background.png) 50% repeat-x;
	border: 1px solid;
}
#status {
	background: url(../images/preload_foreground.png) 0 50% no-repeat;
	height: 12px;
}

#textStatus {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: white;
	border: 0px solid;
}
#textStatus  .numLoaded {
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
#textStatus .numTotal {
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
#textStatus .percentLoaded {
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
#textStatus .currentImg {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	display: block;
}
#textStatus .currentImg span {
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

/* Kurztext auf der Preload Seite */
#kurzertext {
	position: relative;
	width: 50%;
	color: white;
	text-align: left;
	border: 0px solid;
}
