/* CSS Document */


#seite{height:auto; position:relative; min-width:auto; background:none;}
#head{ height:130px; background:#fff; width:100%;}
#head .logo{float:left}
#head .headline {float:right;}


/* for all browsers that understand min-width */
#min-width {background:none; overflow:visible;}

/* method 2 a bodge for IE browsers IE5.01, IE5.5 and IE6 */
* html #seite {border-right:766px solid #fff;}
* html #min-width {overflow:visible;}

#menu {display:none; visibility:hidden}


#mitte{ margin:0; overflow:visible; background:none; width:auto; min-width:auto; display:block}

#bild{background:none;}