@charset "utf-8";
/* CSS Document */

/* Hack für IE ,( kotorij ne podderzivaet svojstva) min-width i max-width*/

div#container, div#container_leer, div#footer { 
    width:expression(document.body.clientWidth< 940? "940px": document.body.clientWidth > 1100? "1100px" : "auto");}  
 
