/*****************************************************************************
 * GENERAL LAYOUT                                                            *
 *****************************************************************************/

body {
    background-color: #C3C3C3;
    margin: 0px auto;
    text-align: center;
}

table.main {
    border-collapse: collapse;
    height: 100%;
    margin: 0px auto;
    width: 930px; /* should be identical as logo width */
}

td.simple {
    padding: 0px;
    vertical-align: top;
}

/*****************************************************************************
 * LOGO                                                                      *
 *****************************************************************************/

td.logo {
    height: 86px;
    padding: 0px;
    text-align: center;
}

/*****************************************************************************
 * TOPMENU                                                                   *
 *****************************************************************************/

/* background */
.topmenu {
    background-color: #2554C7;
}

/* main cell */
td.topmenu {
    height: 32px;
}

/* link */
a.topmenuLink {
    color: #FFFFFF;
    font: 0.7em Verdana;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

/* hover */
a.topmenuLink:hover {
    color: #151B54;
}

/* text when this isn't a link (the page is being visited) */
.topmenuNoLink {
    color: #151B54;
    font: 0.7em Verdana;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

/* this style is applied when user is under this section but must
   be able to click it; this is when he is browsing a subsection
   of this; SHOULD BEST MATCH TOPMENU WITH COLOR OF '.topmenuNoLink' */
a.topmenuCurrentLink {
    color: #151B54;
    font: 0.7em Verdana;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

/*****************************************************************************
 * SIDEMENU                                                                  *
 *****************************************************************************/

td.sidemenu {
    background-color: #2554C7;
    vertical-align: top;
    width: 176px;
}

/* link */
a.sidemenuLink {
    background-color: #2554C7;
    color: #FFFFFF;
    float: left;
    font: 0.7em Verdana;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 6px;
    /* padding-left: 6px; */ /* different behavior in IE and FF - used text-indent instead */
    padding-top: 6px;
    text-decoration: none;
    text-indent: 6px;
    width: 170px;
}

/* hover */
a.sidemenuLink:hover {
    background-color: #38ACEC;
    color: #151B54;
}

/* text when this isn't a link (the page is being visited) */
.sidemenuNoLink {
    color: #151B54;
    font: 0.7em Verdana;
    font-size: 11px;
    font-weight: bold;
    /* padding-left: 6px; */
    text-decoration: none;
    text-indent: 6px;
}

/* link level 1 background settings */
.sidemenuLinkBack {
    background-color: #38ACEC;
}

/* link level 2 background settings */
.sidemenuLinkBack2 {
    background-color: #38ACEC;
}

/*****************************************************************************
 * CONTENT                                                                   *
 *****************************************************************************/

/* background */
.content {
    background-color: #FFFFFF;
}

table.content {
    border-collapse: collapse;
    height: 100%;
    width: 100%;
}

/* standard text */
.text {
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 13px;
    line-height: 1.3em;
    text-align: left;
}

/* panel inside the contentcell */
td.innerContent {
    /*background-color: #E7F1FB;*/
}

#block1 {
    background-color: #FFFFFF;/*#E7F1FB;*/
    height: 100%;
    scrollbar-face-color: #6B95C0;
    text-align: justify;
    width: 100%;
}

.pad10 {
    background-color: #FFFFFF;
    padding: 5px;
}

.overflow {
    background-color: #FFFFFF;
    height: 100%;
    overflow: auto;
    /*width: 95%;*/
}

.overflowNews {
    background-color: #FFFFFF;
    height: 100%;
    overflow: auto;
    scrollbar-face-color: #6B95C0;
    /*width: 95%;*/
}

.padside {
    background-color: #FFFFFF;
    width: 96%;
}

.link {
    color: #0000FF;
}

.screenshot {
    border-style: none;
}

.contact {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25em;
}

.contact_small {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25em;
}

/*****************************************************************************
 * NAVIGATIONAL LINK IN CONTENT SCREEN                                       *
 *****************************************************************************/

/* link */
a.navlink {
    color: #10009C;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

/* hover */
a.navlink:hover {
    color: #111111;
}

/* text between the links */
.nav {
    color: #111111;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 10px;
    text-indent: 17px;
}

/*****************************************************************************
 * IMAGES                                                                    *
 *****************************************************************************/

.imgright {
    float: right;
    margin-left: 16px;
}

.imgleft {
    float: left;
    margin-right: 16px;
}

/*****************************************************************************
 * LEFT AND BOTTOM COLORS                                                    *
 *****************************************************************************/

.left {
    background-color: #6B95C0;
}

.bottom {
    background-color: #6699CC;
}

/*****************************************************************************
 * LANGUAGE BUTTONS                                                          *
 *****************************************************************************/

.button-left {
    margin-left: 46px;
}

.button-right {
    margin-left: 8px;
}

/*****************************************************************************
 * COPYRIGHT                                                                 *
 *****************************************************************************/

td.copyright {
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    height: 36px;
    text-align: center;
}
