body {
    margin: 0px;
    padding: 0px;
    background: #EBE0CC;
}
.headerImg {
    height: 100px;
}
.text {
    text-align: justify;
}
.box {
    width: 100%;
    min-height: 200px;
    height: auto;
    border: 1px solid #e0e0e0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
    word-break: break-all;
    background: white;
}
.boxHeader {
    background: #C82820;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    padding-left: 9px;
    font-weight: bold;
}

.boxContent {
    padding: 5px;
    background: white;
    word-break: break-all;
}

.boxHeaderTxt {
    padding-left: 5px;
}

.menuItem {
    color: grey;
    font-weight: bold;
    background: white; 
    padding: 10px;
    border-left: 3px solid grey;
    display: block;
    width: 100%;
    min-width: auto;
    border-bottom: 1px solid #e0e0e0;
}
.menuItem:hover, .activ{
    text-decoration: none;
    color: #C82820;
    border-left: 3px solid #C82820;
    background: #e2e2e2;
}



.cont {
    margin-bottom: 6px;
}

.slideShow {
    width: 100%;
    height: 100%;
    max-height: 180px;
}

.picInText {
    width: 40%;
    height: 40%;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.right {
    margin-left: 10px;
    margin-right: 0px;
    float: right;
    width: 30%;
    height 30%;
}

.footer {
    margin-top: 25px;
    margin-bottom: 35px;
}

.footerCont {
    padding-left: 15px;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 40%;
}

.fixWidth {
    max-width: 650px;
    
}

.table {
    text-align: left;
}

.alap {
    background: #F5F0E6; 
    border: 1px solid #dbdbdb; 
    border-top: 0px; 
    padding-bottom: 15px;
}


