﻿body
{
    background-color: #52b2d4;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

#center
{
    margin: 0px auto 0px auto;
    text-align: center;
    width: 950px;
}

#page_container
{
    background-color: #a9dcee;
    text-align: left;
    width: 950px;
}

#header
{
    background-image: url('../images/header_bg.jpg');
    height: 80px;
    width: 950px;
}

#header ul
{
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#header li
{
    float: left;
    list-style-type: none;
    margin: 0px;
}

#header a
{
    display: block;
    height: 80px;
}

#header a#logo
{
    background-image: url('../images/logo.jpg');
    width: 500px;
}

#header a#ures
{
    width: 250px;
}

#header a#apartman
{
    background-image: url('../images/apartman_btn.jpg');
    width: 100px;
}

#header a#apartman:hover
{
    background-image: url('../images/apartman_btn_p.jpg');
    width: 100px;
}

#header a#kapcsolat
{
    background-image: url('../images/kapcsolat_btn.jpg');
    width: 100px;
}

#header a#kapcsolat:hover
{
    background-image: url('../images/kapcsolat_btn_p.jpg');
    width: 100px;
}

#page_content
{
    background-color: White;
    float: left;
    width: 950px;    
}

#page
{
    color: #13607b;
    font-family: Verdana;
    font-size: 12px;
    padding: 5px;
    float: right;
    width: 880px;
}

#footer
{
    background-image: url('../images/footer_bg.jpg');
    float: left;
    color: #ff9933;
    font-family: Verdana;
    font-size: 11px;
    height: 20px;
    padding-top: 10px;
    text-align : center;
    width: 950px;
}

#footer a
{
    font-weight: bold;
    color: #ff9933;
    text-decoration: none;    
}

#footer a:hover
{
    color: #1f9a3f;
    text-decoration: none;    
}
