@CHARSET "UTF-8";

div, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}


body {
    background-color: #f3f1ee;
    text-align: center;
}

#SiteContainer {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#LogoContainer {
    height: 80px;
    background: #F3F1EE; /* old browsers */
    background: -moz-linear-gradient(top, #F3F1EE 0%, #F0F0ED 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F1EE), color-stop(100%,#F0F0ED)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F1EE', endColorstr='#F0F0ED',GradientType=0 ); /* ie */
}

#Logo {
    height: 80px;
}

#Header {
}

#UserBox {
    display: none;
}

#MainMenuBox {
    position: relative;
    height: 80px;
}

#MainMenu {
    position: absolute;
    margin-left: 13px;
    bottom: 0;
}

#MainMenu a {
    padding: 0;
}

.mainMenuItem {
    position: relative;
    float: left;
}

.mainMenuItemContainer,
.mainMenuItemContainer_last {
    margin-left: -15px;
}

.mainMenuBg1 {
    padding-left: 10px;
}

.mainMenuBg2 {
    padding-right: 30px;
}

.mainMenuBg3 {
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#MainContainer {
    background: #EDE8DE;
    background: #E3E2DD; /* old browsers */
    background: -moz-linear-gradient(top, #E3E2DD 0%, #F8F5F0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E2DD), color-stop(100%,#F8F5F0)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E2DD', endColorstr='#F8F5F0',GradientType=0 ); /* ie */    min-height: 600px;
}

#MainCenter {
}

.leftNavBox  {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-bordertop-right-radius: 10px;

    background: #EDE8DE; /* old browsers */
    background: -moz-linear-gradient(top, #D8D0C3 0%, #EDE8DE 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D8D0C3), color-stop(100%,#EDE8DE)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8D0C3', endColorstr='#EDE8DE',GradientType=0 ); /* ie */

    padding-top: 10px;
    padding-bottom: 10px;
}

.leftBox {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-bordertop-right-radius: 10px;

    background: #E5E3DF; /* old browsers */
    background: -moz-linear-gradient(top, #E5E3DF 0%, #EFEDE8 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E3DF), color-stop(100%,#EFEDE8)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E3DF', endColorstr='#EFEDE8',GradientType=0 ); /* ie */

    padding-top: 10px;
    padding-bottom: 10px;
}

.leftNavBox ul  {
    padding-right: 12px;
}

.leftNavBox h2 {
    margin-top: 0px;
    margin-left: 12px;
    margin-bottom: 12px;
    font-weight: bold !important;
}

.leftNavBox h2 a,
.leftNavBox h2 a:hover {
    background: #82766A !important; /* old browsers */
    background: -moz-linear-gradient(top, #82766A 0%, #9B8F81 50%, #82766A 100%) !important; /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82766A), color-stop(50%,#9B8F81), color-stop(100%,#82766A)) !important; /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82766A', endColorstr='#9B8F81',GradientType=0 ); /* ie */

    box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.3);

    color: #fff;
    border: 1px solid #fff;

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    width: 140px;
    overflow: hidden;
    padding: 12px;
    text-align: center;
    
    display:  block;
    color: #fff;
}

.promo-image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.videoBoxContainer {
    width: 251px;
    border-top: 1px solid #fff;
    background-image: url("../images/layout/video_box_background_bottom.jpg");
    background-repeat: repeat-y;
}

.videoBox {
    width: 251px;
    background-image: url("../images/layout/video_box_background_gradient.jpg");
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
}

.videoBox h2 {
    margin-left: 8px;
    padding-top: 12px;
}

.videoBox h3 {
    padding-bottom: 15px;
}

.videoBox .item {
    margin-left: 14px;
}

#InnerContainer {
    margin-left: 251px;
    margin-top: 0px;
}

#InnerContainer2 {
}

#ContentColumn {
    width: 738px;
    border-top: 1px solid #fff;
    background-image: url("../images/layout/content_background.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #f8f5ef;
}

#ContentColumn #Content {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

#RightColumn {
    background: #EDE8DE; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EDE8DE 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EDE8DE)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EDE8DE',GradientType=0 ); /* ie */
}

.rightBox .text {
    padding: 9px;
}

#MiddleColumn {
    width: 522px;
    background-color: #fff;
}

#MiddleColumn #Programok {
    width: 518px;
    background-image: url("../images/layout/middle_izelito.jpg");
    background-repeat: no-repeat;
    background-color: #d1e8e9;
    padding-top: 18px;
    padding-bottom: 9px;
}

#MiddleColumn #Programok .item,
#MiddleColumn #Erdekessegek .item
{
    padding-left: 9px;
    padding-right: 9px;
}

#MiddleColumn #Programok h2 {
    padding-bottom: 6px;
}

#MiddleColumn #Programok .item img {
    float: left;
    border: 1px solid #fff;
    margin-right: 9px;
}

#MiddleColumn #Erdekessegek {
    width: 518px;
    background-image: url("../images/layout/middle_erdekessegek.jpg");
    background-repeat: no-repeat;
    background-color: #d1e8e9;
    padding-top: 9px;
    padding-bottom: 9px;
}

#MiddleColumn hr {
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 92%;
    margin-top: 9px;
    margin-bottom: 9px;
}

#VideoList {
    width: 690px;
    float: right;
}

#VideoList.floating {
    width: 280px;
}

#BottomMenu {
    width: 990px;
    clear: both;
    border-top: 8px solid #f3f1ee;
    background-color: #e2ded8;
    padding-top: 3px;
    padding-bottom: 3px;
}

#BottomMenu p {
    padding-left: 9px;
}

#BottomMenu a {
    padding-left: 6px;
    padding-right: 6px;
}

#Footer {
    border-top: 1px solid #fff;
    background-image: url("../images/layout/footer_top.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 24px;
    text-align: center;
}

#Footer p {
    margin-top: 8px;
    text-align: center;
}

#Anaiz {
    margin-top: 8px;
    float: right;
    margin-bottom: 16px;
}

#PersonaGlobal {
    margin-top: 0px;
    float: left;
    margin-bottom: 16px;
}

.leftBox .fu-aside-content {
    padding: 20px;
}

.rightBox .fu-aside-content {
    padding: 20px;
}

.leftBox h2 {
    padding: 2px;
    padding-left: 20px;
    color: #574f44;
    margin-bottom: 0;
}

.leftBox .fu-aside-content {
    padding-top: 0;
}

.rightBox h2 {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 2px;
    background: #f3f1ee;
    color: #574f44;
    text-transform: uppercase;
}

.middleBox {

    background: #EFF0EB; /* old browsers */
    background: -moz-linear-gradient(top, #EFF0EB 0%, #D7E5E6 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFF0EB), color-stop(100%,#D7E5E6)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFF0EB', endColorstr='#D7E5E6',GradientType=0 ); /* ie */

    padding: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-bordertop-right-radius: 20px;
}

.middleBox p {
    text-align: justify !important;
}
