.layoutBody{
        background-color:#f5e1a3;
        overflow:hidden; 
}

/*Hilfs style um die Seite richtig postionieren zu können */
.layoutCenterHelper{
       position:absolute;
       left:50%;
       top:50%;
}

/* Eigenschaften der Seite */
.layoutPage{
	height: 900px;
	width: 1300px;
        background-image: url(../media/hintergrund3.jpg);
	background-repeat: no-repeat;

	left:-650px;
	top:-450px;
	
	position:absolute;
}

/* Eigenschaften des Inhalts hier sollte nur die Position/Größe eingestellt werden.
Rahmeneigenschaften wie margin/padding werden in layoutContent2 eingestellt */
.layoutContent{
	height: 345px;
	width: 604px;
	left:508px;
	top:342px;
	
	position:absolute;
        overflow: auto;
}

.layoutContent2{
	width: 500px;
	left:55px;
	top:15px;
        position:absolute;

}

.layoutLeft{
	height: 462px;
	width: 195px;
	left:320px;
	top:330px;
	
	position:absolute;
        overflow: auto;
}

.layoutTop{
	height: 160px;
	width: 240px;
	left:910px;
	top:163px;
	
	position:absolute;
}

.layoutBottom{
        position:absolute;
	left:1020px;
	top:700px;
}


