/* Safari */
#banner { width:410px; height:60px; position:absolute; top:7px; right:10px; }

/* Firefox, Opera auf win */
*>*:first-child+* #banner { width:410px; height:60px; position:absolute; top:8px; right:10px; }

/*
head:first-child+body #banner { width:410px; height:60px; position:absolute; top:8px; right:220px; }
*/

/* IE6 */
* html #banner { width:410px; height:60px; position:absolute; top:7px; right:10px; }

/* IE7 */
*:first-child+html #banner[id] { width:410px; height:60px; position:absolute; top:7px; right:10px; }