body {
    margin: 0;
    background-color: black;
}

#menu {
    width: 762px;
    margin: 0;
    padding: 0;
}

li.menuItem {
    float: left;
    display: inline;
    width: 85px;
    height: 20px;
    background-color: #922723;
    border: solid 1px #BC975D;
    font-family: Times New Roman, Times, Serif;
    font-size: 12px;
    font-style: italic;
    color: #FFFCC8;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
}

li.menuItem_active {
    float: left;
    display: inline;
    width: 85px;
    height: 20px;
    background-color: #FFFCC8;
    border: solid 1px #BC975D;
    font-family: Times New Roman, Times, Serif;
    font-size: 12px;
    font-style: italic;
    color: #922723;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
}

li.menuItemLast {
    float: left;
    display: inline;
    width: 64px;
    height: 20px;
    background-color: #922723;
    border: solid 1px #BC975D;
    font-family: Times New Roman, Times, Serif;
    font-size: 12px;
    font-style: italic;
    color: #FFFCC8;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

a.menuLink {
    color: #FFFCC8;
    font-size: 12px;
    text-decoration: none;
    clear: both;
}

a.menuLink:hover {
    color: #922723;
    font-size: 12px;
    text-decoration: none;
    clear: both;
}

div.category {
    width: 762px;
}

div.categoryImage {
    float: left;
    width: 282px;
    border-bottom: solid 1px #BC975D;
}

.myeditor {
    width: 400px;
    height: 120px;
    background-color: transparent;
    border: none;
    font-family: Times New Roman, Times, Serif;
    font-size: 13px;
    font-style: italic;
}

h1 {
    font-family: Times New Roman, Times, Serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: #922723;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-left: 40px;
    margin-top: 35px;
}

p.leiras {
    font-family: Times New Roman, Times, Serif;
    font-size: 13px;
    font-style: italic;
    color: #000000;
    text-align: left;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 20px;
}

div.categoryText {
    float: left;
    width: 480px;
    height: 282px;
    background-image: url('images/default_bg.jpg');
    background-repeat: no-repeat;
    border-bottom: solid 1px #BC975D;
}

a.reszletek {
    font-family: Times New Roman, Times, Serif;
    font-size: 13px;
    font-style: italic;
    color: #922723;
    letter-spacing: 1px;
    text-decoration: none;
}

a.reszletek:hover {
    font-family: Times New Roman, Times, Serif;
    font-size: 13px;
    font-style: italic;
    color: #922723;
    letter-spacing: 1px;
    text-decoration: underline;
}