/* 
########################################################
Style fuer die grundsaetzliche Ausrichtung der Elemente
########################################################
*/
* {margin:0; padding:0;}

html, body {
	height:100%;
	}
body {
	background-image:url(../img/spacer_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#2f3700;
	text-align:center; /* horizontal centering for IE Win quirks */
	}
#containerAll { /* zentriert Seite in der Horizontalen */
	margin:0 auto; 
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:100%;
	width:941px;

	}
/* 
########################################################
Sprachwechsel
########################################################
*/
#BoxSpeach
{margin:0 auto;	position:absolute; top:134px; left:397px; text-align:left; float:left; clear:left;}
	
/* 
########################################################
Startseite
########################################################
*/

#BoxHeadline1
{margin:0 auto; position:absolute; top:247px; left:383px; text-align:left; float:left;}
#BoxHeadline2
{margin:0 auto; position:absolute; top:339px; left:9px; text-align:left; float:left;}
#BoxHeadline3
{margin:0 auto; position:absolute; top:510px; left:9px; text-align:left; float:left;}
#BoxHeadline4
{margin:0 auto; position:absolute; top:403px; left:646px; text-align:left; float:left;}
#BoxImage
{margin:0 auto; position:absolute; top:299px; left:324px; text-align:left; float:left;}
#BoxText2
{margin:0 auto; position:absolute; top:384px; left:45px; text-align:left; float:left;}
#BoxText3
{
	margin:0 auto;
	position:absolute;
	top:555px;
	left:45px;
	text-align:left;
	float:left;
	width: 257px;
}
#BoxText4
{margin:0 auto; position:absolute; top:448px; left:666px; text-align:left; float:left;}


/* 
########################################################
Error
########################################################
*/

#BoxError
{
	margin:0 auto;
	position:absolute;
	top:292px;
	left:224px;
	text-align:center;
	float:left;
	clear:left;
	width: 478px;
}
