.layoutBody{
        background-color:#950101;
}

/*Hilfs style um die Seite richtig postionieren zu können */
.layoutCenterHelper{
       position:absolute;
       left:50%;
       top:50%;
}

/* Eigenschaften der Seite */
.layoutPage{
	height: 550px;
	width: 1000px;
background-image: url(../tf/komplett_hinter.jpg);
	background-repeat: no-repeat;

	left:-500px;
	top:-275px;
	
	position:absolute;
}

/* Eigenschaften des Inhalts hier sollte nur die Position/Größe eingestellt werden.
Rahmeneigenschaften wie margin/padding werden in layoutContent2 eingestellt */
.layoutContent{
	height: 400px;
	width: 750px;
	left:247px;
	top:93px;
	
	position:absolute;
        overflow: auto;
}

.layoutContent2{
	width: 470px;
	left:15px;
	top:0px;
        position:absolute;

}

.layoutLeft{
	height: 462px;
	width: 178px;
	left:5px;
	top:150px;
	
	position:absolute;
        overflow: auto;
}

.layoutTop{
	left:0px;
	top:0px;
}

.layoutBottom{
	left:15px;
	top:500px;
	position:absolute;
}


#flashScreen{
       left:776px;
       top:165px;
       width:203px;
       height:153px;
       position:absolute;
}


