/* hacks needed by IE to display http://simon.wwwagner.net/ correctly */
/* star-html hacks go first, then you have additional css-element to tell IE to do what others do by default */ 

*html a.up {
    width:9em;
}
*html a.back,a.forward {
    width:15em;
}

*html .whereami_bar {
    height:auto; /* IE 4 and 5.x */
    h\eight:0.9em; /* IE 6 */
}

*html .where,.choose_lang {
    height:1em;
    line-height:0.8em; /* IE 4 and 5.x */
    h\eight:1em; /* IE 6 */
}

*html .preview_comment {
    font-size:0.8em;
    width:26em;
}

*html .full_size_block {
    width:auto;
}

*html .text_background, .text_corners, .text_container {
    margin-top:0;
    background-position:left 24px;
}

.menu_corner_bottom {
    background-repeat:no-repeat;
}










