/* 
    Document   : style
    Created on : 2011.03.10., 19:02:13
    Author     : buczek
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    background-color: #363635;
    color: #000000;
}



h2 {
    font-size: 14px;
    font-weight: bold;
}

#container {
    width: 965px;
    padding-top: 0px;
    text-align: left;
}

#head {
    width: 965px;
    height: 93px;
    background-image: url('images/background-head.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

#kezdolap {
    width: 155px;
    height: 93px;
    background-image: url('images/hohenloher.jpg');
    float: left;
}

#kezdolap a {
    width: 155px;
    height: 93px;
    display: block;
}

#menu {
    width: 500px;
    height: 93px;
    padding-left: 7px;
    font-size: 13px;
    float: left;
}

#menu h1 {
    font-size: 13px;
    margin-top: 0px;
}

#menu a h1 {
    padding-top: 38px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    height: 55px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    float: left;
}

#menu a:hover h1 {
    background-color: #333333;
    color: #f40d18;
}

#middle {
    margin-bottom: 0px;
    overflow: auto;
    width: 100%;
    /*background-image: url('images/background-sidebar-alul.jpg');*/
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #ffffff;
    font-size: 14px;
}

#content {
    width: 677px;
    /*height: auto;*/
    min-height: 460px;
    background-color: #ffffff;
    float: left;
}

#content .main {
    padding-left: 28px;
    padding-right: 15px;
    height: auto;
    min-height: 396px;
    text-align: justify;
}

#content .submenu {
    /*background-image: url('images/background-content.jpg');*/
    background-color: #ffffff;
    background-position: top left;
    background-repeat: no-repeat;
    height: 22px;
    padding-left: 33px;
    padding-right: 5px;
    padding-top: 10px;
    font-size: 14px;
}

#content .submenu a {
    color: #838383;
    text-decoration: none;
}
#content .submenu a:hover {
    color: #000000;
}
#content .alul {
    height: 32px;
    /*background-image: url('images/background-content.jpg');*/
    background-color: #ffffff;
    background-position: bottom left;
    background-repeat: no-repeat;
}

#content .letoltes {
    background-color: #dcdcdc;
}

#sidebar {
    width: 288px;
    height: auto;
    float: left;
    
}

#sidebar .main {
    width: 256px;
    margin-right: 32px;
    min-height: 396px;
    text-align: left;
    background-color: #dcdcdc;
}

#sidebar .submenu {
    height: 25px;
    padding-top: 7px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #535353;
    /*background-image: url('images/background-sidebar-submenu.jpg');*/
    background-color: #ffffff;
    background-position: top right;
    background-repeat: no-repeat;
}

#sidebar .submenu a {
    color: #535353;
    text-decoration: none;
}

#sidebar .submenu a:hover {
    color: #f40d18;
}


#sidebar .alul {
    height: 32px;
    /*background-image: url('images/background-sidebar-alul.jpg');*/
    background-color: #ffffff;
    background-position: bottom right;
    background-repeat: no-repeat;
}

#foot {
    width: 965px;
    height: 32px;
    background-color: #777575;
    background-image: url('images/background-foot.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 0px;
}

#foot a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#foot a:hover {
    color: #000000;
}

#foot .home {
    padding-top: 7px;
    padding-left: 28px;
    float: left;
}

#foot .kapcsolat {
    width: 268px;
    height: 25px;
    padding-top: 7px;
    padding-left: 20px;
    float: right;
    background-color: #000000;
}

#foot .kapcsolat a:hover {
    color: #f40d18;
}

.hir {
    padding-left: 15px;
    padding-top: 10px;
}

.hir-cim {
    color: #f40d18;
    text-decoration: none;
}

.hir-cim a:hover{
    color: #000000;
}

.katalogus {
    font-size: 12px;
}

.katalogus a {
    color: #535353;
    text-decoration: none;
}

.katalogus a:hover {
    color: #000000;
}

.letoltes a {
    color: #535353;
    text-decoration: none;
}

.letoltes a:hover {
    color: #000000;
}

.hirall-cim {
    padding-top: 20px;
    font-size: 15px;
    font-weight: bold;
}

.hirall-szoveg {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    text-align: justify;
}
