﻿body {
    padding: 0;
    margin: 0;
    background: #369;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    line-height: 16px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    padding: 5px 0 5px 0;
    margin: 0;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 24px;
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
    letter-spacing: -1px;
    text-align: center;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0 0 25px;
    margin: 0 0 10px 0;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 0 10px;
    margin: 0 0 10px 0;
    text-align: left;
}

h4 {
    font-size: 16px;
    line-height: 14px;
    padding-left: 18px;
    text-align: left;
}

h5 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-align: center;
    font-style: italic;
    margin: 0 0 10px 0;
}


a {
    color: #00f;
    text-decoration: none;
}

    a:hover {
        color: #f00;
        text-decoration: underline;
    }  

img {
    max-width: 100%;
}

div#Wallpaper {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('/img/Bk-body02.jpg') no-repeat top;
    background-size: cover;
}

div#Wrapper {
    z-index: 2;
    max-width: 1000px;
    min-height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    display: block;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
}

div#SideBar {
    z-index: 10;
    width: 100%;
    height: 68px;
    position: absolute;
    top: 110px;
    left: 0;
    text-align: left;
}

.MenuLeft {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin: 0;
    padding: 0;
    background: url('/img/Bk-menu02.png') no-repeat top center;
    width: 100%;
    height: 68px;
    background-size: 100% 68px;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
}

    .MenuLeft a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        margin: 0;
        padding: 0 16px 0 16px;
        border-left: 1px solid #4af;
        border-right: 1px solid #0B1528;
        border-top: 1px solid #4af;
        border-bottom: 1px solid #0B1528;
    }

        .MenuLeft a:hover {
            background: #fff;
            text-decoration: none;
            color: #c00;
        }

    .MenuLeft b {
        background: #fb0;
        text-decoration: none;
        color: #000;
        display: inline-block;
        margin: 0;
        padding: 0 5px 0 5px;
    }

.PrintBt {
    background: #ff0;
    text-align: center;
    padding: 4px;
}


div#Content {
    z-index: 3;
    width: 740px;
    height: 100%;
    min-height: 600px;
    margin: 0 0 0 240px;
    position: relative;
}

div#HeadContent {
    z-index: 3;
    width: 100%;
    height: 190px;
    display: block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

    div#HeadContent p {
        margin: 0;
        padding: 0;
    }

div#BannerLeft {
    width: 25%;
    min-height: 220px;
    height: auto;
    display: block;
    position:relative;
    text-align: center;
    vertical-align: top;
    margin: 0 0 0 0;
    background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    padding: 0 0 50px 0;
    border-bottom-left-radius: 100px;
}

    div#BannerLeft p {
        margin: 0;
        padding: 0;
    }  

div#Content {
    z-index: 3;
    width: 75%;
    height: 100%;
    min-height: 600px;
    margin: 0 0 0 25%;
    padding-bottom: 20px;
    position: relative;
}
    div#BannerLeft table {
        max-width: 100%;
        display: inline;
    }
        div#BannerLeft table tr {
            display: inline;
        }
        div#BannerLeft table td {
            display: block;
            max-width: 100%;
            margin: 3px;
        }


div#Lingue {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin: 110px 0 10px 0;
}

    div#Lingue img {
        border: 0;
        margin: 0 4px 0 4px;
    }

div#Logo {
    z-index: 99;
    width: 269px;
    height: 87px;
    position: absolute;
    top: 10px;
    left: -5px;
}

    div#Logo img {
        border: 0;
    }



div#SlideShow {
    z-index: 10;
    padding-top: 8px;
}

.TextBox {
    background: url('/img/alpha50.png');
    height: auto;
    padding: 20px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

    .TextBox p {
        margin: 0;
        padding: 0;
    }

    .TextBox ul {
        padding: 5px 0 5px 20px;
    }

    .TextBox li {
        padding: 0 5px 5px 10px;
    }

    .TextBox a {
        color: #00f;
        text-decoration: none;
    }

        .TextBox a:hover {
            color: #f00;
            text-decoration: underline;
        }  



div#Footer {
    z-index: 3;
    font-family: 'Roboto Condensed', sans-serif;
    background: #036;
    color: #fff;
    line-height: 30px;
    width: 75%;
    min-height: 530px;
    position: absolute;
    bottom: -530px;
    right: 0;
    display: block;
    padding: 10px 0;
    text-align: center;
}

    div#Footer p {
        margin: 0;
        padding: 0;
    }

    div#Footer a {
        color: #fff;
        text-decoration: underline;
        padding: 0 4px 0 4px;
    }

        div#Footer a:hover {
            color: #fff;
            text-decoration: none;
        }




@media (max-width: 760px) {
    .MenuLeft {
        display: none;
    }
    div#Logo {
        display: none;
    }
        div#Logo img {
            display: none;
        }

    div#HeadContent {
        height: 100px;
    }

    div#Content {
        z-index: 3;
        width: 100%;
        margin: 0 0 0 0;
        padding: 50px 0 0 0;
        position: relative;
    }

    div#Lingue {
        display: inline-block;
        width: 240px;
        margin: 3px;
        padding: 10px;
        border-radius: 10px;
        overflow: hidden;
        background:#fff;
    }


    div#SideBar {
        z-index: 3;
        width: 100%;
        height: 100%;
        min-height: 600px;
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        padding: 25px 0 0 0;
        border-bottom-left-radius: 0;
        background: linear-gradient(0deg, rgba(0,51,102,0.5) 0%, rgba(0,51,102,0.75) 100%);
    }


    div#BannerLeft {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        min-height: 220px;
        text-align: center;
        vertical-align: top;
        background:none;
        padding: 0 0 50px 0;
        border-bottom-left-radius: 0;
    }

    div#BannerLeft p {
        display: inline;
        margin:0;
        padding:0;
    }
        div#BannerLeft img {
            display: inline-block;
            max-width: 260px;
            min-width: 260px;
            border-radius: 10px;
            overflow: hidden;
        }

        div#BannerLeft table {
            max-width: 100%;
            display: inline;
        }
            div#BannerLeft table tr {
                display: inline;
            }
            div#BannerLeft table td {
                display: inline-block;
                width: 240px;
                min-height: 60px;
                margin: 3px;
                padding: 10px;
                border-radius: 10px;
                overflow: hidden;
            }
    div#Footer {
        width: auto;
        padding: 10px 10px 0 10px;
        position: relative;
        display:block;
        right: auto;
        bottom: auto;
        margin:-10px 0 0 0 ;

    }

}












               
