html
{
    color:#616161;
    font-family:verdana;
    font-size:14px;
}
body
{
    line-height:1.4 !important;
}
div#container
{
    /*position:absolute;
    left:50%;
    margin-left:-485px;
    */
    margin:0 auto;
    width:970px;
}	
div#top
{
    /*margin-top:7px;*/
    width:970px;
    height:255px;
    background: url("../images/top_zima.jpg") no-repeat;
}
div#menu-container
{
    width:950px;
    height:212px;
    margin-left:11px;
}
.clear
{
    clear:both;
}
ul#menu li
{
    line-height: 0;
    width:190px;
    height:212px;
    display:block;
    float:left;
}
ul#menu img.menu-bottom
{
    opacity: 0.40;
    filter: alpha(opacity=40);
}
ul#menu li#firma img.menu-bottom
{
    opacity:1;
}
img.removeopacity
{
    opacity:0.4;
}
div#content
{
    padding:10px 20px;
    width:940px;
    height:196px;
    background:url("../images/content.jpg") no-repeat;
}
div#content-text
{
    float:left;
    width:735px;
    text-align:justify;
}
div#content-img
{
    text-align:right;
    float:left;
    width:195px;
    margin:10px 10px 0px 0px;
}
img.top
{
    margin-bottom:20px;
}
.geez
{
    color:#3399cc;
}
div#footer
{
    text-align:right;
    font-size:14px;
    padding: 0px 20px;
    margin:10px 0px;
    width:930px;
    height:49px;
    background:url("../images/footer.jpg") no-repeat;
}
.languages
{
    padding-left:5px;
    float:left;
    width:600px;
    text-align:left;
}
.languages img
{
    margin-top:15px;
    border:1px solid #000;
}
.copyright
{
    line-height:47px;
    width:315px;
    float:right
}
div#footer a
{
    color:#616161;
    text-decoration:none;
}
div.menu
{
    width:190px;
    height:212px;
}
.header
{
    margin:5px 0px 10px 10px;
}
sup,
sub {
        font-size:10px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
