

/* sind alles invalide hacks, die aber funktionieren */
/*body:first-of-type #contents{ width:100%; }  *//* Safari 3.1++ */  /* not valid */
/* @media not tty { #contents { width:100% }}  */  /* not valid */

/*
@media all and (min-width:0px) {
    :root body:not(:root:root) #contents { width:100%; }
}  */
/*
body:last-child:not(:root:root) #contents {
	width:100%;
}   */

/* steuerung uebergeordnet via type="text/opera" */
/*#contents { width:100%; }*/
/*div.textblock { width:700px; }*/
/*div.tbintro { width:300px; }*/




