/* author: xcomputer.hu */

body {
    margin-left:   0;
    margin-right:  0;
    margin-top:    0;
    margin-bottom: 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial;
    color: #666;
    background-image: url("../images/bg.jpg");
}

a       { color: #711d2e; outline: none; text-decoration: underline;  }
a:hover { color: #000000; outline: none; text-decoration: underline;  }
img     { border: none; }


#container {
    width:  800px;
    height: 607px;
    background-image: url("../images/content_bg.png");
    margin: 0 auto;
    margin-top: 50px;


    azimuth: expression(
    this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
    );


}

#top {
    width:  762px;
    height: 151px;
    background-image: url("../images/bg_top.jpg");
    position: relative;
    top:  15px;
    left: 20px;
}

#bottom {
    width:  762px;
    height: 423px;
    background-image: url("../images/bg_bottom.jpg");
    position: relative;
    top: 15px;
    left: 20px;
}

#nav_home {
    width:  95px;
    height: 28px;
    top:   123px;
    left:   12px;
    position: absolute;
}

#nav_szolg {
    width:  95px;
    height: 28px;
    top:   123px;
    left:  107px;
    position: absolute;
}

#nav_ref {
    width:  95px;
    height: 28px;
    top:   123px;
    left:  221px;
    position: absolute;
}

#nav_kapcs {
    width:  95px;
    height: 28px;
    top:   123px;
    left:  314px;
    position: absolute;
}

#menu_name {
    width:  171px;
    height:  35px;
    position: absolute;
    top:   34px;
    left: 439px;
}

#content {
    width:  255px;
    height:  35px;
    position: absolute;
    top:   80px;
    left: 452px;
    line-height: 20px;
}

#footerLeft {
    position: absolute;
    top:  402px;
    left:  10px;
    color: #fffdd4;
    font-size: 11px;
}

#footerRight {
    position: absolute;
    top:  402px;
    right: 10px;
    color: #fffdd4;
    font-size: 11px;
}

#footerLeft a {
    text-decoration: none;
    color: #fffdd4;
}

#footerLeft a:hover {
    text-decoration: underline;
    color: #fffdd4;
}

#footerRight a {
    text-decoration: none;
    color: #fffdd4;
}

#footerRight a:hover {
    text-decoration: underline;
    color: #fffdd4;
}
