.layoutBody{
        background-color:#750700;
}

/*Hilfs style um die Seite richtig postionieren zu können */
.layoutCenterHelper{
       position:absolute;
       left:50%;
       top:50%;
}

/* Eigenschaften der Seite */
.layoutPage{
	height: 609px;
	width: 1000px;
        background-image: url(../tf/komplett_hinter.jpg);
	background-repeat: no-repeat;

	left:-500px;
	top:-304px;
	
	position:absolute;
}

/* Eigenschaften des Inhalts hier sollte nur die Position/Größe eingestellt werden.
Rahmeneigenschaften wie margin/padding werden in layoutContent2 eingestellt */
.layoutContent{
	height: 405px;
	width: 726px;
	left:230px;
	top:70px;
	
	position:absolute;
        overflow: auto;
}

.layoutContent2{
	width: 500px;
	left:30px;
	top:0px;
        position:absolute;


}

.layoutLeft{
	height: 462px;
	width: 178px;
	left:15px;
	top:130px;
	
	position:absolute;
        overflow: auto;
}

.layoutTop{
	left:0px;
	top:0px;
}

.layoutBottom{
	left:0px;
	top:0px;
}


