#menu {

position: absolute;
top: 0px;
left: 0px;
height: 315px;
width: 1200px;

background-color: rgb(90, 104, 112);

}


#flashContent{

position: absolute;
top: 60px;
left: 150px;

}

#mainMenu{

position: absolute;
top: 47px;
left: 200px;

}

#subMenu{

position: absolute;
top: 47px;
left: 800px;
}

/* Der linke Rand*/

#sideMenu{

position: absolute;
top: 330px;
left: 0px;

width: 150px;
height: 400px;

}
/*linke mittlere Spalte*/
#contentLeft{

position: absolute;
top: 330px;
left: 170px;

height: auto;
width: 300px;
}

/*rechte mittlere Spalte*/
#contentMiddle{

position: absolute;
top: 330px;
left: 470px;

height: auto;
width: 300px;

}

/*rechte Spalte am Rand*/
#contentRand{

position: absolute;
top: 330px;
left: 850px;

height: auto;
width: 261px;

}


