body{
    font-family:"Times New Roman", Times, serif;
    margin:0px 0px 20px 0px;
    padding:0px;
    color:#0F311D;
    background-attachment: fixed;
    background-color:#CD460E;
    background: url(pictures/html_bg.gif);
}

a{
    outline-style:none;
    font-size: 14px;
    color: #4F2700;
}

h2{
    padding:0px;
    margin:15px 0px 5px 20px;
}

input,textarea{
    background-color: #DED3B7;
    font-size:12px;
    color :#663300;
    padding-left:5px;
    margin:2px;
}

.body_div{
    width: 1000px;
    background-image: url(pictures/htm_bg.png);
    background-position: center;
}

.header{
    background-image: url(pictures/header.jpg);
    width: 990px;
    height: 172px;
}

.menu{
    padding:0px;
    margin:30px 0px 10px 0px;
}

.menu li{
    margin:0px 10px;
    list-style:none;
    float: left;    /*csak horisontal menünél kell */
    background-image: url(pictures/end.png);
    background-position:-200px -20px ;
    border-top:1px solid #BBB6B0;
    border-bottom: 1px solid #663300;
    border-right: 1px solid #663300;
    border-left:1px solid #BBB6B0;
}

.menu a{
    text-decoration: none;
    color: #48301A;
    font-size:14px;
    display:block;
    position:relative;
    text-align: center;
    padding:2px 10px;
    font-weight: bold;
}

.menu a:hover{
    color: #A9703D;
}
.main{
    background-image: url(pictures/bg.jpg);
}

.end{}

.website_picture{
    width: 200px;
    border:0px;
    margin:10px 0px 0px 0px;
}

.restaurant_name{
    width: 200px;
    color :#663300;
    margin:5px 0px 25px 0px;
}

.more{
    cursor:pointer;
    color: #4F2700;
    width: 90%;
    text-align: right;
}

.text{
    margin-left:40px;
    width: 900px;
}

.title {
    color: #663300;
    font-family: times,Times New Roman,serif;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
}

.contact{
    width: 600px;
    height: 500px;
}

.send{
    cursor:pointer ;
    background-image: url(pictures/end.png);
    background-position:-200px -20px ;
    border-top:1px solid #BBB6B0;
    border-bottom: 1px solid #663300;
    border-right: 1px solid #663300;
    border-left:1px solid #BBB6B0;
}

