﻿
a {
    color: #005ea8;
}

    a:hover {
        color: #005191;
    }

body {
    font-family: Roboto, "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif !important;
    color: #565859;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background: #d1d1d1;
}

table {
    border: none;
}

button {
    margin: 0;
}

table tr th, table tr td {
    font-size: 15px;
}

div.logo {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0 3px 5px;
}

    div.logo div {
       width:300px;
       height: 80px;
       float:right;
        text-align: center;
        font-size: 26px;
        font-weight: 500;
        font-variant: small-caps;
        color: #50be40;
        margin-top:15px;
         margin-right:80px;
    }

   


#DialogLogin button {
    width: 200px;
    padding: 10px;
}

.enlarge {
    font-size: 12px;
    margin-left: 4px;
}

h1 span, h2 span {
    font-size: 15px;
}



.teaser img {
    width: auto;
}

.teaser_fade {
    width: 100%;
    height: 20px;
    position: relative;
    top: -20px;
    background: url('../../theme/images/design/img-btm.png') repeat-x bottom;
}


/*++++++++++++++++++++++++++footer++++++++++++++++++++++++++++*/

.bottomBar {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
    top: 30px;
    background: #005ea8 url("../../theme/images/design/bg_nav.png") repeat-x;
    line-height: 1.2;
}

.FooterInfos, .FooterLinks, .FooterNAT, .FooterOrasi {
    position: relative;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 0.8em;
}

#footer {
    position: relative;
    /*min-width:1021px;*/
    padding-bottom: 20px;
}

.FooterInfos {
    text-align: right;
}

.FooterOrasi {
    text-align: left;
}

#footer a {
    color: #fff;
}

.FooterInfos a, a.din, .FooterOrasi a {
    text-decoration: underline;
    text-decoration-color: #68b9f8;
}

.FooterInfos h6, .FooterLinks h6, .FooterOrasi h6 {
    color: #fff;
    font-weight: 600;
    line-height: 40px;
}

.FooterNAT img {
    margin-top: 10px;
}

a.din {
    font-size: 1.0em;
    font-weight: 500;
}



#toTop button {
    position: fixed;
    bottom: 1px;
    right: 2px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 15px;
    background: #f60;
    color: #fff;
    padding: 4px;
    border-radius: 0;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
}

/*++++++++++++++++++++++++++end footer++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++Navigation++++++++++++++++++++++++++++*/

#header {
    background: #FFFFFF;
    height: 70px !important;
}

#topheader {
    box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.3);
    background: #005ea8 url("../../theme/images/design/bg_nav.png") repeat-x; /* for non-css3 browsers */
    border: solid 1px #6d6d6d;
    height: 55px;
}


    #topheader ul li {
        cursor: pointer;
        font-size: 18px !important;
    }

.expanded.top-bar li {
    font-size: 15px;
    height: 40px;
    margin: 0;
}


.top-bar .name {
    font-size: 16px;
    height: 2.8125em;
    margin: 0;
}

    .top-bar .name span {
        font-weight: normal;
        font-size: 18px;
        color: #fff;
        padding: 15px 0 0 35px;
    }

.top-bar-section ul li {
    margin: 5px 5px 0;
}

.expanded.top-bar .top-bar-section {
    width: 200px;
    float: right;
    margin-top: 15px;
}

    .expanded.top-bar .top-bar-section ul li {
        border-bottom: solid 1px #fff;
    }

.main {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 99;
    left: 0px;
}

/*++++++++++++++++++++++++++Register++++++++++++++++++++++++++++*/


div.register span.headgreen{ 
        font-size: 24px;
        font-weight:bold;
        font-variant: small-caps;
        color: #50be40;      
    }


select.month {
    width: 300px;
     margin: 0;
    font-size: 15px;
}

.step1, .step2, .step3, .account {
    position: relative;
    padding: 0 20px 0 20px;
}

    .step1:disabled input, .step3:disabled input {
        background-color: #f1f1f1;
    }

.selected {
    font-weight: bold;
}

div.register table tr td.td_right {
    text-align: left;
}

div.send table tr td {
    text-align: left;
    float: right;
    padding-left: 50px;
}

div.register .row {
    background-color: #fff;
    font-size:16px;
}

div.register span.head {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

div.register span.noteactiv {
    color: #ff0000;
}

div.register input, div.register span {
    margin: 0;
    font-size:16px;
}

    div.register input.fax {
        float: left;
        width: 25%;
        margin-right: 5px;
    }

    div.register input.address {
        float: left;
        margin-right: 5px;
    }

div.register span.comment {
    font-size: 11px;
}



.LoginSuccess {
    text-align: center;
}

    .LoginSuccess .TreeText span {
        text-align: center;
        font-size: 18px;
        font-variant: small-caps;
    }

    .LoginSuccess .TextTop {
        position: relative;
        padding: 40px;
        width: 100%;
        text-align: justify;
    }

        .LoginSuccess .TextTop span {
            font-size: 16px;
            color: #000;
        }

    .LoginSuccess .HeadText {
        position: relative;
        text-align: center;
        width: 100%;
        padding: 25px 0 10px 0;
    }

        .LoginSuccess .HeadText span {
            text-align: center;
            font-size: 20px;
            color: #005191;
            font-variant: small-caps;
        }

/*++++++++++++++++++++++++++Main++++++++++++++++++++++++++++*/

.divContent {
    position: relative;
    width: 100%;
    top: 10px;
}


#divCnt {
    position: relative;
}

    #divCnt img {
        width: 100%;
    }


.TeaserBox {
    background: #D6DBDE;
    min-height: 130px;
    margin: -20px 0px;
    text-align: center;
    padding-top: 15px;
}

    .TeaserBox span {
        color: #666666;
        font-size: 2.2rem;
        font-weight: 500;
        font-variant: small-caps;
    }



.BoxGroups {
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.45) 0 3px 5px;
    /*cursor: pointer;*/
    text-align: center;
    margin-top: 0px;
}

    .BoxGroups .TextTop {
        min-height: 120px;
        font-size: 16px;
        padding: 10px;
    }

        .BoxGroups .TextTop span {
            margin: 0 auto;
        }

    .BoxGroups .TreeText {
        position: relative;
        text-align: center;
        width: 100%;
        background-color: #fff;
        border: 2px solid white;
        border-bottom: none;
        padding: 5px 0;
    }

        .BoxGroups .TreeText span {
            text-align: center;
            font-size: 20px;
            font-weight: 500;
            font-variant: small-caps;
            color: #000;
        }


    .BoxGroups .HeadText {
        position: relative;
        text-align: center;
        width: 100%;
        padding: 25px 0 10px 0;
    }

        .BoxGroups .HeadText span {
            text-align: center;
            font-size: 22px;
            color: #005191;
            font-weight: 500;
            font-variant: small-caps;
        }


    .BoxGroups .TreePicture {
        position: relative;
        text-align: center;
        width: 270px;
        margin: 10px auto;
    }


        .BoxGroups .TreePicture img {
            width: 100%;
        }

.TreeButton {
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 5px 12px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: rgba(0, 0, 0, 0.65) 0 5px 12px;
    color: #fff;
    background: #005ea8; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006eb8', endColorstr='#005ea8');
    background: -webkit-gradient(linear, left top, left bottom, from(#006eb8), to(#005ea8));
    background: -moz-linear-gradient(top, #006eb8, #005ea8);
    text-align: center;
    font-weight: 500;
    border: 1px solid #005ea8;
    border-bottom: none;
    border-radius: 0;
    padding: 10px;
    margin: 20px auto 40px auto;
    width: 30%;
    cursor: pointer;
}

    .TreeButton span {
        color: #fff;
        text-decoration: none;
        font-variant: small-caps;
        cursor: pointer;
    }

.LogPicture {
    position: relative;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
}

#divCnt div.LogPicture img {
    width: 80%;
}
/*++++++++++++++++++++++++++End Main++++++++++++++++++++++++++++*/






.container {
    margin-bottom: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

    .container .title {
        color: #fff;
        background: #005ea8; /* for non-css3 browsers */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006eb8', endColorstr='#005ea8');
        background: -webkit-gradient(linear, left top, left bottom, from(#006eb8), to(#005ea8));
        background: -moz-linear-gradient(top, #006eb8, #005ea8);
        text-align: center;
        font-weight: bold;
        border: 1px solid #005ea8;
        border-bottom: none;
        border-radius: 0;
        padding: 10px;
    }

.title a {
    color: #fff;
    text-decoration: none;
}

.soft {
    border: 1px solid #006eb8;
    padding: 3px 20px;
    margin: 50px 0 0 0;
}


.container .soft img {
    margin-left: 15px;
}

.container .title img {
    width: auto !important;
}

.container .content {
    border: 1px solid #005ea8;
    border-radius: 0;
    padding-right: 8px;
    background: #fff;
}

.container ul {
    padding: 10px 20px 0;
}

    .container ul li a {
        text-decoration: none;
    }

.bigPicture {
    overflow: auto;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-cursor: zoom-out;
    -moz-cursor: zoom-out;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    margin: auto;
}

    .bigPicture table {
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
        background-color: rgba(0,0,0,0.4);
    }

.bpWrap {
    text-align: center;
}

    .bpWrap img {
        vertical-align: middle;
    }

.tooltip {
    border-bottom: 2px #005ea8 dotted;
    cursor: help;
}

.headline {
    font-weight: bold;
    color: #005ea8;
}


.coopBar {
    text-align: center;
    background: #ffffff; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c1c1c1'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c1c1c1)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ffffff, #c1c1c1); /* for firefox 3.6+ */
}

    .coopBar img {
        height: 100px;
    }


.visible {
    display: block;
}

.novisible {
    display: none;
}

.flag {
    padding: 5px;
}


.arrow {
    float: right;
    display: none;
    padding-right: 5px;
    cursor: pointer;
}
